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


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

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


在下文中一共展示了System.Windows.Forms.Panel.PerformLayout方法的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() {
			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

示例2: InitializeComponent


//.........这里部分代码省略.........
            "nil",
            "result"});
            this.comboSelf.Location = new System.Drawing.Point(35, 3);
            this.comboSelf.Name = "comboSelf";
            this.comboSelf.Size = new System.Drawing.Size(236, 21);
            this.comboSelf.TabIndex = 1;
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(3, 6);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(26, 13);
            label1.TabIndex = 0;
            label1.Text = "self:";
            // 
            // buttonEvalExpression
            // 
            this.buttonEvalExpression.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonEvalExpression.Location = new System.Drawing.Point(282, 187);
            this.buttonEvalExpression.Name = "buttonEvalExpression";
            this.buttonEvalExpression.Size = new System.Drawing.Size(273, 24);
            this.buttonEvalExpression.TabIndex = 9;
            this.buttonEvalExpression.Text = "Eval Expression";
            this.buttonEvalExpression.UseVisualStyleBackColor = true;
            this.buttonEvalExpression.Click += new System.EventHandler(this.buttonEvalExpression_Click);
            // 
            // buttonJitExpression
            // 
            this.buttonJitExpression.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonJitExpression.Location = new System.Drawing.Point(3, 187);
            this.buttonJitExpression.Name = "buttonJitExpression";
            this.buttonJitExpression.Size = new System.Drawing.Size(273, 24);
            this.buttonJitExpression.TabIndex = 8;
            this.buttonJitExpression.Text = "JIT Expression";
            this.buttonJitExpression.UseVisualStyleBackColor = true;
            this.buttonJitExpression.Click += new System.EventHandler(this.buttonJitExpression_Click);
            // 
            // textEvaluate
            // 
            this.textEvaluate.AcceptsTab = true;
            this.textEvaluate.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)));
            tableLayoutPanel4.SetColumnSpan(this.textEvaluate, 3);
            this.textEvaluate.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textEvaluate.HideSelection = false;
            this.textEvaluate.Location = new System.Drawing.Point(3, 3);
            this.textEvaluate.Multiline = true;
            this.textEvaluate.Name = "textEvaluate";
            this.textEvaluate.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textEvaluate.Size = new System.Drawing.Size(832, 178);
            this.textEvaluate.TabIndex = 7;
            // 
            // textResultEvaluate
            // 
            this.textResultEvaluate.AcceptsTab = true;
            this.textResultEvaluate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textResultEvaluate.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textResultEvaluate.HideSelection = false;
            this.textResultEvaluate.Location = new System.Drawing.Point(0, 0);
            this.textResultEvaluate.Multiline = true;
            this.textResultEvaluate.Name = "textResultEvaluate";
            this.textResultEvaluate.ReadOnly = true;
            this.textResultEvaluate.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textResultEvaluate.Size = new System.Drawing.Size(838, 139);
            this.textResultEvaluate.TabIndex = 8;
            // 
            // WorkspaceTester
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(852, 389);
            this.Controls.Add(tabControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "WorkspaceTester";
            this.Text = "Compiler / Installer / Code Generator - Tester";
            this.Load += new System.EventHandler(this.WorkspaceTester_Load);
            tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            splitContainer1.Panel1.ResumeLayout(false);
            splitContainer1.Panel2.ResumeLayout(false);
            splitContainer1.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
            splitContainer1.ResumeLayout(false);
            tableLayoutPanel3.ResumeLayout(false);
            tableLayoutPanel3.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            splitContainer2.Panel1.ResumeLayout(false);
            splitContainer2.Panel2.ResumeLayout(false);
            splitContainer2.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit();
            splitContainer2.ResumeLayout(false);
            tableLayoutPanel4.ResumeLayout(false);
            tableLayoutPanel4.PerformLayout();
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            this.ResumeLayout(false);

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

示例3: InitializeComponent

        private static void InitializeComponent()
        {
            panel1 = new System.Windows.Forms.Panel();
            label1 = new System.Windows.Forms.Label();
            pictureBox1 = new System.Windows.Forms.PictureBox();
            panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
            form1.SuspendLayout();
            // 
            // panel1
            //
            panel1.AutoSize = true;
            panel1.Controls.Add(label1);
            panel1.Controls.Add(pictureBox1);
            panel1.Dock = System.Windows.Forms.DockStyle.Top;
            panel1.Location = new System.Drawing.Point(0, 0);
            panel1.Margin = new System.Windows.Forms.Padding(0);
            panel1.Name = "panel1";
            panel1.Size = new System.Drawing.Size(99, 47);
            panel1.TabIndex = 0;
            // 
            // label1
            // 
            label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            label1.AutoSize = true;
            label1.BackColor = System.Drawing.Color.Transparent;
            label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            label1.Location = new System.Drawing.Point(50, 18);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(45, 16);
            label1.TabIndex = 17;
            label1.Text = "label1";
            // 
            // pictureBox1
            // 
            pictureBox1.BackColor = System.Drawing.Color.Transparent;
            pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            pictureBox1.Location = new System.Drawing.Point(12, 12);
            pictureBox1.Name = "pictureBox1";
            pictureBox1.Size = new System.Drawing.Size(32, 32);
            pictureBox1.TabIndex = 18;
            pictureBox1.TabStop = false;
            // 
            // MMessageBox
            // 
            form1.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            form1.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            form1.AutoSize = true;
            form1.ClientSize = new System.Drawing.Size(99, 93);
            form1.Controls.Add(panel1);
            form1.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            form1.KeyPreview = true;
            form1.MaximizeBox = false;
            form1.MaximumSize = new System.Drawing.Size(555, 400);
            form1.MinimizeBox = false;
            form1.MinimumSize = new System.Drawing.Size(105, 125);
            form1.Name = "MMessageBox";
            form1.Icon = Properties.Resources.market;
            form1.TopMost = true;
            form1.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            form1.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            form1.KeyDown += new System.Windows.Forms.KeyEventHandler(MMessageBox_KeyDown);
            form1.Load += new System.EventHandler(MMessageBox_Load);
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
            form1.ResumeLayout(false);
            form1.PerformLayout();

        }
开发者ID:AndrewEastwood,项目名称:desktop,代码行数:71,代码来源:_MMessageBox.Designer.cs

示例4: InitializeComponent


//.........这里部分代码省略.........
            this.Warnings.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.columnIsLostObjectSelected,
            this.columnDate,
            this.columnType,
            this.columnSubject,
            this.columnAuthor,
            this.columnHash});
            this.Warnings.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Warnings.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
            this.Warnings.Location = new System.Drawing.Point(0, 138);
            this.Warnings.MultiSelect = false;
            this.Warnings.Name = "Warnings";
            this.Warnings.RowHeadersVisible = false;
            this.Warnings.RowTemplate.ContextMenuStrip = this.mnuLostObjects;
            this.Warnings.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.Warnings.ShowEditingIcon = false;
            this.Warnings.Size = new System.Drawing.Size(859, 376);
            this.Warnings.TabIndex = 4;
            this.Warnings.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.Warnings_CellMouseDoubleClick);
            this.Warnings.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.Warnings_CellMouseDown);
            // 
            // columnIsLostObjectSelected
            // 
            this.columnIsLostObjectSelected.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.columnIsLostObjectSelected.DataPropertyName = "IsSelected";
            this.columnIsLostObjectSelected.HeaderText = "";
            this.columnIsLostObjectSelected.MinimumWidth = 20;
            this.columnIsLostObjectSelected.Name = "columnIsLostObjectSelected";
            this.columnIsLostObjectSelected.Width = 20;
            // 
            // columnDate
            // 
            this.columnDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.columnDate.DataPropertyName = "Date";
            this.columnDate.HeaderText = "Date";
            this.columnDate.Name = "columnDate";
            this.columnDate.ReadOnly = true;
            this.columnDate.Width = 56;
            // 
            // columnType
            // 
            this.columnType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.columnType.DataPropertyName = "RawType";
            this.columnType.HeaderText = "Type";
            this.columnType.Name = "columnType";
            this.columnType.ReadOnly = true;
            this.columnType.Width = 58;
            // 
            // columnSubject
            // 
            this.columnSubject.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.columnSubject.DataPropertyName = "Subject";
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.columnSubject.DefaultCellStyle = dataGridViewCellStyle1;
            this.columnSubject.HeaderText = "Subject";
            this.columnSubject.Name = "columnSubject";
            this.columnSubject.ReadOnly = true;
            // 
            // columnAuthor
            // 
            this.columnAuthor.DataPropertyName = "Author";
            this.columnAuthor.HeaderText = "Author";
            this.columnAuthor.Name = "columnAuthor";
            this.columnAuthor.ReadOnly = true;
            this.columnAuthor.Width = 150;
            // 
            // columnHash
            // 
            this.columnHash.DataPropertyName = "Hash";
            this.columnHash.HeaderText = "Hash";
            this.columnHash.Name = "columnHash";
            this.columnHash.ReadOnly = true;
            this.columnHash.Width = 80;
            // 
            // FormVerify
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.CancelButton = this.btnCloseDialog;
            this.ClientSize = new System.Drawing.Size(859, 575);
            this.Controls.Add(this.Warnings);
            this.Controls.Add(panel2);
            this.Controls.Add(panel1);
            this.MinimizeBox = false;
            this.Name = "FormVerify";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Verify database";
            this.Shown += new System.EventHandler(this.FormVerifyShown);
            panel1.ResumeLayout(false);
            panel2.ResumeLayout(false);
            panel2.PerformLayout();
            flowLayoutPanel1.ResumeLayout(false);
            flowLayoutPanel1.PerformLayout();
            this.mnuLostObjects.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Warnings)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
