本文整理汇总了C#中System.Windows.Forms.TabControl.SuspendLayout方法的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.TabControl.SuspendLayout方法的具体用法?C# System.Windows.Forms.TabControl.SuspendLayout怎么用?C# System.Windows.Forms.TabControl.SuspendLayout使用的例子?那么, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类System.Windows.Forms.TabControl
的用法示例。
在下文中一共展示了System.Windows.Forms.TabControl.SuspendLayout方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.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
/// <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.SplitContainer splitContainer1;
System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
System.Windows.Forms.SplitContainer splitContainer2;
System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
System.Windows.Forms.Panel panel1;
System.Windows.Forms.Label label1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkspaceTester));
this.tabPage1 = new System.Windows.Forms.TabPage();
this.buttonInstall = new System.Windows.Forms.Button();
this.buttonCreateEnvironment = new System.Windows.Forms.Button();
this.textInstall = new System.Windows.Forms.TextBox();
this.textResultInstall = new System.Windows.Forms.TextBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.comboSelf = new System.Windows.Forms.ComboBox();
this.buttonEvalExpression = new System.Windows.Forms.Button();
this.buttonJitExpression = new System.Windows.Forms.Button();
this.textEvaluate = new System.Windows.Forms.TextBox();
this.textResultEvaluate = new System.Windows.Forms.TextBox();
tabControl1 = new System.Windows.Forms.TabControl();
splitContainer1 = new System.Windows.Forms.SplitContainer();
tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
splitContainer2 = new System.Windows.Forms.SplitContainer();
tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
panel1 = new System.Windows.Forms.Panel();
label1 = new System.Windows.Forms.Label();
tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
tableLayoutPanel3.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit();
splitContainer2.Panel1.SuspendLayout();
splitContainer2.Panel2.SuspendLayout();
splitContainer2.SuspendLayout();
tableLayoutPanel4.SuspendLayout();
panel1.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
tabControl1.Controls.Add(this.tabPage1);
tabControl1.Controls.Add(this.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(852, 389);
tabControl1.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(splitContainer1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(844, 363);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Install";
this.tabPage1.UseVisualStyleBackColor = true;
//
// splitContainer1
//
splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer1.Location = new System.Drawing.Point(3, 3);
splitContainer1.Name = "splitContainer1";
splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
splitContainer1.Panel1.Controls.Add(tableLayoutPanel3);
//
// splitContainer1.Panel2
//
splitContainer1.Panel2.Controls.Add(this.textResultInstall);
splitContainer1.Size = new System.Drawing.Size(838, 357);
splitContainer1.SplitterDistance = 230;
splitContainer1.TabIndex = 0;
//
// tableLayoutPanel3
//
tableLayoutPanel3.ColumnCount = 2;
tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
tableLayoutPanel3.Controls.Add(this.buttonInstall, 1, 1);
tableLayoutPanel3.Controls.Add(this.buttonCreateEnvironment, 0, 1);
tableLayoutPanel3.Controls.Add(this.textInstall, 0, 0);
tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
tableLayoutPanel3.Name = "tableLayoutPanel3";
tableLayoutPanel3.RowCount = 2;
//.........这里部分代码省略.........
示例4: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.TabControl ServerTabControl;
System.Windows.Forms.TabPage serverTabPage;
this.ServerListBox = new System.Windows.Forms.ListBox();
this.LocalTabControl = new System.Windows.Forms.TabControl();
this.cTabPage = new System.Windows.Forms.TabPage();
this.CDriveListBox = new System.Windows.Forms.ListBox();
this.dTabPage = new System.Windows.Forms.TabPage();
this.DDriveListBox = new System.Windows.Forms.ListBox();
this.DownloadButton = new System.Windows.Forms.Button();
this.UploadButton = new System.Windows.Forms.Button();
this.DeleteButton = new System.Windows.Forms.Button();
this.RefreshButton = new System.Windows.Forms.Button();
this.TextOutput = new System.Windows.Forms.Label();
ServerTabControl = new System.Windows.Forms.TabControl();
serverTabPage = new System.Windows.Forms.TabPage();
ServerTabControl.SuspendLayout();
serverTabPage.SuspendLayout();
this.LocalTabControl.SuspendLayout();
this.cTabPage.SuspendLayout();
this.dTabPage.SuspendLayout();
this.SuspendLayout();
//
// ServerTabControl
//
ServerTabControl.Controls.Add(serverTabPage);
ServerTabControl.Location = new System.Drawing.Point(12, 12);
ServerTabControl.Name = "ServerTabControl";
ServerTabControl.SelectedIndex = 0;
ServerTabControl.Size = new System.Drawing.Size(315, 685);
ServerTabControl.TabIndex = 0;
//
// serverTabPage
//
serverTabPage.Controls.Add(this.ServerListBox);
serverTabPage.Location = new System.Drawing.Point(4, 22);
serverTabPage.Name = "serverTabPage";
serverTabPage.Padding = new System.Windows.Forms.Padding(3);
serverTabPage.Size = new System.Drawing.Size(307, 659);
serverTabPage.TabIndex = 0;
serverTabPage.Text = "Server";
serverTabPage.UseVisualStyleBackColor = true;
//
// ServerListBox
//
this.ServerListBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.ServerListBox.FormattingEnabled = true;
this.ServerListBox.Location = new System.Drawing.Point(3, 3);
this.ServerListBox.Name = "ServerListBox";
this.ServerListBox.Size = new System.Drawing.Size(298, 650);
this.ServerListBox.TabIndex = 0;
this.ServerListBox.SelectedIndexChanged += new System.EventHandler(this.ServerListBox_SelectedIndexChanged);
//
// LocalTabControl
//
this.LocalTabControl.Controls.Add(this.cTabPage);
this.LocalTabControl.Controls.Add(this.dTabPage);
this.LocalTabControl.Location = new System.Drawing.Point(414, 12);
this.LocalTabControl.Name = "LocalTabControl";
this.LocalTabControl.SelectedIndex = 0;
this.LocalTabControl.Size = new System.Drawing.Size(315, 685);
this.LocalTabControl.TabIndex = 1;
//
// cTabPage
//
this.cTabPage.Controls.Add(this.CDriveListBox);
this.cTabPage.Location = new System.Drawing.Point(4, 22);
this.cTabPage.Name = "cTabPage";
this.cTabPage.Padding = new System.Windows.Forms.Padding(3);
this.cTabPage.Size = new System.Drawing.Size(307, 659);
this.cTabPage.TabIndex = 0;
this.cTabPage.Text = "C: Drive";
this.cTabPage.UseVisualStyleBackColor = true;
//
// CDriveListBox
//
this.CDriveListBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.CDriveListBox.FormattingEnabled = true;
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
//.........这里部分代码省略.........
示例5: 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.TabControl Menu;
this.Contactstab = new System.Windows.Forms.TabPage();
this.ContactsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.Taskstab = new System.Windows.Forms.TabPage();
this.Scheduledeventstab = new System.Windows.Forms.TabPage();
this.Settingstab = new System.Windows.Forms.TabPage();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.chkTryContinuously = new System.Windows.Forms.CheckBox();
this.chkAutostart = new System.Windows.Forms.CheckBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.TasksBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.EventsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.LoginTimer = new System.Windows.Forms.Timer(this.components);
this.SoapIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.RightClickMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.OpenTSMI = new System.Windows.Forms.ToolStripMenuItem();
this.ClubsTSCB = new System.Windows.Forms.ToolStripComboBox();
this.SettingTSMI = new System.Windows.Forms.ToolStripMenuItem();
this.AboutTSMI = new System.Windows.Forms.ToolStripMenuItem();
this.TSSOne = new System.Windows.Forms.ToolStripSeparator();
this.ExitTSMI = new System.Windows.Forms.ToolStripMenuItem();
Menu = new System.Windows.Forms.TabControl();
Menu.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ContactsBindingSource)).BeginInit();
this.Settingstab.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.TasksBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.EventsBindingSource)).BeginInit();
this.RightClickMenu.SuspendLayout();
this.SuspendLayout();
//
// Menu
//
Menu.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
Menu.Controls.Add(this.Contactstab);
Menu.Controls.Add(this.Taskstab);
Menu.Controls.Add(this.Scheduledeventstab);
Menu.Controls.Add(this.Settingstab);
Menu.HotTrack = true;
Menu.Location = new System.Drawing.Point(138, 63);
Menu.Name = "Menu";
Menu.Padding = new System.Drawing.Point(6, 10);
Menu.SelectedIndex = 0;
Menu.Size = new System.Drawing.Size(444, 381);
Menu.TabIndex = 0;
//
// Contactstab
//
this.Contactstab.BackColor = System.Drawing.Color.White;
this.Contactstab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.Contactstab.ImageKey = "(none)";
this.Contactstab.Location = new System.Drawing.Point(4, 39);
this.Contactstab.Name = "Contactstab";
this.Contactstab.Padding = new System.Windows.Forms.Padding(3);
this.Contactstab.Size = new System.Drawing.Size(436, 338);
this.Contactstab.TabIndex = 0;
this.Contactstab.Text = " Contacts ";
this.Contactstab.ToolTipText = "View your contacts here. Any updates must be done in your account at www.daybook." +
"in and these updates will be reflected here.";
//
// Taskstab
//
this.Taskstab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.Taskstab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.Taskstab.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.Taskstab.Location = new System.Drawing.Point(4, 39);
this.Taskstab.Name = "Taskstab";
this.Taskstab.Padding = new System.Windows.Forms.Padding(3);
this.Taskstab.Size = new System.Drawing.Size(436, 338);
this.Taskstab.TabIndex = 1;
this.Taskstab.Text = " Tasks ";
this.Taskstab.ToolTipText = "View your tasks here. Any updates must be done in your account at www.daybook.in " +
"and these updates will be reflected here.";
//
// Scheduledeventstab
//
this.Scheduledeventstab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.Scheduledeventstab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.Scheduledeventstab.Location = new System.Drawing.Point(4, 39);
this.Scheduledeventstab.Name = "Scheduledeventstab";
this.Scheduledeventstab.Size = new System.Drawing.Size(436, 338);
this.Scheduledeventstab.TabIndex = 2;
this.Scheduledeventstab.Text = " Scheduled Events ";
this.Scheduledeventstab.ToolTipText = "View your scheduled events here. Any updates must be done in your account at www." +
"daybook.in and these updates will be reflected here.";
//
// Settingstab
//
this.Settingstab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.Settingstab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.Settingstab.Controls.Add(this.groupBox3);
this.Settingstab.Controls.Add(this.groupBox2);
this.Settingstab.Location = new System.Drawing.Point(4, 39);
//.........这里部分代码省略.........
示例6: 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.TabControl tabControl1;
System.Windows.Forms.ColumnHeader columnHeader1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DisplayChangedProjects));
System.Windows.Forms.ColumnHeader columnHeader2;
this.tabPage1 = new System.Windows.Forms.TabPage();
this.addedProjectsList = new System.Windows.Forms.ListView();
this.images = new System.Windows.Forms.ImageList(this.components);
this.tabPage2 = new System.Windows.Forms.TabPage();
this.deletedProjectsList = new System.Windows.Forms.ListView();
this.updateButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
tabControl1 = new System.Windows.Forms.TabControl();
columnHeader1 = new System.Windows.Forms.ColumnHeader();
columnHeader2 = new System.Windows.Forms.ColumnHeader();
tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
tabControl1.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)));
tabControl1.Controls.Add(this.tabPage1);
tabControl1.Controls.Add(this.tabPage2);
tabControl1.ImageList = this.images;
tabControl1.Location = new System.Drawing.Point(12, 12);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new System.Drawing.Size(431, 290);
tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.addedProjectsList);
this.tabPage1.ImageKey = "AddedProject";
this.tabPage1.Location = new System.Drawing.Point(4, 23);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(423, 263);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Added Projects";
this.tabPage1.UseVisualStyleBackColor = true;
//
// addedProjectsList
//
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;
//.........这里部分代码省略.........
示例7: InitializeComponent
//.........这里部分代码省略.........
label13 = new System.Windows.Forms.Label();
label14 = new System.Windows.Forms.Label();
label48 = new System.Windows.Forms.Label();
label49 = new System.Windows.Forms.Label();
label50 = new System.Windows.Forms.Label();
label51 = new System.Windows.Forms.Label();
label52 = new System.Windows.Forms.Label();
label53 = new System.Windows.Forms.Label();
label54 = new System.Windows.Forms.Label();
label55 = new System.Windows.Forms.Label();
label56 = new System.Windows.Forms.Label();
label57 = new System.Windows.Forms.Label();
label58 = new System.Windows.Forms.Label();
label59 = new System.Windows.Forms.Label();
label60 = new System.Windows.Forms.Label();
label61 = new System.Windows.Forms.Label();
groupBox1 = new System.Windows.Forms.GroupBox();
label19 = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
label7 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label3 = new System.Windows.Forms.Label();
label5 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
tabActiveSkills = new System.Windows.Forms.TabPage();
groupBox12 = new System.Windows.Forms.GroupBox();
groupBox11 = new System.Windows.Forms.GroupBox();
tacControl1 = new System.Windows.Forms.TabControl();
groupBox14 = new System.Windows.Forms.GroupBox();
groupBox13 = new System.Windows.Forms.GroupBox();
label72 = new System.Windows.Forms.Label();
label71 = new System.Windows.Forms.Label();
label70 = new System.Windows.Forms.Label();
tabPassiveSkills.SuspendLayout();
groupBox9.SuspendLayout();
groupBox8.SuspendLayout();
groupBox7.SuspendLayout();
groupBox3.SuspendLayout();
this.groupBox6.SuspendLayout();
groupBox5.SuspendLayout();
groupBox4.SuspendLayout();
groupBoxBarbarianActiveSkills.SuspendLayout();
groupBoxMonkActiveSkills.SuspendLayout();
groupBox2.SuspendLayout();
groupBox10.SuspendLayout();
groupBox1.SuspendLayout();
tabActiveSkills.SuspendLayout();
groupBox12.SuspendLayout();
groupBox11.SuspendLayout();
tacControl1.SuspendLayout();
this.tabResults.SuspendLayout();
groupBox14.SuspendLayout();
groupBox13.SuspendLayout();
this.tabItemEditor.SuspendLayout();
this.tabSetBonus.SuspendLayout();
this.SuspendLayout();
//
// label6
//
label6.AutoSize = true;
label6.Location = new System.Drawing.Point(19, 152);
label6.Name = "label6";
label6.Size = new System.Drawing.Size(90, 13);
label6.TabIndex = 10;
label6.Text = "+ % Critic Chance";
//
示例8: InitializeComponent
//.........这里部分代码省略.........
label28 = new System.Windows.Forms.Label();
label27 = new System.Windows.Forms.Label();
label26 = new System.Windows.Forms.Label();
label25 = new System.Windows.Forms.Label();
label24 = new System.Windows.Forms.Label();
label14 = new System.Windows.Forms.Label();
label13 = new System.Windows.Forms.Label();
label31 = new System.Windows.Forms.Label();
groupBox3 = new System.Windows.Forms.GroupBox();
label22 = new System.Windows.Forms.Label();
label20 = new System.Windows.Forms.Label();
groupBox1 = new System.Windows.Forms.GroupBox();
label15 = new System.Windows.Forms.Label();
label7 = new System.Windows.Forms.Label();
label6 = new System.Windows.Forms.Label();
label5 = new System.Windows.Forms.Label();
label3 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
label19 = new System.Windows.Forms.Label();
groupBox2 = new System.Windows.Forms.GroupBox();
label18 = new System.Windows.Forms.Label();
label17 = new System.Windows.Forms.Label();
label16 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
label32 = new System.Windows.Forms.Label();
toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
label33 = new System.Windows.Forms.Label();
label34 = new System.Windows.Forms.Label();
tabControl1.SuspendLayout();
this.tabPrereq.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picDX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picVC2008)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picVC2005)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picNet40)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picNet35)).BeginInit();
this.tabConnection1.SuspendLayout();
groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picServerRedirector)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picServerDataUSEast)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picServerDataUSWest)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picServerDataEurope)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picServerDataAustralia)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picServerCDN)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picServerMaster)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picHosts)).BeginInit();
this.tabConnection2.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox5.SuspendLayout();
this.tabHardware.SuspendLayout();
groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picRAM)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picCPU)).BeginInit();
groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picVideoMem)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picPixelShader)).BeginInit();
this.tabMisc.SuspendLayout();
groupBox2.SuspendLayout();
this.tabCredits.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
示例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
//.........这里部分代码省略.........
this.label41 = new System.Windows.Forms.Label();
this.m_rbModeSingle4 = new System.Windows.Forms.RadioButton();
this.m_rbModeDifferential4 = new System.Windows.Forms.RadioButton();
this.label42 = new System.Windows.Forms.Label();
this.m_cbInputBufferMode4 = new System.Windows.Forms.ComboBox();
this.m_cbInputBufferGain4 = new System.Windows.Forms.ComboBox();
this.m_cbInputRange4 = new System.Windows.Forms.ComboBox();
this.label43 = new System.Windows.Forms.Label();
this.label44 = new System.Windows.Forms.Label();
this.groupBox11 = new System.Windows.Forms.GroupBox();
this.m_lbSPSRange4 = new System.Windows.Forms.Label();
this.label47 = new System.Windows.Forms.Label();
this.m_tbClockFreq4 = new System.Windows.Forms.TextBox();
this.label48 = new System.Windows.Forms.Label();
this.label49 = new System.Windows.Forms.Label();
this.label50 = new System.Windows.Forms.Label();
this.m_nudConvRate4 = new ADC_DelSig_Mod_v2_20.CyNumericUpDown();
this.label51 = new System.Windows.Forms.Label();
this.m_cbResolutionConfig4 = new System.Windows.Forms.ComboBox();
this.label52 = new System.Windows.Forms.Label();
this.m_cbConvMode4 = new System.Windows.Forms.ComboBox();
this.label53 = new System.Windows.Forms.Label();
this.m_tabPage5 = new System.Windows.Forms.TabPage();
this.m_cbEnable_Vref_Vss = new System.Windows.Forms.CheckBox();
this.groupBox12 = new System.Windows.Forms.GroupBox();
this.m_rbClockInternal = new System.Windows.Forms.RadioButton();
this.m_rbClockExternal = new System.Windows.Forms.RadioButton();
this.m_cbChargePumpClock = new System.Windows.Forms.CheckBox();
this.m_cbSocHardware = new System.Windows.Forms.CheckBox();
this.m_errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
this.label_Warning = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
m_tabConfig = new System.Windows.Forms.TabControl();
this.m_tabPage1.SuspendLayout();
this.groupBox6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage)).BeginInit();
this.ADC_Modes_groupBox.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudConfig)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate)).BeginInit();
this.m_tabPage2.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage2)).BeginInit();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate2)).BeginInit();
this.m_tabPage3.SuspendLayout();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage3)).BeginInit();
this.groupBox7.SuspendLayout();
this.groupBox8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate3)).BeginInit();
this.m_tabPage4.SuspendLayout();
this.groupBox9.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage4)).BeginInit();
this.groupBox10.SuspendLayout();
this.groupBox11.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate4)).BeginInit();
this.m_tabPage5.SuspendLayout();
this.groupBox12.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.m_errorProvider)).BeginInit();
m_tabConfig.SuspendLayout();
this.SuspendLayout();
//
// m_tabPage1
//
示例11: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.TabControl tabControl1;
System.Windows.Forms.TabPage tabPage1;
System.Windows.Forms.TabPage tabPage2;
System.Windows.Forms.Label label1;
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.txtSourceCode = new System.Windows.Forms.TextBox();
this.descriptionControlCopy = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl();
this.txtMethodHeader = new System.Windows.Forms.TextBox();
this.descriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl();
this.txtNativeName = new System.Windows.Forms.TextBox();
tabControl1 = new System.Windows.Forms.TabControl();
tabPage1 = new System.Windows.Forms.TabPage();
tabPage2 = new System.Windows.Forms.TabPage();
label1 = new System.Windows.Forms.Label();
tabControl1.SuspendLayout();
tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
tabPage2.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
tabControl1.Controls.Add(tabPage1);
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(384, 223);
tabControl1.TabIndex = 1;
//
// tabPage1
//
tabPage1.Controls.Add(this.splitContainer);
tabPage1.Controls.Add(this.txtMethodHeader);
tabPage1.ImageKey = "source";
tabPage1.Location = new System.Drawing.Point(4, 22);
tabPage1.Name = "tabPage1";
tabPage1.Padding = new System.Windows.Forms.Padding(3);
tabPage1.Size = new System.Drawing.Size(376, 197);
tabPage1.TabIndex = 0;
tabPage1.Text = "Source";
tabPage1.UseVisualStyleBackColor = true;
//
// splitContainer
//
this.splitContainer.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.splitContainer.Location = new System.Drawing.Point(6, 29);
this.splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.txtSourceCode);
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.descriptionControlCopy);
this.splitContainer.Size = new System.Drawing.Size(364, 162);
this.splitContainer.SplitterDistance = 253;
this.splitContainer.TabIndex = 7;
//
// txtSourceCode
//
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)));
//.........这里部分代码省略.........
示例12: 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 tabPage1;
System.Windows.Forms.GroupBox groupBox1;
System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
System.Windows.Forms.Label label1;
System.Windows.Forms.CheckBox headerCheckBox;
System.Windows.Forms.Button cancelButton;
System.Windows.Forms.Button okButton;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
this.namespaceTextBox = new System.Windows.Forms.TextBox();
tabControl1 = new System.Windows.Forms.TabControl();
tabPage1 = new System.Windows.Forms.TabPage();
groupBox1 = new System.Windows.Forms.GroupBox();
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
label1 = new System.Windows.Forms.Label();
headerCheckBox = new System.Windows.Forms.CheckBox();
cancelButton = new System.Windows.Forms.Button();
okButton = new System.Windows.Forms.Button();
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
tabControl1.SuspendLayout();
tabPage1.SuspendLayout();
groupBox1.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
tabControl1.Controls.Add(tabPage1);
tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
tabControl1.Location = new System.Drawing.Point(5, 5);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new System.Drawing.Size(284, 308);
tabControl1.TabIndex = 0;
//
// tabPage1
//
tabPage1.Controls.Add(groupBox1);
tabPage1.Location = new System.Drawing.Point(4, 24);
tabPage1.Name = "tabPage1";
tabPage1.Padding = new System.Windows.Forms.Padding(8, 5, 8, 5);
tabPage1.Size = new System.Drawing.Size(276, 280);
tabPage1.TabIndex = 0;
tabPage1.Text = "Options";
tabPage1.UseVisualStyleBackColor = true;
//
// groupBox1
//
groupBox1.AutoSize = true;
groupBox1.Controls.Add(tableLayoutPanel1);
groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
groupBox1.Location = new System.Drawing.Point(8, 5);
groupBox1.Name = "groupBox1";
groupBox1.Padding = new System.Windows.Forms.Padding(5, 3, 5, 5);
groupBox1.Size = new System.Drawing.Size(260, 97);
groupBox1.TabIndex = 0;
groupBox1.TabStop = false;
groupBox1.Text = "Code generation";
//
// tableLayoutPanel1
//
tableLayoutPanel1.AutoSize = true;
tableLayoutPanel1.ColumnCount = 1;
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel1.Controls.Add(label1, 0, 0);
tableLayoutPanel1.Controls.Add(headerCheckBox, 0, 2);
tableLayoutPanel1.Controls.Add(this.namespaceTextBox, 0, 1);
tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
tableLayoutPanel1.Location = new System.Drawing.Point(5, 19);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 3;
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
tableLayoutPanel1.Size = new System.Drawing.Size(250, 73);
tableLayoutPanel1.TabIndex = 0;
//
// 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));
//.........这里部分代码省略.........
示例13: 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.SplitContainer dronePingSplitContainer;
System.Windows.Forms.SplitContainer motorsInfoSplitContainer;
System.Windows.Forms.SplitContainer motorsSensorSplitContainer;
System.Windows.Forms.TabControl infoTabControl;
System.Windows.Forms.TabPage infoTabPage;
System.Windows.Forms.TabPage settingsTabPage;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.wifiRssiLabel = new System.Windows.Forms.Label();
this.graphsButton = new System.Windows.Forms.Button();
this.debugButton = new System.Windows.Forms.Button();
this.stopButton = new System.Windows.Forms.Button();
this.logButton = new System.Windows.Forms.Button();
this.statusButton = new System.Windows.Forms.Button();
this.statusArmedLabel = new System.Windows.Forms.Label();
this.pingLabel = new System.Windows.Forms.Label();
this.ipInfoLabel = new System.Windows.Forms.Label();
this.mainViewTabs = new System.Windows.Forms.TabControl();
this.manualControlPage = new System.Windows.Forms.TabPage();
this.motorControl1 = new DroneControl.MotorControl();
this.flightControlPage = new System.Windows.Forms.TabPage();
this.flightControl1 = new DroneControl.FlightControl();
this.sensorControl1 = new DroneControl.SensorControl();
this.droneInfoPropertyGrid = new System.Windows.Forms.PropertyGrid();
this.droneSettingsPropertyGrid = new System.Windows.Forms.PropertyGrid();
this.timer = new System.Windows.Forms.Timer(this.components);
this.settingsButton = new System.Windows.Forms.Button();
dronePingSplitContainer = new System.Windows.Forms.SplitContainer();
motorsInfoSplitContainer = new System.Windows.Forms.SplitContainer();
motorsSensorSplitContainer = new System.Windows.Forms.SplitContainer();
infoTabControl = new System.Windows.Forms.TabControl();
infoTabPage = new System.Windows.Forms.TabPage();
settingsTabPage = new System.Windows.Forms.TabPage();
((System.ComponentModel.ISupportInitialize)(dronePingSplitContainer)).BeginInit();
dronePingSplitContainer.Panel1.SuspendLayout();
dronePingSplitContainer.Panel2.SuspendLayout();
dronePingSplitContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(motorsInfoSplitContainer)).BeginInit();
motorsInfoSplitContainer.Panel1.SuspendLayout();
motorsInfoSplitContainer.Panel2.SuspendLayout();
motorsInfoSplitContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(motorsSensorSplitContainer)).BeginInit();
motorsSensorSplitContainer.Panel1.SuspendLayout();
motorsSensorSplitContainer.Panel2.SuspendLayout();
motorsSensorSplitContainer.SuspendLayout();
this.mainViewTabs.SuspendLayout();
this.manualControlPage.SuspendLayout();
this.flightControlPage.SuspendLayout();
infoTabControl.SuspendLayout();
infoTabPage.SuspendLayout();
settingsTabPage.SuspendLayout();
this.SuspendLayout();
//
// dronePingSplitContainer
//
dronePingSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
dronePingSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
dronePingSplitContainer.IsSplitterFixed = true;
dronePingSplitContainer.Location = new System.Drawing.Point(0, 0);
dronePingSplitContainer.Name = "dronePingSplitContainer";
dronePingSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// dronePingSplitContainer.Panel1
//
dronePingSplitContainer.Panel1.Controls.Add(this.settingsButton);
dronePingSplitContainer.Panel1.Controls.Add(this.wifiRssiLabel);
dronePingSplitContainer.Panel1.Controls.Add(this.graphsButton);
dronePingSplitContainer.Panel1.Controls.Add(this.debugButton);
dronePingSplitContainer.Panel1.Controls.Add(this.stopButton);
dronePingSplitContainer.Panel1.Controls.Add(this.logButton);
dronePingSplitContainer.Panel1.Controls.Add(this.statusButton);
dronePingSplitContainer.Panel1.Controls.Add(this.statusArmedLabel);
dronePingSplitContainer.Panel1.Controls.Add(this.pingLabel);
dronePingSplitContainer.Panel1.Controls.Add(this.ipInfoLabel);
//
// dronePingSplitContainer.Panel2
//
dronePingSplitContainer.Panel2.Controls.Add(motorsInfoSplitContainer);
dronePingSplitContainer.Size = new System.Drawing.Size(1047, 737);
dronePingSplitContainer.SplitterDistance = 51;
dronePingSplitContainer.TabIndex = 18;
//
// wifiRssiLabel
//
this.wifiRssiLabel.AutoSize = true;
this.wifiRssiLabel.Location = new System.Drawing.Point(123, 30);
this.wifiRssiLabel.Name = "wifiRssiLabel";
this.wifiRssiLabel.Size = new System.Drawing.Size(53, 13);
this.wifiRssiLabel.TabIndex = 20;
this.wifiRssiLabel.Text = "Wifi RSSI";
//
// graphsButton
//
this.graphsButton.Location = new System.Drawing.Point(302, 4);
this.graphsButton.Name = "graphsButton";
//.........这里部分代码省略.........
示例14: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem wikiSyntaxToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
System.Windows.Forms.ToolStripSeparator toolStripSeparator;
System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem;
System.Windows.Forms.SplitContainer splitContainer;
System.Windows.Forms.TabControl _tabControl;
System.Windows.Forms.TabPage _wikiTab;
System.Windows.Forms.TabPage _htmlSourceTab;
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this._wikiBox = new System.Windows.Forms.TextBox();
this._webBrowser = new System.Windows.Forms.WebBrowser();
this._htmlBox = new System.Windows.Forms.RichTextBox();
this._editMenu = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this._timer = new System.Windows.Forms.Timer(this.components);
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this._mainMenu = new System.Windows.Forms.MenuStrip();
this._openFileDialog = new System.Windows.Forms.OpenFileDialog();
this._saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this._commandProvider = new WikiPad.StandardCommandProvider(this.components);
this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
wikiSyntaxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
splitContainer = new System.Windows.Forms.SplitContainer();
_tabControl = new System.Windows.Forms.TabControl();
_wikiTab = new System.Windows.Forms.TabPage();
_htmlSourceTab = new System.Windows.Forms.TabPage();
splitContainer.Panel1.SuspendLayout();
splitContainer.Panel2.SuspendLayout();
splitContainer.SuspendLayout();
_tabControl.SuspendLayout();
_wikiTab.SuspendLayout();
_htmlSourceTab.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this._mainMenu.SuspendLayout();
this.SuspendLayout();
//
// helpToolStripMenuItem
//
helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
wikiSyntaxToolStripMenuItem});
helpToolStripMenuItem.Name = "helpToolStripMenuItem";
helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
helpToolStripMenuItem.Text = "&Help";
//
// wikiSyntaxToolStripMenuItem
//
wikiSyntaxToolStripMenuItem.Name = "wikiSyntaxToolStripMenuItem";
wikiSyntaxToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
wikiSyntaxToolStripMenuItem.Text = "&Wiki Syntax";
wikiSyntaxToolStripMenuItem.Click += new System.EventHandler(this.HelpWikiSyntaxMenu_Click);
//
// fileToolStripMenuItem
//
fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
newToolStripMenuItem,
openToolStripMenuItem,
//.........这里部分代码省略.........
示例15: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label label13;
System.Windows.Forms.ColumnHeader columnHeader1;
System.Windows.Forms.ColumnHeader columnHeader2;
System.Windows.Forms.ColumnHeader columnHeader3;
System.Windows.Forms.ColumnHeader columnHeader4;
System.Windows.Forms.ColumnHeader columnHeader9;
System.Windows.Forms.ColumnHeader columnHeader11;
System.Windows.Forms.ColumnHeader columnHeader12;
System.Windows.Forms.ColumnHeader columnHeader5;
System.Windows.Forms.ColumnHeader columnHeader6;
System.Windows.Forms.ColumnHeader columnHeader7;
System.Windows.Forms.ColumnHeader columnHeader8;
System.Windows.Forms.Label label12;
System.Windows.Forms.Panel panel1;
System.Windows.Forms.TabControl tabControl1;
this.zedGraphControl1 = new ZedGraph.ZedGraphControl();
this.cbGraphDisplay = new System.Windows.Forms.ComboBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.cbSplitsShowOnGraph = new System.Windows.Forms.CheckBox();
this.lbPercentageDiffForSplit = new System.Windows.Forms.Label();
this.lvSplits = new System.Windows.Forms.ListView();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.lvSimpleSearchResults = new System.Windows.Forms.ListView();
this.btnSimpleSearchGentics = new System.Windows.Forms.Button();
this.btSaveSimpleSearchSettings = new System.Windows.Forms.Button();
this.btnGo = new System.Windows.Forms.Button();
this.tbRepeats = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.tbRateChange = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tbFallSearchPeriod = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tbRiseSearchPeriod = new System.Windows.Forms.TextBox();
this.lbRiseSearchPeriod = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.btnAllSharesGo = new System.Windows.Forms.Button();
this.lvAllShares = new System.Windows.Forms.ListView();
this.btnAllSharesGenetics = new System.Windows.Forms.Button();
this.btnAllSharesSave = new System.Windows.Forms.Button();
this.tbAllSharesRepeats = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tbAllSharesRateChange = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.tbAllSharesFallSearchPeriod = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.tbAllSharesRiseSearchPeriod = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.cbSelectSymbol = new System.Windows.Forms.ComboBox();
label13 = new System.Windows.Forms.Label();
columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
label12 = new System.Windows.Forms.Label();
panel1 = new System.Windows.Forms.Panel();
tabControl1 = new System.Windows.Forms.TabControl();
panel1.SuspendLayout();
tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage3.SuspendLayout();
this.SuspendLayout();
//
// label13
//
label13.AutoSize = true;
label13.Location = new System.Drawing.Point(13, 6);
label13.Name = "label13";
label13.Size = new System.Drawing.Size(44, 13);
label13.TabIndex = 19;
label13.Text = "Symbol:";
//
// columnHeader1
//
columnHeader1.Text = "Date";
columnHeader1.Width = 150;
//
// columnHeader2
//
columnHeader2.Text = "Previous Day Close";
columnHeader2.Width = 192;
//
//.........这里部分代码省略.........