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


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

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


在下文中一共展示了System.Windows.Forms.GroupBox.ResumeLayout方法的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


//.........这里部分代码省略.........
            // 
            // 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);
            // 
            // LineStyleDialog
            // 
            this.AcceptButton = this.LSApplyButton;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.LSCloseButton;
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(groupBox1);
            this.Controls.Add(this.LSApplyButton);
            this.Controls.Add(this.LSCloseButton);
            this.Name = "LineStyleDialog";
            this.Shown += new System.EventHandler(this.LineStyleShown);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LineStyleDialogClosing);
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }
开发者ID:ecell,项目名称:ecell3-ide,代码行数:101,代码来源:LineStyleDialog.Designer.cs

示例8: InitializeComponent


//.........这里部分代码省略.........
            this.childProcessLabel.Size = new System.Drawing.Size(85, 28);
            this.childProcessLabel.TabIndex = 9;
            this.childProcessLabel.Text = "Child Processes:";
            this.childProcessLabel.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // childProcesses
            // 
            this.childProcesses.Dock = System.Windows.Forms.DockStyle.Fill;
            this.childProcesses.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.childProcesses.Location = new System.Drawing.Point(3, 143);
            this.childProcesses.MinimumSize = new System.Drawing.Size(0, 40);
            this.childProcesses.Name = "childProcesses";
            this.childProcesses.Size = new System.Drawing.Size(351, 40);
            this.childProcesses.TabIndex = 5;
            this.childProcesses.UseCompatibleStateImageBehavior = false;
            this.childProcesses.View = System.Windows.Forms.View.Tile;
            this.childProcesses.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.childProcesses_MouseDoubleClick);
            // 
            // rightclickContext
            // 
            this.rightclickContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openThisCaptureToolStripMenuItem,
            this.saveThisCaptureToolStripMenuItem,
            this.deleteThisCaptureToolStripMenuItem});
            this.rightclickContext.Name = "rightclickContext";
            this.rightclickContext.Size = new System.Drawing.Size(124, 70);
            // 
            // openThisCaptureToolStripMenuItem
            // 
            this.openThisCaptureToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripMenuItem1,
            this.newInstanceToolStripMenuItem1});
            this.openThisCaptureToolStripMenuItem.Name = "openThisCaptureToolStripMenuItem";
            this.openThisCaptureToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
            this.openThisCaptureToolStripMenuItem.Text = "&Open in...";
            // 
            // openToolStripMenuItem1
            // 
            this.openToolStripMenuItem1.Name = "openToolStripMenuItem1";
            this.openToolStripMenuItem1.Size = new System.Drawing.Size(138, 22);
            this.openToolStripMenuItem1.Text = "This instance";
            this.openToolStripMenuItem1.Click += new System.EventHandler(this.openCapture_Click);
            // 
            // newInstanceToolStripMenuItem1
            // 
            this.newInstanceToolStripMenuItem1.Name = "newInstanceToolStripMenuItem1";
            this.newInstanceToolStripMenuItem1.Size = new System.Drawing.Size(138, 22);
            this.newInstanceToolStripMenuItem1.Text = "New instance";
            this.newInstanceToolStripMenuItem1.Click += new System.EventHandler(this.openNewWindow_Click);
            // 
            // saveThisCaptureToolStripMenuItem
            // 
            this.saveThisCaptureToolStripMenuItem.Name = "saveThisCaptureToolStripMenuItem";
            this.saveThisCaptureToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
            this.saveThisCaptureToolStripMenuItem.Text = "&Save";
            this.saveThisCaptureToolStripMenuItem.Click += new System.EventHandler(this.saveCapture_Click);
            // 
            // deleteThisCaptureToolStripMenuItem
            // 
            this.deleteThisCaptureToolStripMenuItem.Name = "deleteThisCaptureToolStripMenuItem";
            this.deleteThisCaptureToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
            this.deleteThisCaptureToolStripMenuItem.Text = "&Delete";
            this.deleteThisCaptureToolStripMenuItem.Click += new System.EventHandler(this.deleteCapture_Click);
            // 
            // captureCountdown
            // 
            this.captureCountdown.Interval = 1000;
            this.captureCountdown.Tick += new System.EventHandler(this.captureCountdown_Tick);
            // 
            // childUpdateTimer
            // 
            this.childUpdateTimer.Enabled = true;
            this.childUpdateTimer.Tick += new System.EventHandler(this.childUpdateTimer_Tick);
            // 
            // LiveCapture
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(357, 400);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "LiveCapture";
            this.Text = "Connecting...";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LiveCapture_FormClosing);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.LiveCapture_FormClosed);
            this.Shown += new System.EventHandler(this.LiveCapture_Shown);
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.captureFrame)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.captureDelay)).EndInit();
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            this.rightclickContext.ResumeLayout(false);
            this.ResumeLayout(false);

        }
