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


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

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


在下文中一共展示了System.Windows.Forms.Panel.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.Panel panel1;
            this._tallyContainer_PNL = new System.Windows.Forms.Panel();
            this._speciesName_LBL = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            panel1 = new System.Windows.Forms.Panel();
            panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // _tallyContainer_PNL
            // 
            this._tallyContainer_PNL.Dock = System.Windows.Forms.DockStyle.Fill;
            this._tallyContainer_PNL.Location = new System.Drawing.Point(62, 0);
            this._tallyContainer_PNL.Name = "_tallyContainer_PNL";
            this._tallyContainer_PNL.Size = new System.Drawing.Size(336, 62);
            this._tallyContainer_PNL.TabIndex = 0;
            // 
            // _speciesName_LBL
            // 
            this._speciesName_LBL.Dock = System.Windows.Forms.DockStyle.Fill;
            this._speciesName_LBL.Location = new System.Drawing.Point(0, 13);
            this._speciesName_LBL.Name = "_speciesName_LBL";
            this._speciesName_LBL.Size = new System.Drawing.Size(62, 49);
            this._speciesName_LBL.TabIndex = 1;
            this._speciesName_LBL.Text = "<sp>";
            // 
            // panel1
            // 
            panel1.Controls.Add(this._speciesName_LBL);
            panel1.Controls.Add(this.label1);
            panel1.Dock = System.Windows.Forms.DockStyle.Left;
            panel1.Location = new System.Drawing.Point(0, 0);
            panel1.Name = "panel1";
            panel1.Size = new System.Drawing.Size(62, 62);
            panel1.TabIndex = 0;
            // 
            // label1
            // 
#if !NetCF
            this.label1.AutoSize = true;
#endif
            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(48, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "Species:";
            // 
            // FixCntTallyRow
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.Controls.Add(this._tallyContainer_PNL);
            this.Controls.Add(panel1);
            this.Name = "FixCntTallyRow";
            this.Size = new System.Drawing.Size(398, 62);
            panel1.ResumeLayout(true);
            this.ResumeLayout(false);

        }
开发者ID:FMSC-Measurements,项目名称:FScruiserV2,代码行数:64,代码来源:FixCntTallyRow.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() {
			this.components = new System.ComponentModel.Container();
			System.Windows.Forms.Label spacer;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CompareFilterMenuActionControl));
			System.Windows.Forms.Panel valigner;
			this._txtValue = new System.Windows.Forms.TextBox();
			this._modeToggle = new System.Windows.Forms.Button();
			this._errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this._tooltipProvider = new System.Windows.Forms.ToolTip(this.components);
			spacer = new System.Windows.Forms.Label();
			valigner = new System.Windows.Forms.Panel();
			valigner.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this._errorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// spacer
			// 
			resources.ApplyResources(spacer, "spacer");
			spacer.Name = "spacer";
			// 
			// valigner
			// 
			valigner.Controls.Add(this._txtValue);
			resources.ApplyResources(valigner, "valigner");
			valigner.Name = "valigner";
			// 
			// _txtValue
			// 
			resources.ApplyResources(this._txtValue, "_txtValue");
			this._txtValue.Name = "_txtValue";
			this._txtValue.TextChanged += new System.EventHandler(this._txtValue_TextChanged);
			// 
			// _modeToggle
			// 
			resources.ApplyResources(this._modeToggle, "_modeToggle");
			this._modeToggle.Name = "_modeToggle";
			this._modeToggle.UseVisualStyleBackColor = true;
			this._modeToggle.Click += new System.EventHandler(this.modeToggle_Click);
			// 
			// _errorProvider
			// 
			this._errorProvider.ContainerControl = this;
			// 
			// CompareFilterMenuActionControl
			// 
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.Color.Transparent;
			this.Controls.Add(valigner);
			this.Controls.Add(spacer);
			this.Controls.Add(this._modeToggle);
			this.Name = "CompareFilterMenuActionControl";
			valigner.ResumeLayout(false);
			valigner.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this._errorProvider)).EndInit();
			this.ResumeLayout(false);

		}
开发者ID:m-berkani,项目名称:ClearCanvas,代码行数:62,代码来源:CompareFilterMenuActionControl.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.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

示例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.Panel panel1;
            this.richTextBox = new System.Windows.Forms.RichTextBox();
            panel1 = new System.Windows.Forms.Panel();
            panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            panel1.Controls.Add(this.richTextBox);
            panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            panel1.Location = new System.Drawing.Point(0, 0);
            panel1.Name = "panel1";
            panel1.Size = new System.Drawing.Size(209, 206);
            panel1.TabIndex = 0;
            // 
            // richTextBox
            // 
            this.richTextBox.AcceptsTab = true;
            this.richTextBox.AutoWordSelection = true;
            this.richTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.richTextBox.DetectUrls = false;
            this.richTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.richTextBox.Location = new System.Drawing.Point(0, 0);
            this.richTextBox.Name = "richTextBox";
            this.richTextBox.Size = new System.Drawing.Size(207, 204);
            this.richTextBox.TabIndex = 0;
            this.richTextBox.Text = "";
            this.richTextBox.WordWrap = false;
            this.richTextBox.TextChanged += new System.EventHandler(this.richTextBox_TextChanged);
            // 
            // SourceEditControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(panel1);
            this.Name = "SourceEditControl";
            this.Size = new System.Drawing.Size(209, 206);
            panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
开发者ID:erlis,项目名称:IronSmalltalk,代码行数:49,代码来源:SourceEditControl.Designer.cs

示例5: InitializeComponent


