当前位置: 首页>>代码示例>>C#>>正文


C# System.Windows.Forms.GroupBox.SuspendLayout方法代码示例

本文整理汇总了C#中System.Windows.Forms.GroupBox.SuspendLayout方法的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.GroupBox.SuspendLayout方法的具体用法?C# System.Windows.Forms.GroupBox.SuspendLayout怎么用?C# System.Windows.Forms.GroupBox.SuspendLayout使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在System.Windows.Forms.GroupBox的用法示例。


在下文中一共展示了System.Windows.Forms.GroupBox.SuspendLayout方法的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()
		{
			System.Windows.Forms.GroupBox groupBox1;
			System.Windows.Forms.Panel panel1;
			this.xenFormsHost = new Xen.WinFormsHostControl();
			groupBox1 = new System.Windows.Forms.GroupBox();
			panel1 = new System.Windows.Forms.Panel();
			groupBox1.SuspendLayout();
			panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			groupBox1.Controls.Add(this.xenFormsHost);
			groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			groupBox1.Location = new System.Drawing.Point(8, 8);
			groupBox1.Name = "groupBox1";
			groupBox1.Padding = new System.Windows.Forms.Padding(9, 3, 9, 9);
			groupBox1.Size = new System.Drawing.Size(968, 488);
			groupBox1.TabIndex = 0;
			groupBox1.TabStop = false;
			groupBox1.Text = "Xen WinFormsHost";
			// 
			// xenFormsHost
			// 
			this.xenFormsHost.Dock = System.Windows.Forms.DockStyle.Fill;
			this.xenFormsHost.Location = new System.Drawing.Point(9, 16);
			this.xenFormsHost.Name = "xenFormsHost";
			this.xenFormsHost.Size = new System.Drawing.Size(950, 463);
			this.xenFormsHost.TabIndex = 0;
			this.xenFormsHost.Text = "XenHost";
			// 
			// panel1
			// 
			panel1.Controls.Add(groupBox1);
			panel1.Dock = System.Windows.Forms.DockStyle.Fill;
			panel1.Location = new System.Drawing.Point(0, 0);
			panel1.Name = "panel1";
			panel1.Padding = new System.Windows.Forms.Padding(8);
			panel1.Size = new System.Drawing.Size(984, 504);
			panel1.TabIndex = 1;
			// 
			// WinFormsExample
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(984, 504);
			this.Controls.Add(panel1);
			this.Name = "WinFormsExample";
			this.Text = "WinFormsExample";
			groupBox1.ResumeLayout(false);
			panel1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
开发者ID:shadarath,项目名称:Wirtualna-rzeczywistosc,代码行数:59,代码来源:WinFormsExample.Designer.cs

示例2: InitializeComponent

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.GroupBox groupBoxDifferencesFoundInSourceBranch;
            this.m_differences = new CWDev.SLNTools.UIKit.DifferencesControl();
            groupBoxDifferencesFoundInSourceBranch = new System.Windows.Forms.GroupBox();
            groupBoxDifferencesFoundInSourceBranch.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBoxDifferencesFoundInSourceBranch
            // 
            groupBoxDifferencesFoundInSourceBranch.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)));
            groupBoxDifferencesFoundInSourceBranch.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            groupBoxDifferencesFoundInSourceBranch.Controls.Add(this.m_differences);
            groupBoxDifferencesFoundInSourceBranch.Location = new System.Drawing.Point(12, 12);
            groupBoxDifferencesFoundInSourceBranch.Name = "groupBoxDifferencesFoundInSourceBranch";
            groupBoxDifferencesFoundInSourceBranch.Size = new System.Drawing.Size(448, 617);
            groupBoxDifferencesFoundInSourceBranch.TabIndex = 0;
            groupBoxDifferencesFoundInSourceBranch.TabStop = false;
            groupBoxDifferencesFoundInSourceBranch.Text = "Differences found";
            // 
            // m_differences
            // 
            this.m_differences.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.m_differences.Location = new System.Drawing.Point(6, 19);
            this.m_differences.Name = "m_differences";
            this.m_differences.Size = new System.Drawing.Size(436, 592);
            this.m_differences.TabIndex = 0;
            // 
            // CompareSolutionsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(472, 641);
            this.Controls.Add(groupBoxDifferencesFoundInSourceBranch);
            this.Name = "CompareSolutionsForm";
            this.Text = "Solution Comparer";
            groupBoxDifferencesFoundInSourceBranch.ResumeLayout(false);
            this.ResumeLayout(false);

        }
开发者ID:m3zercat,项目名称:slntools,代码行数:48,代码来源:CompareSolutionsForm.Designer.cs