开发者ID:ksenglee,项目名称:renderdoc,代码行数:101,代码来源:LiveCapture.Designer.cs

示例9: InitializeComponent


//.........这里部分代码省略.........
            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;
            this.chanceSpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // propertiesCheckedListBox
            // 
            this.propertiesCheckedListBox.FormattingEnabled = true;
            this.propertiesCheckedListBox.Items.AddRange( new object[] {
            "Learn with JP",
            "Action?",
            "Learn on Hit",
            "",
            "Unknown",
            "Unknown",
            "Unknown",
            "",
            "",
            "",
            "",
            "Unknown"} );
            this.propertiesCheckedListBox.Location = new System.Drawing.Point( 6, 81 );
            this.propertiesCheckedListBox.Name = "propertiesCheckedListBox";
            this.propertiesCheckedListBox.Size = new System.Drawing.Size( 142, 184 );
            this.propertiesCheckedListBox.TabIndex = 3;
            this.propertiesCheckedListBox.TabStop = false;
            // 
            // abilityTypeComboBox
            // 
            this.abilityTypeComboBox.FormattingEnabled = true;
            this.abilityTypeComboBox.Location = new System.Drawing.Point( 6, 54 );
            this.abilityTypeComboBox.Name = "abilityTypeComboBox";
            this.abilityTypeComboBox.Size = new System.Drawing.Size( 142, 21 );
            this.abilityTypeComboBox.TabIndex = 2;
            // 
            // CommonAbilitiesEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.Controls.Add( aiGroupBox );
            this.Controls.Add( percentLabel );
            this.Controls.Add( this.abilityTypeComboBox );
            this.Controls.Add( this.propertiesCheckedListBox );
            this.Controls.Add( this.chanceSpinner );
            this.Controls.Add( learnChanceLabel );
            this.Controls.Add( this.jpCostSpinner );
            this.Controls.Add( jpCostLabel );
            this.Name = "CommonAbilitiesEditor";
            this.Size = new System.Drawing.Size( 558, 268 );
            aiGroupBox.ResumeLayout( false );
            ((System.ComponentModel.ISupportInitialize)(this.jpCostSpinner)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chanceSpinner)).EndInit();
            this.ResumeLayout( false );
            this.PerformLayout();

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

示例10: InitializeComponent


//.........这里部分代码省略.........
         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;
         // 
         // createdUsersHeader
         // 
         createdUsersHeader.Width = 300;
         // 
         // m_RoleValidator
         // 
         this.m_RoleValidator.ContainerControl = this;
         // 
         // CreateRoleDialog
         // 
         this.AcceptButton = createRoleButton;
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.CancelButton = closeButton;
         this.ClientSize = new System.Drawing.Size(248,279);
         this.Controls.Add(createdGroup);
         this.Controls.Add(newRoleGroup);
         this.Controls.Add(closeButton);
         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
         this.MaximizeBox = false;
         this.MinimizeBox = false;
         this.Name = "CreateRoleDialog";
         this.ShowIcon = false;
         this.Text = "New Role Dialog";
         newRoleGroup.ResumeLayout(false);
         newRoleGroup.PerformLayout();
         createdGroup.ResumeLayout(false);
         ((System.ComponentModel.ISupportInitialize)(this.m_RoleValidator)).EndInit();
         this.ResumeLayout(false);

      }
开发者ID:spzenk,项目名称:sfdocsamples,代码行数:101,代码来源:NewRoleDialog.Designer.cs

示例11: InitializeComponent


//.........这里部分代码省略.........
            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;
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(closeApplicationGroupBox);
            this.Controls.Add(this.newSearchButton);
            this.Name = "StartLeftSideButtons";
            this.Size = new System.Drawing.Size(234, 461);
            closeApplicationGroupBox.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
开发者ID:CS499Group6,项目名称:PIMS,代码行数:101,代码来源:StartLeftSideButtons.Designer.cs

示例12: InitializeComponent