//.........这里部分代码省略.........
            this.prevTrackToolStripMenuItem.Name = "prevTrackToolStripMenuItem";
            resources.ApplyResources(this.prevTrackToolStripMenuItem, "prevTrackToolStripMenuItem");
            this.prevTrackToolStripMenuItem.Click += new System.EventHandler(this.prevTrackToolStripMenuItem_Click);
            // 
            // playPauseToolStripMenuItem
            // 
            this.playPauseToolStripMenuItem.Name = "playPauseToolStripMenuItem";
            resources.ApplyResources(this.playPauseToolStripMenuItem, "playPauseToolStripMenuItem");
            this.playPauseToolStripMenuItem.Click += new System.EventHandler(this.playPauseToolStripMenuItem_Click);
            // 
            // nextTrackToolStripMenuItem
            // 
            this.nextTrackToolStripMenuItem.Name = "nextTrackToolStripMenuItem";
            resources.ApplyResources(this.nextTrackToolStripMenuItem, "nextTrackToolStripMenuItem");
            this.nextTrackToolStripMenuItem.Click += new System.EventHandler(this.nextTrackToolStripMenuItem_Click);
            // 
            // exitIPlaylistToolStripMenuItem
            // 
            this.exitIPlaylistToolStripMenuItem.Name = "exitIPlaylistToolStripMenuItem";
            resources.ApplyResources(this.exitIPlaylistToolStripMenuItem, "exitIPlaylistToolStripMenuItem");
            this.exitIPlaylistToolStripMenuItem.Click += new System.EventHandler(this.exitIPlaylistToolStripMenuItem_Click);
            // 
            // timerScreenUpdate
            // 
            this.timerScreenUpdate.Interval = 500;
            this.timerScreenUpdate.Tick += new System.EventHandler(this.timerScreenUpdate_Tick);
            // 
            // bgwCreatePlaylist
            // 
            this.bgwCreatePlaylist.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwCreatePlaylist_DoWork);
            this.bgwCreatePlaylist.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwCreatePlaylist_RunWorkerCompleted);
            // 
            // lblOnlinePeriod
            // 
            resources.ApplyResources(this.lblOnlinePeriod, "lblOnlinePeriod");
            this.lblOnlinePeriod.Name = "lblOnlinePeriod";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // bgwUpdateCheck
            // 
            this.bgwUpdateCheck.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwUpdateCheck_DoWork);
            this.bgwUpdateCheck.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwUpdateCheck_RunWorkerCompleted);
            // 
            // frmMain
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabsMain);
            this.Controls.Add(this.stsMain);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "frmMain";
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.SizeChanged += new System.EventHandler(this.frmMain_SizeChanged);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            groupBox1.ResumeLayout(false);
            groupBox2.ResumeLayout(false);
            groupBox3.ResumeLayout(false);
            groupBox4.ResumeLayout(false);
            tableLayoutControls.ResumeLayout(false);
            groupBox5.ResumeLayout(false);
            groupBox5.PerformLayout();
            tableLayoutProgressBar.ResumeLayout(false);
            groupBox6.ResumeLayout(false);
            this.tblPaneliPlaylistInfo.ResumeLayout(false);
            this.tblPaneliPlaylistInfo.PerformLayout();
            groupBox7.ResumeLayout(false);
            groupBox7.PerformLayout();
            groupBox8.ResumeLayout(false);
            groupBox8.PerformLayout();
            groupBox9.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            groupBox10.ResumeLayout(false);
            this.tableLayoutPresets.ResumeLayout(false);
            groupBox11.ResumeLayout(false);
            panel2.ResumeLayout(false);
            this.stsMain.ResumeLayout(false);
            this.stsMain.PerformLayout();
            this.tabsMain.ResumeLayout(false);
            this.tabInfo.ResumeLayout(false);
            this.tblPanelInfo.ResumeLayout(false);
            this.tabRating.ResumeLayout(false);
            this.tblPanelRating.ResumeLayout(false);
            this.tabSettings.ResumeLayout(false);
            this.tblPanelSettings.ResumeLayout(false);
            this.tabAbout.ResumeLayout(false);
            this.tblPanelAbout.ResumeLayout(false);
            this.tblPanelAbout.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pbAbout)).EndInit();
            this.contextMenuIcon.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
开发者ID:e-Deniska,项目名称:iPlaylist,代码行数:101,代码来源:frmMain.Designer.cs

示例6: InitializeComponent