示例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(AboutDialog));
			lblNameAndVersion = new System.Windows.Forms.Label();
			lblAuthor = new System.Windows.Forms.Label();
			pictureBox1 = new System.Windows.Forms.PictureBox();
			groupBox1 = new System.Windows.Forms.GroupBox();
			((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
			groupBox1.SuspendLayout();
			base.SuspendLayout();
			resources.ApplyResources(lblNameAndVersion, "lblNameAndVersion");
			lblNameAndVersion.BackColor = System.Drawing.Color.Transparent;
			lblNameAndVersion.ForeColor = System.Drawing.Color.Black;
			lblNameAndVersion.Name = "lblNameAndVersion";
			resources.ApplyResources(lblAuthor, "lblAuthor");
			lblAuthor.BackColor = System.Drawing.Color.Transparent;
			lblAuthor.ForeColor = System.Drawing.Color.Black;
			lblAuthor.Name = "lblAuthor";
			resources.ApplyResources(pictureBox1, "pictureBox1");
			pictureBox1.Name = "pictureBox1";
			pictureBox1.TabStop = false;
			groupBox1.Controls.Add(pictureBox1);
			groupBox1.Controls.Add(lblNameAndVersion);
			groupBox1.Controls.Add(lblAuthor);
			resources.ApplyResources(groupBox1, "groupBox1");
			groupBox1.Name = "groupBox1";
			groupBox1.TabStop = false;
			resources.ApplyResources(this, "$this");
			base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			BackColor = System.Drawing.SystemColors.Control;
			base.Controls.Add(groupBox1);
			base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			base.KeyPreview = true;
			base.Name = "AboutDialog";
			base.ShowInTaskbar = false;
			base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			base.Click += AboutDialog_Click;
			base.KeyDown += AboutDialog_KeyDown;
			((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
			groupBox1.ResumeLayout(false);
			groupBox1.PerformLayout();
			base.ResumeLayout(false);
		}
开发者ID:tgmayfield,项目名称:svn-monitor,代码行数:47,代码来源:AboutDialog.Designer.cs

示例4: InitializeComponent

        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.GroupBox equipmentGroupBox;
            this.equipmentCheckedListBox = new FFTPatcher.Controls.CheckedListBoxNoHighlightWithDefault();
            equipmentGroupBox = new System.Windows.Forms.GroupBox();
            equipmentGroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // equipmentGroupBox
            // 
            equipmentGroupBox.Controls.Add( this.equipmentCheckedListBox );
            equipmentGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            equipmentGroupBox.Location = new System.Drawing.Point( 0, 0 );
            equipmentGroupBox.Name = "equipmentGroupBox";
            equipmentGroupBox.Size = new System.Drawing.Size( 494, 185 );
            equipmentGroupBox.TabIndex = 51;
            equipmentGroupBox.TabStop = false;
            equipmentGroupBox.Text = "Equipment";
            // 
            // equipmentCheckedListBox
            // 
            this.equipmentCheckedListBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.equipmentCheckedListBox.FormattingEnabled = true;
            this.equipmentCheckedListBox.Location = new System.Drawing.Point( 3, 16 );
            this.equipmentCheckedListBox.MultiColumn = true;
            this.equipmentCheckedListBox.Name = "equipmentCheckedListBox";
            this.equipmentCheckedListBox.Size = new System.Drawing.Size( 488, 154 );
            this.equipmentCheckedListBox.TabIndex = 50;
            // 
            // EquipmentEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add( equipmentGroupBox );
            this.Name = "EquipmentEditor";
            this.Size = new System.Drawing.Size( 494, 185 );
            equipmentGroupBox.ResumeLayout( false );
            this.ResumeLayout( false );

        }
开发者ID:Wi150nZ,项目名称:lioneditor,代码行数:44,代码来源:EquipmentEditor.Designer.cs

示例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.Windows.Forms.GroupBox groupBox1;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClickActionKeystrokePropertyComponentControl));
			this.label1 = new System.Windows.Forms.Label();
			this._keyStrokeCaptureBox = new ClearCanvas.Desktop.View.WinForms.KeyStrokeCaptureBox();
			groupBox1 = new System.Windows.Forms.GroupBox();
			groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			groupBox1.Controls.Add(this.label1);
			groupBox1.Controls.Add(this._keyStrokeCaptureBox);
			resources.ApplyResources(groupBox1, "groupBox1");
			groupBox1.Name = "groupBox1";
			groupBox1.TabStop = false;
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// _keyStrokeCaptureBox
			// 
			resources.ApplyResources(this._keyStrokeCaptureBox, "_keyStrokeCaptureBox");
			this._keyStrokeCaptureBox.Name = "_keyStrokeCaptureBox";
			this._keyStrokeCaptureBox.ShowClearButton = true;
			this._keyStrokeCaptureBox.ValidateKeyStroke += new ClearCanvas.Desktop.View.WinForms.ValidateKeyStrokeEventHandler(this._keyStrokeCaptureBox_ValidateKeyStroke);
			// 
			// ClickActionKeystrokePropertyComponentControl
			// 
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(groupBox1);
			this.Name = "ClickActionKeystrokePropertyComponentControl";
			groupBox1.ResumeLayout(false);
			groupBox1.PerformLayout();
			this.ResumeLayout(false);

		}
开发者ID:m-berkani,项目名称:ClearCanvas,代码行数:44,代码来源:ClickActionKeystrokePropertyComponentControl.Designer.cs

示例6: InitializeComponent

		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.GroupBox groupBox2;
			this.sizeUserControl = new TextAdventure.Editor.UserControls.SizeUserControl();
			groupBox2 = new System.Windows.Forms.GroupBox();
			groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox2
			// 
			groupBox2.Controls.Add(this.sizeUserControl);
			groupBox2.Location = new System.Drawing.Point(0, 0);
			groupBox2.Name = "groupBox2";
			groupBox2.Size = new System.Drawing.Size(200, 72);
			groupBox2.TabIndex = 0;
			groupBox2.TabStop = false;
			groupBox2.Text = "Size";
			// 
			// sizeUserControl
			// 
			this.sizeUserControl.Dock = System.Windows.Forms.DockStyle.Top;
			this.sizeUserControl.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.sizeUserControl.Location = new System.Drawing.Point(3, 17);
			this.sizeUserControl.Name = "sizeUserControl";
			this.sizeUserControl.Size = new System.Drawing.Size(194, 48);
			this.sizeUserControl.TabIndex = 0;
			this.sizeUserControl.SelectedSizeChanged += new System.EventHandler(this.SizeUserControlOnSelectedSizeChanged);
			// 
			// EraserUserControl
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(groupBox2);
			this.Name = "EraserUserControl";
			this.Size = new System.Drawing.Size(200, 72);
			groupBox2.ResumeLayout(false);
			this.ResumeLayout(false);

		}
开发者ID:nathan-alden,项目名称:old-text-adventure,代码行数:43,代码来源:EraserUserControl.Designer.cs