//.........这里部分代码省略.........
			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
			// 
			this.fileDialogButton.Location = new System.Drawing.Point(378, 233);
			this.fileDialogButton.Name = "fileDialogButton";
			this.fileDialogButton.Size = new System.Drawing.Size(41, 21);
			this.fileDialogButton.TabIndex = 5;
			this.fileDialogButton.Text = "...";
			this.fileDialogButton.UseVisualStyleBackColor = true;
			this.fileDialogButton.Click += new System.EventHandler(this.OnFileDialogButtonClick);
			// 
			// startButton
			// 
			this.startButton.Location = new System.Drawing.Point(347, 280);
			this.startButton.Name = "startButton";
			this.startButton.Size = new System.Drawing.Size(75, 23);
			this.startButton.TabIndex = 7;
			this.startButton.Text = "Start";
			this.startButton.UseVisualStyleBackColor = true;
			this.startButton.Click += new System.EventHandler(this.OnStartButtonClick);
			// 
			// cancelButton
			// 
			this.cancelButton.Location = new System.Drawing.Point(266, 280);
			this.cancelButton.Name = "cancelButton";
			this.cancelButton.Size = new System.Drawing.Size(75, 23);
			this.cancelButton.TabIndex = 6;
			this.cancelButton.Text = "Cancel";
			this.cancelButton.UseVisualStyleBackColor = true;
			this.cancelButton.Click += new System.EventHandler(this.OnCancelButtonClick);
			// 
			// pathFileTextBoxErrorProvider
			// 
			this.pathFileTextBoxErrorProvider.ContainerControl = this;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(12, 9);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(407, 17);
			this.label1.TabIndex = 0;
			this.label1.Text = "Current selected package in the model tree:";
			// 
			// selectedPackageTextBox
			// 
			this.selectedPackageTextBox.Location = new System.Drawing.Point(12, 29);
			this.selectedPackageTextBox.Name = "selectedPackageTextBox";
			this.selectedPackageTextBox.ReadOnly = true;
			this.selectedPackageTextBox.Size = new System.Drawing.Size(406, 20);
			this.selectedPackageTextBox.TabIndex = 1;
			// 
			// ImportExportForm
			// 
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
			this.ClientSize = new System.Drawing.Size(434, 315);
			this.Controls.Add(this.selectedPackageTextBox);
			this.Controls.Add(this.label1);
			this.Controls.Add(modeSelectionGroupBox);
			this.Controls.Add(this.cancelButton);
			this.Controls.Add(this.startButton);
			this.Controls.Add(this.fileDialogButton);
			this.Controls.Add(this.pathFileTextBox);
			this.Controls.Add(label2);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "ImportExportForm";
			this.ShowInTaskbar = false;
			this.Text = "ReqIF Import/Export Add-In";
			modeSelectionGroupBox.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.pathFileTextBoxErrorProvider)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();
		}
开发者ID:johnulist,项目名称:EnterpriseArchitect_ReqIF_AddIn,代码行数:101,代码来源:ImportExportForm.Designer.cs

示例13: InitializeComponent


//.........这里部分代码省略.........
			//
			// 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"),
			resources.GetString("m_cboFontSize.Items8"),
			resources.GetString("m_cboFontSize.Items9"),
			resources.GetString("m_cboFontSize.Items10"),
			resources.GetString("m_cboFontSize.Items11"),
			resources.GetString("m_cboFontSize.Items12"),
			resources.GetString("m_cboFontSize.Items13"),
			resources.GetString("m_cboFontSize.Items14"),
			resources.GetString("m_cboFontSize.Items15"),
			resources.GetString("m_cboFontSize.Items16")});
			resources.ApplyResources(this.m_cboFontSize, "m_cboFontSize");
			this.m_cboFontSize.Name = "m_cboFontSize";
			this.m_cboFontSize.ShowingInheritedProperties = true;
			this.m_cboFontSize.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
			this.m_cboFontSize.TextUpdate += new System.EventHandler(this.m_cboFontSize_TextUpdate);
			//
			// m_cboFontNames
			//
			this.m_cboFontNames.AdjustedSelectedIndex = -1;
			this.m_cboFontNames.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.m_cboFontNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.m_cboFontNames.FormattingEnabled = true;
			resources.ApplyResources(this.m_cboFontNames, "m_cboFontNames");
			this.m_cboFontNames.Name = "m_cboFontNames";
			this.m_cboFontNames.ShowingInheritedProperties = true;
			this.m_cboFontNames.SelectedIndexChanged += new System.EventHandler(this.m_cboFontNames_SelectedIndexChanged);
			//
			// FwFontTab
			//
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(groupBox2);
			this.Controls.Add(label10);
			this.Controls.Add(this.m_lstWritingSystems);
			this.Controls.Add(label9);
			this.Name = "FwFontTab";
			groupBox2.ResumeLayout(false);
			groupBox2.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
开发者ID:sillsdev,项目名称:WorldPad,代码行数:101,代码来源:FwFontTab.Designer.cs