//.........这里部分代码省略.........
            this.listViewExAttacks.Size = new System.Drawing.Size(690, 171);
            this.listViewExAttacks.StateImageList = this.imgListTrick;
            this.listViewExAttacks.TabIndex = 2;
            this.listViewExAttacks.UseCompatibleStateImageBehavior = false;
            this.listViewExAttacks.View = System.Windows.Forms.View.Details;
            // 
            // attackType
            // 
            this.attackType.Text = "Attack type";
            this.attackType.Width = 123;
            // 
            // attack
            // 
            this.attack.Text = "Attack";
            this.attack.Width = 449;
            // 
            // Active
            // 
            this.Active.Text = "Active";
            // 
            // panelLogs
            // 
            this.panelLogs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelLogs.Location = new System.Drawing.Point(0, 0);
            this.panelLogs.Name = "panelLogs";
            this.panelLogs.Size = new System.Drawing.Size(954, 162);
            this.panelLogs.TabIndex = 10;
            // 
            // FormMain
            // 
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(954, 662);
            this.Controls.Add(this.splitContainer2);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.MinimumSize = new System.Drawing.Size(970, 700);
            this.Name = "FormMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Evil FOCA";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
            this.Load += new System.EventHandler(this.FormMain_Load);
            panelIzquierda.ResumeLayout(false);
            panelIzquierda.PerformLayout();
            this.cMenuNeighbors.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.panelButtons.ResumeLayout(false);
            this.splitContainer4.Panel1.ResumeLayout(false);
            this.splitContainer4.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
            this.splitContainer4.ResumeLayout(false);
            this.splitContainerHelp.Panel1.ResumeLayout(false);
            this.splitContainerHelp.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerHelp)).EndInit();
            this.splitContainerHelp.ResumeLayout(false);
            this.panelMainOptions.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabevilfoca.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage8.ResumeLayout(false);
            this.tabPage8.PerformLayout();
            this.tabPage9.ResumeLayout(false);
            this.tabPage9.PerformLayout();
            this.tabPage13.ResumeLayout(false);
            this.tabPage5.ResumeLayout(false);
            this.tabMitmIpv4.ResumeLayout(false);
            this.tabPage7.ResumeLayout(false);
            this.tabPage11.ResumeLayout(false);
            this.tabPage11.PerformLayout();
            this.tabPage14.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.tabDoSIpv6.ResumeLayout(false);
            this.tabPage10.ResumeLayout(false);
            this.tabPage6.ResumeLayout(false);
            this.tabDoSIpv4.ResumeLayout(false);
            this.tabPage12.ResumeLayout(false);
            this.tabPage12.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbInvMacSpoofedIp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbInvMacSpoofTarget)).EndInit();
            this.tabPage3.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.tabPage15.ResumeLayout(false);
            this.tabPage15.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
开发者ID:msignataur,项目名称:EvilFOCA,代码行数:101,代码来源:FormMain.Designer.cs

示例7: DockEditorControl

			public DockEditorControl(IWindowsFormsEditorService editorService)
			{
				buttonNone = new System.Windows.Forms.CheckBox();
				panel1 = new System.Windows.Forms.Panel();
				buttonBottom = new System.Windows.Forms.CheckBox();
				buttonTop = new System.Windows.Forms.CheckBox();
				panel2 = new System.Windows.Forms.Panel();
				buttonLeft = new System.Windows.Forms.CheckBox();
				buttonRight = new System.Windows.Forms.CheckBox();
				buttonFill = new System.Windows.Forms.CheckBox();
				panel1.SuspendLayout();
				panel2.SuspendLayout();
				SuspendLayout();

				buttonNone.Appearance = Appearance.Button;
				buttonNone.Dock = System.Windows.Forms.DockStyle.Bottom;
				buttonNone.Location = new System.Drawing.Point(0, 92);
				buttonNone.Size = new System.Drawing.Size(150, 23);
				buttonNone.TabIndex = 5;
				buttonNone.Text = "None";
				buttonNone.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
				buttonNone.Click += new System.EventHandler(buttonClick);

				panel1.Controls.Add(panel2);
				panel1.Controls.Add(buttonTop);
				panel1.Controls.Add(buttonBottom);
				panel1.Dock = System.Windows.Forms.DockStyle.Fill;
				panel1.Location = new System.Drawing.Point(0, 0);
				panel1.Name = "panel1";
				panel1.Size = new System.Drawing.Size(150, 92);
				panel1.TabStop = false;

				buttonBottom.Appearance = Appearance.Button;
				buttonBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
				buttonBottom.Location = new System.Drawing.Point(0, 69);
				buttonBottom.Name = "buttonBottom";
				buttonBottom.Size = new System.Drawing.Size(150, 23);
				buttonBottom.TabIndex = 5;
				buttonBottom.Click += new System.EventHandler(buttonClick);

				buttonTop.Appearance = Appearance.Button;
				buttonTop.Dock = System.Windows.Forms.DockStyle.Top;
				buttonTop.Location = new System.Drawing.Point(0, 0);
				buttonTop.Name = "buttonTop";
				buttonTop.Size = new System.Drawing.Size(150, 23);
				buttonTop.TabIndex = 1;
				buttonTop.Click += new System.EventHandler(buttonClick);

				panel2.Controls.Add(buttonFill);
				panel2.Controls.Add(buttonRight);
				panel2.Controls.Add(buttonLeft);
				panel2.Dock = System.Windows.Forms.DockStyle.Fill;
				panel2.Location = new System.Drawing.Point(0, 23);
				panel2.Size = new System.Drawing.Size(150, 46);
				panel2.TabIndex = 2;
				panel2.TabStop = false;

				buttonLeft.Appearance = Appearance.Button;
				buttonLeft.Dock = System.Windows.Forms.DockStyle.Left;
				buttonLeft.Location = new System.Drawing.Point(0, 0);
				buttonLeft.Size = new System.Drawing.Size(24, 46);
				buttonLeft.TabIndex = 2;
				buttonLeft.Click += new System.EventHandler(buttonClick);

				buttonRight.Appearance = Appearance.Button;
				buttonRight.Dock = System.Windows.Forms.DockStyle.Right;
				buttonRight.Location = new System.Drawing.Point(126, 0);
				buttonRight.Size = new System.Drawing.Size(24, 46);
				buttonRight.TabIndex = 4;
				buttonRight.Click += new System.EventHandler(buttonClick);

				buttonFill.Appearance = Appearance.Button;
				buttonFill.Dock = System.Windows.Forms.DockStyle.Fill;
				buttonFill.Location = new System.Drawing.Point(24, 0);
				buttonFill.Size = new System.Drawing.Size(102, 46);
				buttonFill.TabIndex = 3;
				buttonFill.Click += new System.EventHandler(buttonClick);

				Controls.Add(panel1);
				Controls.Add(buttonNone);
				Size = new System.Drawing.Size(150, 115);
				panel1.ResumeLayout(false);
				panel2.ResumeLayout(false);
				ResumeLayout(false);


				this.editorService = editorService;
				dockStyle = DockStyle.None;

			}