示例7: InitializeComponent

        /// <summary>
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.GroupBox groupBox1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LineStyleDialog));
            this.dashDotDotRadioButton = new System.Windows.Forms.RadioButton();
            this.dotRadioButton = new System.Windows.Forms.RadioButton();
            this.dashDotRadioButton = new System.Windows.Forms.RadioButton();
            this.dashRadioButton = new System.Windows.Forms.RadioButton();
            this.solidRadioButton = new System.Windows.Forms.RadioButton();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lineTextBox = new System.Windows.Forms.TextBox();
            this.LSApplyButton = new System.Windows.Forms.Button();
            this.LSCloseButton = new System.Windows.Forms.Button();
            groupBox1 = new System.Windows.Forms.GroupBox();
            groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            resources.ApplyResources(groupBox1, "groupBox1");
            groupBox1.Controls.Add(this.dashDotDotRadioButton);
            groupBox1.Controls.Add(this.dotRadioButton);
            groupBox1.Controls.Add(this.dashDotRadioButton);
            groupBox1.Controls.Add(this.dashRadioButton);
            groupBox1.Controls.Add(this.solidRadioButton);
            groupBox1.Name = "groupBox1";
            groupBox1.TabStop = false;
            // 
            // dashDotDotRadioButton
            // 
            resources.ApplyResources(this.dashDotDotRadioButton, "dashDotDotRadioButton");
            this.dashDotDotRadioButton.Image = global::Ecell.IDE.Plugins.TracerWindow.Properties.Resources.dashdotdot;
            this.dashDotDotRadioButton.Name = "dashDotDotRadioButton";
            this.dashDotDotRadioButton.TabStop = true;
            this.dashDotDotRadioButton.UseVisualStyleBackColor = true;
            // 
            // dotRadioButton
            // 
            resources.ApplyResources(this.dotRadioButton, "dotRadioButton");
            this.dotRadioButton.Image = global::Ecell.IDE.Plugins.TracerWindow.Properties.Resources.dot;
            this.dotRadioButton.Name = "dotRadioButton";
            this.dotRadioButton.TabStop = true;
            this.dotRadioButton.UseVisualStyleBackColor = true;
            // 
            // dashDotRadioButton
            // 
            resources.ApplyResources(this.dashDotRadioButton, "dashDotRadioButton");
            this.dashDotRadioButton.Image = global::Ecell.IDE.Plugins.TracerWindow.Properties.Resources.dashdot;
            this.dashDotRadioButton.Name = "dashDotRadioButton";
            this.dashDotRadioButton.TabStop = true;
            this.dashDotRadioButton.UseVisualStyleBackColor = true;
            // 
            // dashRadioButton
            // 
            resources.ApplyResources(this.dashRadioButton, "dashRadioButton");
            this.dashRadioButton.Image = global::Ecell.IDE.Plugins.TracerWindow.Properties.Resources.dash;
            this.dashRadioButton.Name = "dashRadioButton";
            this.dashRadioButton.TabStop = true;
            this.dashRadioButton.UseVisualStyleBackColor = true;
            // 
            // solidRadioButton
            // 
            resources.ApplyResources(this.solidRadioButton, "solidRadioButton");
            this.solidRadioButton.Image = global::Ecell.IDE.Plugins.TracerWindow.Properties.Resources.solid;
            this.solidRadioButton.Name = "solidRadioButton";
            this.solidRadioButton.TabStop = true;
            this.solidRadioButton.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lineTextBox);
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.TabStop = false;
            // 
            // lineTextBox
            // 
            resources.ApplyResources(this.lineTextBox, "lineTextBox");
            this.lineTextBox.Name = "lineTextBox";
            this.lineTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.lineTextBox_Validating);
            // 
            // LSApplyButton
            // 
            resources.ApplyResources(this.LSApplyButton, "LSApplyButton");
            this.LSApplyButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.LSApplyButton.Name = "LSApplyButton";
            this.LSApplyButton.UseVisualStyleBackColor = true;
            // 
            // LSCloseButton
            // 
            resources.ApplyResources(this.LSCloseButton, "LSCloseButton");
            this.LSCloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.LSCloseButton.Name = "LSCloseButton";
            this.LSCloseButton.UseVisualStyleBackColor = true;
            this.LSCloseButton.Click += new System.EventHandler(this.LineCancelButton_Click);
//.........这里部分代码省略.........
开发者ID:ecell,项目名称:ecell3-ide,代码行数:101,代码来源:LineStyleDialog.Designer.cs

示例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.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.ToolStrip toolStrip1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LiveCapture));
            this.queueCap = new System.Windows.Forms.Button();
            this.captureFrame = new System.Windows.Forms.NumericUpDown();
            this.captureDelay = new System.Windows.Forms.NumericUpDown();
            this.triggerCapture = new System.Windows.Forms.Button();
            this.deleteMenu = new System.Windows.Forms.ToolStripButton();
            this.saveMenu = new System.Windows.Forms.ToolStripButton();
            this.openMenu = new System.Windows.Forms.ToolStripSplitButton();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newInstanceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.captures = new System.Windows.Forms.ListView();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.connectionIcon = new System.Windows.Forms.Label();
            this.connectionStatus = new System.Windows.Forms.Label();
            this.childProcessLabel = new System.Windows.Forms.Label();
            this.childProcesses = new System.Windows.Forms.ListView();
            this.rightclickContext = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.openThisCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.newInstanceToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.saveThisCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteThisCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.captureCountdown = new System.Windows.Forms.Timer(this.components);
            this.childUpdateTimer = new System.Windows.Forms.Timer(this.components);
            label1 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            groupBox1 = new System.Windows.Forms.GroupBox();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.captureFrame)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.captureDelay)).BeginInit();
            toolStrip1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            this.rightclickContext.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(3, 205);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(98, 13);
            label1.TabIndex = 6;
            label1.Text = "Captures collected:";
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(6, 21);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(74, 13);
            label2.TabIndex = 2;
            label2.Text = "Capture Delay";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(6, 50);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(86, 13);
            label3.TabIndex = 3;
            label3.Text = "Capture Frame #";
            // 
            // groupBox1
            // 
            groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            groupBox1.Controls.Add(this.queueCap);
            groupBox1.Controls.Add(this.captureFrame);
            groupBox1.Controls.Add(label3);
            groupBox1.Controls.Add(label2);
            groupBox1.Controls.Add(this.captureDelay);
            groupBox1.Controls.Add(this.triggerCapture);
            groupBox1.Location = new System.Drawing.Point(3, 34);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(351, 75);
            groupBox1.TabIndex = 7;
            groupBox1.TabStop = false;
            groupBox1.Text = "Tools";
            // 
            // queueCap
            // 
            this.queueCap.Location = new System.Drawing.Point(222, 44);