开发者ID:HuChundong,项目名称:gitextensions,代码行数:101,代码来源:FormVerify.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.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

示例6: 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

示例7: InitializeComponent


//.........这里部分代码省略.........
            panel1.TabIndex = 5;
            // 
            // Save
            // 
            this.Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.Save.Location = new System.Drawing.Point(67, 11);
            this.Save.Name = "Save";
            this.Save.Size = new System.Drawing.Size(160, 25);
            this.Save.TabIndex = 1;
            this.Save.Text = "Save";
            this.Save.UseVisualStyleBackColor = true;
            this.Save.Click += new System.EventHandler(this.SaveClick);
            // 
            // panel2
            // 
            panel2.Controls.Add(this.lnkGitReviewHelp);
            panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            panel2.Location = new System.Drawing.Point(0, 458);
            panel2.Name = "panel2";
            panel2.Size = new System.Drawing.Size(230, 22);
            panel2.TabIndex = 7;
            // 
            // lnkGitReviewHelp
            // 
            this.lnkGitReviewHelp.AutoSize = true;
            this.lnkGitReviewHelp.Dock = System.Windows.Forms.DockStyle.Right;
            this.lnkGitReviewHelp.Location = new System.Drawing.Point(82, 0);
            this.lnkGitReviewHelp.Name = "lnkGitReviewHelp";
            this.lnkGitReviewHelp.Size = new System.Drawing.Size(148, 15);
            this.lnkGitReviewHelp.TabIndex = 6;
            this.lnkGitReviewHelp.TabStop = true;
            this.lnkGitReviewHelp.Text = "GitHub page for git-review";
            this.lnkGitReviewHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkGitReviewPatterns_LinkClicked);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this._NO_TRANSLATE_GitReviewEdit);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.label1);
            this.splitContainer1.Panel2.Controls.Add(panel2);
            this.splitContainer1.Panel2.Controls.Add(panel1);
            this.splitContainer1.Size = new System.Drawing.Size(634, 519);
            this.splitContainer1.SplitterDistance = 400;
            this.splitContainer1.TabIndex = 0;
            // 
            // _NO_TRANSLATE_GitReviewEdit
            // 
            this._NO_TRANSLATE_GitReviewEdit.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._NO_TRANSLATE_GitReviewEdit.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this._NO_TRANSLATE_GitReviewEdit.IsReadOnly = false;
            this._NO_TRANSLATE_GitReviewEdit.Location = new System.Drawing.Point(0, 0);
            this._NO_TRANSLATE_GitReviewEdit.Name = "_NO_TRANSLATE_GitReviewEdit";
            this._NO_TRANSLATE_GitReviewEdit.Size = new System.Drawing.Size(400, 519);
            this._NO_TRANSLATE_GitReviewEdit.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Multiline = true;
            this.label1.Name = "label1";
            this.label1.ReadOnly = true;
            this.label1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.label1.Size = new System.Drawing.Size(230, 458);
            this.label1.TabIndex = 4;
            this.label1.Text = resources.GetString("label1.Text");
            this.label1.WordWrap = false;
            // 
            // FormGitReview
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(634, 519);
            this.Controls.Add(this.splitContainer1);
            this.Name = "FormGitReview";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Edit .gitreview";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormGitReviewFormClosing);
            this.Load += new System.EventHandler(this.FormGitIgnoreLoad);
            panel1.ResumeLayout(false);
            panel2.ResumeLayout(false);
            panel2.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