开发者ID:nlhepler,项目名称:mono,代码行数:90,代码来源:DockEditor.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()
        {
            System.Windows.Forms.Panel panel1;
            System.Windows.Forms.Label label1;
            this._tallyHistoryLB = new System.Windows.Forms.ListBox();
            this._untallyButton = new System.Windows.Forms.Button();
            this._leftContentPanel = new System.Windows.Forms.Panel();
            panel1 = new System.Windows.Forms.Panel();
            label1 = new System.Windows.Forms.Label();
            
            panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            panel1.Controls.Add(this._tallyHistoryLB);
            panel1.Controls.Add(label1);
            panel1.Controls.Add(this._untallyButton);
            panel1.Dock = System.Windows.Forms.DockStyle.Right;
            panel1.Location = new System.Drawing.Point(140, 0);
            panel1.Name = "panel1";
            panel1.Size = new System.Drawing.Size(100, 245);
            // 
            // _tallyHistoryLB
            //             
            
            this._tallyHistoryLB.Dock = System.Windows.Forms.DockStyle.Fill;
            this._tallyHistoryLB.Location = new System.Drawing.Point(0, 13);
            this._tallyHistoryLB.Name = "_tallyHistoryLB";
            this._tallyHistoryLB.Size = new System.Drawing.Size(100, 194);
            this._tallyHistoryLB.TabIndex = 0;
            // 
            // label1
            // 
            label1.Dock = System.Windows.Forms.DockStyle.Top;
            label1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
            label1.Location = new System.Drawing.Point(0, 0);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(100, 13);
            label1.Text = "(latest on bottom)";
            label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // _untallyButton
            // 
            this._untallyButton.Dock = System.Windows.Forms.DockStyle.Bottom;
            this._untallyButton.Location = new System.Drawing.Point(0, 212);
            this._untallyButton.Name = "_untallyButton";
            this._untallyButton.Size = new System.Drawing.Size(100, 33);
            this._untallyButton.TabIndex = 1;
            this._untallyButton.Text = "Untally";            
            // 
            // _leftContentPanel
            // 
            this._leftContentPanel.AutoScroll = true;
            this._leftContentPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this._leftContentPanel.Location = new System.Drawing.Point(0, 0);
            this._leftContentPanel.Name = "_leftContentPanel";
            this._leftContentPanel.Size = new System.Drawing.Size(140, 245);
            // 
            // LayoutTreeBased
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.Controls.Add(this._leftContentPanel);
            this.Controls.Add(panel1);
            this.Name = "LayoutTreeBased";
            this.Size = new System.Drawing.Size(240, 245);
            
            panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
开发者ID:FMSC-Measurements,项目名称:FScruiserV2,代码行数:76,代码来源:LayoutTreeBased.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.Panel panel;
            this.itemListBox = new System.Windows.Forms.ListBox();
            this.itemEditor = new FFTPatcher.Editors.ItemEditor();
            panel = new System.Windows.Forms.Panel();
            panel.SuspendLayout();
            this.SuspendLayout();
            // 
            // itemListBox
            // 
            this.itemListBox.Dock = System.Windows.Forms.DockStyle.Left;
            this.itemListBox.FormattingEnabled = true;
            this.itemListBox.Location = new System.Drawing.Point( 0, 0 );
            this.itemListBox.Name = "itemListBox";
            this.itemListBox.Size = new System.Drawing.Size( 120, 433 );
            this.itemListBox.TabIndex = 0;
            // 
            // itemEditor
            // 
            this.itemEditor.AutoSize = true;
            this.itemEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.itemEditor.Item = null;
            this.itemEditor.Location = new System.Drawing.Point( 0, 0 );
            this.itemEditor.Name = "itemEditor";
            this.itemEditor.Size = new System.Drawing.Size( 503, 329 );
            this.itemEditor.TabIndex = 1;
            // 
            // panel
            // 
            panel.AutoScroll = true;
            panel.Controls.Add( this.itemEditor );
            panel.Dock = System.Windows.Forms.DockStyle.Fill;
            panel.Location = new System.Drawing.Point( 120, 0 );
            panel.Name = "panel";
            panel.Size = new System.Drawing.Size( 583, 445 );
            panel.TabIndex = 2;
            // 
            // AllItemsEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add( panel );
            this.Controls.Add( this.itemListBox );
            this.Name = "AllItemsEditor";
            this.Size = new System.Drawing.Size( 703, 445 );
            panel.ResumeLayout( false );
            panel.PerformLayout();
            this.ResumeLayout( false );

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

示例10: InitializeComponent


//.........这里部分代码省略.........
            this.btnFootballStart.Name = "btnFootballStart";
            this.btnFootballStart.Size = new System.Drawing.Size(149, 25);
            this.btnFootballStart.TabIndex = 0;
            this.btnFootballStart.Text = "Start";
            this.btnFootballStart.UseVisualStyleBackColor = true;
            this.btnFootballStart.Click += new System.EventHandler(this.btnFootballStart_Click);
            // 
            // txtFootballLog
            // 
            this.txtFootballLog.BackColor = System.Drawing.SystemColors.Window;
            this.txtFootballLog.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtFootballLog.Location = new System.Drawing.Point(0, 0);
            this.txtFootballLog.Multiline = true;
            this.txtFootballLog.Name = "txtFootballLog";
            this.txtFootballLog.ReadOnly = true;
            this.txtFootballLog.Size = new System.Drawing.Size(1022, 503);
            this.txtFootballLog.TabIndex = 1;
            this.txtFootballLog.TabStop = false;
            this.txtFootballLog.Text = "Click the \"Start\" button to run this example.";
            // 
            // tabDeletes
            // 
            this.tabDeletes.Controls.Add(this.splitContainer2);
            this.tabDeletes.Location = new System.Drawing.Point(4, 22);
            this.tabDeletes.Name = "tabDeletes";
            this.tabDeletes.Padding = new System.Windows.Forms.Padding(3);
            this.tabDeletes.Size = new System.Drawing.Size(1028, 538);
            this.tabDeletes.TabIndex = 2;
            this.tabDeletes.Text = "Deletes";
            this.tabDeletes.UseVisualStyleBackColor = true;
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location = new System.Drawing.Point(3, 3);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(label5);
            this.splitContainer2.Panel1.Controls.Add(this.btnDeletesStart);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.txtDeletesLog);
            this.splitContainer2.Size = new System.Drawing.Size(1022, 532);
            this.splitContainer2.SplitterDistance = 25;
            this.splitContainer2.TabIndex = 1;
            // 
            // btnDeletesStart
            // 
            this.btnDeletesStart.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnDeletesStart.Location = new System.Drawing.Point(873, 0);
            this.btnDeletesStart.Name = "btnDeletesStart";
            this.btnDeletesStart.Size = new System.Drawing.Size(149, 25);
            this.btnDeletesStart.TabIndex = 0;
            this.btnDeletesStart.Text = "Start";
            this.btnDeletesStart.UseVisualStyleBackColor = true;
            this.btnDeletesStart.Click += new System.EventHandler(this.btnDeletesStart_Click);
            // 
            // txtDeletesLog
            // 
            this.txtDeletesLog.BackColor = System.Drawing.SystemColors.Window;
            this.txtDeletesLog.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtDeletesLog.Location = new System.Drawing.Point(0, 0);
            this.txtDeletesLog.Multiline = true;
            this.txtDeletesLog.Name = "txtDeletesLog";
            this.txtDeletesLog.ReadOnly = true;
            this.txtDeletesLog.Size = new System.Drawing.Size(1022, 503);
            this.txtDeletesLog.TabIndex = 0;
            this.txtDeletesLog.TabStop = false;
            this.txtDeletesLog.Text = "Click the \"Start\" button to run this example.";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1036, 564);
            this.Controls.Add(this.tabs);
            this.Name = "Form1";
            this.Text = "DataSift API Examples";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            this.tabs.ResumeLayout(false);
            this.tabWelcome.ResumeLayout(false);
            this.tabFootball.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            this.splitContainer1.ResumeLayout(false);
            this.tabDeletes.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.Panel2.PerformLayout();
            this.splitContainer2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