示例14: InitializeComponent


//.........这里部分代码省略.........
            this.toolStripMenuItemOpenThreadToken.Name = "toolStripMenuItemOpenThreadToken";
            this.toolStripMenuItemOpenThreadToken.Size = new System.Drawing.Size(181, 22);
            this.toolStripMenuItemOpenThreadToken.Text = "Open Thread Token";
            this.toolStripMenuItemOpenThreadToken.Click += new System.EventHandler(this.toolStripMenuItemOpenThreadToken_Click);
            // 
            // openProcessTokenToolStripMenuItem
            // 
            this.openProcessTokenToolStripMenuItem.Name = "openProcessTokenToolStripMenuItem";
            this.openProcessTokenToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.openProcessTokenToolStripMenuItem.Text = "Open Process Token";
            this.openProcessTokenToolStripMenuItem.Click += new System.EventHandler(this.openProcessTokenToolStripMenuItem_Click);
            // 
            // toolStripMenuItemRefreshThreads
            // 
            this.toolStripMenuItemRefreshThreads.Name = "toolStripMenuItemRefreshThreads";
            this.toolStripMenuItemRefreshThreads.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.toolStripMenuItemRefreshThreads.Size = new System.Drawing.Size(181, 22);
            this.toolStripMenuItemRefreshThreads.Text = "Refresh";
            this.toolStripMenuItemRefreshThreads.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
            // 
            // tabPageSessions
            // 
            this.tabPageSessions.Controls.Add(this.listViewSessions);
            this.tabPageSessions.Location = new System.Drawing.Point(4, 22);
            this.tabPageSessions.Name = "tabPageSessions";
            this.tabPageSessions.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageSessions.Size = new System.Drawing.Size(600, 397);
            this.tabPageSessions.TabIndex = 6;
            this.tabPageSessions.Text = "Sessions";
            this.tabPageSessions.UseVisualStyleBackColor = true;
            // 
            // listViewSessions
            // 
            this.listViewSessions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeaderSessionId,
            columnHeaderUserName});
            this.listViewSessions.ContextMenuStrip = this.contextMenuStripSessions;
            this.listViewSessions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewSessions.FullRowSelect = true;
            this.listViewSessions.Location = new System.Drawing.Point(3, 3);
            this.listViewSessions.MultiSelect = false;
            this.listViewSessions.Name = "listViewSessions";
            this.listViewSessions.Size = new System.Drawing.Size(594, 391);
            this.listViewSessions.TabIndex = 0;
            this.listViewSessions.UseCompatibleStateImageBehavior = false;
            this.listViewSessions.View = System.Windows.Forms.View.Details;
            // 
            // contextMenuStripSessions
            // 
            this.contextMenuStripSessions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openSessionTokenToolStripMenuItem,
            this.refreshSessionsToolStripMenuItem});
            this.contextMenuStripSessions.Name = "contextMenuStripSessions";
            this.contextMenuStripSessions.Size = new System.Drawing.Size(139, 48);
            // 
            // openSessionTokenToolStripMenuItem
            // 
            this.openSessionTokenToolStripMenuItem.Name = "openSessionTokenToolStripMenuItem";
            this.openSessionTokenToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.openSessionTokenToolStripMenuItem.Text = "Open Token";
            this.openSessionTokenToolStripMenuItem.Click += new System.EventHandler(this.openSessionTokenToolStripMenuItem_Click);
            // 
            // refreshSessionsToolStripMenuItem
            // 
            this.refreshSessionsToolStripMenuItem.Name = "refreshSessionsToolStripMenuItem";
            this.refreshSessionsToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.refreshSessionsToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.refreshSessionsToolStripMenuItem.Text = "Refresh";
            this.refreshSessionsToolStripMenuItem.Click += new System.EventHandler(this.refreshSessionsToolStripMenuItem_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(608, 423);
            this.Controls.Add(this.tabControlTests);
            this.Name = "MainForm";
            this.Text = "Token Viewer";
            this.Load += new System.EventHandler(this.MainForm_Load);
            tabPageGeneral.ResumeLayout(false);
            this.groupBoxServiceAccounts.ResumeLayout(false);
            groupBoxLogonUser.ResumeLayout(false);
            groupBoxLogonUser.PerformLayout();
            tabPageServices.ResumeLayout(false);
            groupBoxAnonymous.ResumeLayout(false);
            groupBox2.ResumeLayout(false);
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            groupBoxFromBits.ResumeLayout(false);
            this.tabControlTests.ResumeLayout(false);
            this.tabPageProcesses.ResumeLayout(false);
            this.tabPageProcesses.PerformLayout();
            this.contextMenuStripProcesses.ResumeLayout(false);
            this.tabPageThreads.ResumeLayout(false);
            this.contextMenuStripThreads.ResumeLayout(false);
            this.tabPageSessions.ResumeLayout(false);
            this.contextMenuStripSessions.ResumeLayout(false);
            this.ResumeLayout(false);

        }
