本文整理汇总了C#中MediaPortal.UserInterface.Controls.MPGroupBox类的典型用法代码示例。如果您正苦于以下问题:C# MPGroupBox类的具体用法?C# MPGroupBox怎么用?C# MPGroupBox使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
MPGroupBox类属于MediaPortal.UserInterface.Controls命名空间,在下文中一共展示了MPGroupBox类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
private void InitializeComponent()
{
this.groupBox1 = new MPGroupBox();
this.btnMiniDisplay = new MPButton();
this.btnLCDHype = new MPButton();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom)
| AnchorStyles.Left)
| AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.btnMiniDisplay);
this.groupBox1.Controls.Add(this.btnLCDHype);
this.groupBox1.FlatStyle = FlatStyle.Popup;
this.groupBox1.Location = new Point(12, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new Size(372, 72);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " Select the Advanced Configuration you wish to use ";
//
// btnMiniDisplay
//
this.btnMiniDisplay.Location = new Point(190, 19);
this.btnMiniDisplay.Name = "btnMiniDisplay";
this.btnMiniDisplay.Size = new Size(176, 47);
this.btnMiniDisplay.TabIndex = 110;
this.btnMiniDisplay.Text = "MiniDisplay Plugin";
this.btnMiniDisplay.UseVisualStyleBackColor = true;
this.btnMiniDisplay.Click += new EventHandler(this.btnMiniDisplay_Click);
//
// btnLCDHype
//
this.btnLCDHype.Location = new Point(6, 19);
this.btnLCDHype.Name = "btnLCDHype";
this.btnLCDHype.Size = new Size(176, 47);
this.btnLCDHype.TabIndex = 111;
this.btnLCDHype.Text = "LCDHype Driver";
this.btnLCDHype.UseVisualStyleBackColor = true;
this.btnLCDHype.Click += new EventHandler(this.btnLCDHype_Click);
//
// LCDHypeWrapper_SetupPickerForm
//
this.AutoScaleDimensions = new SizeF(6F, 13F);
this.AutoScaleMode = AutoScaleMode.Font;
this.ClientSize = new Size(396, 90);
this.Controls.Add(this.groupBox1);
this.Name = "LCDHypeWrapper_SetupPickerForm";
this.StartPosition = FormStartPosition.CenterParent;
this.Tag = "";
this.Text = "MiniDisplay - Setup - Configuration Type Select";
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
示例2: InitializeComponent
private void InitializeComponent()
{
this.groupBox1 = new MPGroupBox();
this.btnOK = new MPButton();
this.btnReset = new MPButton();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom)
| AnchorStyles.Left)
| AnchorStyles.Right)));
this.groupBox1.FlatStyle = FlatStyle.Popup;
this.groupBox1.Location = new Point(9, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new Size(357, 124);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " xPL_Connector Configuration ";
//
// btnOK
//
this.btnOK.Anchor = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right)));
this.btnOK.Location = new Point(286, 136);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new Size(80, 23);
this.btnOK.TabIndex = 108;
this.btnOK.Text = "&OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new EventHandler(this.btnOK_Click);
//
// btnReset
//
this.btnReset.Anchor = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right)));
this.btnReset.Location = new Point(200, 136);
this.btnReset.Name = "btnReset";
this.btnReset.Size = new Size(80, 23);
this.btnReset.TabIndex = 109;
this.btnReset.Text = "&RESET";
this.btnReset.UseVisualStyleBackColor = true;
this.btnReset.Click += new EventHandler(this.btnReset_Click);
//
// xPL_Connector_AdvancedSetupForm
//
this.AutoScaleDimensions = new SizeF(6F, 13F);
this.ClientSize = new Size(378, 165);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnReset);
this.Controls.Add(this.groupBox1);
this.Name = "xPL_Connector_AdvancedSetupForm";
this.StartPosition = FormStartPosition.CenterParent;
this.Text = "MiniDisplay - Setup - Advanced Settings";
this.ResumeLayout(false);
}
示例3: 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);
}
示例4: 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.editFormat1 = new Yeti.MMedia.EditFormat();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.editFormat1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(312, 208);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Audio format";
//
// editFormat1
//
this.editFormat1.Dock = System.Windows.Forms.DockStyle.Fill;
this.editFormat1.Location = new System.Drawing.Point(3, 16);
this.editFormat1.Name = "editFormat1";
this.editFormat1.ReadOnly = false;
this.editFormat1.Size = new System.Drawing.Size(306, 189);
this.editFormat1.TabIndex = 0;
this.editFormat1.ConfigChange += new System.EventHandler(this.editFormat1_ConfigChange);
//
// EditWaveWriter
//
this.Controls.Add(this.groupBox1);
this.Name = "EditWaveWriter";
this.Size = new System.Drawing.Size(312, 208);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
示例5: 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);
//.........这里部分代码省略.........
示例6: 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
//.........这里部分代码省略.........
示例7: 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;
//.........这里部分代码省略.........
示例8: 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[] {
//.........这里部分代码省略.........
示例9: 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",
//.........这里部分代码省略.........
示例10: 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);
//.........这里部分代码省略.........
示例11: 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);
//.........这里部分代码省略.........
示例12: 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
//
//.........这里部分代码省略.........
示例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
private void InitializeComponent()
{
this.groupBoxConfiguration = new MPGroupBox();
this.groupBoxPortParameters = new GroupBox();
this.cbAssertDTR = new CheckBox();
this.cbAssertRTS = new CheckBox();
this.lblDataBits = new Label();
this.cbDataBits = new MPComboBox();
this.lblStopBits = new Label();
this.cbStopBits = new MPComboBox();
this.lblParity = new Label();
this.cbParity = new MPComboBox();
this.lblBaudRate = new Label();
this.cbBaudRate = new MPComboBox();
this.groupBoxDisplayCommands = new GroupBox();
this.cbToggleDTR = new CheckBox();
this.cbToggleRTS = new CheckBox();
this.cbPositionBase1 = new CheckBox();
this.lblNote3 = new Label();
this.tbCmdCursorSet = new TextBox();
this.lblCursorSet = new Label();
this.tbCmdDisplayClose = new TextBox();
this.lblCmdDisplayClose = new Label();
this.lblNote2 = new Label();
this.lblNote1 = new Label();
this.tbCmdCursorHome = new TextBox();
this.tbCmdCursorDown = new TextBox();
this.tbCmdCursorUp = new TextBox();
this.tbCmdCursorRight = new TextBox();
this.tbCmdCursorLeft = new TextBox();
this.tbCmdClearDisplay = new TextBox();
this.tbCmdDisplayInit = new TextBox();
this.lblCmdCursorHome = new Label();
this.lblCursorDown = new Label();
this.lblCursorUp = new Label();
this.lblCmdCursorRight = new Label();
this.lblCmdClearDisplay = new Label();
this.lblCmdCursorLeft = new Label();
this.lblCmdDisplayInit = new Label();
this.groupBoxDisplayControl = new GroupBox();
this.mpEnableDisplayActionTime = new MPComboBox();
this.cmbBlankIdleTime = new MPComboBox();
this.mpEnableDisplayAction = new CheckBox();
this.mpBlankDisplayWithVideo = new CheckBox();
this.mpBlankDisplayWhenIdle = new CheckBox();
this.btnOK = new MPButton();
this.btnReset = new MPButton();
this.groupBoxConfiguration.SuspendLayout();
this.groupBoxPortParameters.SuspendLayout();
this.groupBoxDisplayCommands.SuspendLayout();
this.groupBoxDisplayControl.SuspendLayout();
this.SuspendLayout();
//
// groupBoxConfiguration
//
this.groupBoxConfiguration.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom)
| AnchorStyles.Left)
| AnchorStyles.Right)));
this.groupBoxConfiguration.Controls.Add(this.groupBoxPortParameters);
this.groupBoxConfiguration.Controls.Add(this.groupBoxDisplayCommands);
this.groupBoxConfiguration.Controls.Add(this.groupBoxDisplayControl);
this.groupBoxConfiguration.FlatStyle = FlatStyle.Popup;
this.groupBoxConfiguration.Location = new Point(9, 6);
this.groupBoxConfiguration.Name = "groupBoxConfiguration";
this.groupBoxConfiguration.Size = new Size(357, 532);
this.groupBoxConfiguration.TabIndex = 4;
this.groupBoxConfiguration.TabStop = false;
this.groupBoxConfiguration.Text = " Simple Serial Display Configuration ";
//
// groupBoxPortParameters
//
this.groupBoxPortParameters.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left)
| AnchorStyles.Right)));
this.groupBoxPortParameters.Controls.Add(this.cbAssertDTR);
this.groupBoxPortParameters.Controls.Add(this.cbAssertRTS);
this.groupBoxPortParameters.Controls.Add(this.lblDataBits);
this.groupBoxPortParameters.Controls.Add(this.cbDataBits);
this.groupBoxPortParameters.Controls.Add(this.lblStopBits);
this.groupBoxPortParameters.Controls.Add(this.cbStopBits);
this.groupBoxPortParameters.Controls.Add(this.lblParity);
this.groupBoxPortParameters.Controls.Add(this.cbParity);
this.groupBoxPortParameters.Controls.Add(this.lblBaudRate);
this.groupBoxPortParameters.Controls.Add(this.cbBaudRate);
this.groupBoxPortParameters.Location = new Point(10, 19);
this.groupBoxPortParameters.Name = "groupBoxPortParameters";
this.groupBoxPortParameters.Size = new Size(338, 92);
this.groupBoxPortParameters.TabIndex = 105;
this.groupBoxPortParameters.TabStop = false;
this.groupBoxPortParameters.Text = " Serial Port parameters ";
//
// cbAssertDTR
//
this.cbAssertDTR.AutoSize = true;
this.cbAssertDTR.Location = new Point(169, 65);
this.cbAssertDTR.Name = "cbAssertDTR";
this.cbAssertDTR.Size = new Size(147, 17);
this.cbAssertDTR.TabIndex = 114;
this.cbAssertDTR.Text = "Assert DTR on Port Open";
this.cbAssertDTR.UseVisualStyleBackColor = true;
//
//.........这里部分代码省略.........
示例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.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
//.........这里部分代码省略.........