开发者ID:pavitardua,项目名称:datasift-dotnet,代码行数:101,代码来源:Form1.Designer.cs

示例11: InitializeComponent


//.........这里部分代码省略.........
            this.decryptMessageButton.Location = new System.Drawing.Point(0, 0);
            this.decryptMessageButton.Name = "decryptMessageButton";
            this.decryptMessageButton.Size = new System.Drawing.Size(292, 26);
            this.decryptMessageButton.TabIndex = 5;
            this.decryptMessageButton.Text = "Decrypt the message";
            this.decryptMessageButton.UseVisualStyleBackColor = true;
            this.decryptMessageButton.Visible = false;
            this.decryptMessageButton.Click += new System.EventHandler(this.decryptMessageButton_Click);
            // 
            // publicKeyForEncryptionComboBox
            // 
            this.publicKeyForEncryptionComboBox.DisplayMember = "Description";
            this.publicKeyForEncryptionComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.publicKeyForEncryptionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.publicKeyForEncryptionComboBox.FormattingEnabled = true;
            this.publicKeyForEncryptionComboBox.Location = new System.Drawing.Point(0, 0);
            this.publicKeyForEncryptionComboBox.Name = "publicKeyForEncryptionComboBox";
            this.publicKeyForEncryptionComboBox.Size = new System.Drawing.Size(292, 21);
            this.publicKeyForEncryptionComboBox.TabIndex = 3;
            this.publicKeyForEncryptionComboBox.ValueMember = "Description";
            this.publicKeyForEncryptionComboBox.Visible = false;
            this.publicKeyForEncryptionComboBox.SelectedValueChanged += new System.EventHandler(this.publicKeyForEncryptionComboBox_SelectedValueChanged);
            // 
            // copyMyPublicKeyButton
            // 
            this.copyMyPublicKeyButton.Dock = System.Windows.Forms.DockStyle.Fill;
            this.copyMyPublicKeyButton.Location = new System.Drawing.Point(0, 0);
            this.copyMyPublicKeyButton.Name = "copyMyPublicKeyButton";
            this.copyMyPublicKeyButton.Size = new System.Drawing.Size(292, 26);
            this.copyMyPublicKeyButton.TabIndex = 1;
            this.copyMyPublicKeyButton.Text = "Copy my public key to clipboard";
            this.copyMyPublicKeyButton.UseVisualStyleBackColor = true;
            this.copyMyPublicKeyButton.Click += new System.EventHandler(this.copyMyPublicKeyButton_Click);
            // 
            // emptyLabel
            // 
            this.emptyLabel.AutoSize = true;
            this.emptyLabel.Location = new System.Drawing.Point(3, 0);
            this.emptyLabel.Name = "emptyLabel";
            this.emptyLabel.Size = new System.Drawing.Size(0, 1);
            this.emptyLabel.TabIndex = 4;
            // 
            // inputAndNotificationPanel
            // 
            inputAndNotificationPanel.Controls.Add(this.notificationPopup);
            inputAndNotificationPanel.Controls.Add(this.inputTextBox);
            inputAndNotificationPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            inputAndNotificationPanel.Location = new System.Drawing.Point(3, 3);
            inputAndNotificationPanel.Name = "inputAndNotificationPanel";
            inputAndNotificationPanel.Size = new System.Drawing.Size(292, 205);
            inputAndNotificationPanel.TabIndex = 5;
            // 
            // notificationPopup
            // 
            this.notificationPopup.AutoSize = true;
            this.notificationPopup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.notificationPopup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.notificationPopup.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.notificationPopup.ForeColor = System.Drawing.Color.White;
            this.notificationPopup.Location = new System.Drawing.Point(0, 0);
            this.notificationPopup.Name = "notificationPopup";
            this.notificationPopup.Size = new System.Drawing.Size(82, 21);
            this.notificationPopup.TabIndex = 1;
            this.notificationPopup.Visible = false;
            // 
            // inputTextBox
            // 
            this.inputTextBox.AcceptsReturn = true;
            this.inputTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.inputTextBox.Location = new System.Drawing.Point(0, 0);
            this.inputTextBox.Multiline = true;
            this.inputTextBox.Name = "inputTextBox";
            this.inputTextBox.Size = new System.Drawing.Size(292, 205);
            this.inputTextBox.TabIndex = 7;
            this.inputTextBox.TextChanged += new System.EventHandler(this.inputTextBox_TextChanged);
            this.inputTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputTextBox_KeyDown);
            // 
            // MessageEncrypterForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(298, 243);
            this.Controls.Add(layoutPanel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "MessageEncrypterForm";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Message Encrypter";
            this.Load += new System.EventHandler(this.MessageEncrypterForm_Load);
            layoutPanel.ResumeLayout(false);
            layoutPanel.PerformLayout();
            actionPanel.ResumeLayout(false);
            actionPanel.PerformLayout();
            inputAndNotificationPanel.ResumeLayout(false);
            inputAndNotificationPanel.PerformLayout();
            this.ResumeLayout(false);

        }