//.........这里部分代码省略.........
开发者ID:ksenglee,项目名称:renderdoc,代码行数:101,代码来源:LiveCapture.Designer.cs

示例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.Windows.Forms.Label jpCostLabel;
            System.Windows.Forms.Label learnChanceLabel;
            System.Windows.Forms.Label percentLabel;
            System.Windows.Forms.GroupBox aiGroupBox;
            this.aiCheckedListBox = new FFTPatcher.Controls.CheckedListBoxNoHighlightWithDefault();
            this.jpCostSpinner = new FFTPatcher.Controls.NumericUpDownWithDefault();
            this.chanceSpinner = new FFTPatcher.Controls.NumericUpDownWithDefault();
            this.propertiesCheckedListBox = new FFTPatcher.Controls.CheckedListBoxNoHighlightWithDefault();
            this.abilityTypeComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            jpCostLabel = new System.Windows.Forms.Label();
            learnChanceLabel = new System.Windows.Forms.Label();
            percentLabel = new System.Windows.Forms.Label();
            aiGroupBox = new System.Windows.Forms.GroupBox();
            aiGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.jpCostSpinner)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chanceSpinner)).BeginInit();
            this.SuspendLayout();
            // 
            // jpCostLabel
            // 
            jpCostLabel.AutoSize = true;
            jpCostLabel.Location = new System.Drawing.Point( 3, 7 );
            jpCostLabel.Name = "jpCostLabel";
            jpCostLabel.Size = new System.Drawing.Size( 46, 13 );
            jpCostLabel.TabIndex = 0;
            jpCostLabel.Text = "JP Cost:";
            // 
            // learnChanceLabel
            // 
            learnChanceLabel.AutoSize = true;
            learnChanceLabel.Location = new System.Drawing.Point( 3, 31 );
            learnChanceLabel.Name = "learnChanceLabel";
            learnChanceLabel.Size = new System.Drawing.Size( 88, 13 );
            learnChanceLabel.TabIndex = 2;
            learnChanceLabel.Text = "Chance to learn: ";
            // 
            // percentLabel
            // 
            percentLabel.AutoSize = true;
            percentLabel.Location = new System.Drawing.Point( 148, 31 );
            percentLabel.Name = "percentLabel";
            percentLabel.Size = new System.Drawing.Size( 15, 13 );
            percentLabel.TabIndex = 10;
            percentLabel.Text = "%";
            // 
            // aiGroupBox
            // 
            aiGroupBox.AutoSize = true;
            aiGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            aiGroupBox.Controls.Add( this.aiCheckedListBox );
            aiGroupBox.Location = new System.Drawing.Point( 169, 3 );
            aiGroupBox.Name = "aiGroupBox";
            aiGroupBox.Size = new System.Drawing.Size( 386, 162 );
            aiGroupBox.TabIndex = 4;
            aiGroupBox.TabStop = false;
            aiGroupBox.Text = "AI Behavior";
            // 
            // aiCheckedListBox
            // 
            this.aiCheckedListBox.FormattingEnabled = true;
            this.aiCheckedListBox.Location = new System.Drawing.Point( 6, 19 );
            this.aiCheckedListBox.MultiColumn = true;
            this.aiCheckedListBox.Name = "aiCheckedListBox";
            this.aiCheckedListBox.Size = new System.Drawing.Size( 374, 124 );
            this.aiCheckedListBox.TabIndex = 0;
            this.aiCheckedListBox.TabStop = false;
            // 
            // jpCostSpinner
            // 
            this.jpCostSpinner.AutoSize = true;
            this.jpCostSpinner.Location = new System.Drawing.Point( 95, 5 );
            this.jpCostSpinner.Maximum = new decimal( new int[] {
            65535,
            0,
            0,
            0} );
            this.jpCostSpinner.MinimumSize = new System.Drawing.Size( 51, 0 );
            this.jpCostSpinner.Name = "jpCostSpinner";
            this.jpCostSpinner.Size = new System.Drawing.Size( 53, 20 );
            this.jpCostSpinner.TabIndex = 0;
            this.jpCostSpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // chanceSpinner
            // 
            this.chanceSpinner.Location = new System.Drawing.Point( 95, 28 );
            this.chanceSpinner.Maximum = new decimal( new int[] {
            255,
            0,
            0,
            0} );
            this.chanceSpinner.MinimumSize = new System.Drawing.Size( 51, 0 );
            this.chanceSpinner.Name = "chanceSpinner";
            this.chanceSpinner.Size = new System.Drawing.Size( 53, 20 );
            this.chanceSpinner.TabIndex = 1;
//.........这里部分代码省略.........
开发者ID:Wi150nZ,项目名称:lioneditor,代码行数:101,代码来源:CommonAbilitiesEditor.Designer.cs

