本文整理汇总了C#中MediaPortal.UserInterface.Controls.MPLabel类的典型用法代码示例。如果您正苦于以下问题:C# MPLabel类的具体用法?C# MPLabel怎么用?C# MPLabel使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
MPLabel类属于MediaPortal.UserInterface.Controls命名空间,在下文中一共展示了MPLabel类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.groupBoxSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.mpWarningLabel = new MediaPortal.UserInterface.Controls.MPLabel();
this.groupBoxSettings.SuspendLayout();
this.SuspendLayout();
//
// groupBoxSettings
//
this.groupBoxSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBoxSettings.Controls.Add(this.mpWarningLabel);
this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.groupBoxSettings.Location = new System.Drawing.Point(0, 0);
this.groupBoxSettings.Name = "groupBoxSettings";
this.groupBoxSettings.Size = new System.Drawing.Size(472, 68);
this.groupBoxSettings.TabIndex = 0;
this.groupBoxSettings.TabStop = false;
this.groupBoxSettings.Text = "Settings";
//
// mpWarningLabel
//
this.mpWarningLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.mpWarningLabel.ForeColor = System.Drawing.Color.Red;
this.mpWarningLabel.Location = new System.Drawing.Point(6, 16);
this.mpWarningLabel.Name = "mpWarningLabel";
this.mpWarningLabel.Size = new System.Drawing.Size(460, 51);
this.mpWarningLabel.TabIndex = 0;
this.mpWarningLabel.Text = "This section provides special/debugging settings that are not supported by the Te" +
"am. Some of these settings are experimental. Do not alter any of the settings be" +
"low unless you know what you are doing.";
//
// TVDebugOptions
//
this.Controls.Add(this.groupBoxSettings);
this.Name = "TVDebugOptions";
this.Size = new System.Drawing.Size(472, 408);
this.groupBoxSettings.ResumeLayout(false);
this.ResumeLayout(false);
}
示例2: InitializeComponent
private void InitializeComponent()
{
ComponentResourceManager resources = new ComponentResourceManager(typeof (EncoderFiltersSection));
this.mpLabel1 = new MPLabel();
this.SuspendLayout();
//
// mpLabel1
//
this.mpLabel1.AutoSize = true;
this.mpLabel1.Location = new Point(42, 51);
this.mpLabel1.MaximumSize = new Size(400, 0);
this.mpLabel1.Name = "mpLabel1";
this.mpLabel1.Size = new Size(385, 52);
this.mpLabel1.TabIndex = 0;
this.mpLabel1.Text = resources.GetString("mpLabel1.Text");
//
// EncoderFiltersSection
//
this.Controls.Add(this.mpLabel1);
this.Name = "EncoderFiltersSection";
this.Size = new Size(472, 408);
this.ResumeLayout(false);
this.PerformLayout();
}
示例3: InitializeComponent
/// <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(TVAdvancedOptions));
this.groupBoxSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpDoNotAllowSlowMotionDuringZappingCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpUseRtspCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpWarningLabel = new MediaPortal.UserInterface.Controls.MPLabel();
this.radioButton1 = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.mpMainToolTip = new MediaPortal.UserInterface.Controls.MPToolTip();
this.mpRtspPathsGroupBox = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.mpLabelNote = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpLabelWarning = new MediaPortal.UserInterface.Controls.MPLabel();
this.buttonTimeshiftingPath = new System.Windows.Forms.Button();
this.buttonRecordingPath = new System.Windows.Forms.Button();
this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpLabelRecording = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpLabelTimeshifting = new MediaPortal.UserInterface.Controls.MPLabel();
this.textBoxTimeshifting = new System.Windows.Forms.TextBox();
this.textBoxRecording = new System.Windows.Forms.TextBox();
this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
this.groupBoxSettings.SuspendLayout();
this.mpRtspPathsGroupBox.SuspendLayout();
this.SuspendLayout();
//
// groupBoxSettings
//
this.groupBoxSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBoxSettings.Controls.Add(this.mpLabel2);
this.groupBoxSettings.Controls.Add(this.mpDoNotAllowSlowMotionDuringZappingCheckBox);
this.groupBoxSettings.Controls.Add(this.mpUseRtspCheckBox);
this.groupBoxSettings.Controls.Add(this.mpWarningLabel);
this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.groupBoxSettings.Location = new System.Drawing.Point(0, 0);
this.groupBoxSettings.Name = "groupBoxSettings";
this.groupBoxSettings.Size = new System.Drawing.Size(472, 130);
this.groupBoxSettings.TabIndex = 0;
this.groupBoxSettings.TabStop = false;
this.groupBoxSettings.Text = "Settings";
//
// mpLabel2
//
this.mpLabel2.AutoSize = true;
this.mpLabel2.ForeColor = System.Drawing.Color.Red;
this.mpLabel2.Location = new System.Drawing.Point(9, 52);
this.mpLabel2.Name = "mpLabel2";
this.mpLabel2.Size = new System.Drawing.Size(232, 13);
this.mpLabel2.TabIndex = 5;
this.mpLabel2.Text = "Click on \'help\' (above right) for more information.";
//
// mpDoNotAllowSlowMotionDuringZappingCheckBox
//
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.AutoSize = true;
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Location = new System.Drawing.Point(9, 73);
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Name = "mpDoNotAllowSlowMotionDuringZappingCheckBox";
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Size = new System.Drawing.Size(336, 17);
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.TabIndex = 4;
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Text = "Do not use slow motion to sync video to audio on channel change";
this.mpMainToolTip.SetToolTip(this.mpDoNotAllowSlowMotionDuringZappingCheckBox, "Selecting this will prevent live TV from playing video until video is in sync wit" +
"h the audio, instead of playing video in slow motion");
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.UseVisualStyleBackColor = true;
//
// mpUseRtspCheckBox
//
this.mpUseRtspCheckBox.AutoSize = true;
this.mpUseRtspCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.mpUseRtspCheckBox.Location = new System.Drawing.Point(9, 97);
this.mpUseRtspCheckBox.Name = "mpUseRtspCheckBox";
this.mpUseRtspCheckBox.Size = new System.Drawing.Size(144, 17);
this.mpUseRtspCheckBox.TabIndex = 1;
this.mpUseRtspCheckBox.Text = "-- Label defined in code --\r\n";
this.mpUseRtspCheckBox.UseVisualStyleBackColor = true;
this.mpUseRtspCheckBox.CheckedChanged += new System.EventHandler(this.mpUseRtspCheckBox_Checked);
//
// mpWarningLabel
//
this.mpWarningLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.mpWarningLabel.ForeColor = System.Drawing.Color.Red;
this.mpWarningLabel.Location = new System.Drawing.Point(6, 18);
this.mpWarningLabel.Name = "mpWarningLabel";
this.mpWarningLabel.Size = new System.Drawing.Size(460, 37);
this.mpWarningLabel.TabIndex = 0;
this.mpWarningLabel.Text = "This section provides special advanced option settings. Some of these settings ar" +
"e experimental. Do not alter any of the settings below unless you know what you " +
"are doing.";
//
// 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);
//.........这里部分代码省略.........
示例4: InitializeComponent
private void InitializeComponent()
{
this.mpGroupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.mpTextBoxHostname = new MediaPortal.UserInterface.Controls.MPTextBox();
this.mpLabel3 = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.enableAudioDualMonoModes = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpCheckBoxPrefAudioOverLang = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpCheckBoxPrefAC3 = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.tabControlTVGeneral = new MediaPortal.UserInterface.Controls.MPTabControl();
this.tabPageGeneralSettings = new MediaPortal.UserInterface.Controls.MPTabPage();
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.grpTsReader = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.cbRelaxTsReader = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpGroupBox6 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.cbContinuousScrollGuide = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.cbShowChannelStateIcons = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.labelShowEpisodeinfo = new MediaPortal.UserInterface.Controls.MPLabel();
this.comboboxShowEpisodeInfo = new MediaPortal.UserInterface.Controls.MPComboBox();
this.mpGroupBox5 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.cbHideAllChannels = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.tabPageAudioLanguages = new MediaPortal.UserInterface.Controls.MPTabPage();
this.groupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.mpLabel5 = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpButtonDownAudioLang = new MediaPortal.UserInterface.Controls.MPButton();
this.mpButtonUpAudioLang = new MediaPortal.UserInterface.Controls.MPButton();
this.mpButtonAddAudioLang = new MediaPortal.UserInterface.Controls.MPButton();
this.mpButtonRemoveAudioLang = new MediaPortal.UserInterface.Controls.MPButton();
this.mpListViewPreferredAudioLang = new MediaPortal.UserInterface.Controls.MPListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.mpListViewAvailAudioLang = new MediaPortal.UserInterface.Controls.MPListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.tabPageSubtitles = new MediaPortal.UserInterface.Controls.MPTabPage();
this.mpGroupBox4 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.mpCheckBoxEnableCCSub = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpCheckBoxAutoShowSubWhenTvStarts = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpCheckBoxEnableTTXTSub = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpCheckBoxEnableDVBSub = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpGroupBox3 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.mpLabel6 = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpLabel7 = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpButtonDownSubLang = new MediaPortal.UserInterface.Controls.MPButton();
this.mpButtonUpSubLang = new MediaPortal.UserInterface.Controls.MPButton();
this.mpButtonAddSubLang = new MediaPortal.UserInterface.Controls.MPButton();
this.mpButtonRemoveSubLang = new MediaPortal.UserInterface.Controls.MPButton();
this.mpListViewPreferredSubLang = new MediaPortal.UserInterface.Controls.MPListView();
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.mpListViewAvailSubLang = new MediaPortal.UserInterface.Controls.MPListView();
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.tabPage1 = new System.Windows.Forms.TabPage();
this.mpGroupBox8 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.chkRecnotifications = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpGroupBox7 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.txtNotifyAfter = new MediaPortal.UserInterface.Controls.MPTextBox();
this.labelNotifyTimeout = new MediaPortal.UserInterface.Controls.MPLabel();
this.checkBoxNotifyPlaySound = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel();
this.txtNotifyBefore = new MediaPortal.UserInterface.Controls.MPTextBox();
this.mpGroupBox2.SuspendLayout();
this.mpGroupBox1.SuspendLayout();
this.tabControlTVGeneral.SuspendLayout();
this.tabPageGeneralSettings.SuspendLayout();
this.mpGroupBox900.SuspendLayout();
this.grpTsReader.SuspendLayout();
this.mpGroupBox6.SuspendLayout();
this.mpGroupBox5.SuspendLayout();
this.tabPageAudioLanguages.SuspendLayout();
this.groupBox2.SuspendLayout();
this.tabPageSubtitles.SuspendLayout();
this.mpGroupBox4.SuspendLayout();
this.mpGroupBox3.SuspendLayout();
this.tabPage1.SuspendLayout();
this.mpGroupBox8.SuspendLayout();
this.mpGroupBox7.SuspendLayout();
this.SuspendLayout();
//
// mpGroupBox2
//
this.mpGroupBox2.Controls.Add(this.mpTextBoxHostname);
this.mpGroupBox2.Controls.Add(this.mpLabel3);
this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.mpGroupBox2.Location = new System.Drawing.Point(16, 16);
this.mpGroupBox2.Name = "mpGroupBox2";
this.mpGroupBox2.Size = new System.Drawing.Size(431, 53);
this.mpGroupBox2.TabIndex = 10;
this.mpGroupBox2.TabStop = false;
this.mpGroupBox2.Text = "TV-Server";
//
// mpTextBoxHostname
//.........这里部分代码省略.........
示例5: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.treeMapping = new System.Windows.Forms.TreeView();
this.labelExpand = new MediaPortal.UserInterface.Controls.MPLabel();
this.buttonDefault = new MediaPortal.UserInterface.Controls.MPButton();
this.buttonRemove = new MediaPortal.UserInterface.Controls.MPButton();
this.buttonDown = new MediaPortal.UserInterface.Controls.MPButton();
this.buttonUp = new MediaPortal.UserInterface.Controls.MPButton();
this.beveledLine1 = new MediaPortal.UserInterface.Controls.MPBeveledLine();
this.buttonApply = new MediaPortal.UserInterface.Controls.MPButton();
this.buttonOk = new MediaPortal.UserInterface.Controls.MPButton();
this.buttonCancel = new MediaPortal.UserInterface.Controls.MPButton();
this.headerLabel = new MediaPortal.UserInterface.Controls.MPGradientLabel();
this.groupBoxAction = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.checkBoxGainFocus = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.textBoxKeyCode = new MediaPortal.UserInterface.Controls.MPTextBox();
this.label1 = new MediaPortal.UserInterface.Controls.MPLabel();
this.textBoxKeyChar = new MediaPortal.UserInterface.Controls.MPTextBox();
this.radioButtonProcess = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.labelSound = new MediaPortal.UserInterface.Controls.MPLabel();
this.comboBoxSound = new MediaPortal.UserInterface.Controls.MPComboBox();
this.radioButtonAction = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.radioButtonActWindow = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.radioButtonToggle = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.radioButtonPower = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.comboBoxCmdProperty = new MediaPortal.UserInterface.Controls.MPComboBox();
this.groupBoxCondition = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.radioButtonWindow = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.radioButtonFullscreen = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.radioButtonPlaying = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.radioButtonNoCondition = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.comboBoxCondProperty = new MediaPortal.UserInterface.Controls.MPComboBox();
this.groupBoxLayer = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.comboBoxLayer = new MediaPortal.UserInterface.Controls.MPComboBox();
this.labelLayer = new MediaPortal.UserInterface.Controls.MPLabel();
this.buttonNew = new MediaPortal.UserInterface.Controls.MPButton();
this.groupBoxButton = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.mpComboBoxCode = new MediaPortal.UserInterface.Controls.MPComboBox();
this.mpLabelCode = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpCheckBoxWindows = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpCheckBoxShift = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpCheckBoxAlt = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpCheckBoxControl = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpCheckBoxBackground = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpCheckBoxRepeat = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.groupBoxAction.SuspendLayout();
this.groupBoxCondition.SuspendLayout();
this.groupBoxLayer.SuspendLayout();
this.groupBoxButton.SuspendLayout();
this.SuspendLayout();
//
// treeMapping
//
this.treeMapping.AllowDrop = true;
this.treeMapping.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.treeMapping.FullRowSelect = true;
this.treeMapping.HideSelection = false;
this.treeMapping.Location = new System.Drawing.Point(16, 56);
this.treeMapping.Name = "treeMapping";
this.treeMapping.Size = new System.Drawing.Size(397, 504);
this.treeMapping.TabIndex = 1;
this.treeMapping.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeMapping_AfterSelect);
//
// labelExpand
//
this.labelExpand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.labelExpand.AutoSize = true;
this.labelExpand.Location = new System.Drawing.Point(413, 543);
this.labelExpand.Name = "labelExpand";
this.labelExpand.Size = new System.Drawing.Size(13, 13);
this.labelExpand.TabIndex = 29;
this.labelExpand.Text = "+";
this.labelExpand.Click += new System.EventHandler(this.labelExpand_Click);
//
// buttonDefault
//
this.buttonDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonDefault.Location = new System.Drawing.Point(347, 611);
this.buttonDefault.Name = "buttonDefault";
this.buttonDefault.Size = new System.Drawing.Size(75, 23);
this.buttonDefault.TabIndex = 28;
this.buttonDefault.Text = "Reset";
this.buttonDefault.UseVisualStyleBackColor = true;
this.buttonDefault.Click += new System.EventHandler(this.buttonDefault_Click);
//
// buttonRemove
//
this.buttonRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonRemove.Location = new System.Drawing.Point(272, 566);
this.buttonRemove.Name = "buttonRemove";
this.buttonRemove.Size = new System.Drawing.Size(56, 20);
this.buttonRemove.TabIndex = 27;
this.buttonRemove.Text = "Remove";
this.buttonRemove.UseVisualStyleBackColor = true;
//.........这里部分代码省略.........
示例6: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
this.fontDialog = new System.Windows.Forms.FontDialog();
this.tabControl1 = new MediaPortal.UserInterface.Controls.MPTabControl();
this.tabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.ParentalControlUpDown = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.RegionCodeComboBox = new System.Windows.Forms.ComboBox();
this.pictureBoxRegions = new System.Windows.Forms.PictureBox();
this.labelPlayAll = new MediaPortal.UserInterface.Controls.MPLabel();
this.useInternalBDPlayer = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpTabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
this.mpGroupBox4 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.preferredAudioTypeComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
this.SubsEnabled = new System.Windows.Forms.CheckBox();
this.mpLabel7 = new MediaPortal.UserInterface.Controls.MPLabel();
this.defaultAudioLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
this.mpLabel8 = new MediaPortal.UserInterface.Controls.MPLabel();
this.defaultSubtitleLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ParentalControlUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxRegions)).BeginInit();
this.mpTabPage1.SuspendLayout();
this.mpGroupBox4.SuspendLayout();
this.SuspendLayout();
//
// fontDialog
//
this.fontDialog.Color = System.Drawing.SystemColors.ControlText;
//
// tabControl1
//
this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.mpTabPage1);
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(472, 408);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Controls.Add(this.useInternalBDPlayer);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Size = new System.Drawing.Size(464, 382);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "General";
this.tabPage1.UseVisualStyleBackColor = true;
//
// 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.ParentalControlUpDown);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.RegionCodeComboBox);
this.groupBox1.Controls.Add(this.pictureBoxRegions);
this.groupBox1.Controls.Add(this.labelPlayAll);
this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.groupBox1.Location = new System.Drawing.Point(16, 16);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(432, 298);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Settings";
//
// ParentalControlUpDown
//
this.ParentalControlUpDown.Location = new System.Drawing.Point(249, 247);
this.ParentalControlUpDown.Maximum = new decimal(new int[] {
99,
0,
0,
0});
this.ParentalControlUpDown.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.ParentalControlUpDown.Name = "ParentalControlUpDown";
this.ParentalControlUpDown.Size = new System.Drawing.Size(40, 20);
this.ParentalControlUpDown.TabIndex = 10;
this.ParentalControlUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.ParentalControlUpDown.Value = new decimal(new int[] {
//.........这里部分代码省略.........
示例7: InitializeComponent
private void InitializeComponent()
{
this.groupBox1 = new MPGroupBox();
this.groupBox5 = new GroupBox();
this.cbUseClockOnShutdown = new CheckBox();
this.mpEnableDisplayActionTime = new MPComboBox();
this.cmbBlankIdleTime = new MPComboBox();
this.mpEnableDisplayAction = new CheckBox();
this.mpBlankDisplayWithVideo = new CheckBox();
this.mpBlankDisplayWhenIdle = new CheckBox();
this.groupEqualizerOptions = new GroupBox();
this.groupEQstyle = new GroupBox();
this.cbUseVUmeter2 = new RadioButton();
this.cbVUindicators = new CheckBox();
this.cbUseVUmeter = new RadioButton();
this.cbStereoEQ = new RadioButton();
this.cbNormalEQ = new RadioButton();
this.cmbDelayEqTime = new MPComboBox();
this.lblRestrictEQ = new MPLabel();
this.cmbEQTitleDisplayTime = new MPComboBox();
this.cmbEQTitleShowTime = new MPComboBox();
this.mpEQTitleDisplay = new CheckBox();
this.mpSmoothEQ = new CheckBox();
this.mpEqDisplay = new CheckBox();
this.mpRestrictEQ = new CheckBox();
this.cmbEqRate = new MPComboBox();
this.mpDelayEQ = new CheckBox();
this.lblEQTitleDisplay = new MPLabel();
this.btnOK = new MPButton();
this.btnReset = new MPButton();
this.groupBox1.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupEqualizerOptions.SuspendLayout();
this.groupEQstyle.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom)
| AnchorStyles.Left)
| AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.groupBox5);
this.groupBox1.Controls.Add(this.groupEqualizerOptions);
this.groupBox1.FlatStyle = FlatStyle.Popup;
this.groupBox1.Location = new Point(7, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new Size(397, 368);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " IO-Warrior Graphical LCD Advanced Configuration ";
//
// groupBox5
//
this.groupBox5.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left)
| AnchorStyles.Right)));
this.groupBox5.Controls.Add(this.cbUseClockOnShutdown);
this.groupBox5.Controls.Add(this.mpEnableDisplayActionTime);
this.groupBox5.Controls.Add(this.cmbBlankIdleTime);
this.groupBox5.Controls.Add(this.mpEnableDisplayAction);
this.groupBox5.Controls.Add(this.mpBlankDisplayWithVideo);
this.groupBox5.Controls.Add(this.mpBlankDisplayWhenIdle);
this.groupBox5.Location = new Point(6, 19);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new Size(383, 103);
this.groupBox5.TabIndex = 105;
this.groupBox5.TabStop = false;
this.groupBox5.Text = " Display Control Options ";
//
// cbUseClockOnShutdown
//
this.cbUseClockOnShutdown.AutoSize = true;
this.cbUseClockOnShutdown.Location = new Point(8, 81);
this.cbUseClockOnShutdown.Name = "cbUseClockOnShutdown";
this.cbUseClockOnShutdown.Size = new Size(204, 17);
this.cbUseClockOnShutdown.TabIndex = 100;
this.cbUseClockOnShutdown.Text = "Use Clock on shutdown (If supported)";
this.cbUseClockOnShutdown.UseVisualStyleBackColor = true;
this.cbUseClockOnShutdown.Visible = false;
//
// mpEnableDisplayActionTime
//
this.mpEnableDisplayActionTime.BorderColor = Color.Empty;
this.mpEnableDisplayActionTime.DropDownStyle = ComboBoxStyle.DropDownList;
this.mpEnableDisplayActionTime.Items.AddRange(new object[]
{
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
//.........这里部分代码省略.........
示例8: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
MediaPortal.UserInterface.Controls.MPTabPage tabPage3;
MediaPortal.UserInterface.Controls.MPGroupBox mpGroupBox3;
MediaPortal.UserInterface.Controls.MPLabel mpLabel2;
System.Windows.Forms.Panel panel1;
MediaPortal.UserInterface.Controls.MPTabPage mpTabPage2;
MediaPortal.UserInterface.Controls.MPLabel labelPlayAll;
this.mpSubEngineCommentLabel = new MediaPortal.UserInterface.Controls.MPLabel();
this.subEnginesCombo = new MediaPortal.UserInterface.Controls.MPComboBox();
this.advancedButton = new MediaPortal.UserInterface.Controls.MPButton();
this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.mpLabelSubSelectMode = new MediaPortal.UserInterface.Controls.MPLabel();
this.subtitlesSelectionComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
this.label2 = new System.Windows.Forms.Label();
this.subPaths = new System.Windows.Forms.TextBox();
this.mpLabel3 = new MediaPortal.UserInterface.Controls.MPLabel();
this.subPosRelativeCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.saveAlwaysRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.saveAskRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.saveNeverRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.mpLabel6 = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpLabel5 = new MediaPortal.UserInterface.Controls.MPLabel();
this.delayTextBox = new MediaPortal.UserInterface.Controls.MPNumericTextBox();
this.mpLabel4 = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpGroupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.subStyleOverrideCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.opaqueBoxRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.borderOutlineRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.borderWidthUpDown = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
this.shadowDepthUpDown = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpLabel9 = new MediaPortal.UserInterface.Controls.MPLabel();
this.subtitlesButton = new MediaPortal.UserInterface.Controls.MPButton();
this.subtitlesFontTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
this.mpLabel10 = new MediaPortal.UserInterface.Controls.MPLabel();
this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
this.fontDialog = new System.Windows.Forms.FontDialog();
this.tabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
this.mpGroupBoxVideoAudioDelay = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.delayVideoTextBox = new System.Windows.Forms.NumericUpDown();
this.mpLabelAVDelayTime = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpLabelAVDelay = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpGroupBoxComSkip = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.comSkipCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.chbKeepFoldersTogether = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.playedPercentageTB = new System.Windows.Forms.NumericUpDown();
this.percentPlayedLabel = new MediaPortal.UserInterface.Controls.MPLabel();
this.comboBoxPlayAll = new MediaPortal.UserInterface.Controls.MPComboBox();
this.playedPercentageTrackBar = new System.Windows.Forms.TrackBar();
this.checkBoxShowWatched = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.fileNameButton = new MediaPortal.UserInterface.Controls.MPButton();
this.folderNameTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
this.repeatPlaylistCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.folderNameLabel = new MediaPortal.UserInterface.Controls.MPLabel();
this.tabControl1 = new MediaPortal.UserInterface.Controls.MPTabControl();
this.mpTabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
this.mpGroupBox4 = new MediaPortal.UserInterface.Controls.MPGroupBox();
streamLAVSelectionCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpLabelOptionLAV = new MediaPortal.UserInterface.Controls.MPLabel();
audioDefaultCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpLabel7 = new MediaPortal.UserInterface.Controls.MPLabel();
this.defaultAudioLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
this.mpLabel8 = new MediaPortal.UserInterface.Controls.MPLabel();
this.defaultSubtitleLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
tabPage3 = new MediaPortal.UserInterface.Controls.MPTabPage();
mpGroupBox3 = new MediaPortal.UserInterface.Controls.MPGroupBox();
mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel();
panel1 = new System.Windows.Forms.Panel();
mpTabPage2 = new MediaPortal.UserInterface.Controls.MPTabPage();
labelPlayAll = new MediaPortal.UserInterface.Controls.MPLabel();
tabPage3.SuspendLayout();
mpGroupBox3.SuspendLayout();
this.mpGroupBox1.SuspendLayout();
panel1.SuspendLayout();
mpTabPage2.SuspendLayout();
this.mpGroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.borderWidthUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.shadowDepthUpDown)).BeginInit();
this.tabPage1.SuspendLayout();
this.mpGroupBoxVideoAudioDelay.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.delayVideoTextBox)).BeginInit();
this.mpGroupBoxComSkip.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.playedPercentageTB)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.playedPercentageTrackBar)).BeginInit();
this.tabControl1.SuspendLayout();
this.mpTabPage1.SuspendLayout();
this.mpGroupBox4.SuspendLayout();
this.SuspendLayout();
//
// tabPage3
//
tabPage3.Controls.Add(mpGroupBox3);
tabPage3.Controls.Add(this.mpGroupBox1);
//.........这里部分代码省略.........
示例9: InitializeComponent
/// <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 (TVDebugOptions));
this.groupBoxSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.mpDoNotAllowSlowMotionDuringZappingCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpEnableRecordingFromTimeshiftCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpUseRtspCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.mpWarningLabel = new MediaPortal.UserInterface.Controls.MPLabel();
this.radioButton1 = new MediaPortal.UserInterface.Controls.MPRadioButton();
this.mpMainToolTip = new MediaPortal.UserInterface.Controls.MPToolTip();
this.mpRtspPathsGroupBox = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.buttonTimeshiftingPath = new System.Windows.Forms.Button();
this.buttonRecordingPath = new System.Windows.Forms.Button();
this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpLabelRecording = new MediaPortal.UserInterface.Controls.MPLabel();
this.mpLabelTimeshifting = new MediaPortal.UserInterface.Controls.MPLabel();
this.textBoxTimeshifting = new System.Windows.Forms.TextBox();
this.textBoxRecording = new System.Windows.Forms.TextBox();
this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
this.groupBoxSettings.SuspendLayout();
this.mpRtspPathsGroupBox.SuspendLayout();
this.SuspendLayout();
//
// groupBoxSettings
//
this.groupBoxSettings.Anchor =
((System.Windows.Forms.AnchorStyles)
(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBoxSettings.Controls.Add(this.mpDoNotAllowSlowMotionDuringZappingCheckBox);
this.groupBoxSettings.Controls.Add(this.mpEnableRecordingFromTimeshiftCheckBox);
this.groupBoxSettings.Controls.Add(this.mpUseRtspCheckBox);
this.groupBoxSettings.Controls.Add(this.mpWarningLabel);
this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.groupBoxSettings.Location = new System.Drawing.Point(0, 0);
this.groupBoxSettings.Name = "groupBoxSettings";
this.groupBoxSettings.Size = new System.Drawing.Size(472, 158);
this.groupBoxSettings.TabIndex = 0;
this.groupBoxSettings.TabStop = false;
this.groupBoxSettings.Text = "Settings";
//
// mpDoNotAllowSlowMotionDuringZappingCheckBox
//
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.AutoSize = true;
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Location = new System.Drawing.Point(9, 70);
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Name = "mpDoNotAllowSlowMotionDuringZappingCheckBox";
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Size = new System.Drawing.Size(336, 17);
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.TabIndex = 4;
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Text =
"Do not use slow motion to sync video to audio on channel change";
this.mpMainToolTip.SetToolTip(this.mpDoNotAllowSlowMotionDuringZappingCheckBox,
"Selecting this will prevent live TV from playing video until video is in sync wit" +
"h the audio, instead of playing video in slow motion");
this.mpDoNotAllowSlowMotionDuringZappingCheckBox.UseVisualStyleBackColor = true;
//
// mpEnableRecordingFromTimeshiftCheckBox
//
this.mpEnableRecordingFromTimeshiftCheckBox.AutoSize = true;
this.mpEnableRecordingFromTimeshiftCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.mpEnableRecordingFromTimeshiftCheckBox.Location = new System.Drawing.Point(9, 93);
this.mpEnableRecordingFromTimeshiftCheckBox.Name = "mpEnableRecordingFromTimeshiftCheckBox";
this.mpEnableRecordingFromTimeshiftCheckBox.Size = new System.Drawing.Size(269, 17);
this.mpEnableRecordingFromTimeshiftCheckBox.TabIndex = 3;
this.mpEnableRecordingFromTimeshiftCheckBox.Text = "Include timeshift buffer in \"Record Now\" recordings ";
this.mpMainToolTip.SetToolTip(this.mpEnableRecordingFromTimeshiftCheckBox,
"When enabled, \"Record Now\" will include in the recording the part of the current " +
"program that has already been timeshifted, instead of starting the recording fro" +
"m the live point.");
this.mpEnableRecordingFromTimeshiftCheckBox.UseVisualStyleBackColor = true;
//
// mpUseRtspCheckBox
//
this.mpUseRtspCheckBox.AutoSize = true;
this.mpUseRtspCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.mpUseRtspCheckBox.Location = new System.Drawing.Point(9, 116);
this.mpUseRtspCheckBox.Name = "mpUseRtspCheckBox";
this.mpUseRtspCheckBox.Size = new System.Drawing.Size(144, 17);
this.mpUseRtspCheckBox.TabIndex = 1;
this.mpUseRtspCheckBox.Text = "-- Label defined in code --\r\n";
this.mpUseRtspCheckBox.UseVisualStyleBackColor = true;
this.mpUseRtspCheckBox.CheckedChanged += new System.EventHandler(this.mpUseRtspCheckBox_Checked);
//
// mpWarningLabel
//
this.mpWarningLabel.Anchor =
((System.Windows.Forms.AnchorStyles)
(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.mpWarningLabel.ForeColor = System.Drawing.Color.Red;
this.mpWarningLabel.Location = new System.Drawing.Point(6, 16);
this.mpWarningLabel.Name = "mpWarningLabel";
this.mpWarningLabel.Size = new System.Drawing.Size(460, 51);
this.mpWarningLabel.TabIndex = 0;
this.mpWarningLabel.Text = "This section provides special/debugging settings that are not supported by the Te" +
//.........这里部分代码省略.........
示例10: InitializeComponent
/// <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);
//.........这里部分代码省略.........
示例11: InitializeComponent
/// <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 (GeneralDynamicRefreshRate));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 =
new System.Windows.Forms.DataGridViewCellStyle();
this.groupBoxRR = new MediaPortal.UserInterface.Controls.MPGroupBox();
this.defaultHz = new System.Windows.Forms.ComboBox();
this.mpButtonDefault = new MediaPortal.UserInterface.Controls.MPButton();
this.buttonRemove = new MediaPortal.UserInterface.Controls.MPButton();
this.buttonAdd = new MediaPortal.UserInterface.Controls.MPButton();
this.lblDescription = new MediaPortal.UserInterface.Controls.MPLabel();
this.dataGridViewRR = new System.Windows.Forms.DataGridView();
this.gridColType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gridColFramerates = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gridColRR = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gridColAction = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.chkUseDefaultRR = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.chkForceRR = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.chkUseDeviceReset = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.chkNotifyOnRR = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.chkEnableDynamicRR = new MediaPortal.UserInterface.Controls.MPCheckBox();
this.linkLabelWiki = new System.Windows.Forms.LinkLabel();
this.groupBoxRR.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewRR)).BeginInit();
this.SuspendLayout();
//
// groupBoxRR
//
this.groupBoxRR.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.groupBoxRR.Controls.Add(this.defaultHz);
this.groupBoxRR.Controls.Add(this.mpButtonDefault);
this.groupBoxRR.Controls.Add(this.buttonRemove);
this.groupBoxRR.Controls.Add(this.buttonAdd);
this.groupBoxRR.Controls.Add(this.lblDescription);
this.groupBoxRR.Controls.Add(this.dataGridViewRR);
this.groupBoxRR.Controls.Add(this.chkUseDefaultRR);
this.groupBoxRR.Controls.Add(this.chkForceRR);
this.groupBoxRR.Controls.Add(this.chkUseDeviceReset);
this.groupBoxRR.Controls.Add(this.chkNotifyOnRR);
this.groupBoxRR.Controls.Add(this.chkEnableDynamicRR);
this.groupBoxRR.Controls.Add(this.linkLabelWiki);
this.groupBoxRR.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.groupBoxRR.Location = new System.Drawing.Point(6, 0);
this.groupBoxRR.Name = "groupBoxRR";
this.groupBoxRR.Size = new System.Drawing.Size(462, 402);
this.groupBoxRR.TabIndex = 7;
this.groupBoxRR.TabStop = false;
this.groupBoxRR.Text = "Dynamic Refresh Rate Setup";
//
// defaultHz
//
this.defaultHz.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.defaultHz.FormattingEnabled = true;
this.defaultHz.Location = new System.Drawing.Point(159, 370);
this.defaultHz.Name = "defaultHz";
this.defaultHz.Size = new System.Drawing.Size(97, 21);
this.defaultHz.TabIndex = 23;
this.defaultHz.SelectedIndexChanged += new System.EventHandler(this.defaultHz_SelectedIndexChanged);
//
// mpButtonDefault
//
this.mpButtonDefault.Location = new System.Drawing.Point(147, 335);
this.mpButtonDefault.Name = "mpButtonDefault";
this.mpButtonDefault.Size = new System.Drawing.Size(58, 23);
this.mpButtonDefault.TabIndex = 22;
this.mpButtonDefault.Text = "Default";
this.mpButtonDefault.UseVisualStyleBackColor = true;
this.mpButtonDefault.Click += new System.EventHandler(this.mpButtonDefault_Click);
//
// buttonRemove
//
this.buttonRemove.Location = new System.Drawing.Point(83, 335);
this.buttonRemove.Name = "buttonRemove";
this.buttonRemove.Size = new System.Drawing.Size(58, 23);
this.buttonRemove.TabIndex = 21;
this.buttonRemove.Text = "Remove";
this.buttonRemove.UseVisualStyleBackColor = true;
this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click);
//
// buttonAdd
//
this.buttonAdd.Location = new System.Drawing.Point(19, 335);
this.buttonAdd.Name = "buttonAdd";
this.buttonAdd.Size = new System.Drawing.Size(58, 23);
this.buttonAdd.TabIndex = 20;
this.buttonAdd.Text = "Add";
this.buttonAdd.UseVisualStyleBackColor = true;
this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
//
// lblDescription
//
//.........这里部分代码省略.........
示例12: InitializeComponent
/// <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);
//.........这里部分代码省略.........
示例13: InitializeComponent
private void InitializeComponent()
{
this.groupBox1 = new MPGroupBox();
this.groupBox5 = new GroupBox();
this.cbUseClockOnShutdown = new CheckBox();
this.mpEnableDisplayActionTime = new MPComboBox();
this.cmbBlankIdleTime = new MPComboBox();
this.mpEnableDisplayAction = new CheckBox();
this.mpBlankDisplayWithVideo = new CheckBox();
this.mpBlankDisplayWhenIdle = new CheckBox();
this.groupEqualizerOptions = new GroupBox();
this.groupEQstyle = new GroupBox();
this.cbUseVUmeter2 = new RadioButton();
this.cbVUindicators = new CheckBox();
this.cbUseVUmeter = new RadioButton();
this.cbStereoEQ = new RadioButton();
this.cbNormalEQ = new RadioButton();
this.cmbDelayEqTime = new MPComboBox();
this.lblRestrictEQ = new MPLabel();
this.cmbEQTitleDisplayTime = new MPComboBox();
this.cmbEQTitleShowTime = new MPComboBox();
this.mpEQTitleDisplay = new CheckBox();
this.mpSmoothEQ = new CheckBox();
this.mpEqDisplay = new CheckBox();
this.mpRestrictEQ = new CheckBox();
this.cmbEqRate = new MPComboBox();
this.mpDelayEQ = new CheckBox();
this.lblEQTitleDisplay = new MPLabel();
this.groupBox2 = new MPGroupBox();
this.mpLabel1 = new MPLabel();
this.tbBacklightBLUE = new TrackBar();
this.mpLabel2 = new MPLabel();
this.tbBacklightGREEN = new TrackBar();
this.mpLabel3 = new MPLabel();
this.tbBacklightRED = new TrackBar();
this.mpVolumeDisplay = new MPCheckBox();
this.mpProgressBar = new MPCheckBox();
this.mpUseInvertedDisplay = new MPCheckBox();
this.mpUseIcons = new MPCheckBox();
this.mpUseDiskIconForAllMedia = new MPCheckBox();
this.btnOK = new MPButton();
this.btnReset = new MPButton();
this.groupBox1.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupEqualizerOptions.SuspendLayout();
this.groupEQstyle.SuspendLayout();
this.groupBox2.SuspendLayout();
((ISupportInitialize)(this.tbBacklightBLUE)).BeginInit();
((ISupportInitialize)(this.tbBacklightGREEN)).BeginInit();
((ISupportInitialize)(this.tbBacklightRED)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom)
| AnchorStyles.Left)
| AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.groupBox5);
this.groupBox1.Controls.Add(this.groupEqualizerOptions);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.mpVolumeDisplay);
this.groupBox1.Controls.Add(this.mpProgressBar);
this.groupBox1.Controls.Add(this.mpUseInvertedDisplay);
this.groupBox1.Controls.Add(this.mpUseIcons);
this.groupBox1.Controls.Add(this.mpUseDiskIconForAllMedia);
this.groupBox1.FlatStyle = FlatStyle.Popup;
this.groupBox1.Location = new Point(7, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new Size(397, 503);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " Matrix Orbital GX Advanced Configuration ";
//
// groupBox5
//
this.groupBox5.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left)
| AnchorStyles.Right)));
this.groupBox5.Controls.Add(this.cbUseClockOnShutdown);
this.groupBox5.Controls.Add(this.mpEnableDisplayActionTime);
this.groupBox5.Controls.Add(this.cmbBlankIdleTime);
this.groupBox5.Controls.Add(this.mpEnableDisplayAction);
this.groupBox5.Controls.Add(this.mpBlankDisplayWithVideo);
this.groupBox5.Controls.Add(this.mpBlankDisplayWhenIdle);
this.groupBox5.Location = new Point(6, 151);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new Size(383, 103);
this.groupBox5.TabIndex = 105;
this.groupBox5.TabStop = false;
this.groupBox5.Text = " Display Control Options ";
//
// cbUseClockOnShutdown
//
this.cbUseClockOnShutdown.AutoSize = true;
this.cbUseClockOnShutdown.Location = new Point(8, 81);
this.cbUseClockOnShutdown.Name = "cbUseClockOnShutdown";
this.cbUseClockOnShutdown.Size = new Size(204, 17);
this.cbUseClockOnShutdown.TabIndex = 100;
this.cbUseClockOnShutdown.Text = "Use Clock on shutdown (If supported)";
this.cbUseClockOnShutdown.UseVisualStyleBackColor = true;
this.cbUseClockOnShutdown.Visible = false;
//.........这里部分代码省略.........
示例14: InitializeComponent
/// <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
//.........这里部分代码省略.........
示例15: InitializeComponent
/// <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";
//.........这里部分代码省略.........