开发者ID:conradreuter,项目名称:MessageEncrypter,代码行数:101,代码来源:MessageEncrypterForm.Designer.cs

示例12: InitializeComponent


//.........这里部分代码省略.........
            this.sumKPIDataGridViewTextBoxColumn.Name = "sumKPIDataGridViewTextBoxColumn";
            this.sumKPIDataGridViewTextBoxColumn.ToolTipText = "Sum of Individual Tree Volume Estimates";
            this.sumKPIDataGridViewTextBoxColumn.Width = 72;
            // 
            // Component
            // 
            this.Component.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
            this.Component.DataPropertyName = "Component";
            dataGridViewCellStyle12.Format = "[rowID]";
            this.Component.DefaultCellStyle = dataGridViewCellStyle12;
            this.Component.HeaderText = "Comp";
            this.Component.Name = "Component";
            this.Component.ReadOnly = true;
            this.Component.ToolTipText = "Component Cruise Number";
            this.Component.Width = 62;
            // 
            // createdByDataGridViewTextBoxColumn3
            // 
            this.createdByDataGridViewTextBoxColumn3.DataPropertyName = "CreatedBy";
            this.createdByDataGridViewTextBoxColumn3.HeaderText = "CreatedBy";
            this.createdByDataGridViewTextBoxColumn3.Name = "createdByDataGridViewTextBoxColumn3";
            this.createdByDataGridViewTextBoxColumn3.ReadOnly = true;
            // 
            // createdDateDataGridViewTextBoxColumn3
            // 
            this.createdDateDataGridViewTextBoxColumn3.DataPropertyName = "CreatedDate";
            this.createdDateDataGridViewTextBoxColumn3.HeaderText = "CreatedDate";
            this.createdDateDataGridViewTextBoxColumn3.Name = "createdDateDataGridViewTextBoxColumn3";
            this.createdDateDataGridViewTextBoxColumn3.ReadOnly = true;
            // 
            // modifiedByDataGridViewTextBoxColumn3
            // 
            this.modifiedByDataGridViewTextBoxColumn3.DataPropertyName = "ModifiedBy";
            this.modifiedByDataGridViewTextBoxColumn3.HeaderText = "ModifiedBy";
            this.modifiedByDataGridViewTextBoxColumn3.Name = "modifiedByDataGridViewTextBoxColumn3";
            this.modifiedByDataGridViewTextBoxColumn3.ReadOnly = true;
            // 
            // modifiedDateDataGridViewTextBoxColumn3
            // 
            this.modifiedDateDataGridViewTextBoxColumn3.DataPropertyName = "ModifiedDate";
            this.modifiedDateDataGridViewTextBoxColumn3.HeaderText = "ModifiedDate";
            this.modifiedDateDataGridViewTextBoxColumn3.Name = "modifiedDateDataGridViewTextBoxColumn3";
            this.modifiedDateDataGridViewTextBoxColumn3.ReadOnly = true;
            // 
            // DataEditorView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(777, 430);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.menuStrip1);
            this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DataEditorView";
            this.ShowInTaskbar = false;
            this.Text = "DataEditorView";
            panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this._DGV_Errors)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this._BS_Errors)).EndInit();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TreeDefaultBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.SampleGroupBindingSource)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.StratumBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CuttingUnitBindingSource)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this._DGV_Trees)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this._BS_TreeSampleGroups)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this._BS_TreeSpecies)).EndInit();
            this._ContextMenu.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this._BS_Trees)).EndInit();
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this._DGV_Logs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this._BS_Logs)).EndInit();
            this.tabPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this._DGV_Plots)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this._BS_Plots)).EndInit();
            this.tabPage4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this._DGV_Counts)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this._BS_Counts)).EndInit();
            this.tabPage5.ResumeLayout(false);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