示例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.components = new System.ComponentModel.Container();
         System.Windows.Forms.Label roleLabel;
         System.Windows.Forms.Button createRoleButton;
         System.Windows.Forms.Button closeButton;
         System.Windows.Forms.GroupBox newRoleGroup;
         System.Windows.Forms.GroupBox createdGroup;
         System.Windows.Forms.ColumnHeader createdUsersHeader;
         this.m_RoleTextBox = new System.Windows.Forms.TextBox();
         this.m_CreatedRolesListView = new CredentialsManagerClient.ListViewEx();
         this.m_RoleValidator = new System.Windows.Forms.ErrorProvider(this.components);
         roleLabel = new System.Windows.Forms.Label();
         createRoleButton = new System.Windows.Forms.Button();
         closeButton = new System.Windows.Forms.Button();
         newRoleGroup = new System.Windows.Forms.GroupBox();
         createdGroup = new System.Windows.Forms.GroupBox();
         createdUsersHeader = new System.Windows.Forms.ColumnHeader();
         newRoleGroup.SuspendLayout();
         createdGroup.SuspendLayout();
         ((System.ComponentModel.ISupportInitialize)(this.m_RoleValidator)).BeginInit();
         this.SuspendLayout();
         // 
         // roleLabel
         // 
         roleLabel.AutoSize = true;
         roleLabel.Location = new System.Drawing.Point(10,18);
         roleLabel.Name = "roleLabel";
         roleLabel.Size = new System.Drawing.Size(32,13);
         roleLabel.TabIndex = 0;
         roleLabel.Text = "Role:";
         // 
         // createRoleButton
         // 
         createRoleButton.Location = new System.Drawing.Point(154,34);
         createRoleButton.Name = "createRoleButton";
         createRoleButton.Size = new System.Drawing.Size(75,23);
         createRoleButton.TabIndex = 4;
         createRoleButton.Text = "Create Role";
         createRoleButton.Click += new System.EventHandler(this.OnCreateRole);
         // 
         // closeButton
         // 
         closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
         closeButton.Location = new System.Drawing.Point(160,248);
         closeButton.Name = "closeButton";
         closeButton.Size = new System.Drawing.Size(75,23);
         closeButton.TabIndex = 5;
         closeButton.Text = "Close";
         closeButton.Click += new System.EventHandler(this.OnClosed);
         // 
         // newRoleGroup
         // 
         newRoleGroup.Controls.Add(createRoleButton);
         newRoleGroup.Controls.Add(roleLabel);
         newRoleGroup.Controls.Add(this.m_RoleTextBox);
         newRoleGroup.Location = new System.Drawing.Point(6,11);
         newRoleGroup.Name = "newRoleGroup";
         newRoleGroup.Size = new System.Drawing.Size(237,67);
         newRoleGroup.TabIndex = 6;
         newRoleGroup.TabStop = false;
         newRoleGroup.Text = "New Role:";
         // 
         // m_RoleTextBox
         // 
         this.m_RoleTextBox.Location = new System.Drawing.Point(11,36);
         this.m_RoleTextBox.Name = "m_RoleTextBox";
         this.m_RoleTextBox.Size = new System.Drawing.Size(121,20);
         this.m_RoleTextBox.TabIndex = 1;
         // 
         // createdGroup
         // 
         createdGroup.Controls.Add(this.m_CreatedRolesListView);
         createdGroup.Location = new System.Drawing.Point(6,84);
         createdGroup.Name = "createdGroup";
         createdGroup.Size = new System.Drawing.Size(141,187);
         createdGroup.TabIndex = 17;
         createdGroup.TabStop = false;
         createdGroup.Text = "Created Roles";
         // 
         // m_CreatedRolesListView
         // 
         this.m_CreatedRolesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            createdUsersHeader});
         this.m_CreatedRolesListView.FullRowSelect = true;
         this.m_CreatedRolesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
         this.m_CreatedRolesListView.Location = new System.Drawing.Point(7,16);
         this.m_CreatedRolesListView.MultiSelect = false;
         this.m_CreatedRolesListView.Name = "m_CreatedRolesListView";
         this.m_CreatedRolesListView.ShowGroups = false;
         this.m_CreatedRolesListView.Size = new System.Drawing.Size(125,165);
         this.m_CreatedRolesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
         this.m_CreatedRolesListView.TabIndex = 0;
         this.m_CreatedRolesListView.UseCompatibleStateImageBehavior = false;
         this.m_CreatedRolesListView.View = System.Windows.Forms.View.SmallIcon;
         // 
//.........这里部分代码省略.........
开发者ID:spzenk,项目名称:sfdocsamples,代码行数:101,代码来源:NewRoleDialog.Designer.cs