开发者ID:ksukhonosenko,项目名称:gitextensions,代码行数:101,代码来源:FormGitReview.Designer.cs

示例8: InitializeComponent


//.........这里部分代码省略.........
            this.username.MaxLength = 255;
            this.username.Name = "username";
            this.username.Size = new System.Drawing.Size(100, 20);
            this.username.TabIndex = 4;
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(3, 41);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(56, 13);
            label2.TabIndex = 3;
            label2.Text = "Password:";
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(3, 13);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(58, 13);
            label1.TabIndex = 1;
            label1.Text = "Username:";
            // 
            // panel2
            // 
            panel2.Controls.Add(this.register);
            panel2.Controls.Add(this.login);
            panel2.Location = new System.Drawing.Point(183, 453);
            panel2.Name = "panel2";
            panel2.Size = new System.Drawing.Size(99, 71);
            panel2.TabIndex = 4;
            // 
            // register
            // 
            this.register.Location = new System.Drawing.Point(12, 38);
            this.register.Name = "register";
            this.register.Size = new System.Drawing.Size(75, 23);
            this.register.TabIndex = 1;
            this.register.Text = "Website";
            this.register.UseVisualStyleBackColor = true;
            this.register.Click += new System.EventHandler(this.register_Click);
            // 
            // login
            // 
            this.login.Location = new System.Drawing.Point(12, 10);
            this.login.Name = "login";
            this.login.Size = new System.Drawing.Size(75, 23);
            this.login.TabIndex = 0;
            this.login.Text = "Login";
            this.login.UseVisualStyleBackColor = true;
            this.login.Click += new System.EventHandler(this.login_Click);
            // 
            // panel3
            // 
            panel3.Controls.Add(this.info);
            panel3.Location = new System.Drawing.Point(288, 453);
            panel3.Name = "panel3";
            panel3.Size = new System.Drawing.Size(465, 71);
            panel3.TabIndex = 5;
            // 
            // info
            // 
            this.info.Location = new System.Drawing.Point(9, 12);
            this.info.Name = "info";
            this.info.Size = new System.Drawing.Size(451, 13);
            this.info.TabIndex = 0;
            this.info.Text = "__________________________________________________________________________";
            this.info.Visible = false;
            // 
            // timer
            // 
            this.timer.Interval = 1000;
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
            // 
            // Launcher
            // 
            this.AcceptButton = this.login;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(794, 559);
            this.Controls.Add(flowLayoutPanel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(800, 588);
            this.MinimumSize = new System.Drawing.Size(800, 588);
            this.Name = "Launcher";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Accelerated Delivery";
            flowLayoutPanel1.ResumeLayout(false);
            flowLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            panel2.ResumeLayout(false);
            panel3.ResumeLayout(false);
            this.ResumeLayout(false);

        }
开发者ID:snoozbuster,项目名称:accelerated-delivery,代码行数:101,代码来源:Launcher.Designer.cs

示例9: InitializeComponent


