本文整理汇总了C#中MediaPortal.UserInterface.Controls.MPGroupBox.ResumeLayout方法的典型用法代码示例。如果您正苦于以下问题:C# MPGroupBox.ResumeLayout方法的具体用法?C# MPGroupBox.ResumeLayout怎么用?C# MPGroupBox.ResumeLayout使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类MediaPortal.UserInterface.Controls.MPGroupBox
的用法示例。
在下文中一共展示了MPGroupBox.ResumeLayout方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
//.........这里部分代码省略.........
streamLAVSelectionCheckBox.Location = new System.Drawing.Point(16, 134);
streamLAVSelectionCheckBox.Name = "streamLAVSelectionCheckBox";
streamLAVSelectionCheckBox.Size = new System.Drawing.Size(360, 17);
streamLAVSelectionCheckBox.TabIndex = 18;
streamLAVSelectionCheckBox.Text = "Override the whole audio/subtitle use stream selection from LAV Splitter";
streamLAVSelectionCheckBox.UseVisualStyleBackColor = true;
streamLAVSelectionCheckBox.CheckedChanged += new System.EventHandler(this.streamLAVSelectionCheckBox_CheckedChanged);
//
// mpLabelOptionLAV
//
this.mpLabelOptionLAV.Location = new System.Drawing.Point(13, 83);
this.mpLabelOptionLAV.Name = "mpLabelOptionLAV";
this.mpLabelOptionLAV.Size = new System.Drawing.Size(238, 16);
this.mpLabelOptionLAV.TabIndex = 17;
this.mpLabelOptionLAV.Text = "Option working only with LAV Splitter in use:";
//
// audioDefaultCheckBox
//
audioDefaultCheckBox.AutoSize = true;
audioDefaultCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
audioDefaultCheckBox.Location = new System.Drawing.Point(16, 111);
audioDefaultCheckBox.Name = "audioDefaultCheckBox";
audioDefaultCheckBox.Size = new System.Drawing.Size(235, 17);
audioDefaultCheckBox.TabIndex = 16;
audioDefaultCheckBox.Text = "Override audio selection and use default one";
audioDefaultCheckBox.UseVisualStyleBackColor = true;
audioDefaultCheckBox.CheckedChanged += new System.EventHandler(this.audioDefault_CheckedChanged);
//
// mpLabel7
//
this.mpLabel7.Location = new System.Drawing.Point(13, 56);
this.mpLabel7.Name = "mpLabel7";
this.mpLabel7.Size = new System.Drawing.Size(96, 16);
this.mpLabel7.TabIndex = 6;
this.mpLabel7.Text = "Audio:";
//
// defaultAudioLanguageComboBox
//
this.defaultAudioLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.defaultAudioLanguageComboBox.BorderColor = System.Drawing.Color.Empty;
this.defaultAudioLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.defaultAudioLanguageComboBox.Location = new System.Drawing.Point(136, 51);
this.defaultAudioLanguageComboBox.Name = "defaultAudioLanguageComboBox";
this.defaultAudioLanguageComboBox.Size = new System.Drawing.Size(280, 21);
this.defaultAudioLanguageComboBox.Sorted = true;
this.defaultAudioLanguageComboBox.TabIndex = 7;
//
// mpLabel8
//
this.mpLabel8.Location = new System.Drawing.Point(13, 27);
this.mpLabel8.Name = "mpLabel8";
this.mpLabel8.Size = new System.Drawing.Size(96, 16);
this.mpLabel8.TabIndex = 6;
this.mpLabel8.Text = "Subtitles:";
//
// defaultSubtitleLanguageComboBox
//
this.defaultSubtitleLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.defaultSubtitleLanguageComboBox.BorderColor = System.Drawing.Color.Empty;
this.defaultSubtitleLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.defaultSubtitleLanguageComboBox.Location = new System.Drawing.Point(136, 24);
this.defaultSubtitleLanguageComboBox.Name = "defaultSubtitleLanguageComboBox";
this.defaultSubtitleLanguageComboBox.Size = new System.Drawing.Size(280, 21);
this.defaultSubtitleLanguageComboBox.Sorted = true;
this.defaultSubtitleLanguageComboBox.TabIndex = 7;
//
// Movies
//
this.Controls.Add(this.tabControl1);
this.Name = "Movies";
this.Size = new System.Drawing.Size(472, 408);
tabPage3.ResumeLayout(false);
mpGroupBox3.ResumeLayout(false);
this.mpGroupBox1.ResumeLayout(false);
this.mpGroupBox1.PerformLayout();
panel1.ResumeLayout(false);
panel1.PerformLayout();
mpTabPage2.ResumeLayout(false);
this.mpGroupBox2.ResumeLayout(false);
this.mpGroupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.borderWidthUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.shadowDepthUpDown)).EndInit();
this.tabPage1.ResumeLayout(false);
this.mpGroupBoxVideoAudioDelay.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.delayVideoTextBox)).EndInit();
this.mpGroupBoxComSkip.ResumeLayout(false);
this.mpGroupBoxComSkip.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.playedPercentageTB)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.playedPercentageTrackBar)).EndInit();
this.tabControl1.ResumeLayout(false);
this.mpTabPage1.ResumeLayout(false);
this.mpGroupBox4.ResumeLayout(false);
this.mpGroupBox4.PerformLayout();
this.ResumeLayout(false);
}
示例2: InitializeComponent
//.........这里部分代码省略.........
mpEditIcon.Text = "&Edit Icons";
mpEditIcon.UseVisualStyleBackColor = true;
mpEditIcon.Click += mpEditIcon_Click;
//
// mpUseCustomFont
//
mpUseCustomFont.AutoSize = true;
mpUseCustomFont.FlatStyle = FlatStyle.Popup;
mpUseCustomFont.Location = new Point(16, 108);
mpUseCustomFont.Name = "mpUseCustomFont";
mpUseCustomFont.Size = new Size(105, 17);
mpUseCustomFont.TabIndex = 77;
mpUseCustomFont.Text = "Use Custom Font";
mpUseCustomFont.UseVisualStyleBackColor = true;
mpUseCustomFont.CheckedChanged += mpUseCustomFont_CheckedChanged;
//
// mpUseLargeIcons
//
mpUseLargeIcons.AutoSize = true;
mpUseLargeIcons.FlatStyle = FlatStyle.Popup;
mpUseLargeIcons.Location = new Point(16, 126);
mpUseLargeIcons.Name = "mpUseLargeIcons";
mpUseLargeIcons.Size = new Size(102, 17);
mpUseLargeIcons.TabIndex = 77;
mpUseLargeIcons.Text = "Use Large Icons";
mpUseLargeIcons.UseVisualStyleBackColor = true;
mpUseLargeIcons.CheckedChanged += mpUseLargeIcons_CheckedChanged;
//
// mpUseCustomIcons
//
mpUseCustomIcons.AutoSize = true;
mpUseCustomIcons.FlatStyle = FlatStyle.Popup;
mpUseCustomIcons.Location = new Point(32, 144);
mpUseCustomIcons.Name = "mpUseCustomIcons";
mpUseCustomIcons.Size = new Size(140, 17);
mpUseCustomIcons.TabIndex = 77;
mpUseCustomIcons.Text = "Use Custom Large Icons";
mpUseCustomIcons.UseVisualStyleBackColor = true;
mpUseCustomIcons.CheckedChanged += mpUseCustomIcons_CheckedChanged;
//
// mpUseInvertedIcons
//
mpUseInvertedIcons.AutoSize = true;
mpUseInvertedIcons.FlatStyle = FlatStyle.Popup;
mpUseInvertedIcons.Location = new Point(32, 162);
mpUseInvertedIcons.Name = "mpUseInvertedIcons";
mpUseInvertedIcons.Size = new Size(172, 17);
mpUseInvertedIcons.TabIndex = 77;
mpUseInvertedIcons.Text = "Invert (reverse) the Large Icons";
mpUseInvertedIcons.UseVisualStyleBackColor = true;
//
// btnOK
//
btnOK.Anchor = (((AnchorStyles.Bottom | AnchorStyles.Right)));
btnOK.Location = new Point(563, 476);
btnOK.Name = "btnOK";
btnOK.Size = new Size(78, 23);
btnOK.TabIndex = 6;
btnOK.Text = "&OK";
btnOK.UseVisualStyleBackColor = true;
btnOK.Click += btnOK_Click;
//
// btnReset
//
btnReset.Anchor = (((AnchorStyles.Bottom | AnchorStyles.Right)));
btnReset.Location = new Point(479, 476);
btnReset.Name = "btnReset";
btnReset.Size = new Size(78, 23);
btnReset.TabIndex = 6;
btnReset.Text = "&RESET";
btnReset.UseVisualStyleBackColor = true;
btnReset.Click += btnReset_Click;
//
// iMONLCDg_AdvancedSetupForm
//
AutoScaleDimensions = new SizeF(6F, 13F);
ClientSize = new Size(650, 504);
Controls.Add(btnOK);
Controls.Add(btnReset);
Controls.Add(groupBoxConfiguration);
Name = "iMONLCDg_AdvancedSetupForm";
StartPosition = FormStartPosition.CenterParent;
Text = "MiniDisplay - Setup - Advanced Settings";
groupBoxConfiguration.ResumeLayout(false);
groupBox1.ResumeLayout(false);
groupBox1.PerformLayout();
groupBoxManager.ResumeLayout(false);
groupBoxManager.PerformLayout();
groupBoxHardware.ResumeLayout(false);
groupBoxHardware.PerformLayout();
groupBoxDisplayControl.ResumeLayout(false);
groupBoxDisplayControl.PerformLayout();
groupboxEqualizerOptions.ResumeLayout(false);
groupboxEqualizerOptions.PerformLayout();
groupEQstyle.ResumeLayout(false);
groupEQstyle.PerformLayout();
groupBoxDisplayOptions.ResumeLayout(false);
groupBoxDisplayOptions.PerformLayout();
ResumeLayout(false);
}