示例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.Windows.Forms.GroupBox closeApplicationGroupBox;
            this.exitButton = new System.Windows.Forms.Button();
            this.newSearchButton = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.logOffButton = new System.Windows.Forms.Button();
            closeApplicationGroupBox = new System.Windows.Forms.GroupBox();
            closeApplicationGroupBox.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // closeApplicationGroupBox
            // 
            closeApplicationGroupBox.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            closeApplicationGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            closeApplicationGroupBox.BackColor = System.Drawing.SystemColors.Control;
            closeApplicationGroupBox.Controls.Add(this.exitButton);
            closeApplicationGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            closeApplicationGroupBox.Location = new System.Drawing.Point(20, 378);
            closeApplicationGroupBox.Name = "closeApplicationGroupBox";
            closeApplicationGroupBox.Size = new System.Drawing.Size(191, 69);
            closeApplicationGroupBox.TabIndex = 7;
            closeApplicationGroupBox.TabStop = false;
            closeApplicationGroupBox.Text = "Close Application";
            // 
            // exitButton
            // 
            this.exitButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.exitButton.Location = new System.Drawing.Point(57, 29);
            this.exitButton.Name = "exitButton";
            this.exitButton.Size = new System.Drawing.Size(75, 23);
            this.exitButton.TabIndex = 4;
            this.exitButton.Text = "Exit";
            this.exitButton.UseVisualStyleBackColor = true;
            this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
            // 
            // newSearchButton
            // 
            this.newSearchButton.Location = new System.Drawing.Point(20, 74);
            this.newSearchButton.Name = "newSearchButton";
            this.newSearchButton.Size = new System.Drawing.Size(175, 23);
            this.newSearchButton.TabIndex = 6;
            this.newSearchButton.Text = "Search For A New Patient";
            this.newSearchButton.UseVisualStyleBackColor = true;
            this.newSearchButton.Click += new System.EventHandler(this.newSearchButton_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(51, 155);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(101, 13);
            this.label1.TabIndex = 8;
            this.label1.Text = "Select a patient ";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(37, 179);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(143, 13);
            this.label2.TabIndex = 9;
            this.label2.Text = "to view their information";
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.groupBox1.Controls.Add(this.logOffButton);
            this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.Location = new System.Drawing.Point(20, 303);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(191, 69);
            this.groupBox1.TabIndex = 10;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Log Off";
            // 
            // logOffButton
            // 
            this.logOffButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.logOffButton.Location = new System.Drawing.Point(57, 29);
            this.logOffButton.Name = "logOffButton";
            this.logOffButton.Size = new System.Drawing.Size(75, 23);
            this.logOffButton.TabIndex = 5;
            this.logOffButton.Text = "Log Off";
            this.logOffButton.UseVisualStyleBackColor = true;
            this.logOffButton.Click += new System.EventHandler(this.logOffButton_Click);
            // 
            // StartLeftSideButtons
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
//.........这里部分代码省略.........
开发者ID:CS499Group6,项目名称:PIMS,代码行数:101,代码来源:StartLeftSideButtons.Designer.cs

示例12: InitializeComponent

		/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Windows.Forms.Label label2;
			System.Windows.Forms.GroupBox modeSelectionGroupBox;
			this.validateXmlCheckBox = new System.Windows.Forms.CheckBox();
			this.mergeRequirementsRadioButton = new System.Windows.Forms.RadioButton();
			this.importRequirementsRadioButton = new System.Windows.Forms.RadioButton();
			this.exportRequirementsRadioButton = new System.Windows.Forms.RadioButton();
			this.pathFileTextBox = new System.Windows.Forms.TextBox();
			this.fileDialogButton = new System.Windows.Forms.Button();
			this.startButton = new System.Windows.Forms.Button();
			this.cancelButton = new System.Windows.Forms.Button();
			this.pathFileTextBoxErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.label1 = new System.Windows.Forms.Label();
			this.selectedPackageTextBox = new System.Windows.Forms.TextBox();
			label2 = new System.Windows.Forms.Label();
			modeSelectionGroupBox = new System.Windows.Forms.GroupBox();
			modeSelectionGroupBox.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.pathFileTextBoxErrorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// label2
			// 
			label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			label2.Location = new System.Drawing.Point(12, 214);
			label2.Name = "label2";
			label2.Size = new System.Drawing.Size(407, 16);
			label2.TabIndex = 3;
			label2.Text = "Specify the path and the name of the ReqIF file:";
			// 
			// modeSelectionGroupBox
			// 
			modeSelectionGroupBox.Controls.Add(this.validateXmlCheckBox);
			modeSelectionGroupBox.Controls.Add(this.mergeRequirementsRadioButton);
			modeSelectionGroupBox.Controls.Add(this.importRequirementsRadioButton);
			modeSelectionGroupBox.Controls.Add(this.exportRequirementsRadioButton);
			modeSelectionGroupBox.Location = new System.Drawing.Point(12, 55);
			modeSelectionGroupBox.Name = "modeSelectionGroupBox";
			modeSelectionGroupBox.Size = new System.Drawing.Size(410, 145);
			modeSelectionGroupBox.TabIndex = 2;
			modeSelectionGroupBox.TabStop = false;
			modeSelectionGroupBox.Text = "What would you like to do?";
			// 
			// validateXmlCheckBox
			// 
			this.validateXmlCheckBox.Location = new System.Drawing.Point(31, 47);
			this.validateXmlCheckBox.Name = "validateXmlCheckBox";
			this.validateXmlCheckBox.Size = new System.Drawing.Size(375, 24);
			this.validateXmlCheckBox.TabIndex = 1;
			this.validateXmlCheckBox.Text = "Validate the file on conformity with the ReqIF 1.0 specification (XSD).";
			this.validateXmlCheckBox.UseVisualStyleBackColor = true;
			// 
			// mergeRequirementsRadioButton
			// 
			this.mergeRequirementsRadioButton.Location = new System.Drawing.Point(12, 73);
			this.mergeRequirementsRadioButton.Name = "mergeRequirementsRadioButton";
			this.mergeRequirementsRadioButton.Size = new System.Drawing.Size(394, 35);
			this.mergeRequirementsRadioButton.TabIndex = 2;
			this.mergeRequirementsRadioButton.Text = "Merge requirements from a ReqIF file and the current model (This mode provides fu" +
			"nctionalities to solve conflicts).";
			this.mergeRequirementsRadioButton.UseVisualStyleBackColor = true;
			this.mergeRequirementsRadioButton.CheckedChanged += new System.EventHandler(this.OnRadioButtonsSelectionChanged);
			// 
			// importRequirementsRadioButton
			// 
			this.importRequirementsRadioButton.Checked = true;
			this.importRequirementsRadioButton.Location = new System.Drawing.Point(12, 19);
			this.importRequirementsRadioButton.Name = "importRequirementsRadioButton";
			this.importRequirementsRadioButton.Size = new System.Drawing.Size(394, 26);
			this.importRequirementsRadioButton.TabIndex = 0;
			this.importRequirementsRadioButton.TabStop = true;
			this.importRequirementsRadioButton.Text = "Initial import of requirements from a ReqIF file.";
			this.importRequirementsRadioButton.UseVisualStyleBackColor = true;
			this.importRequirementsRadioButton.CheckedChanged += new System.EventHandler(this.OnRadioButtonsSelectionChanged);
			// 
			// exportRequirementsRadioButton
			// 
			this.exportRequirementsRadioButton.Location = new System.Drawing.Point(12, 110);
			this.exportRequirementsRadioButton.Name = "exportRequirementsRadioButton";
			this.exportRequirementsRadioButton.Size = new System.Drawing.Size(394, 24);
			this.exportRequirementsRadioButton.TabIndex = 3;
			this.exportRequirementsRadioButton.Text = "Export requirements from the model to a ReqIF file";
			this.exportRequirementsRadioButton.UseVisualStyleBackColor = true;
			this.exportRequirementsRadioButton.CheckedChanged += new System.EventHandler(this.OnRadioButtonsSelectionChanged);
			// 
			// pathFileTextBox
			// 
			this.pathFileTextBox.Location = new System.Drawing.Point(12, 233);
			this.pathFileTextBox.Name = "pathFileTextBox";
			this.pathFileTextBox.Size = new System.Drawing.Size(345, 20);
			this.pathFileTextBox.TabIndex = 4;
			this.pathFileTextBox.Validated += new System.EventHandler(this.OnValidatePathFileTextBox);
			// 
			// fileDialogButton
//.........这里部分代码省略.........
开发者ID:johnulist,项目名称:EnterpriseArchitect_ReqIF_AddIn,代码行数:101,代码来源:ImportExportForm.Designer.cs

示例13: InitializeComponent

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.GroupBox groupBox2;
			System.Windows.Forms.Label label12;
			System.Windows.Forms.Label label11;
			System.Windows.Forms.Label label10;
			System.Windows.Forms.Label label9;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FwFontTab));
			this.m_lstWritingSystems = new System.Windows.Forms.ListView();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.m_FontAttributes = new SIL.FieldWorks.FwCoreDlgControls.FwFontAttributes();
			this.m_cboFontSize = new SIL.FieldWorks.FwCoreDlgControls.FwInheritablePropComboBox();
			this.m_cboFontNames = new SIL.FieldWorks.FwCoreDlgControls.FwInheritablePropComboBox();
			groupBox2 = new System.Windows.Forms.GroupBox();
			label12 = new System.Windows.Forms.Label();
			label11 = new System.Windows.Forms.Label();
			label10 = new System.Windows.Forms.Label();
			label9 = new System.Windows.Forms.Label();
			groupBox2.SuspendLayout();
			this.SuspendLayout();
			//
			// groupBox2
			//
			groupBox2.Controls.Add(this.m_FontAttributes);
			groupBox2.Controls.Add(this.m_cboFontSize);
			groupBox2.Controls.Add(label12);
			groupBox2.Controls.Add(this.m_cboFontNames);
			groupBox2.Controls.Add(label11);
			resources.ApplyResources(groupBox2, "groupBox2");
			groupBox2.Name = "groupBox2";
			groupBox2.TabStop = false;
			//
			// label12
			//
			resources.ApplyResources(label12, "label12");
			label12.Name = "label12";
			//
			// label11
			//
			resources.ApplyResources(label11, "label11");
			label11.Name = "label11";
			//
			// label10
			//
			resources.ApplyResources(label10, "label10");
			label10.Name = "label10";
			//
			// label9
			//
			resources.ApplyResources(label9, "label9");
			label9.Name = "label9";
			//
			// m_lstWritingSystems
			//
			this.m_lstWritingSystems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
			this.columnHeader1,
			this.columnHeader2});
			this.m_lstWritingSystems.HideSelection = false;
			resources.ApplyResources(this.m_lstWritingSystems, "m_lstWritingSystems");
			this.m_lstWritingSystems.MultiSelect = false;
			this.m_lstWritingSystems.Name = "m_lstWritingSystems";
			this.m_lstWritingSystems.UseCompatibleStateImageBehavior = false;
			this.m_lstWritingSystems.View = System.Windows.Forms.View.Details;
			this.m_lstWritingSystems.SelectedIndexChanged += new System.EventHandler(this.m_lstWritingSystems_SelectedIndexChanged);
			//
			// columnHeader1
			//
			resources.ApplyResources(this.columnHeader1, "columnHeader1");
			//
			// columnHeader2
			//
			resources.ApplyResources(this.columnHeader2, "columnHeader2");
			//
			// m_FontAttributes
			//
			this.m_FontAttributes.FontFeaturesTag = true;
			resources.ApplyResources(this.m_FontAttributes, "m_FontAttributes");
			this.m_FontAttributes.Name = "m_FontAttributes";
			this.m_FontAttributes.ShowingInheritedProperties = false;
			this.m_FontAttributes.ValueChanged += new System.EventHandler(this.ValueChanged);
			//
			// m_cboFontSize
			//
			this.m_cboFontSize.AdjustedSelectedIndex = -1;
			this.m_cboFontSize.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.m_cboFontSize.FormattingEnabled = true;
			this.m_cboFontSize.Items.AddRange(new object[] {
			resources.GetString("m_cboFontSize.Items"),
			resources.GetString("m_cboFontSize.Items1"),
			resources.GetString("m_cboFontSize.Items2"),
			resources.GetString("m_cboFontSize.Items3"),
			resources.GetString("m_cboFontSize.Items4"),
			resources.GetString("m_cboFontSize.Items5"),
			resources.GetString("m_cboFontSize.Items6"),
			resources.GetString("m_cboFontSize.Items7"),
//.........这里部分代码省略.........
开发者ID:sillsdev,项目名称:WorldPad,代码行数:101,代码来源:FwFontTab.Designer.cs

示例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.components = new System.ComponentModel.Container();
            System.Windows.Forms.TabPage tabPageGeneral;
            System.Windows.Forms.GroupBox groupBoxLogonUser;
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.TabPage tabPageServices;
            System.Windows.Forms.GroupBox groupBoxAnonymous;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.GroupBox groupBoxFromBits;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.ColumnHeader columnHeaderProcess;
            System.Windows.Forms.ColumnHeader columnHeaderSessionId;
            System.Windows.Forms.ColumnHeader columnHeaderUserName;
            this.groupBoxServiceAccounts = new System.Windows.Forms.GroupBox();
            this.btnCreateSystem = new System.Windows.Forms.Button();
            this.btnCreateNetworkService = new System.Windows.Forms.Button();
            this.btnCreateLocalService = new System.Windows.Forms.Button();
            this.radioLUS4U = new System.Windows.Forms.RadioButton();
            this.radioLUNormal = new System.Windows.Forms.RadioButton();
            this.txtLUPassword = new System.Windows.Forms.TextBox();
            this.comboBoxS4ULogonType = new System.Windows.Forms.ComboBox();
            this.btnCreteS4U = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.txtS4URealm = new System.Windows.Forms.TextBox();
            this.txtS4UUserName = new System.Windows.Forms.TextBox();
            this.labelUsername = new System.Windows.Forms.Label();
            this.btnCreateAnonymous = new System.Windows.Forms.Button();
            this.btnClipboardToken = new System.Windows.Forms.Button();
            this.btnPipeConnect = new System.Windows.Forms.Button();
            this.btnStartServer = new System.Windows.Forms.Button();
            this.txtPipeName = new System.Windows.Forms.TextBox();
            this.btnCreateFromBits = new System.Windows.Forms.Button();
            this.tabControlTests = new System.Windows.Forms.TabControl();
            this.tabPageProcesses = new System.Windows.Forms.TabPage();
            this.btnFilter = new System.Windows.Forms.Button();
            this.txtFilter = new System.Windows.Forms.TextBox();
            this.checkBoxUnrestricted = new System.Windows.Forms.CheckBox();
            this.btnCurrentProcess = new System.Windows.Forms.Button();
            this.treeViewProcesses = new System.Windows.Forms.TreeView();
            this.contextMenuStripProcesses = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.openTokenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshTokenHandlesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabPageThreads = new System.Windows.Forms.TabPage();
            this.listViewThreads = new System.Windows.Forms.ListView();
            this.columnHeaderTID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeaderTokenUser = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeaderImpLevel = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStripThreads = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItemOpenThreadToken = new System.Windows.Forms.ToolStripMenuItem();
            this.openProcessTokenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemRefreshThreads = new System.Windows.Forms.ToolStripMenuItem();
            this.tabPageSessions = new System.Windows.Forms.TabPage();
            this.listViewSessions = new System.Windows.Forms.ListView();
            this.contextMenuStripSessions = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.openSessionTokenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            tabPageGeneral = new System.Windows.Forms.TabPage();
            groupBoxLogonUser = new System.Windows.Forms.GroupBox();
            label6 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            tabPageServices = new System.Windows.Forms.TabPage();
            groupBoxAnonymous = new System.Windows.Forms.GroupBox();
            groupBox2 = new System.Windows.Forms.GroupBox();
            groupBox1 = new System.Windows.Forms.GroupBox();
            label3 = new System.Windows.Forms.Label();
            groupBoxFromBits = new System.Windows.Forms.GroupBox();
            label4 = new System.Windows.Forms.Label();
            columnHeaderProcess = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeaderSessionId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeaderUserName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            tabPageGeneral.SuspendLayout();
            this.groupBoxServiceAccounts.SuspendLayout();
            groupBoxLogonUser.SuspendLayout();
            tabPageServices.SuspendLayout();
            groupBoxAnonymous.SuspendLayout();
            groupBox2.SuspendLayout();
            groupBox1.SuspendLayout();
            groupBoxFromBits.SuspendLayout();
            this.tabControlTests.SuspendLayout();
            this.tabPageProcesses.SuspendLayout();
            this.contextMenuStripProcesses.SuspendLayout();
            this.tabPageThreads.SuspendLayout();
            this.contextMenuStripThreads.SuspendLayout();
            this.tabPageSessions.SuspendLayout();
            this.contextMenuStripSessions.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabPageGeneral
            // 
            tabPageGeneral.Controls.Add(this.groupBoxServiceAccounts);
            tabPageGeneral.Controls.Add(groupBoxLogonUser);
//.........这里部分代码省略.........
开发者ID:CaledoniaProject,项目名称:sandbox-attacksurface-analysis-tools,代码行数:101,代码来源:MainForm.Designer.cs

示例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();
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.Label label8;
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label7;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.Label label21;
            System.Windows.Forms.Label label22;
            System.Windows.Forms.Label label23;
            System.Windows.Forms.Label label24;
            System.Windows.Forms.Label label25;
            System.Windows.Forms.Label label26;
            System.Windows.Forms.Label label27;
            System.Windows.Forms.Label label29;
            System.Windows.Forms.Label label30;
            System.Windows.Forms.Label label31;
            System.Windows.Forms.Label label32;
            this.m_SatelliteMode = new System.Windows.Forms.ComboBox();
            this.m_SatelliteName = new System.Windows.Forms.ComboBox();
            this.m_Frequency = new System.Windows.Forms.TextBox();
            this.m_Station = new System.Windows.Forms.TextBox();
            this.m_OurMode = new System.Windows.Forms.ComboBox();
            this.m_OurLocator = new System.Windows.Forms.TextBox();
            this.m_OurBand = new System.Windows.Forms.ComboBox();
            this.m_OurOperator = new System.Windows.Forms.TextBox();
            this.m_MatchesKnownCalls = new System.Windows.Forms.ListBox();
            this.m_MatchesThisContest = new System.Windows.Forms.ListBox();
            this.m_OnlineStatus = new System.Windows.Forms.Label();
            this.m_Time = new System.Windows.Forms.TextBox();
            this.m_Band = new System.Windows.Forms.TextBox();
            this.m_Callsign = new System.Windows.Forms.TextBox();
            this.m_RstSent = new System.Windows.Forms.TextBox();
            this.m_SerialSent = new System.Windows.Forms.TextBox();
            this.m_RstReceived = new System.Windows.Forms.TextBox();
            this.m_Locator = new System.Windows.Forms.TextBox();
            this.m_SerialReceived = new System.Windows.Forms.TextBox();
            this.m_Comments = new System.Windows.Forms.TextBox();
            this.m_Distance = new System.Windows.Forms.TextBox();
            this.m_Beam = new System.Windows.Forms.TextBox();
            this.m_Notes = new System.Windows.Forms.Label();
            this.m_ContactTable = new System.Windows.Forms.TableLayoutPanel();
            this.m_RedrawTimer = new System.Windows.Forms.Timer(this.components);
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.logToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aDIFToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.knownCallsignsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aDIFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cabrilloToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.rEG1TESTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.multipleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.m_OnlyMyQSOs = new System.Windows.Forms.ToolStripMenuItem();
            this.m_PerformQRZLookups = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.winKeyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.rigControlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.QrzUserSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.wipeQSOToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.transverterOffisetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            groupBox1 = new System.Windows.Forms.GroupBox();
            label8 = new System.Windows.Forms.Label();
            label6 = new System.Windows.Forms.Label();
            label7 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            groupBox2 = new System.Windows.Forms.GroupBox();
            label21 = new System.Windows.Forms.Label();
            label22 = new System.Windows.Forms.Label();
            label23 = new System.Windows.Forms.Label();
            label24 = new System.Windows.Forms.Label();
            label25 = new System.Windows.Forms.Label();
            label26 = new System.Windows.Forms.Label();
            label27 = new System.Windows.Forms.Label();
            label29 = new System.Windows.Forms.Label();
            label30 = new System.Windows.Forms.Label();
            label31 = new System.Windows.Forms.Label();
            label32 = new System.Windows.Forms.Label();
            groupBox1.SuspendLayout();
            groupBox2.SuspendLayout();
            this.m_ContactTable.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
//.........这里部分代码省略.........
开发者ID:wdjc100,项目名称:CamLog,代码行数:101,代码来源:ContestForm.Designer.cs


注:本文中的System.Windows.Forms.GroupBox.SuspendLayout方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。