//.........这里部分代码省略.........
			this.redoButton.Text = "Redo";
			this.redoButton.UseVisualStyleBackColor = true;
			this.redoButton.Click += new System.EventHandler(this.redoButton_Click);
			// 
			// flowLayerDistanceLabel
			// 
			this.flowLayerDistanceLabel.AutoSize = true;
			this.flowLayerDistanceLabel.Location = new System.Drawing.Point(137, 148);
			this.flowLayerDistanceLabel.Name = "flowLayerDistanceLabel";
			this.flowLayerDistanceLabel.Size = new System.Drawing.Size(25, 13);
			this.flowLayerDistanceLabel.TabIndex = 11;
			this.flowLayerDistanceLabel.Text = "100";
			// 
			// flowRowDistanceLabel
			// 
			this.flowRowDistanceLabel.AutoSize = true;
			this.flowRowDistanceLabel.Location = new System.Drawing.Point(180, 212);
			this.flowRowDistanceLabel.Name = "flowRowDistanceLabel";
			this.flowRowDistanceLabel.Size = new System.Drawing.Size(25, 13);
			this.flowRowDistanceLabel.TabIndex = 12;
			this.flowRowDistanceLabel.Text = "100";
			// 
			// algorithmListBox
			// 
			this.algorithmListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.algorithmListBox.BackColor = System.Drawing.SystemColors.Control;
			this.algorithmListBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.algorithmListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
			this.algorithmListBox.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(220)))));
			this.algorithmListBox.FocusedItemColor = System.Drawing.Color.Beige;
			this.algorithmListBox.FormattingEnabled = true;
			this.algorithmListBox.HighlightedItemColor = System.Drawing.SystemColors.ControlLightLight;
			this.algorithmListBox.InactiveItemBackgroundColor = System.Drawing.SystemColors.Control;
			this.algorithmListBox.InactiveItemBorderColor = System.Drawing.SystemColors.Window;
			this.algorithmListBox.InactiveItemTextColor = System.Drawing.SystemColors.ControlDarkDark;
			this.algorithmListBox.IntegralHeight = false;
			this.algorithmListBox.Items.AddRange(new object[] {
            "Clusters",
            "Flow",
            "Expansion",
            "Alignment"});
			this.algorithmListBox.Location = new System.Drawing.Point(0, 0);
			this.algorithmListBox.Name = "algorithmListBox";
			this.algorithmListBox.SelectedItemColor = System.Drawing.SystemColors.Window;
			this.algorithmListBox.SelectedItemTextColor = System.Drawing.SystemColors.ControlText;
			this.algorithmListBox.Size = new System.Drawing.Size(93, 397);
			this.algorithmListBox.TabIndex = 0;
			this.algorithmListBox.SelectedIndexChanged += new System.EventHandler(this.algorithmListBox_SelectedIndexChanged);
			// 
			// LayoutDialog
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.SystemColors.Window;
			this.CancelButton = this.closeButton;
			this.ClientSize = new System.Drawing.Size(475, 394);
			this.Controls.Add(this.flowPanel);
			this.Controls.Add(expansionPanel);
			this.Controls.Add(this.alignmentPanel);
			this.Controls.Add(this.repulsionPanel);
			this.Controls.Add(this.redoButton);
			this.Controls.Add(this.undoButton);
			this.Controls.Add(this.previewButton);
			this.Controls.Add(this.centerButton);
			this.Controls.Add(this.closeButton);
			this.Controls.Add(this.applyButton);
			this.Controls.Add(this.previewGroupBox);
			this.Controls.Add(this.algorithmListBox);
			this.DoubleBuffered = true;
			this.Name = "LayoutDialog";
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Layout Control";
			this.Load += new System.EventHandler(this.LayoutControlForm_Load);
			this.Shown += new System.EventHandler(this.LayoutControlForm_Shown);
			expansionPanel.ResumeLayout(false);
			expansionPanel.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.verticalCompressionTrackBar)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.horizontalCompressionTrackBar)).EndInit();
			this.previewGroupBox.ResumeLayout(false);
			this.previewGroupBox.PerformLayout();
			this.alignmentPanel.ResumeLayout(false);
			this.alignmentPanel.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.rowDistanceTrackBar)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.columnDistanceTrackBar)).EndInit();
			this.repulsionPanel.ResumeLayout(false);
			this.repulsionPanel.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.repulsionRangeTrackBar)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.repulsionStrengthTrackBar)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.attractionStrengthTrackBar)).EndInit();
			this.flowPanel.ResumeLayout(false);
			this.flowPanel.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.flowRowDistanceTrackBar)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.flowLayerDistanceTrackBar)).EndInit();
			this.flowDirectionGroupBox.ResumeLayout(false);
			this.flowDirectionGroupBox.PerformLayout();
			this.ResumeLayout(false);

		}
开发者ID:jestonitiro,项目名称:nshape,代码行数:101,代码来源:LayoutDialog.designer.cs

示例10: InitializeComponent