开发者ID:FMSC-Measurements,项目名称:CruiseManager,代码行数:101,代码来源:DataEditorView.Designer.cs

示例13: InitializeComponent


//.........这里部分代码省略.........
            this.label4.Name = "label4";
            // 
            // label7
            // 
            resources.ApplyResources(label7, "label7");
            label7.Name = "label7";
            // 
            // label1
            // 
            resources.ApplyResources(label1, "label1");
            label1.Name = "label1";
            // 
            // textBoxPassword
            // 
            resources.ApplyResources(this.textBoxPassword, "textBoxPassword");
            this.theGoodProvider.SetIconPadding(this.textBoxPassword, ((int)(resources.GetObject("textBoxPassword.IconPadding"))));
            this.theErrorProvider.SetIconPadding(this.textBoxPassword, ((int)(resources.GetObject("textBoxPassword.IconPadding1"))));
            this.textBoxPassword.Name = "textBoxPassword";
            this.textBoxPassword.UseSystemPasswordChar = true;
            // 
            // textBoxUsername
            // 
            resources.ApplyResources(this.textBoxUsername, "textBoxUsername");
            this.theGoodProvider.SetIconPadding(this.textBoxUsername, ((int)(resources.GetObject("textBoxUsername.IconPadding"))));
            this.theErrorProvider.SetIconPadding(this.textBoxUsername, ((int)(resources.GetObject("textBoxUsername.IconPadding1"))));
            this.textBoxUsername.Name = "textBoxUsername";
            // 
            // textBoxProxyExcludes
            // 
            resources.ApplyResources(this.textBoxProxyExcludes, "textBoxProxyExcludes");
            this.theGoodProvider.SetIconPadding(this.textBoxProxyExcludes, ((int)(resources.GetObject("textBoxProxyExcludes.IconPadding"))));
            this.theErrorProvider.SetIconPadding(this.textBoxProxyExcludes, ((int)(resources.GetObject("textBoxProxyExcludes.IconPadding1"))));
            this.textBoxProxyExcludes.Name = "textBoxProxyExcludes";
            // 
            // checkBoxAuthReq
            // 
            resources.ApplyResources(this.checkBoxAuthReq, "checkBoxAuthReq");
            this.checkBoxAuthReq.Checked = true;
            this.checkBoxAuthReq.CheckState = System.Windows.Forms.CheckState.Checked;
            this.tableLayoutPanel1.SetColumnSpan(this.checkBoxAuthReq, 2);
            this.checkBoxAuthReq.Name = "checkBoxAuthReq";
            this.checkBoxAuthReq.UseVisualStyleBackColor = true;
            this.checkBoxAuthReq.CheckedChanged += new System.EventHandler(this.checkBoxAuthReq_CheckedChanged);
            // 
            // checkBoxProxyLocalhost
            // 
            resources.ApplyResources(this.checkBoxProxyLocalhost, "checkBoxProxyLocalhost");
            this.tableLayoutPanel1.SetColumnSpan(this.checkBoxProxyLocalhost, 2);
            this.checkBoxProxyLocalhost.Name = "checkBoxProxyLocalhost";
            this.checkBoxProxyLocalhost.UseVisualStyleBackColor = true;
            // 
            // lineSeparator1
            // 
            resources.ApplyResources(this.lineSeparator1, "lineSeparator1");
            this.lineSeparator1.MaximumSize = new System.Drawing.Size(2000, 2);
            this.lineSeparator1.MinimumSize = new System.Drawing.Size(0, 2);
            this.lineSeparator1.Name = "lineSeparator1";
            // 
            // OptionsDialog
            // 
            this.AcceptButton = this.buttonOK;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.buttonCancel;
            this.Controls.Add(this.flowLayoutPanel3);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "OptionsDialog";
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            this.groupBoxPF.ResumeLayout(false);
            this.groupBoxPF.PerformLayout();
            this.flowLayoutPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.theGoodProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.theErrorProvider)).EndInit();
            this.theTabControl.ResumeLayout(false);
            this.tabPageGeneral.ResumeLayout(false);
            this.tabPageGeneral.PerformLayout();
            this.tabPageProxy.ResumeLayout(false);
            this.flowLayoutPanel3.ResumeLayout(false);
            this.checkGroupBoxAutoRestart.ResumeLayout(false);
            this.checkGroupBoxAutoRestart.PerformLayout();
            this.groupBoxAfterThat.ResumeLayout(false);
            this.groupBoxAfterThat.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRestartDelay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaxAttemptsCount)).EndInit();
            this.checkGroupBoxRestartHostsWithWarns.ResumeLayout(false);
            this.checkGroupBoxRestartHostsWithWarns.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRestartHWWInterval)).EndInit();
            this.checkGroupBoxProxy.ResumeLayout(false);
            this.checkGroupBoxProxy.PerformLayout();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
开发者ID:gitrab,项目名称:ssh-tunnel-manager,代码行数:101,代码来源:OptionsDialog.Designer.cs

示例14: InitializeComponent


