本文整理汇总了C#中System.Windows.Forms.TabControl.ResumeLayout方法的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.TabControl.ResumeLayout方法的具体用法?C# System.Windows.Forms.TabControl.ResumeLayout怎么用?C# System.Windows.Forms.TabControl.ResumeLayout使用的例子?那么, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类System.Windows.Forms.TabControl
的用法示例。
在下文中一共展示了System.Windows.Forms.TabControl.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.TabControl tabControl1;
System.Windows.Forms.TabPage tabPage2;
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
tabControl1 = new System.Windows.Forms.TabControl();
tabPage2 = new System.Windows.Forms.TabPage();
tabControl1.SuspendLayout();
tabPage2.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
tabControl1.Controls.Add(tabPage2);
tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
tabControl1.Location = new System.Drawing.Point(0, 0);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new System.Drawing.Size(150, 348);
tabControl1.TabIndex = 0;
//
// tabPage2
//
tabPage2.BackColor = System.Drawing.SystemColors.Control;
tabPage2.Controls.Add(this.propertyGrid1);
tabPage2.Location = new System.Drawing.Point(4, 22);
tabPage2.Name = "tabPage2";
tabPage2.Padding = new System.Windows.Forms.Padding(3);
tabPage2.Size = new System.Drawing.Size(142, 322);
tabPage2.TabIndex = 1;
tabPage2.Text = "Properties";
//
// propertyGrid1
//
this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGrid1.Location = new System.Drawing.Point(3, 3);
this.propertyGrid1.Name = "propertyGrid1";
this.propertyGrid1.Size = new System.Drawing.Size(136, 316);
this.propertyGrid1.TabIndex = 0;
//
// PropertyPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(tabControl1);
this.Name = "PropertyPage";
this.Size = new System.Drawing.Size(150, 348);
tabControl1.ResumeLayout(false);
tabPage2.ResumeLayout(false);
this.ResumeLayout(false);
}
示例2: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.TabControl tabControl1;
System.Windows.Forms.TabPage tabPage2;
this.treeView1 = new System.Windows.Forms.TreeView();
tabControl1 = new System.Windows.Forms.TabControl();
tabPage2 = new System.Windows.Forms.TabPage();
tabControl1.SuspendLayout();
tabPage2.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
tabControl1.Controls.Add(tabPage2);
tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
tabControl1.Location = new System.Drawing.Point(0, 0);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new System.Drawing.Size(208, 356);
tabControl1.TabIndex = 1;
//
// tabPage2
//
tabPage2.BackColor = System.Drawing.SystemColors.Control;
tabPage2.Controls.Add(this.treeView1);
tabPage2.Location = new System.Drawing.Point(4, 22);
tabPage2.Name = "tabPage2";
tabPage2.Padding = new System.Windows.Forms.Padding(3);
tabPage2.Size = new System.Drawing.Size(200, 330);
tabPage2.TabIndex = 1;
tabPage2.Text = "World";
//
// treeView1
//
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.Location = new System.Drawing.Point(3, 3);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(194, 324);
this.treeView1.TabIndex = 0;
//
// WorldPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(tabControl1);
this.Name = "WorldPage";
this.Size = new System.Drawing.Size(208, 356);
tabControl1.ResumeLayout(false);
tabPage2.ResumeLayout(false);
this.ResumeLayout(false);
}
示例3: 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);
}
示例4: InitializeComponent
//.........这里部分代码省略.........
this.CDriveListBox.Location = new System.Drawing.Point(3, 4);
this.CDriveListBox.Name = "CDriveListBox";
this.CDriveListBox.Size = new System.Drawing.Size(301, 650);
this.CDriveListBox.TabIndex = 1;
this.CDriveListBox.SelectedIndexChanged += new System.EventHandler(this.CDriveListBox_SelectedIndexChanged);
//
// dTabPage
//
this.dTabPage.Controls.Add(this.DDriveListBox);
this.dTabPage.Location = new System.Drawing.Point(4, 22);
this.dTabPage.Name = "dTabPage";
this.dTabPage.Size = new System.Drawing.Size(307, 659);
this.dTabPage.TabIndex = 1;
this.dTabPage.Text = "D: Drive";
this.dTabPage.UseVisualStyleBackColor = true;
//
// DDriveListBox
//
this.DDriveListBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.DDriveListBox.FormattingEnabled = true;
this.DDriveListBox.Location = new System.Drawing.Point(3, 4);
this.DDriveListBox.Name = "DDriveListBox";
this.DDriveListBox.Size = new System.Drawing.Size(301, 650);
this.DDriveListBox.TabIndex = 1;
this.DDriveListBox.SelectedIndexChanged += new System.EventHandler(this.DDriveListBox_SelectedIndexChanged);
//
// DownloadButton
//
this.DownloadButton.Enabled = false;
this.DownloadButton.Location = new System.Drawing.Point(333, 333);
this.DownloadButton.Name = "DownloadButton";
this.DownloadButton.Size = new System.Drawing.Size(75, 23);
this.DownloadButton.TabIndex = 2;
this.DownloadButton.Text = "Download";
this.DownloadButton.UseVisualStyleBackColor = true;
this.DownloadButton.Click += new System.EventHandler(this.DownloadButton_Click);
//
// UploadButton
//
this.UploadButton.Enabled = false;
this.UploadButton.Location = new System.Drawing.Point(333, 362);
this.UploadButton.Name = "UploadButton";
this.UploadButton.Size = new System.Drawing.Size(75, 23);
this.UploadButton.TabIndex = 3;
this.UploadButton.Text = "Upload";
this.UploadButton.UseVisualStyleBackColor = true;
this.UploadButton.Click += new System.EventHandler(this.UploadButton_Click);
//
// DeleteButton
//
this.DeleteButton.Enabled = false;
this.DeleteButton.Location = new System.Drawing.Point(333, 425);
this.DeleteButton.Name = "DeleteButton";
this.DeleteButton.Size = new System.Drawing.Size(75, 23);
this.DeleteButton.TabIndex = 4;
this.DeleteButton.Text = "Delete";
this.DeleteButton.UseVisualStyleBackColor = true;
this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
//
// RefreshButton
//
this.RefreshButton.Location = new System.Drawing.Point(333, 270);
this.RefreshButton.Name = "RefreshButton";
this.RefreshButton.Size = new System.Drawing.Size(75, 23);
this.RefreshButton.TabIndex = 5;
this.RefreshButton.Text = "Refresh";
this.RefreshButton.UseVisualStyleBackColor = true;
this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
//
// TextOutput
//
this.TextOutput.AutoSize = true;
this.TextOutput.Location = new System.Drawing.Point(70, 12);
this.TextOutput.Name = "TextOutput";
this.TextOutput.Size = new System.Drawing.Size(0, 13);
this.TextOutput.TabIndex = 6;
//
// GameManager
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(741, 709);
this.Controls.Add(this.TextOutput);
this.Controls.Add(this.RefreshButton);
this.Controls.Add(this.DeleteButton);
this.Controls.Add(this.UploadButton);
this.Controls.Add(this.DownloadButton);
this.Controls.Add(this.LocalTabControl);
this.Controls.Add(ServerTabControl);
this.Name = "GameManager";
this.Text = "Game Manager";
ServerTabControl.ResumeLayout(false);
serverTabPage.ResumeLayout(false);
this.LocalTabControl.ResumeLayout(false);
this.cTabPage.ResumeLayout(false);
this.dTabPage.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
示例5: InitializeComponent
//.........这里部分代码省略.........
this.LoginTimer.Tick += new System.EventHandler(this.LoginTimer_Tick);
//
// SoapIcon
//
this.SoapIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.SoapIcon.BalloonTipText = "See the reflection of your Daybook here !";
this.SoapIcon.BalloonTipTitle = "Aveo Daybook !";
this.SoapIcon.ContextMenuStrip = this.RightClickMenu;
this.SoapIcon.Text = "Aveo Daybook!";
this.SoapIcon.Visible = true;
this.SoapIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SoapIcon_MouseDoubleClick);
//
// RightClickMenu
//
this.RightClickMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.RightClickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.OpenTSMI,
this.ClubsTSCB,
this.SettingTSMI,
this.AboutTSMI,
this.TSSOne,
this.ExitTSMI});
this.RightClickMenu.Name = "RightClickMenu";
this.RightClickMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.RightClickMenu.Size = new System.Drawing.Size(187, 123);
//
// OpenTSMI
//
this.OpenTSMI.Name = "OpenTSMI";
this.OpenTSMI.Size = new System.Drawing.Size(186, 22);
this.OpenTSMI.Text = "Open Daybook Console";
this.OpenTSMI.Click += new System.EventHandler(this.OpenTSMI_Click);
//
// ClubsTSCB
//
this.ClubsTSCB.Items.AddRange(new object[] {
"My Club",
"My Other Club"});
this.ClubsTSCB.Name = "ClubsTSCB";
this.ClubsTSCB.Size = new System.Drawing.Size(121, 21);
this.ClubsTSCB.Text = "Clubs";
//
// SettingTSMI
//
this.SettingTSMI.Name = "SettingTSMI";
this.SettingTSMI.Size = new System.Drawing.Size(186, 22);
this.SettingTSMI.Text = "Settings ...";
this.SettingTSMI.Click += new System.EventHandler(this.SettingTSMI_Click);
//
// AboutTSMI
//
this.AboutTSMI.Name = "AboutTSMI";
this.AboutTSMI.Size = new System.Drawing.Size(186, 22);
this.AboutTSMI.Text = "About";
this.AboutTSMI.Click += new System.EventHandler(this.AboutTSMI_Click);
//
// TSSOne
//
this.TSSOne.Name = "TSSOne";
this.TSSOne.Size = new System.Drawing.Size(183, 6);
//
// ExitTSMI
//
this.ExitTSMI.Name = "ExitTSMI";
this.ExitTSMI.Size = new System.Drawing.Size(186, 22);
this.ExitTSMI.Text = "Exit";
this.ExitTSMI.Click += new System.EventHandler(this.ExitTSMI_Click);
//
// DaybookTray
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::TwoOhApp.DaybookTrayResources.Background;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(592, 446);
this.ContextMenuStrip = this.RightClickMenu;
this.Controls.Add(Menu);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(600, 480);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(600, 480);
this.Name = "DaybookTray";
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Daybook Tray";
this.TopMost = true;
this.Load += new System.EventHandler(this.DaybookTray_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DaybookTray_FormClosing);
Menu.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ContactsBindingSource)).EndInit();
this.Settingstab.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.TasksBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.EventsBindingSource)).EndInit();
this.RightClickMenu.ResumeLayout(false);
this.ResumeLayout(false);
}
示例6: InitializeComponent
//.........这里部分代码省略.........
//
this.addedProjectsList.CheckBoxes = true;
this.addedProjectsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
columnHeader1});
this.addedProjectsList.Dock = System.Windows.Forms.DockStyle.Fill;
this.addedProjectsList.Location = new System.Drawing.Point(3, 3);
this.addedProjectsList.Name = "addedProjectsList";
this.addedProjectsList.Size = new System.Drawing.Size(417, 257);
this.addedProjectsList.SmallImageList = this.images;
this.addedProjectsList.TabIndex = 0;
this.addedProjectsList.UseCompatibleStateImageBehavior = false;
this.addedProjectsList.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
columnHeader1.Text = "Project Name";
columnHeader1.Width = 384;
//
// images
//
this.images.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("images.ImageStream")));
this.images.TransparentColor = System.Drawing.Color.Transparent;
this.images.Images.SetKeyName(0, "AddedProject");
this.images.Images.SetKeyName(1, "DeletedProject");
//
// tabPage2
//
this.tabPage2.Controls.Add(this.deletedProjectsList);
this.tabPage2.ImageKey = "DeletedProject";
this.tabPage2.Location = new System.Drawing.Point(4, 23);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(423, 263);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Deleted Projects";
this.tabPage2.UseVisualStyleBackColor = true;
//
// deletedProjectsList
//
this.deletedProjectsList.CheckBoxes = true;
this.deletedProjectsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
columnHeader2});
this.deletedProjectsList.Dock = System.Windows.Forms.DockStyle.Fill;
this.deletedProjectsList.Location = new System.Drawing.Point(3, 3);
this.deletedProjectsList.Name = "deletedProjectsList";
this.deletedProjectsList.Size = new System.Drawing.Size(417, 257);
this.deletedProjectsList.SmallImageList = this.images;
this.deletedProjectsList.TabIndex = 0;
this.deletedProjectsList.UseCompatibleStateImageBehavior = false;
this.deletedProjectsList.View = System.Windows.Forms.View.Details;
//
// columnHeader2
//
columnHeader2.Text = "Project Name";
columnHeader2.Width = 380;
//
// updateButton
//
this.updateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.updateButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.updateButton.Location = new System.Drawing.Point(368, 308);
this.updateButton.Name = "updateButton";
this.updateButton.Size = new System.Drawing.Size(75, 23);
this.updateButton.TabIndex = 1;
this.updateButton.Text = "&Update";
this.updateButton.UseVisualStyleBackColor = true;
this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(287, 308);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 2;
this.cancelButton.Text = "&Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
//
// DisplayChangedProjects
//
this.AcceptButton = this.updateButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.ClientSize = new System.Drawing.Size(455, 343);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.updateButton);
this.Controls.Add(tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "DisplayChangedProjects";
this.ShowInTaskbar = false;
this.Text = "Changed Projects";
tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.ResumeLayout(false);
}
示例7: InitializeComponent
//.........这里部分代码省略.........
//
this.guiCalculatedSkillDamage_Cold.Location = new System.Drawing.Point(154, 57);
this.guiCalculatedSkillDamage_Cold.Name = "guiCalculatedSkillDamage_Cold";
this.guiCalculatedSkillDamage_Cold.ReadOnly = true;
this.guiCalculatedSkillDamage_Cold.Size = new System.Drawing.Size(70, 20);
this.guiCalculatedSkillDamage_Cold.TabIndex = 55;
//
// tabItemEditor
//
this.tabItemEditor.Controls.Add(groupBox11);
this.tabItemEditor.Controls.Add(this.guiItemEditor);
this.tabItemEditor.Location = new System.Drawing.Point(4, 22);
this.tabItemEditor.Name = "tabItemEditor";
this.tabItemEditor.Padding = new System.Windows.Forms.Padding(3);
this.tabItemEditor.Size = new System.Drawing.Size(1026, 576);
this.tabItemEditor.TabIndex = 18;
this.tabItemEditor.Text = "Items Editor";
this.tabItemEditor.UseVisualStyleBackColor = true;
//
// guiItemEditor
//
this.guiItemEditor.AutoSize = true;
this.guiItemEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.guiItemEditor.KnownGems = null;
this.guiItemEditor.Location = new System.Drawing.Point(171, 6);
this.guiItemEditor.Name = "guiItemEditor";
this.guiItemEditor.Size = new System.Drawing.Size(853, 531);
this.guiItemEditor.TabIndex = 1;
//
// tabSetBonus
//
this.tabSetBonus.Controls.Add(this.guiSetBonusEditor);
this.tabSetBonus.Location = new System.Drawing.Point(4, 22);
this.tabSetBonus.Name = "tabSetBonus";
this.tabSetBonus.Padding = new System.Windows.Forms.Padding(3);
this.tabSetBonus.Size = new System.Drawing.Size(1026, 576);
this.tabSetBonus.TabIndex = 16;
this.tabSetBonus.Text = "Set Bonus";
this.tabSetBonus.UseVisualStyleBackColor = true;
//
// guiSetBonusEditor
//
this.guiSetBonusEditor.AutoSize = true;
this.guiSetBonusEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.guiSetBonusEditor.KnownGems = null;
this.guiSetBonusEditor.Location = new System.Drawing.Point(6, 6);
this.guiSetBonusEditor.Name = "guiSetBonusEditor";
this.guiSetBonusEditor.Size = new System.Drawing.Size(853, 531);
this.guiSetBonusEditor.TabIndex = 0;
//
// D3CalculatorForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1034, 602);
this.Controls.Add(tacControl1);
this.Name = "D3CalculatorForm";
this.Text = "D3 Calculator by ZTn";
tabPassiveSkills.ResumeLayout(false);
groupBox9.ResumeLayout(false);
groupBox9.PerformLayout();
groupBox8.ResumeLayout(false);
groupBox8.PerformLayout();
groupBox7.ResumeLayout(false);
groupBox7.PerformLayout();
groupBox3.ResumeLayout(false);
groupBox3.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
groupBox5.ResumeLayout(false);
groupBox5.PerformLayout();
groupBox4.ResumeLayout(false);
groupBox4.PerformLayout();
groupBoxBarbarianActiveSkills.ResumeLayout(false);
groupBoxBarbarianActiveSkills.PerformLayout();
groupBoxMonkActiveSkills.ResumeLayout(false);
groupBoxMonkActiveSkills.PerformLayout();
groupBox2.ResumeLayout(false);
groupBox2.PerformLayout();
groupBox10.ResumeLayout(false);
groupBox10.PerformLayout();
groupBox1.ResumeLayout(false);
groupBox1.PerformLayout();
tabActiveSkills.ResumeLayout(false);
groupBox12.ResumeLayout(false);
groupBox12.PerformLayout();
groupBox11.ResumeLayout(false);
tacControl1.ResumeLayout(false);
this.tabResults.ResumeLayout(false);
this.tabResults.PerformLayout();
groupBox14.ResumeLayout(false);
groupBox13.ResumeLayout(false);
groupBox13.PerformLayout();
this.tabItemEditor.ResumeLayout(false);
this.tabItemEditor.PerformLayout();
this.tabSetBonus.ResumeLayout(false);
this.tabSetBonus.PerformLayout();
this.ResumeLayout(false);
}
示例8: InitializeComponent
//.........这里部分代码省略.........
// label33
//
label33.AutoSize = true;
label33.Location = new System.Drawing.Point(6, 170);
label33.Name = "label33";
label33.Size = new System.Drawing.Size(194, 20);
label33.TabIndex = 15;
label33.Text = "VideoMemory (dedicated):";
//
// lblVideoMemDedicated
//
this.lblVideoMemDedicated.AutoSize = true;
this.lblVideoMemDedicated.Location = new System.Drawing.Point(206, 170);
this.lblVideoMemDedicated.Name = "lblVideoMemDedicated";
this.lblVideoMemDedicated.Size = new System.Drawing.Size(76, 20);
this.lblVideoMemDedicated.TabIndex = 16;
this.lblVideoMemDedicated.Text = "Unknown";
//
// label34
//
label34.AutoSize = true;
label34.Location = new System.Drawing.Point(6, 178);
label34.Name = "label34";
label34.Size = new System.Drawing.Size(410, 18);
label34.TabIndex = 6;
label34.Text = "the_real_herminator for his/her BackwardReader in a reply to:";
//
// linkLabel13
//
this.linkLabel13.AutoSize = true;
this.linkLabel13.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linkLabel13.Location = new System.Drawing.Point(6, 196);
this.linkLabel13.Name = "linkLabel13";
this.linkLabel13.Size = new System.Drawing.Size(383, 17);
this.linkLabel13.TabIndex = 7;
this.linkLabel13.TabStop = true;
this.linkLabel13.Text = "Problem reading a text file from the end to the beginning C#";
this.linkLabel13.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel13_LinkClicked);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(586, 483);
this.Controls.Add(this.lblStatus);
this.Controls.Add(label32);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.btnStart);
this.Controls.Add(tabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(602, 521);
this.MinimumSize = new System.Drawing.Size(602, 521);
this.Name = "MainForm";
this.Text = "BF:P4F Troubleshooting";
tabControl1.ResumeLayout(false);
this.tabPrereq.ResumeLayout(false);
this.tabPrereq.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picDX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picVC2008)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picVC2005)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picNet40)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picNet35)).EndInit();
this.tabConnection1.ResumeLayout(false);
this.tabConnection1.PerformLayout();
groupBox4.ResumeLayout(false);
groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picServerRedirector)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picServerDataUSEast)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picServerDataUSWest)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picServerDataEurope)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picServerDataAustralia)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picServerCDN)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picServerMaster)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picHosts)).EndInit();
this.tabConnection2.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.tabHardware.ResumeLayout(false);
groupBox3.ResumeLayout(false);
groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picRAM)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picCPU)).EndInit();
groupBox1.ResumeLayout(false);
groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picVideoMem)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picPixelShader)).EndInit();
this.tabMisc.ResumeLayout(false);
groupBox2.ResumeLayout(false);
groupBox2.PerformLayout();
this.tabCredits.ResumeLayout(false);
this.tabCredits.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例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.TabControl tabControl1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigForm));
this.clientTabPage = new System.Windows.Forms.TabPage();
this.propertyGrid = new System.Windows.Forms.PropertyGrid();
this.clusterTabPage = new System.Windows.Forms.TabPage();
this.clusterPropertyGrid = new System.Windows.Forms.PropertyGrid();
this.saveButton = new System.Windows.Forms.Button();
tabControl1 = new System.Windows.Forms.TabControl();
tabControl1.SuspendLayout();
this.clientTabPage.SuspendLayout();
this.clusterTabPage.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
tabControl1.Controls.Add(this.clientTabPage);
tabControl1.Controls.Add(this.clusterTabPage);
tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
tabControl1.Location = new System.Drawing.Point(0, 0);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new System.Drawing.Size(425, 454);
tabControl1.TabIndex = 2;
//
// clientTabPage
//
this.clientTabPage.Controls.Add(this.propertyGrid);
this.clientTabPage.Location = new System.Drawing.Point(4, 22);
this.clientTabPage.Name = "clientTabPage";
this.clientTabPage.Size = new System.Drawing.Size(417, 428);
this.clientTabPage.TabIndex = 0;
this.clientTabPage.Text = "Client";
this.clientTabPage.UseVisualStyleBackColor = true;
//
// propertyGrid
//
this.propertyGrid.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGrid.Location = new System.Drawing.Point(0, 0);
this.propertyGrid.Name = "propertyGrid";
this.propertyGrid.Size = new System.Drawing.Size(417, 428);
this.propertyGrid.TabIndex = 0;
//
// clusterTabPage
//
this.clusterTabPage.Controls.Add(this.clusterPropertyGrid);
this.clusterTabPage.Location = new System.Drawing.Point(4, 22);
this.clusterTabPage.Name = "clusterTabPage";
this.clusterTabPage.Size = new System.Drawing.Size(417, 428);
this.clusterTabPage.TabIndex = 1;
this.clusterTabPage.Text = "Cluster";
this.clusterTabPage.UseVisualStyleBackColor = true;
//
// clusterPropertyGrid
//
this.clusterPropertyGrid.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
this.clusterPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.clusterPropertyGrid.Location = new System.Drawing.Point(0, 0);
this.clusterPropertyGrid.Name = "clusterPropertyGrid";
this.clusterPropertyGrid.Size = new System.Drawing.Size(417, 428);
this.clusterPropertyGrid.TabIndex = 1;
//
// saveButton
//
this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.saveButton.Location = new System.Drawing.Point(344, 423);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(75, 26);
this.saveButton.TabIndex = 4;
this.saveButton.Text = "Save";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
//
// ConfigForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(425, 454);
this.Controls.Add(this.saveButton);
this.Controls.Add(tabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ConfigForm";
this.Text = "Options";
tabControl1.ResumeLayout(false);
this.clientTabPage.ResumeLayout(false);
this.clusterTabPage.ResumeLayout(false);
this.ResumeLayout(false);
}
示例10: InitializeComponent
//.........这里部分代码省略.........
resources.ApplyResources(this.m_cbChargePumpClock, "m_cbChargePumpClock");
this.m_cbChargePumpClock.Checked = true;
this.m_cbChargePumpClock.CheckState = System.Windows.Forms.CheckState.Checked;
this.m_cbChargePumpClock.Name = "m_cbChargePumpClock";
this.m_cbChargePumpClock.UseVisualStyleBackColor = true;
//
// m_cbSocHardware
//
resources.ApplyResources(this.m_cbSocHardware, "m_cbSocHardware");
this.m_cbSocHardware.Name = "m_cbSocHardware";
this.m_cbSocHardware.UseVisualStyleBackColor = true;
//
// m_errorProvider
//
this.m_errorProvider.BlinkRate = 0;
this.m_errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
this.m_errorProvider.ContainerControl = this;
resources.ApplyResources(this.m_errorProvider, "m_errorProvider");
//
// label_Warning
//
resources.ApplyResources(this.label_Warning, "label_Warning");
this.label_Warning.BackColor = System.Drawing.Color.Orange;
this.label_Warning.Name = "label_Warning";
//
// m_tabConfig
//
m_tabConfig.Controls.Add(this.m_tabPage1);
m_tabConfig.Controls.Add(this.m_tabPage2);
m_tabConfig.Controls.Add(this.m_tabPage3);
m_tabConfig.Controls.Add(this.m_tabPage4);
m_tabConfig.Controls.Add(this.m_tabPage5);
resources.ApplyResources(m_tabConfig, "m_tabConfig");
m_tabConfig.Name = "m_tabConfig";
m_tabConfig.SelectedIndex = 0;
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// CyADC_DelSigControl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.label_Warning);
this.Controls.Add(m_tabConfig);
this.Name = "CyADC_DelSigControl";
this.Load += new System.EventHandler(this.CyADC_DelSigControl_Load);
this.m_tabPage1.ResumeLayout(false);
this.m_tabPage1.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage)).EndInit();
this.ADC_Modes_groupBox.ResumeLayout(false);
this.ADC_Modes_groupBox.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudConfig)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate)).EndInit();
this.m_tabPage2.ResumeLayout(false);
this.m_tabPage2.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage2)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate2)).EndInit();
this.m_tabPage3.ResumeLayout(false);
this.m_tabPage3.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage3)).EndInit();
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.groupBox8.ResumeLayout(false);
this.groupBox8.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate3)).EndInit();
this.m_tabPage4.ResumeLayout(false);
this.m_tabPage4.PerformLayout();
this.groupBox9.ResumeLayout(false);
this.groupBox9.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage4)).EndInit();
this.groupBox10.ResumeLayout(false);
this.groupBox10.PerformLayout();
this.groupBox11.ResumeLayout(false);
this.groupBox11.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate4)).EndInit();
this.m_tabPage5.ResumeLayout(false);
this.m_tabPage5.PerformLayout();
this.groupBox12.ResumeLayout(false);
this.groupBox12.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.m_errorProvider)).EndInit();
m_tabConfig.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
示例11: InitializeComponent
//.........这里部分代码省略.........
//
this.txtSourceCode.AcceptsTab = true;
this.txtSourceCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtSourceCode.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtSourceCode.Location = new System.Drawing.Point(0, 0);
this.txtSourceCode.Multiline = true;
this.txtSourceCode.Name = "txtSourceCode";
this.txtSourceCode.Size = new System.Drawing.Size(253, 162);
this.txtSourceCode.TabIndex = 7;
this.txtSourceCode.TextChanged += new System.EventHandler(this.txtSourceCode_TextChanged);
this.txtSourceCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSourceCode_KeyDown);
//
// descriptionControlCopy
//
this.descriptionControlCopy.Dock = System.Windows.Forms.DockStyle.Fill;
this.descriptionControlCopy.Enabled = false;
this.descriptionControlCopy.Location = new System.Drawing.Point(0, 0);
this.descriptionControlCopy.Margin = new System.Windows.Forms.Padding(0);
this.descriptionControlCopy.Name = "descriptionControlCopy";
this.descriptionControlCopy.ShowLabel = false;
this.descriptionControlCopy.Size = new System.Drawing.Size(107, 162);
this.descriptionControlCopy.TabIndex = 8;
//
// txtMethodHeader
//
this.txtMethodHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtMethodHeader.Location = new System.Drawing.Point(6, 3);
this.txtMethodHeader.Name = "txtMethodHeader";
this.txtMethodHeader.ReadOnly = true;
this.txtMethodHeader.Size = new System.Drawing.Size(364, 20);
this.txtMethodHeader.TabIndex = 5;
this.txtMethodHeader.DoubleClick += new System.EventHandler(this.txtMethodHeader_DoubleClick);
//
// tabPage2
//
tabPage2.Controls.Add(label1);
tabPage2.Controls.Add(this.txtNativeName);
tabPage2.Controls.Add(this.descriptionControl);
tabPage2.ImageKey = "document";
tabPage2.Location = new System.Drawing.Point(4, 22);
tabPage2.Name = "tabPage2";
tabPage2.Padding = new System.Windows.Forms.Padding(3);
tabPage2.Size = new System.Drawing.Size(376, 197);
tabPage2.TabIndex = 1;
tabPage2.Text = "Definition";
tabPage2.UseVisualStyleBackColor = true;
//
// descriptionControl
//
this.descriptionControl.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.descriptionControl.Location = new System.Drawing.Point(3, 33);
this.descriptionControl.Margin = new System.Windows.Forms.Padding(0);
this.descriptionControl.Name = "descriptionControl";
this.descriptionControl.ShowLabel = false;
this.descriptionControl.Size = new System.Drawing.Size(370, 161);
this.descriptionControl.TabIndex = 7;
//
// txtNativeName
//
this.txtNativeName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtNativeName.Location = new System.Drawing.Point(81, 7);
this.txtNativeName.Name = "txtNativeName";
this.txtNativeName.Size = new System.Drawing.Size(289, 20);
this.txtNativeName.TabIndex = 8;
this.txtNativeName.TextChanged += new System.EventHandler(this.txtNativeName_TextChanged);
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(3, 10);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(72, 13);
label1.TabIndex = 9;
label1.Text = "Native Name:";
//
// MethodDefinitionControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(tabControl1);
this.Name = "MethodDefinitionControl";
this.Size = new System.Drawing.Size(384, 223);
this.Load += new System.EventHandler(this.MethodDefinitionControl_Load);
tabControl1.ResumeLayout(false);
tabPage1.ResumeLayout(false);
tabPage1.PerformLayout();
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel1.PerformLayout();
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
tabPage2.ResumeLayout(false);
tabPage2.PerformLayout();
this.ResumeLayout(false);
}
示例12: InitializeComponent
//.........这里部分代码省略.........
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(0, 0);
label1.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(72, 15);
label1.TabIndex = 0;
label1.Text = "&Namespace:";
//
// headerCheckBox
//
headerCheckBox.AutoSize = true;
headerCheckBox.Checked = global::ToolStripCustomizer.Properties.Settings.Default.IncludeHeader;
headerCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
headerCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::ToolStripCustomizer.Properties.Settings.Default, "IncludeHeader", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
headerCheckBox.Location = new System.Drawing.Point(3, 51);
headerCheckBox.Margin = new System.Windows.Forms.Padding(3, 7, 3, 3);
headerCheckBox.Name = "headerCheckBox";
headerCheckBox.Size = new System.Drawing.Size(196, 19);
headerCheckBox.TabIndex = 4;
headerCheckBox.Text = "Print <auto-generated/> header";
headerCheckBox.UseVisualStyleBackColor = true;
//
// namespaceTextBox
//
this.namespaceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.namespaceTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::ToolStripCustomizer.Properties.Settings.Default, "DefaultNamespace", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.namespaceTextBox.Location = new System.Drawing.Point(3, 18);
this.namespaceTextBox.Name = "namespaceTextBox";
this.namespaceTextBox.Size = new System.Drawing.Size(244, 23);
this.namespaceTextBox.TabIndex = 1;
this.namespaceTextBox.Text = global::ToolStripCustomizer.Properties.Settings.Default.DefaultNamespace;
//
// cancelButton
//
cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
cancelButton.Location = new System.Drawing.Point(206, 8);
cancelButton.Name = "cancelButton";
cancelButton.Size = new System.Drawing.Size(75, 23);
cancelButton.TabIndex = 2;
cancelButton.Text = "Cancel";
cancelButton.UseVisualStyleBackColor = true;
//
// okButton
//
okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
okButton.Location = new System.Drawing.Point(125, 8);
okButton.Name = "okButton";
okButton.Size = new System.Drawing.Size(75, 23);
okButton.TabIndex = 1;
okButton.Text = "OK";
okButton.UseVisualStyleBackColor = true;
//
// flowLayoutPanel1
//
flowLayoutPanel1.AutoSize = true;
flowLayoutPanel1.Controls.Add(cancelButton);
flowLayoutPanel1.Controls.Add(okButton);
flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
flowLayoutPanel1.Location = new System.Drawing.Point(5, 313);
flowLayoutPanel1.Name = "flowLayoutPanel1";
flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
flowLayoutPanel1.Size = new System.Drawing.Size(284, 34);
flowLayoutPanel1.TabIndex = 3;
//
// OptionsForm
//
this.AcceptButton = okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = cancelButton;
this.ClientSize = new System.Drawing.Size(294, 352);
this.Controls.Add(tabControl1);
this.Controls.Add(flowLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "OptionsForm";
this.Padding = new System.Windows.Forms.Padding(5);
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Options";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OptionsFormFormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OptionsFormFormClosed);
tabControl1.ResumeLayout(false);
tabPage1.ResumeLayout(false);
tabPage1.PerformLayout();
groupBox1.ResumeLayout(false);
groupBox1.PerformLayout();
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel1.PerformLayout();
flowLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
示例13: InitializeComponent
//.........这里部分代码省略.........
// infoTabControl
//
infoTabControl.Controls.Add(infoTabPage);
infoTabControl.Controls.Add(settingsTabPage);
infoTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
infoTabControl.Location = new System.Drawing.Point(0, 0);
infoTabControl.Name = "infoTabControl";
infoTabControl.SelectedIndex = 0;
infoTabControl.Size = new System.Drawing.Size(386, 682);
infoTabControl.TabIndex = 0;
//
// infoTabPage
//
infoTabPage.Controls.Add(this.droneInfoPropertyGrid);
infoTabPage.Location = new System.Drawing.Point(4, 22);
infoTabPage.Name = "infoTabPage";
infoTabPage.Padding = new System.Windows.Forms.Padding(3);
infoTabPage.Size = new System.Drawing.Size(378, 656);
infoTabPage.TabIndex = 0;
infoTabPage.Text = "Info";
infoTabPage.UseVisualStyleBackColor = true;
//
// droneInfoPropertyGrid
//
this.droneInfoPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.droneInfoPropertyGrid.HelpVisible = false;
this.droneInfoPropertyGrid.Location = new System.Drawing.Point(3, 3);
this.droneInfoPropertyGrid.Name = "droneInfoPropertyGrid";
this.droneInfoPropertyGrid.PropertySort = System.Windows.Forms.PropertySort.Categorized;
this.droneInfoPropertyGrid.Size = new System.Drawing.Size(372, 650);
this.droneInfoPropertyGrid.TabIndex = 0;
//
// settingsTabPage
//
settingsTabPage.Controls.Add(this.droneSettingsPropertyGrid);
settingsTabPage.Location = new System.Drawing.Point(4, 22);
settingsTabPage.Name = "settingsTabPage";
settingsTabPage.Padding = new System.Windows.Forms.Padding(3);
settingsTabPage.Size = new System.Drawing.Size(378, 656);
settingsTabPage.TabIndex = 1;
settingsTabPage.Text = "Settings";
settingsTabPage.UseVisualStyleBackColor = true;
//
// droneSettingsPropertyGrid
//
this.droneSettingsPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.droneSettingsPropertyGrid.HelpVisible = false;
this.droneSettingsPropertyGrid.Location = new System.Drawing.Point(3, 3);
this.droneSettingsPropertyGrid.Name = "droneSettingsPropertyGrid";
this.droneSettingsPropertyGrid.PropertySort = System.Windows.Forms.PropertySort.Categorized;
this.droneSettingsPropertyGrid.Size = new System.Drawing.Size(372, 650);
this.droneSettingsPropertyGrid.TabIndex = 0;
this.droneSettingsPropertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.droneSettingsPropertyGrid_PropertyValueChanged);
//
// timer
//
this.timer.Enabled = true;
//
// settingsButton
//
this.settingsButton.Location = new System.Drawing.Point(360, 4);
this.settingsButton.Name = "settingsButton";
this.settingsButton.Size = new System.Drawing.Size(60, 23);
this.settingsButton.TabIndex = 21;
this.settingsButton.Text = "Settings";
this.settingsButton.UseVisualStyleBackColor = true;
this.settingsButton.Click += new System.EventHandler(this.settingsButton_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1047, 737);
this.Controls.Add(dronePingSplitContainer);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.Text = "Drone Control";
dronePingSplitContainer.Panel1.ResumeLayout(false);
dronePingSplitContainer.Panel1.PerformLayout();
dronePingSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(dronePingSplitContainer)).EndInit();
dronePingSplitContainer.ResumeLayout(false);
motorsInfoSplitContainer.Panel1.ResumeLayout(false);
motorsInfoSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(motorsInfoSplitContainer)).EndInit();
motorsInfoSplitContainer.ResumeLayout(false);
motorsSensorSplitContainer.Panel1.ResumeLayout(false);
motorsSensorSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(motorsSensorSplitContainer)).EndInit();
motorsSensorSplitContainer.ResumeLayout(false);
this.mainViewTabs.ResumeLayout(false);
this.manualControlPage.ResumeLayout(false);
this.flightControlPage.ResumeLayout(false);
infoTabControl.ResumeLayout(false);
infoTabPage.ResumeLayout(false);
settingsTabPage.ResumeLayout(false);
this.ResumeLayout(false);
}
示例14: InitializeComponent
//.........这里部分代码省略.........
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(164, 6);
//
// findToolStripMenuItem
//
this.findToolStripMenuItem.Name = "findToolStripMenuItem";
this.findToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
this.findToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
this.findToolStripMenuItem.Text = "Find...";
this.findToolStripMenuItem.Click += new System.EventHandler(this.findToolStripMenuItem_Click);
//
// _timer
//
this._timer.Enabled = true;
this._timer.Interval = 500;
this._timer.Tick += new System.EventHandler(this.Timer_Tick);
//
// toolStripContainer1
//
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Controls.Add(_tabControl);
this.toolStripContainer1.ContentPanel.Margin = new System.Windows.Forms.Padding(2);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(578, 386);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer1.Margin = new System.Windows.Forms.Padding(2);
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.Size = new System.Drawing.Size(578, 410);
this.toolStripContainer1.TabIndex = 0;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStripContainer1.TopToolStripPanel
//
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this._mainMenu);
//
// _mainMenu
//
this._mainMenu.Dock = System.Windows.Forms.DockStyle.None;
this._mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
fileToolStripMenuItem,
this._editMenu,
helpToolStripMenuItem});
this._mainMenu.Location = new System.Drawing.Point(0, 0);
this._mainMenu.Name = "_mainMenu";
this._mainMenu.Size = new System.Drawing.Size(578, 24);
this._mainMenu.TabIndex = 0;
this._mainMenu.Text = "menuStrip1";
//
// _openFileDialog
//
this._openFileDialog.DefaultExt = "wiki";
this._openFileDialog.Filter = "Wiki files (*.wiki)|*.wiki|Text files (*.txt)|*.txt|All files (*.*)|*.*";
//
// _commandProvider
//
this._commandProvider.CommandTable = null;
this._commandProvider.CommandClick += new System.EventHandler<WikiPad.StandardCommandEventArgs>(this.StandardCommand_CommandClick);
//
// replaceToolStripMenuItem
//
this.replaceToolStripMenuItem.Name = "replaceToolStripMenuItem";
this.replaceToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
this.replaceToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
this.replaceToolStripMenuItem.Text = "Replace...";
this.replaceToolStripMenuItem.Click += new System.EventHandler(this.replaceToolStripMenuItem_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(578, 410);
this.Controls.Add(this.toolStripContainer1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "MainForm";
this.Text = "WikiPad";
this.Load += new System.EventHandler(this.Form_Load);
this.Activated += new System.EventHandler(this.Form_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_FormClosing);
splitContainer.Panel1.ResumeLayout(false);
splitContainer.Panel1.PerformLayout();
splitContainer.Panel2.ResumeLayout(false);
splitContainer.ResumeLayout(false);
_tabControl.ResumeLayout(false);
_wikiTab.ResumeLayout(false);
_htmlSourceTab.ResumeLayout(false);
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this._mainMenu.ResumeLayout(false);
this._mainMenu.PerformLayout();
this.ResumeLayout(false);
}
示例15: InitializeComponent
//.........这里部分代码省略.........
this.label6.Text = "Repeats";
//
// tbAllSharesRateChange
//
this.tbAllSharesRateChange.Location = new System.Drawing.Point(113, 61);
this.tbAllSharesRateChange.Name = "tbAllSharesRateChange";
this.tbAllSharesRateChange.Size = new System.Drawing.Size(43, 20);
this.tbAllSharesRateChange.TabIndex = 21;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(8, 60);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(73, 13);
this.label7.TabIndex = 20;
this.label7.Text = "Rate Change:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(162, 38);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 13);
this.label8.TabIndex = 19;
this.label8.Text = "days";
//
// tbAllSharesFallSearchPeriod
//
this.tbAllSharesFallSearchPeriod.Location = new System.Drawing.Point(113, 35);
this.tbAllSharesFallSearchPeriod.Name = "tbAllSharesFallSearchPeriod";
this.tbAllSharesFallSearchPeriod.Size = new System.Drawing.Size(43, 20);
this.tbAllSharesFallSearchPeriod.TabIndex = 18;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(8, 38);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(96, 13);
this.label9.TabIndex = 17;
this.label9.Text = "Fall Search Period:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(162, 12);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(29, 13);
this.label10.TabIndex = 16;
this.label10.Text = "days";
//
// tbAllSharesRiseSearchPeriod
//
this.tbAllSharesRiseSearchPeriod.Location = new System.Drawing.Point(113, 9);
this.tbAllSharesRiseSearchPeriod.Name = "tbAllSharesRiseSearchPeriod";
this.tbAllSharesRiseSearchPeriod.Size = new System.Drawing.Size(43, 20);
this.tbAllSharesRiseSearchPeriod.TabIndex = 15;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(8, 12);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(101, 13);
this.label11.TabIndex = 14;
this.label11.Text = "Rise Search Period:";
//
// cbSelectSymbol
//
this.cbSelectSymbol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbSelectSymbol.FormattingEnabled = true;
this.cbSelectSymbol.Location = new System.Drawing.Point(58, 3);
this.cbSelectSymbol.Name = "cbSelectSymbol";
this.cbSelectSymbol.Size = new System.Drawing.Size(121, 21);
this.cbSelectSymbol.TabIndex = 20;
this.cbSelectSymbol.SelectedIndexChanged += new System.EventHandler(this.cbSelectSymbol_SelectedIndexChanged);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(674, 449);
this.Controls.Add(panel1);
this.Controls.Add(this.zedGraphControl1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
panel1.ResumeLayout(false);
panel1.PerformLayout();
tabControl1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.ResumeLayout(false);
}