//.........这里部分代码省略.........
            this.yAxisListView.Name = "yAxisListView";
            this.yAxisListView.ShowGroups = false;
            this.yAxisListView.Size = new System.Drawing.Size(430, 234);
            this.yAxisListView.TabIndex = 3;
            this.yAxisListView.TileSize = new System.Drawing.Size(30, 10);
            this.yAxisListView.UseCompatibleStateImageBehavior = false;
            this.yAxisListView.View = System.Windows.Forms.View.List;
            // 
            // panelXAxis
            // 
            panelXAxis.Controls.Add(label3);
            panelXAxis.Controls.Add(this.xAxisDropdownList);
            panelXAxis.Dock = System.Windows.Forms.DockStyle.Top;
            panelXAxis.Location = new System.Drawing.Point(2, 31);
            panelXAxis.Margin = new System.Windows.Forms.Padding(15);
            panelXAxis.Name = "panelXAxis";
            panelXAxis.Padding = new System.Windows.Forms.Padding(7);
            panelXAxis.Size = new System.Drawing.Size(430, 37);
            panelXAxis.TabIndex = 7;
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(7, 7);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(87, 13);
            label3.TabIndex = 2;
            label3.Text = "Select the X Axis";
            // 
            // xAxisDropdownList
            // 
            this.xAxisDropdownList.Dock = System.Windows.Forms.DockStyle.Right;
            this.xAxisDropdownList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.xAxisDropdownList.FormattingEnabled = true;
            this.xAxisDropdownList.Location = new System.Drawing.Point(223, 7);
            this.xAxisDropdownList.Name = "xAxisDropdownList";
            this.xAxisDropdownList.Size = new System.Drawing.Size(200, 21);
            this.xAxisDropdownList.TabIndex = 4;
            // 
            // panelInfo
            // 
            this.panelInfo.Controls.Add(this.labelSimulationTime);
            this.panelInfo.Controls.Add(label1);
            this.panelInfo.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelInfo.Location = new System.Drawing.Point(2, 2);
            this.panelInfo.Margin = new System.Windows.Forms.Padding(15);
            this.panelInfo.Name = "panelInfo";
            this.panelInfo.Padding = new System.Windows.Forms.Padding(7);
            this.panelInfo.Size = new System.Drawing.Size(430, 29);
            this.panelInfo.TabIndex = 6;
            // 
            // labelSimulationTime
            // 
            this.labelSimulationTime.AutoSize = true;
            this.labelSimulationTime.Location = new System.Drawing.Point(124, 7);
            this.labelSimulationTime.Name = "labelSimulationTime";
            this.labelSimulationTime.Size = new System.Drawing.Size(0, 13);
            this.labelSimulationTime.TabIndex = 3;
            // 
            // panelYAxis
            // 
            this.panelYAxis.Controls.Add(label2);
            this.panelYAxis.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelYAxis.Location = new System.Drawing.Point(2, 68);
            this.panelYAxis.Name = "panelYAxis";
            this.panelYAxis.Padding = new System.Windows.Forms.Padding(7);
            this.panelYAxis.Size = new System.Drawing.Size(430, 26);
            this.panelYAxis.TabIndex = 9;
            // 
            // DiagramDataDialog
            // 
            this.AcceptButton = this.btnOk;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(434, 361);
            this.Controls.Add(panelMid);
            this.Controls.Add(panelBot);
            this.Controls.Add(this.panelYAxis);
            this.Controls.Add(panelXAxis);
            this.Controls.Add(this.panelInfo);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(350, 250);
            this.Name = "DiagramDataDialog";
            this.ShowIcon = false;
            this.Text = "Data for Diagram";
            this.TopMost = true;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DiagramDataDialog_FormClosing);
            panelBot.ResumeLayout(false);
            panelMid.ResumeLayout(false);
            panelXAxis.ResumeLayout(false);
            panelXAxis.PerformLayout();
            this.panelInfo.ResumeLayout(false);
            this.panelInfo.PerformLayout();
            this.panelYAxis.ResumeLayout(false);
            this.panelYAxis.PerformLayout();
            this.ResumeLayout(false);

        }
开发者ID:JohnChantzis,项目名称:bark_GUI,代码行数:101,代码来源:DiagramDataDialog.Designer.cs

示例11: InitializeComponent