//.........这里部分代码省略.........
            lblFile.Size = new System.Drawing.Size(23, 13);
            lblFile.TabIndex = 15;
            lblFile.Text = "File";
            // 
            // txtFile
            // 
            txtFile.Location = new System.Drawing.Point(162, 70);
            txtFile.Name = "txtFile";
            txtFile.Size = new System.Drawing.Size(209, 20);
            txtFile.TabIndex = 16;
            // 
            // btnBrowseFile
            // 
            btnBrowseFile.Location = new System.Drawing.Point(373, 67);
            btnBrowseFile.Name = "btnBrowseFile";
            btnBrowseFile.Size = new System.Drawing.Size(40, 23);
            btnBrowseFile.TabIndex = 17;
            btnBrowseFile.Text = "...";
            btnBrowseFile.UseVisualStyleBackColor = true;
            btnBrowseFile.Click += new System.EventHandler(btnBrowseFile_Click);
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(18, 100);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(35, 13);
            label1.TabIndex = 18;
            label1.Text = "Name";
            // 
            // txtName
            // 
            txtName.Location = new System.Drawing.Point(162, 97);
            txtName.Name = "txtName";
            txtName.Size = new System.Drawing.Size(251, 20);
            txtName.TabIndex = 19;
            // 
            // txtDisplayName
            // 
            txtDisplayName.Location = new System.Drawing.Point(162, 123);
            txtDisplayName.Name = "txtDisplayName";
            txtDisplayName.Size = new System.Drawing.Size(251, 20);
            txtDisplayName.TabIndex = 20;
            // 
            // txtDescription
            // 
            txtDescription.Location = new System.Drawing.Point(162, 149);
            txtDescription.Multiline = true;
            txtDescription.Name = "txtDescription";
            txtDescription.Size = new System.Drawing.Size(251, 61);
            txtDescription.TabIndex = 21;
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(18, 126);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(70, 13);
            label2.TabIndex = 22;
            label2.Text = "Display name";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(18, 152);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(60, 13);
            label3.TabIndex = 23;
            label3.Text = "Description";
            // 
            // CreateWebResourceDialog
            // 
            AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            ClientSize = new System.Drawing.Size(427, 252);
            Controls.Add(label3);
            Controls.Add(label2);
            Controls.Add(txtDescription);
            Controls.Add(txtDisplayName);
            Controls.Add(txtName);
            Controls.Add(label1);
            Controls.Add(btnBrowseFile);
            Controls.Add(txtFile);
            Controls.Add(lblFile);
            Controls.Add(btnCancel);
            Controls.Add(btnValidate);
            Controls.Add(panel1);
            FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            MaximizeBox = false;
            MinimizeBox = false;
            Name = "CreateWebResourceDialog";
            ShowIcon = false;
            ShowInTaskbar = false;
            Text = "Create Web Resource Dialog";
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            ResumeLayout(false);
            PerformLayout();

        }
开发者ID:NORENBUCH,项目名称:XrmToolBox,代码行数:101,代码来源:CreateWebResourceDialog.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()
        {
            System.Windows.Forms.Panel panel1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScreenshotForm));
            this.picture = new System.Windows.Forms.PictureBox();
            this.copyButton = new System.Windows.Forms.Button();
            this.saveButton = new System.Windows.Forms.Button();
            this.saveDialog = new System.Windows.Forms.SaveFileDialog();
            panel1 = new System.Windows.Forms.Panel();
            panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picture)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            panel1.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)));
            panel1.AutoScroll = true;
            panel1.BackColor = System.Drawing.SystemColors.Control;
            panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
            panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            panel1.Controls.Add(this.picture);
            panel1.Location = new System.Drawing.Point(0, 41);
            panel1.Name = "panel1";
            panel1.Size = new System.Drawing.Size(400, 300);
            panel1.TabIndex = 0;
            // 
            // picture
            // 
            this.picture.Location = new System.Drawing.Point(0, 0);
            this.picture.Name = "picture";
            this.picture.Size = new System.Drawing.Size(100, 50);
            this.picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.picture.TabIndex = 1;
            this.picture.TabStop = false;
            // 
            // copyButton
            // 
            this.copyButton.Location = new System.Drawing.Point(12, 12);
            this.copyButton.Name = "copyButton";
            this.copyButton.Size = new System.Drawing.Size(75, 23);
            this.copyButton.TabIndex = 1;
            this.copyButton.Text = "&Copy";
            this.copyButton.UseVisualStyleBackColor = true;
            this.copyButton.Click += new System.EventHandler(this.copyButton_Click);
            // 
            // saveButton
            // 
            this.saveButton.Location = new System.Drawing.Point(93, 12);
            this.saveButton.Name = "saveButton";
            this.saveButton.Size = new System.Drawing.Size(75, 23);
            this.saveButton.TabIndex = 2;
            this.saveButton.Text = "&Save...";
            this.saveButton.UseVisualStyleBackColor = true;
            this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
            // 
            // saveDialog
            // 
            this.saveDialog.DefaultExt = "png";
            this.saveDialog.FileName = "screenshot.png";
            this.saveDialog.Filter = "Portable Network Graphics (*.png)|*.png";
            // 
            // ScreenshotForm
            // 
            this.AcceptButton = this.copyButton;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(400, 341);
            this.Controls.Add(this.saveButton);
            this.Controls.Add(this.copyButton);
            this.Controls.Add(panel1);
            this.Name = "ScreenshotForm";
            this.Text = "Screenshot Viewer";
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picture)).EndInit();
            this.ResumeLayout(false);

        }
开发者ID:hoangduit,项目名称:mwinapi,代码行数:84,代码来源:ScreenshotForm.Designer.cs


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