开发者ID:CaledoniaProject,项目名称:sandbox-attacksurface-analysis-tools,代码行数:101,代码来源:MainForm.Designer.cs

示例15: InitializeComponent


//.........这里部分代码省略.........
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_OnlyMyQSOs,
            this.m_PerformQRZLookups});
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.viewToolStripMenuItem.Text = "&View";
            // 
            // m_OnlyMyQSOs
            // 
            this.m_OnlyMyQSOs.Name = "m_OnlyMyQSOs";
            this.m_OnlyMyQSOs.Size = new System.Drawing.Size(169, 22);
            this.m_OnlyMyQSOs.Text = "Only my QSOs";
            this.m_OnlyMyQSOs.Click += new System.EventHandler(this.OnlyMyQSOsClicked);
            // 
            // m_PerformQRZLookups
            // 
            this.m_PerformQRZLookups.CheckOnClick = true;
            this.m_PerformQRZLookups.Name = "m_PerformQRZLookups";
            this.m_PerformQRZLookups.Size = new System.Drawing.Size(169, 22);
            this.m_PerformQRZLookups.Text = "QRZ.com lookups";
            this.m_PerformQRZLookups.CheckedChanged += new System.EventHandler(this.m_PerformQRZLookups_CheckedChanged);
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.winKeyToolStripMenuItem,
            this.rigControlToolStripMenuItem,
            this.QrzUserSetupToolStripMenuItem,
            this.transverterOffisetToolStripMenuItem});
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
            this.optionsToolStripMenuItem.Text = "&Options";
            // 
            // winKeyToolStripMenuItem
            // 
            this.winKeyToolStripMenuItem.Name = "winKeyToolStripMenuItem";
            this.winKeyToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
            this.winKeyToolStripMenuItem.Text = "WinKey...";
            // 
            // rigControlToolStripMenuItem
            // 
            this.rigControlToolStripMenuItem.Name = "rigControlToolStripMenuItem";
            this.rigControlToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
            this.rigControlToolStripMenuItem.Text = "Rig Control...";
            // 
            // QrzUserSetupToolStripMenuItem
            // 
            this.QrzUserSetupToolStripMenuItem.Name = "QrzUserSetupToolStripMenuItem";
            this.QrzUserSetupToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
            this.QrzUserSetupToolStripMenuItem.Text = "QRZ.com User Setup...";
            this.QrzUserSetupToolStripMenuItem.Click += new System.EventHandler(this.QrzUserSetupToolStripMenuItem_Click);
            // 
            // wipeQSOToolStripMenuItem
            // 
            this.wipeQSOToolStripMenuItem.Name = "wipeQSOToolStripMenuItem";
            this.wipeQSOToolStripMenuItem.Size = new System.Drawing.Size(73, 20);
            this.wipeQSOToolStripMenuItem.Text = "&Wipe QSO";
            this.wipeQSOToolStripMenuItem.Click += new System.EventHandler(this.WipeQSOClicked);
            // 
            // transverterOffisetToolStripMenuItem
            // 
            this.transverterOffisetToolStripMenuItem.Name = "transverterOffisetToolStripMenuItem";
            this.transverterOffisetToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
            this.transverterOffisetToolStripMenuItem.Text = "Transverter offiset...";
            this.transverterOffisetToolStripMenuItem.Click += new System.EventHandler(this.SetTransverterOffset);
            // 
            // ContestForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(796, 423);
            this.Controls.Add(this.m_OnlineStatus);
            this.Controls.Add(this.m_ContactTable);
            this.Controls.Add(groupBox2);
            this.Controls.Add(this.m_Notes);
            this.Controls.Add(groupBox1);
            this.Controls.Add(this.menuStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.KeyPreview = true;
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "ContestForm";
            this.Text = "CamLog";
            this.Load += new System.EventHandler(this.ContestForm_Load);
            this.Shown += new System.EventHandler(this.ContestForm_Shown);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ContestForm_KeyDown);
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            groupBox2.ResumeLayout(false);
            this.m_ContactTable.ResumeLayout(false);
            this.m_ContactTable.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
开发者ID:wdjc100,项目名称:CamLog,代码行数:101,代码来源:ContestForm.Designer.cs


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