//.........这里部分代码省略.........
            this.guiShowFullExplorer.Text = "Show Full Explorer";
            this.guiShowFullExplorer.Click += new System.EventHandler(this.guiShowFullExplorer_Click);
            // 
            // guiProfilePanel
            // 
            this.guiProfilePanel.AutoScroll = true;
            this.guiProfilePanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiProfilePanel.Dock = System.Windows.Forms.DockStyle.Left;
            this.guiProfilePanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            this.guiProfilePanel.Location = new System.Drawing.Point(0, 25);
            this.guiProfilePanel.Name = "guiProfilePanel";
            this.guiProfilePanel.Padding = new System.Windows.Forms.Padding(3);
            this.guiProfilePanel.Size = new System.Drawing.Size(214, 506);
            this.guiProfilePanel.TabIndex = 0;
            // 
            // guiHeroesPanel
            // 
            this.guiHeroesPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.guiHeroesPanel.AutoScroll = true;
            this.guiHeroesPanel.Location = new System.Drawing.Point(220, 57);
            this.guiHeroesPanel.Name = "guiHeroesPanel";
            this.guiHeroesPanel.Size = new System.Drawing.Size(281, 474);
            this.guiHeroesPanel.TabIndex = 1;
            // 
            // guiItemsPanel
            // 
            this.guiItemsPanel.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.guiItemsPanel.AutoScroll = true;
            this.guiItemsPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            this.guiItemsPanel.Location = new System.Drawing.Point(507, 57);
            this.guiItemsPanel.Name = "guiItemsPanel";
            this.guiItemsPanel.Size = new System.Drawing.Size(498, 474);
            this.guiItemsPanel.TabIndex = 2;
            // 
            // guiRefreshCareer
            // 
            this.guiRefreshCareer.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen;
            this.guiRefreshCareer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.guiRefreshCareer.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.guiRefreshCareer.Location = new System.Drawing.Point(223, 28);
            this.guiRefreshCareer.Name = "guiRefreshCareer";
            this.guiRefreshCareer.Size = new System.Drawing.Size(250, 23);
            this.guiRefreshCareer.TabIndex = 7;
            this.guiRefreshCareer.Text = "Refresh Career";
            this.guiRefreshCareer.UseVisualStyleBackColor = true;
            this.guiRefreshCareer.Click += new System.EventHandler(this.guiRefreshCareer_Click);
            // 
            // guiRefreshHero
            // 
            this.guiRefreshHero.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen;
            this.guiRefreshHero.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.guiRefreshHero.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.guiRefreshHero.Location = new System.Drawing.Point(510, 28);
            this.guiRefreshHero.Name = "guiRefreshHero";
            this.guiRefreshHero.Size = new System.Drawing.Size(198, 23);
            this.guiRefreshHero.TabIndex = 8;
            this.guiRefreshHero.Text = "Refresh Hero";
            this.guiRefreshHero.UseVisualStyleBackColor = true;
            this.guiRefreshHero.Click += new System.EventHandler(this.guiRefreshHero_Click);
            // 
            // guiRunCalculator
            // 
            this.guiRunCalculator.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen;
            this.guiRunCalculator.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.guiRunCalculator.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.guiRunCalculator.Location = new System.Drawing.Point(714, 28);
            this.guiRunCalculator.Name = "guiRunCalculator";
            this.guiRunCalculator.Size = new System.Drawing.Size(196, 23);
            this.guiRunCalculator.TabIndex = 9;
            this.guiRunCalculator.Text = "Run Calculator";
            this.guiRunCalculator.UseVisualStyleBackColor = true;
            this.guiRunCalculator.Click += new System.EventHandler(this.guiRunCalculator_Click);
            // 
            // D3ProfileExplorerLight
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1008, 561);
            this.Controls.Add(this.guiRunCalculator);
            this.Controls.Add(this.guiRefreshHero);
            this.Controls.Add(this.guiRefreshCareer);
            this.Controls.Add(this.guiItemsPanel);
            this.Controls.Add(this.guiProfilePanel);
            this.Controls.Add(this.guiHeroesPanel);
            this.Controls.Add(toolStrip1);
            this.Controls.Add(guiBottomDock);
            this.Name = "D3ProfileExplorerLight";
            this.Text = "D3 Profile Explorer Light by ZTn";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.D3ProfileExplorerLight_FormClosing);
            guiBottomDock.ResumeLayout(false);
            guiBottomDock.PerformLayout();
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
开发者ID:djtms,项目名称:D3-API-by-ZTn,代码行数:101,代码来源:D3ProfileExplorerLight.Designer.cs

示例12: InitializeComponent


//.........这里部分代码省略.........
            this._editSubPopBtn.Dock = System.Windows.Forms.DockStyle.Right;
            this._editSubPopBtn.Location = new System.Drawing.Point(129, 0);
            this._editSubPopBtn.Name = "_editSubPopBtn";
            this._editSubPopBtn.Size = new System.Drawing.Size(37, 25);
            this._editSubPopBtn.TabIndex = 10;
            this._editSubPopBtn.Text = "Edit";
            this._editSubPopBtn.UseVisualStyleBackColor = true;
            this._editSubPopBtn.Click += new System.EventHandler(this._editSubPopBtn_Click);
            // 
            // label2
            // 
            this.label2.BackColor = System.Drawing.Color.LightSteelBlue;
            this.label2.Dock = System.Windows.Forms.DockStyle.Left;
            this.label2.Location = new System.Drawing.Point(0, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 25);
            this.label2.TabIndex = 8;
            this.label2.Text = "Tree Defaults ";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // _deleteSubPopBTN
            // 
            this._deleteSubPopBTN.Dock = System.Windows.Forms.DockStyle.Right;
            this._deleteSubPopBTN.Location = new System.Drawing.Point(166, 0);
            this._deleteSubPopBTN.Name = "_deleteSubPopBTN";
            this._deleteSubPopBTN.Size = new System.Drawing.Size(52, 25);
            this._deleteSubPopBTN.TabIndex = 11;
            this._deleteSubPopBTN.Text = "Delete";
            this._deleteSubPopBTN.UseVisualStyleBackColor = true;
            this._deleteSubPopBTN.Click += new System.EventHandler(this._deleteSubPopBTN_Click);
            // 
            // CuttingUnitErrorProvider
            // 
            this.CuttingUnitErrorProvider.ContainerControl = this;
            this.CuttingUnitErrorProvider.DataSource = this.CuttingUnitsBindingSource;
            // 
            // EditDesignView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.TabControl1);
            this.Margin = new System.Windows.Forms.Padding(0);
            this.Name = "EditDesignView";
            this.Size = new System.Drawing.Size(665, 415);
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.SaleBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(SaleErrorProvider)).EndInit();
            this.TabControl1.ResumeLayout(false);
            this.SaleInfoTabPage.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            this.panel6.ResumeLayout(false);
            this.panel6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.RegionBindingSource)).EndInit();
            this.panel8.ResumeLayout(false);
            this.panel8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.forestsBindingSource)).EndInit();
            this.CuttingUnitsTabPage.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.CuttingUnitDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.LoggingMethodBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CuttingUnitsBindingSource)).EndInit();
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.CuttingUnits_StrataSelectionBindingSource)).EndInit();
            this.StrataTabPage.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.tableLayoutPanel5.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Strata_CuttingUnitsSelectionBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.StrataDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cruiseMethodBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.StrataBindingSource)).EndInit();
            this.tableLayoutPanel6.ResumeLayout(false);
            this.tableLayoutPanel6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Strata_CuttingUnitsGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Strata_CuttingUnitBindingSource)).EndInit();
            this.SampleGroupTabPage.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.SampleGroups_StrataSelectionBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.SampleGroupDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this._BS_ProductTypes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.SampleGroupBindingSource)).EndInit();
            this.tableLayoutPanel7.ResumeLayout(false);
            this.panel7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.SampleGroups_TDVGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.SampleGroup_TDVBindingSource)).EndInit();
            this.panel5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.CuttingUnitErrorProvider)).EndInit();
            this.ResumeLayout(false);

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

示例13: InitializeComponent


//.........这里部分代码省略.........
            this.treeViewAdv1.UseColumns = true;
            this.treeViewAdv1.ColumnClicked += new System.EventHandler<Aga.Controls.Tree.TreeColumnEventArgs>(this.treeViewAdv1_ColumnClicked);
            // 
            // treeColumn1
            // 
            this.treeColumn1.Header = "Callstack";
            this.treeColumn1.SortOrder = System.Windows.Forms.SortOrder.None;
            this.treeColumn1.TooltipText = "Function name";
            this.treeColumn1.Width = 300;
            // 
            // treeColumn2
            // 
            this.treeColumn2.Header = "TCount";
            this.treeColumn2.SortOrder = System.Windows.Forms.SortOrder.None;
            this.treeColumn2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.treeColumn2.TooltipText = "Total no. of allocation count (including child call)";
            this.treeColumn2.Width = 60;
            // 
            // treeColumn3
            // 
            this.treeColumn3.Header = "SCount";
            this.treeColumn3.SortOrder = System.Windows.Forms.SortOrder.None;
            this.treeColumn3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.treeColumn3.TooltipText = "Self no. of allocation count (child call not included)";
            this.treeColumn3.Width = 60;
            // 
            // treeColumn6
            // 
            this.treeColumn6.Header = "SCount/F";
            this.treeColumn6.SortOrder = System.Windows.Forms.SortOrder.None;
            this.treeColumn6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.treeColumn6.TooltipText = "Self no. of allocation count per frame";
            this.treeColumn6.Width = 60;
            // 
            // treeColumn7
            // 
            this.treeColumn7.Header = "Call/F";
            this.treeColumn7.SortOrder = System.Windows.Forms.SortOrder.None;
            this.treeColumn7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.treeColumn7.TooltipText = "No. of call per frame";
            this.treeColumn7.Width = 60;
            // 
            // nodeTextBox1
            // 
            nodeTextBox1.DataPropertyName = "Name";
            nodeTextBox1.EditEnabled = false;
            nodeTextBox1.IncrementalSearchEnabled = true;
            nodeTextBox1.LeftMargin = 3;
            nodeTextBox1.ParentColumn = this.treeColumn1;
            // 
            // nodeDecimalTextBox1
            // 
            nodeDecimalTextBox1.DataPropertyName = "TCount";
            nodeDecimalTextBox1.EditEnabled = false;
            nodeDecimalTextBox1.IncrementalSearchEnabled = true;
            nodeDecimalTextBox1.LeftMargin = 3;
            nodeDecimalTextBox1.ParentColumn = this.treeColumn2;
            nodeDecimalTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // nodeDecimalTextBox2
            // 
            nodeDecimalTextBox2.DataPropertyName = "SCount";
            nodeDecimalTextBox2.EditEnabled = false;
            nodeDecimalTextBox2.IncrementalSearchEnabled = true;
            nodeDecimalTextBox2.LeftMargin = 3;
            nodeDecimalTextBox2.ParentColumn = this.treeColumn3;
            nodeDecimalTextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // nodeDecimalTextBox5
            // 
            nodeDecimalTextBox5.DataPropertyName = "SCountPerFrame";
            nodeDecimalTextBox5.IncrementalSearchEnabled = true;
            nodeDecimalTextBox5.LeftMargin = 3;
            nodeDecimalTextBox5.ParentColumn = this.treeColumn6;
            nodeDecimalTextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // nodeDecimalTextBox6
            // 
            nodeDecimalTextBox6.DataPropertyName = "CallPerFrame";
            nodeDecimalTextBox6.IncrementalSearchEnabled = true;
            nodeDecimalTextBox6.LeftMargin = 3;
            nodeDecimalTextBox6.ParentColumn = this.treeColumn7;
            nodeDecimalTextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(669, 341);
            this.Controls.Add(this.treeViewAdv1);
            this.Controls.Add(panel1);
            this.Name = "Form1";
            this.Text = "Memory profiler client";
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            flowLayoutPanel1.ResumeLayout(false);
            flowLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);

		}
开发者ID:itana,项目名称:KIMP,代码行数:101,代码来源:Form1.Designer.cs

示例14: InitializeComponent


//.........这里部分代码省略.........
            // 
            DeviceInfoOptionsGroup.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)));
            DeviceInfoOptionsGroup.Controls.Add(this.DeviceInfoXmlOption);
            DeviceInfoOptionsGroup.Controls.Add(this.DeviceInfoKeyLabel);
            DeviceInfoOptionsGroup.Controls.Add(this.DeviceInfoKey);
            DeviceInfoOptionsGroup.Controls.Add(this.DeviceInfoDomainLabel);
            DeviceInfoOptionsGroup.Controls.Add(this.DeviceInfoDomainName);
            DeviceInfoOptionsGroup.Controls.Add(this.DeviceInfoSimpleOption);
            DeviceInfoOptionsGroup.Controls.Add(this.DeviceInfoDebugOption);
            DeviceInfoOptionsGroup.Location = new System.Drawing.Point(6, 30);
            DeviceInfoOptionsGroup.Name = "DeviceInfoOptionsGroup";
            DeviceInfoOptionsGroup.Size = new System.Drawing.Size(731, 81);
            DeviceInfoOptionsGroup.TabIndex = 3;
            DeviceInfoOptionsGroup.TabStop = false;
            DeviceInfoOptionsGroup.Text = "&Options:";
            // 
            // DeviceInfoDebugOption
            // 
            this.DeviceInfoDebugOption.AutoSize = true;
            this.DeviceInfoDebugOption.Location = new System.Drawing.Point(6, 19);
            this.DeviceInfoDebugOption.Name = "DeviceInfoDebugOption";
            this.DeviceInfoDebugOption.Size = new System.Drawing.Size(58, 17);
            this.DeviceInfoDebugOption.TabIndex = 0;
            this.DeviceInfoDebugOption.Text = "D&ebug";
            this.DeviceInfoDebugOption.UseVisualStyleBackColor = true;
            // 
            // DeviceInfoSimpleOption
            // 
            this.DeviceInfoSimpleOption.AutoSize = true;
            this.DeviceInfoSimpleOption.Location = new System.Drawing.Point(6, 43);
            this.DeviceInfoSimpleOption.Name = "DeviceInfoSimpleOption";
            this.DeviceInfoSimpleOption.Size = new System.Drawing.Size(57, 17);
            this.DeviceInfoSimpleOption.TabIndex = 1;
            this.DeviceInfoSimpleOption.Text = "&Simple";
            this.DeviceInfoSimpleOption.UseVisualStyleBackColor = true;
            // 
            // DeviceInfoDomainName
            // 
            this.DeviceInfoDomainName.Location = new System.Drawing.Point(182, 17);
            this.DeviceInfoDomainName.Name = "DeviceInfoDomainName";
            this.DeviceInfoDomainName.Size = new System.Drawing.Size(247, 20);
            this.DeviceInfoDomainName.TabIndex = 3;
            // 
            // DeviceInfoDomainLabel
            // 
            this.DeviceInfoDomainLabel.AutoSize = true;
            this.DeviceInfoDomainLabel.Location = new System.Drawing.Point(127, 20);
            this.DeviceInfoDomainLabel.Name = "DeviceInfoDomainLabel";
            this.DeviceInfoDomainLabel.Size = new System.Drawing.Size(49, 13);
            this.DeviceInfoDomainLabel.TabIndex = 2;
            this.DeviceInfoDomainLabel.Text = "Do&main: ";
            // 
            // DeviceInfoKeyLabel
            // 
            this.DeviceInfoKeyLabel.AutoSize = true;
            this.DeviceInfoKeyLabel.Location = new System.Drawing.Point(127, 44);
            this.DeviceInfoKeyLabel.Name = "DeviceInfoKeyLabel";
            this.DeviceInfoKeyLabel.Size = new System.Drawing.Size(28, 13);
            this.DeviceInfoKeyLabel.TabIndex = 4;
            this.DeviceInfoKeyLabel.Text = "Ke&y:";
            // 
            // DeviceInfoKey
            // 
            this.DeviceInfoKey.Location = new System.Drawing.Point(182, 41);
            this.DeviceInfoKey.Name = "DeviceInfoKey";
            this.DeviceInfoKey.Size = new System.Drawing.Size(247, 20);
            this.DeviceInfoKey.TabIndex = 5;
            // 
            // DeviceInfoXmlOption
            // 
            this.DeviceInfoXmlOption.AutoSize = true;
            this.DeviceInfoXmlOption.Location = new System.Drawing.Point(516, 19);
            this.DeviceInfoXmlOption.Name = "DeviceInfoXmlOption";
            this.DeviceInfoXmlOption.Size = new System.Drawing.Size(48, 17);
            this.DeviceInfoXmlOption.TabIndex = 6;
            this.DeviceInfoXmlOption.Text = "&XML";
            this.DeviceInfoXmlOption.UseVisualStyleBackColor = true;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(784, 561);
            this.Controls.Add(this.WorkModes);
            this.Name = "MainForm";
            this.Text = " ";
            this.Load += new System.EventHandler(this.MainForm_Load);
            DeviceInfoSelectDevicePanel.ResumeLayout(false);
            DeviceInfoSelectDevicePanel.PerformLayout();
            this.WorkModes.ResumeLayout(false);
            this.DeviceInfoTab.ResumeLayout(false);
            this.DeviceInfoLayoutPanel.ResumeLayout(false);
            this.DeviceInfoLayoutPanel.PerformLayout();
            DeviceInfoOptionsGroup.ResumeLayout(false);
            DeviceInfoOptionsGroup.PerformLayout();
            this.ResumeLayout(false);

        }
开发者ID:JaeJunLee,项目名称:libimobiledevice-win32,代码行数:101,代码来源:MainForm.Designer.cs

示例15: 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


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