本文整理汇总了C#中System.Windows.Forms.MenuStrip.SuspendLayout方法的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.MenuStrip.SuspendLayout方法的具体用法?C# System.Windows.Forms.MenuStrip.SuspendLayout怎么用?C# System.Windows.Forms.MenuStrip.SuspendLayout使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类System.Windows.Forms.MenuStrip
的用法示例。
在下文中一共展示了System.Windows.Forms.MenuStrip.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()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.MenuStrip mainMenu;
System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
System.Windows.Forms.Button returnToAccountsButton;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainView));
this.tabView = new System.Windows.Forms.TabControl();
this.OverviewTabPage = new System.Windows.Forms.TabPage();
this.AccountsTabPage = new System.Windows.Forms.TabPage();
this.accountViewContainer = new System.Windows.Forms.Panel();
this.accountRegister = new SharpBooks.UI.AccountRegister();
this.accountViewActions = new System.Windows.Forms.Panel();
this.newTransactionButton = new System.Windows.Forms.Button();
this.accountTree = new SharpBooks.UI.AccountTree();
this.accountImages = new System.Windows.Forms.ImageList(this.components);
this.AccountsList = new System.Windows.Forms.TreeView();
this.PaymentsTabPage = new System.Windows.Forms.TabPage();
this.InvestmentsTabItem = new System.Windows.Forms.TabPage();
mainMenu = new System.Windows.Forms.MenuStrip();
fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
returnToAccountsButton = new System.Windows.Forms.Button();
mainMenu.SuspendLayout();
this.tabView.SuspendLayout();
this.AccountsTabPage.SuspendLayout();
this.accountViewContainer.SuspendLayout();
this.accountViewActions.SuspendLayout();
this.SuspendLayout();
//
// mainMenu
//
mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
fileToolStripMenuItem});
mainMenu.Location = new System.Drawing.Point(0, 0);
mainMenu.Name = "mainMenu";
mainMenu.Size = new System.Drawing.Size(784, 24);
mainMenu.TabIndex = 0;
mainMenu.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
newToolStripMenuItem,
openToolStripMenuItem,
closeToolStripMenuItem,
saveToolStripMenuItem,
saveAsToolStripMenuItem});
fileToolStripMenuItem.Name = "fileToolStripMenuItem";
fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
fileToolStripMenuItem.Text = "&File";
//
// newToolStripMenuItem
//
newToolStripMenuItem.Name = "newToolStripMenuItem";
newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
newToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
newToolStripMenuItem.Text = "&New";
newToolStripMenuItem.Click += new System.EventHandler(this.New_Click);
//
// openToolStripMenuItem
//
openToolStripMenuItem.Name = "openToolStripMenuItem";
openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
openToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
openToolStripMenuItem.Text = "&Open";
openToolStripMenuItem.Click += new System.EventHandler(this.Open_Click);
//
// closeToolStripMenuItem
//
closeToolStripMenuItem.Name = "closeToolStripMenuItem";
closeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
closeToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
closeToolStripMenuItem.Text = "&Close";
closeToolStripMenuItem.Click += new System.EventHandler(this.Close_Click);
//
// saveToolStripMenuItem
//
saveToolStripMenuItem.Name = "saveToolStripMenuItem";
saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
saveToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
saveToolStripMenuItem.Text = "&Save";
saveToolStripMenuItem.Click += new System.EventHandler(this.Save_Click);
//
// saveAsToolStripMenuItem
//
saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
//.........这里部分代码省略.........
示例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.MenuStrip mainMenuStrip;
System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
System.Windows.Forms.ToolStrip mainToolStrip;
System.Windows.Forms.ToolStripButton newToolStripButton;
System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
System.Windows.Forms.ToolStripButton exitToolStripButton;
this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.startStopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editToolStripButton = new System.Windows.Forms.ToolStripButton();
this.deleteToolStripButton = new System.Windows.Forms.ToolStripButton();
this.startStopToolStripButton = new System.Windows.Forms.ToolStripButton();
this.projectsListView = new System.Windows.Forms.ListView();
this.logTextBox = new System.Windows.Forms.TextBox();
mainMenuStrip = new System.Windows.Forms.MenuStrip();
newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
mainToolStrip = new System.Windows.Forms.ToolStrip();
newToolStripButton = new System.Windows.Forms.ToolStripButton();
toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
exitToolStripButton = new System.Windows.Forms.ToolStripButton();
mainMenuStrip.SuspendLayout();
mainToolStrip.SuspendLayout();
this.SuspendLayout();
//
// mainMenuStrip
//
mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.projectToolStripMenuItem});
mainMenuStrip.Location = new System.Drawing.Point(0, 0);
mainMenuStrip.Name = "mainMenuStrip";
mainMenuStrip.Size = new System.Drawing.Size(784, 24);
mainMenuStrip.TabIndex = 0;
//
// projectToolStripMenuItem
//
this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
newToolStripMenuItem,
this.editToolStripMenuItem,
this.deleteToolStripMenuItem,
toolStripSeparator1,
this.startStopToolStripMenuItem,
toolStripSeparator2,
exitToolStripMenuItem});
this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
this.projectToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
this.projectToolStripMenuItem.Text = "&Project";
//
// newToolStripMenuItem
//
newToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.New;
newToolStripMenuItem.Name = "newToolStripMenuItem";
newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
newToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
newToolStripMenuItem.Text = "&New...";
newToolStripMenuItem.Click += new System.EventHandler(this.NewProject);
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Edit;
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
this.editToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
this.editToolStripMenuItem.Text = "&Edit...";
this.editToolStripMenuItem.Click += new System.EventHandler(this.EditProject);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Delete;
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
this.deleteToolStripMenuItem.Text = "&Delete...";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteProject);
//
// toolStripSeparator1
//
toolStripSeparator1.Name = "toolStripSeparator1";
toolStripSeparator1.Size = new System.Drawing.Size(147, 6);
//
// startStopToolStripMenuItem
//
this.startStopToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Start;
this.startStopToolStripMenuItem.Name = "startStopToolStripMenuItem";
this.startStopToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.startStopToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
//.........这里部分代码省略.........
示例3: 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.MenuStrip menuStrip;
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.SplitContainer splitContainer2;
System.Windows.Forms.StatusStrip statusStrip1;
System.Windows.Forms.Timer timer;
System.Windows.Forms.ToolStripContainer toolStripContainer1;
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.searchBox = new System.Windows.Forms.TextBox();
this.hitsBox = new System.Windows.Forms.ListBox();
this.webBrowser = new System.Windows.Forms.WebBrowser();
this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
menuStrip = new System.Windows.Forms.MenuStrip();
splitContainer1 = new System.Windows.Forms.SplitContainer();
splitContainer2 = new System.Windows.Forms.SplitContainer();
statusStrip1 = new System.Windows.Forms.StatusStrip();
timer = new System.Windows.Forms.Timer(this.components);
toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
menuStrip.SuspendLayout();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
splitContainer2.Panel1.SuspendLayout();
splitContainer2.Panel2.SuspendLayout();
splitContainer2.SuspendLayout();
statusStrip1.SuspendLayout();
toolStripContainer1.BottomToolStripPanel.SuspendLayout();
toolStripContainer1.ContentPanel.SuspendLayout();
toolStripContainer1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip
//
menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.helpToolStripMenuItem});
menuStrip.Location = new System.Drawing.Point(0, 0);
menuStrip.Name = "menuStrip";
menuStrip.Size = new System.Drawing.Size(562, 24);
menuStrip.TabIndex = 0;
menuStrip.Text = "menuStrip";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openToolStripMenuItem,
this.closeToolStripMenuItem,
this.toolStripSeparator1,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
this.fileToolStripMenuItem.Text = "&File";
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.openToolStripMenuItem.Text = "&Open";
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// closeToolStripMenuItem
//
this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
this.closeToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.closeToolStripMenuItem.Text = "&Close";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aboutToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
this.helpToolStripMenuItem.Text = "&Help";
//
// aboutToolStripMenuItem
//
//.........这里部分代码省略.........
示例4: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.GroupBox GroupStageProperties;
System.Windows.Forms.Label label5;
System.Windows.Forms.Label label4;
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label1;
System.Windows.Forms.Label LabelMaxRings;
System.Windows.Forms.Label EmeraldColorLabel;
System.Windows.Forms.Label StartDirectionLabel;
System.Windows.Forms.Label StartPositionLabel;
System.Windows.Forms.Label TextureLabel;
System.Windows.Forms.MenuStrip menuStrip1;
System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.lblStarsColor2 = new System.Windows.Forms.Label();
this.lblStarsColor1 = new System.Windows.Forms.Label();
this.lblSkyBackcolor2 = new System.Windows.Forms.Label();
this.lblSkyBackcolor1 = new System.Windows.Forms.Label();
this.chkBumpMapping = new System.Windows.Forms.CheckBox();
this.lblCheckerColor2 = new System.Windows.Forms.Label();
this.lblCheckerColor1 = new System.Windows.Forms.Label();
this.rdoChecker = new System.Windows.Forms.RadioButton();
this.rdoTexture = new System.Windows.Forms.RadioButton();
this.MaxRings = new System.Windows.Forms.TextBox();
this.EmeraldColor = new System.Windows.Forms.Label();
this.StartDirection = new System.Windows.Forms.ComboBox();
this.StartPositionZ = new System.Windows.Forms.TextBox();
this.StartPositionX = new System.Windows.Forms.TextBox();
this.BumpMapFileName = new System.Windows.Forms.ComboBox();
this.TextureFileName = new System.Windows.Forms.ComboBox();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.gameStagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.redSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.blueSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.starSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ringToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.yellowSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.avoidSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.CursorX = new System.Windows.Forms.ToolStripStatusLabel();
this.CursorZ = new System.Windows.Forms.ToolStripStatusLabel();
this.StageEditBoard = new System.Windows.Forms.PictureBox();
GroupStageProperties = new System.Windows.Forms.GroupBox();
label5 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
label3 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
LabelMaxRings = new System.Windows.Forms.Label();
EmeraldColorLabel = new System.Windows.Forms.Label();
StartDirectionLabel = new System.Windows.Forms.Label();
StartPositionLabel = new System.Windows.Forms.Label();
TextureLabel = new System.Windows.Forms.Label();
menuStrip1 = new System.Windows.Forms.MenuStrip();
toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
GroupStageProperties.SuspendLayout();
menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.StageEditBoard)).BeginInit();
this.SuspendLayout();
//
// GroupStageProperties
//
GroupStageProperties.Controls.Add(this.lblStarsColor2);
GroupStageProperties.Controls.Add(this.lblStarsColor1);
GroupStageProperties.Controls.Add(label5);
GroupStageProperties.Controls.Add(this.lblSkyBackcolor2);
GroupStageProperties.Controls.Add(this.lblSkyBackcolor1);
GroupStageProperties.Controls.Add(label4);
GroupStageProperties.Controls.Add(label3);
GroupStageProperties.Controls.Add(this.chkBumpMapping);
GroupStageProperties.Controls.Add(this.lblCheckerColor2);
GroupStageProperties.Controls.Add(this.lblCheckerColor1);
GroupStageProperties.Controls.Add(this.rdoChecker);
GroupStageProperties.Controls.Add(this.rdoTexture);
GroupStageProperties.Controls.Add(label2);
GroupStageProperties.Controls.Add(label1);
GroupStageProperties.Controls.Add(this.MaxRings);
GroupStageProperties.Controls.Add(LabelMaxRings);
GroupStageProperties.Controls.Add(EmeraldColorLabel);
GroupStageProperties.Controls.Add(this.EmeraldColor);
GroupStageProperties.Controls.Add(this.StartDirection);
GroupStageProperties.Controls.Add(this.StartPositionZ);
GroupStageProperties.Controls.Add(this.StartPositionX);
//.........这里部分代码省略.........
示例5: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.Label mexAddressLabel;
System.Windows.Forms.MenuStrip mainMenu;
System.Windows.Forms.ToolStripMenuItem metadataMenu;
System.Windows.Forms.ToolStripMenuItem exploreMenuItem;
System.Windows.Forms.ToolStripMenuItem proxyMenuItem;
System.Windows.Forms.ToolStripMenuItem helpMenu;
System.Windows.Forms.ToolStripMenuItem aboutMenuItem;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExplorerForm));
this.discoverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.serviceBusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.logInToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.discoveryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.m_MexTree = new System.Windows.Forms.TreeView();
this.m_ExploreButton = new System.Windows.Forms.Button();
this.m_MexAddressTextBox = new System.Windows.Forms.TextBox();
this.proxyButton = new System.Windows.Forms.Button();
this.m_DiscoverButton = new System.Windows.Forms.Button();
this.m_BlankViewControl = new ServiceModelEx.NodeViewControl();
this.m_EndpointViewControl = new ServiceModelEx.EndpointViewControl();
this.m_OperationViewControl = new ServiceModelEx.OperationViewControl();
this.m_BindingViewControl = new ServiceModelEx.BindingViewControl();
this.m_ServiceViewControl = new ServiceModelEx.ServiceViewControl();
this.m_AddressViewControl = new ServiceModelEx.AddressViewControl();
this.m_ContractViewControl = new ServiceModelEx.ContractViewControl();
mexAddressLabel = new System.Windows.Forms.Label();
mainMenu = new System.Windows.Forms.MenuStrip();
metadataMenu = new System.Windows.Forms.ToolStripMenuItem();
exploreMenuItem = new System.Windows.Forms.ToolStripMenuItem();
proxyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
helpMenu = new System.Windows.Forms.ToolStripMenuItem();
aboutMenuItem = new System.Windows.Forms.ToolStripMenuItem();
mainMenu.SuspendLayout();
this.SuspendLayout();
//
// mexAddressLabel
//
mexAddressLabel.AutoSize = true;
mexAddressLabel.Location = new System.Drawing.Point(12,35);
mexAddressLabel.Name = "mexAddressLabel";
mexAddressLabel.Size = new System.Drawing.Size(147,13);
mexAddressLabel.TabIndex = 3;
mexAddressLabel.Text = "Metadata Exchange Address:";
//
// mainMenu
//
mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
metadataMenu,
this.serviceBusToolStripMenuItem,
helpMenu});
mainMenu.Location = new System.Drawing.Point(0,0);
mainMenu.Name = "mainMenu";
mainMenu.Size = new System.Drawing.Size(666,24);
mainMenu.TabIndex = 17;
mainMenu.Text = "menuStrip1";
//
// metadataMenu
//
metadataMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
exploreMenuItem,
this.discoverToolStripMenuItem,
proxyMenuItem});
metadataMenu.Name = "metadataMenu";
metadataMenu.Size = new System.Drawing.Size(49,20);
metadataMenu.Text = "Action";
//
// exploreMenuItem
//
exploreMenuItem.Image = global::ServiceModelEx.Properties.Resources.Explore;
exploreMenuItem.Name = "exploreMenuItem";
exploreMenuItem.Size = new System.Drawing.Size(152,22);
exploreMenuItem.Text = "Explore";
exploreMenuItem.Click += new System.EventHandler(this.OnExplore);
//
// discoverToolStripMenuItem
//
this.discoverToolStripMenuItem.Image = global::ServiceModelEx.Properties.Resources.Discover;
this.discoverToolStripMenuItem.Name = "discoverToolStripMenuItem";
this.discoverToolStripMenuItem.Size = new System.Drawing.Size(152,22);
this.discoverToolStripMenuItem.Text = "Discover";
this.discoverToolStripMenuItem.Click += new System.EventHandler(this.OnDiscover);
//
// proxyMenuItem
//
proxyMenuItem.Image = global::ServiceModelEx.Properties.Resources.Proxy;
proxyMenuItem.Name = "proxyMenuItem";
proxyMenuItem.Size = new System.Drawing.Size(152,22);
proxyMenuItem.Text = "Generate Proxy";
proxyMenuItem.Click += new System.EventHandler(this.OnGenerateProxy);
//
// serviceBusToolStripMenuItem
//
this.serviceBusToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.logInToolStripMenuItem,
this.discoveryToolStripMenuItem});
//.........这里部分代码省略.........
示例6: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.MenuStrip menuStrip1;
System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem preferencesToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem caretModeToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem engineToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem useLocalEngineToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem addRemoteEngineToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem switchRemoteEngineToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this._Statusbar = new System.Windows.Forms.ToolStripStatusLabel();
this._NetworkStatusbar = new System.Windows.Forms.ToolStripStatusLabel();
this._ProgressBar = new System.Windows.Forms.ToolStripProgressBar();
this._Notebook = new Smuxi.Frontend.Swf.Notebook();
this._Entry = new Smuxi.Frontend.Swf.Entry();
menuStrip1 = new System.Windows.Forms.MenuStrip();
fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
caretModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
engineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
useLocalEngineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
addRemoteEngineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
switchRemoteEngineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
fileToolStripMenuItem,
viewToolStripMenuItem,
engineToolStripMenuItem,
helpToolStripMenuItem});
menuStrip1.Location = new System.Drawing.Point(0, 0);
menuStrip1.Name = "menuStrip1";
menuStrip1.Size = new System.Drawing.Size(784, 24);
menuStrip1.TabIndex = 0;
menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
preferencesToolStripMenuItem,
toolStripMenuItem1,
exitToolStripMenuItem});
fileToolStripMenuItem.Name = "fileToolStripMenuItem";
fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
fileToolStripMenuItem.Text = "&File";
//
// preferencesToolStripMenuItem
//
preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem";
preferencesToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
preferencesToolStripMenuItem.Text = "&Preferences...";
//
// toolStripMenuItem1
//
toolStripMenuItem1.Name = "toolStripMenuItem1";
toolStripMenuItem1.Size = new System.Drawing.Size(149, 6);
//
// exitToolStripMenuItem
//
exitToolStripMenuItem.Name = "exitToolStripMenuItem";
exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
exitToolStripMenuItem.Text = "E&xit";
//
// viewToolStripMenuItem
//
viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
caretModeToolStripMenuItem});
viewToolStripMenuItem.Name = "viewToolStripMenuItem";
viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
viewToolStripMenuItem.Text = "&View";
//
// caretModeToolStripMenuItem
//
caretModeToolStripMenuItem.CheckOnClick = true;
caretModeToolStripMenuItem.Name = "caretModeToolStripMenuItem";
caretModeToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F7;
caretModeToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
caretModeToolStripMenuItem.Text = "&Caret Mode";
//
// engineToolStripMenuItem
//.........这里部分代码省略.........
示例7: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
WeifenLuo.WinFormsUI.Docking.DockPanelSkin dockPanelSkin = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin();
WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin();
WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient1 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin();
WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient();
WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient2 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient2 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient3 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient4 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient5 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient3 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient6 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient7 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
System.ComponentModel.ComponentResourceManager componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(IntelliTrack.Client.Application.Form1));
dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
menuStrip1 = new System.Windows.Forms.MenuStrip();
fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
menuStrip1.SuspendLayout();
SuspendLayout();
dockPanel.ActiveAutoHideContent = null;
dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
dockPanel.DockBackColor = System.Drawing.SystemColors.Control;
dockPanel.DockBottomPortion = 150.0;
dockPanel.DockLeftPortion = 200.0;
dockPanel.DockRightPortion = 200.0;
dockPanel.DockTopPortion = 150.0;
dockPanel.Font = new System.Drawing.Font("Tahoma", 11.0F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, 0);
dockPanel.Location = new System.Drawing.Point(0, 24);
dockPanel.Name = "dockPanel";
dockPanel.RightToLeftLayout = true;
dockPanel.Size = new System.Drawing.Size(943, 652);
dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
autoHideStripSkin.DockStripGradient = dockPanelGradient1;
tabGradient1.EndColor = System.Drawing.SystemColors.Control;
tabGradient1.StartColor = System.Drawing.SystemColors.Control;
tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
autoHideStripSkin.TabGradient = tabGradient1;
dockPanelSkin.AutoHideStripSkin = autoHideStripSkin;
tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
dockPaneStripGradient.ActiveTabGradient = tabGradient2;
dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
dockPaneStripGradient.DockStripGradient = dockPanelGradient2;
tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
dockPaneStripGradient.InactiveTabGradient = tabGradient3;
dockPaneStripSkin.DocumentGradient = dockPaneStripGradient;
tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
dockPaneStripToolWindowGradient.ActiveCaptionGradient = tabGradient4;
tabGradient5.EndColor = System.Drawing.SystemColors.Control;
tabGradient5.StartColor = System.Drawing.SystemColors.Control;
tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
dockPaneStripToolWindowGradient.ActiveTabGradient = tabGradient5;
dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
dockPaneStripToolWindowGradient.DockStripGradient = dockPanelGradient3;
tabGradient6.EndColor = System.Drawing.SystemColors.GradientInactiveCaption;
//.........这里部分代码省略.........
示例8: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.MenuStrip menuStrip1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GameManagerDialog));
this.fileToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this._gameListBox = new System.Windows.Forms.ListBox();
this._noteTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.toolStripContainer3 = new System.Windows.Forms.ToolStripContainer();
this._lastPlayedDateTimePicker = new System.Windows.Forms.DateTimePicker();
this._purchasedDateTimePicker = new System.Windows.Forms.DateTimePicker();
this._playsTextBox = new System.Windows.Forms.TextBox();
this._costTextBox = new System.Windows.Forms.TextBox();
this._nameTextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this._addPlayButton = new System.Windows.Forms.Button();
this._newGameButton = new System.Windows.Forms.Button();
this._deleteButton = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this._saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this._openFileDialog = new System.Windows.Forms.OpenFileDialog();
menuStrip1 = new System.Windows.Forms.MenuStrip();
menuStrip1.SuspendLayout();
this.toolStripContainer3.ContentPanel.SuspendLayout();
this.toolStripContainer3.TopToolStripPanel.SuspendLayout();
this.toolStripContainer3.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
menuStrip1.GripMargin = new System.Windows.Forms.Padding(0, 2, 0, 2);
menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem1,
this.helpToolStripMenuItem});
menuStrip1.Location = new System.Drawing.Point(0, 0);
menuStrip1.Name = "menuStrip1";
menuStrip1.Padding = new System.Windows.Forms.Padding(0, 2, 0, 4);
menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
menuStrip1.Size = new System.Drawing.Size(544, 25);
menuStrip1.TabIndex = 14;
menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem1
//
this.fileToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.openToolStripMenuItem1,
this.toolStripSeparator,
this.saveToolStripMenuItem,
this.saveAsToolStripMenuItem,
this.toolStripSeparator2,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem1.Name = "fileToolStripMenuItem1";
this.fileToolStripMenuItem1.Padding = new System.Windows.Forms.Padding(0, 0, 4, 0);
this.fileToolStripMenuItem1.Size = new System.Drawing.Size(33, 19);
this.fileToolStripMenuItem1.Text = "&File";
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.newToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.newToolStripMenuItem.Text = "&New";
this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
//
// openToolStripMenuItem1
//
this.openToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem1.Image")));
this.openToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.openToolStripMenuItem1.Name = "openToolStripMenuItem1";
this.openToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.openToolStripMenuItem1.Size = new System.Drawing.Size(146, 22);
this.openToolStripMenuItem1.Text = "&Open";
this.openToolStripMenuItem1.Click += new System.EventHandler(this.openToolStripMenuItem1_Click);
//
// toolStripSeparator
//
this.toolStripSeparator.Name = "toolStripSeparator";
this.toolStripSeparator.Size = new System.Drawing.Size(143, 6);
//
// saveToolStripMenuItem
//.........这里部分代码省略.........
示例9: 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.MenuStrip menuStrip;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm2));
System.Windows.Forms.ToolStripMenuItem fileMenu;
System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem viewMenu;
System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem openConfigFileToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem saveConfigFileToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
System.Windows.Forms.ToolStripMenuItem delaysToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
System.Windows.Forms.ToolStripMenuItem overviewToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem senseToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem monitorToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem windowsMenu;
System.Windows.Forms.ToolStripMenuItem closeAllToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
System.Windows.Forms.ToolStripMenuItem helpMenu;
System.Windows.Forms.ToolStripMenuItem contentsToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem indexToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
this.openSpecterFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ParameterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.connectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.measureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.initSys_butt = new System.Windows.Forms.ToolStripButton();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.measure_StatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.sensmeasure_button = new System.Windows.Forms.ToolStripButton();
this.shutSys_butt = new System.Windows.Forms.ToolStripButton();
this.unblock_butt = new System.Windows.Forms.ToolStripButton();
this.controlToolStrip = new System.Windows.Forms.ToolStrip();
this.connectToolStripButton = new System.Windows.Forms.ToolStripButton();
this.monitorToolStripButton = new System.Windows.Forms.ToolStripButton();
this.overviewSplitButton = new System.Windows.Forms.ToolStripSplitButton();
this.sparseModeStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.inletToolStripButton = new System.Windows.Forms.ToolStripButton();
this.parameterPanel = new System.Windows.Forms.Panel();
this.statusTreeView = new System.Windows.Forms.TreeView();
this.statusTreeViewStateImageList = new System.Windows.Forms.ImageList(this.components);
this.openSpecterFileDialog = new System.Windows.Forms.OpenFileDialog();
menuStrip = new System.Windows.Forms.MenuStrip();
fileMenu = new System.Windows.Forms.ToolStripMenuItem();
exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
viewMenu = new System.Windows.Forms.ToolStripMenuItem();
optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
openConfigFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
saveConfigFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
delaysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
overviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
senseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
monitorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
windowsMenu = new System.Windows.Forms.ToolStripMenuItem();
closeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
helpMenu = new System.Windows.Forms.ToolStripMenuItem();
contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
menuStrip.SuspendLayout();
this.statusStrip.SuspendLayout();
this.controlToolStrip.SuspendLayout();
this.parameterPanel.SuspendLayout();
this.SuspendLayout();
//
// menuStrip
//
menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
fileMenu,
viewMenu,
optionsToolStripMenuItem,
windowsMenu,
helpMenu});
resources.ApplyResources(menuStrip, "menuStrip");
menuStrip.MdiWindowListItem = windowsMenu;
menuStrip.Name = "menuStrip";
//
// fileMenu
//
fileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openSpecterFileToolStripMenuItem,
exitToolStripMenuItem});
resources.ApplyResources(fileMenu, "fileMenu");
fileMenu.Name = "fileMenu";
//
// openSpecterFileToolStripMenuItem
//.........这里部分代码省略.........
示例10: 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.MenuStrip menuStrip;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowseForm));
System.Windows.Forms.ToolStripContainer toolStripContainer1;
System.Windows.Forms.StatusStrip statusStrip1;
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.ToolStrip toolStrip1;
System.Windows.Forms.Timer timer;
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.hitsBox = new System.Windows.Forms.ListBox();
this.webBrowser = new System.Windows.Forms.WebBrowser();
this.searchBox = new System.Windows.Forms.ToolStripTextBox();
this.goButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.backButton = new System.Windows.Forms.ToolStripButton();
this.nextButton = new System.Windows.Forms.ToolStripButton();
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exportStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.setHspellPathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
menuStrip = new System.Windows.Forms.MenuStrip();
toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
statusStrip1 = new System.Windows.Forms.StatusStrip();
splitContainer1 = new System.Windows.Forms.SplitContainer();
toolStrip1 = new System.Windows.Forms.ToolStrip();
timer = new System.Windows.Forms.Timer(this.components);
menuStrip.SuspendLayout();
toolStripContainer1.BottomToolStripPanel.SuspendLayout();
toolStripContainer1.ContentPanel.SuspendLayout();
toolStripContainer1.TopToolStripPanel.SuspendLayout();
toolStripContainer1.SuspendLayout();
statusStrip1.SuspendLayout();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip
//
menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.optionsToolStripMenuItem,
this.helpToolStripMenuItem});
resources.ApplyResources(menuStrip, "menuStrip");
menuStrip.Name = "menuStrip";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openToolStripMenuItem,
this.closeToolStripMenuItem,
this.toolStripSeparator1,
this.exportStripMenuItem,
this.toolStripSeparator4,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem");
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// toolStripContainer1
//
//
// toolStripContainer1.BottomToolStripPanel
//
toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1);
//
// toolStripContainer1.ContentPanel
//
toolStripContainer1.ContentPanel.Controls.Add(splitContainer1);
resources.ApplyResources(toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel");
resources.ApplyResources(toolStripContainer1, "toolStripContainer1");
toolStripContainer1.LeftToolStripPanelVisible = false;
toolStripContainer1.Name = "toolStripContainer1";
toolStripContainer1.RightToolStripPanelVisible = false;
//
// toolStripContainer1.TopToolStripPanel
//
toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
//
// statusStrip1
//
//.........这里部分代码省略.........
示例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.MenuStrip menuStrip;
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.SplitContainer splitContainer2;
System.Windows.Forms.ColumnHeader columnHeader;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkspaceForm));
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.workspaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.evaluateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.inspectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.installToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.newEnvironmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.poolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.variablesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.txtEvaluate = new System.Windows.Forms.TextBox();
this.txtResult = new System.Windows.Forms.TextBox();
this.txtInstall = new System.Windows.Forms.TextBox();
this.listErrors = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.tabControl = new System.Windows.Forms.TabControl();
this.tabPageEvaluate = new System.Windows.Forms.TabPage();
this.tabPageInstall = new System.Windows.Forms.TabPage();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
menuStrip = new System.Windows.Forms.MenuStrip();
splitContainer1 = new System.Windows.Forms.SplitContainer();
splitContainer2 = new System.Windows.Forms.SplitContainer();
columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
menuStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit();
splitContainer2.Panel1.SuspendLayout();
splitContainer2.Panel2.SuspendLayout();
splitContainer2.SuspendLayout();
this.tabControl.SuspendLayout();
this.tabPageEvaluate.SuspendLayout();
this.tabPageInstall.SuspendLayout();
this.SuspendLayout();
//
// menuStrip
//
menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.workspaceToolStripMenuItem});
menuStrip.Location = new System.Drawing.Point(0, 0);
menuStrip.Name = "menuStrip";
menuStrip.Size = new System.Drawing.Size(670, 24);
menuStrip.TabIndex = 1;
menuStrip.Text = "menuStrip2";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openToolStripMenuItem,
this.saveAsToolStripMenuItem,
this.toolStripSeparator1,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "&File";
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.openToolStripMenuItem.Text = "&Open...";
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// saveAsToolStripMenuItem
//
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.saveAsToolStripMenuItem.Text = "Save As...";
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//.........这里部分代码省略.........
示例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.MenuStrip menuStrip1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MovieManagerDialog));
this.fileToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this._movieListBox = new System.Windows.Forms.ListBox();
this._descriptionTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this._ratingTextBox = new System.Windows.Forms.NumericUpDown();
this._directorComboBox = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
this._directorsButton = new System.Windows.Forms.ToolStripButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.toolStripContainer2 = new System.Windows.Forms.ToolStripContainer();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this._newButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this._deleteButton = new System.Windows.Forms.ToolStripButton();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.toolStripContainer3 = new System.Windows.Forms.ToolStripContainer();
this._saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this._openFileDialog = new System.Windows.Forms.OpenFileDialog();
menuStrip1 = new System.Windows.Forms.MenuStrip();
menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this._ratingTextBox)).BeginInit();
this.groupBox1.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this.toolStrip2.SuspendLayout();
this.groupBox2.SuspendLayout();
this.toolStripContainer2.ContentPanel.SuspendLayout();
this.toolStripContainer2.TopToolStripPanel.SuspendLayout();
this.toolStripContainer2.SuspendLayout();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.toolStripContainer3.ContentPanel.SuspendLayout();
this.toolStripContainer3.TopToolStripPanel.SuspendLayout();
this.toolStripContainer3.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
menuStrip1.GripMargin = new System.Windows.Forms.Padding(0, 2, 0, 2);
menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem1,
this.helpToolStripMenuItem});
menuStrip1.Location = new System.Drawing.Point(0, 0);
menuStrip1.Name = "menuStrip1";
menuStrip1.Padding = new System.Windows.Forms.Padding(0, 2, 0, 4);
menuStrip1.Size = new System.Drawing.Size(609, 25);
menuStrip1.TabIndex = 14;
menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem1
//
this.fileToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.openToolStripMenuItem1,
this.toolStripSeparator,
this.saveToolStripMenuItem,
this.saveAsToolStripMenuItem,
this.toolStripSeparator2,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem1.Name = "fileToolStripMenuItem1";
this.fileToolStripMenuItem1.Padding = new System.Windows.Forms.Padding(0, 0, 4, 0);
this.fileToolStripMenuItem1.Size = new System.Drawing.Size(33, 19);
this.fileToolStripMenuItem1.Text = "&File";
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.newToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.newToolStripMenuItem.Text = "&New";
this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
//
//.........这里部分代码省略.........
示例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.MenuStrip menuStrip1;
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.playerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.player1MouseControlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.player1KeyboardControlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.difficultyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.easyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mediumToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.insanityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.eXITToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.colorChangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ballToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.leftPaddleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.rightPaddleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.redToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.yellowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.greenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.redToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.yellowToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.greenToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.redToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.yellowToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.greenToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.restartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
menuStrip1 = new System.Windows.Forms.MenuStrip();
menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
menuStrip1.ImeMode = System.Windows.Forms.ImeMode.Disable;
menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.optionsToolStripMenuItem,
this.eXITToolStripMenuItem,
this.pauseToolStripMenuItem});
menuStrip1.Location = new System.Drawing.Point(0, 0);
menuStrip1.Name = "menuStrip1";
menuStrip1.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
menuStrip1.Size = new System.Drawing.Size(800, 24);
menuStrip1.TabIndex = 0;
menuStrip1.Text = "menuStrip1";
//
// optionsToolStripMenuItem
//
this.optionsToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.restartToolStripMenuItem,
this.playerToolStripMenuItem,
this.difficultyToolStripMenuItem,
this.colorChangeToolStripMenuItem});
this.optionsToolStripMenuItem.Font = new System.Drawing.Font("OCR-A", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.optionsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control;
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
this.optionsToolStripMenuItem.Text = "Options";
//
// playerToolStripMenuItem
//
this.playerToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.playerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.player1MouseControlsToolStripMenuItem,
this.player1KeyboardControlsToolStripMenuItem});
this.playerToolStripMenuItem.Font = new System.Drawing.Font("OCR-A", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.playerToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control;
this.playerToolStripMenuItem.Name = "playerToolStripMenuItem";
this.playerToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
this.playerToolStripMenuItem.Text = "2 Player";
//
// player1MouseControlsToolStripMenuItem
//
this.player1MouseControlsToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.player1MouseControlsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control;
this.player1MouseControlsToolStripMenuItem.Name = "player1MouseControlsToolStripMenuItem";
this.player1MouseControlsToolStripMenuItem.Size = new System.Drawing.Size(263, 22);
this.player1MouseControlsToolStripMenuItem.Text = "Player1 = Mouse Controls";
//
// player1KeyboardControlsToolStripMenuItem
//
this.player1KeyboardControlsToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.player1KeyboardControlsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control;
this.player1KeyboardControlsToolStripMenuItem.Name = "player1KeyboardControlsToolStripMenuItem";
this.player1KeyboardControlsToolStripMenuItem.Size = new System.Drawing.Size(263, 22);
this.player1KeyboardControlsToolStripMenuItem.Text = "Player1 = Keyboard Controls";
//
// difficultyToolStripMenuItem
//
this.difficultyToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.difficultyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.easyToolStripMenuItem,
//.........这里部分代码省略.........
示例14: InitializeComponent
//.........这里部分代码省略.........
toolStripSeparator19 = new System.Windows.Forms.ToolStripSeparator();
File_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
NewPage_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
Open_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
SaveAs_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
Print_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
PrintPreview_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
ShowPropertoes_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator22 = new System.Windows.Forms.ToolStripSeparator();
Exit_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
View_toolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
Tree_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
Properties_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
Edit_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
Undo_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
Redo_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
Cut_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
Delete_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
Copy_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
Paste_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
SelectAll_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
FontStyle_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
SetFont_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
文字装飾ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
位置揃えToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
bottom_splitter1 = new System.Windows.Forms.Splitter();
upper_splitter = new System.Windows.Forms.Splitter();
vertical_splitter = new System.Windows.Forms.Splitter();
contextMenuStrip2.SuspendLayout();
menuStrip1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// 内容を更新するToolStripMenuItem
//
内容を更新するToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
このノード以下ToolStripMenuItem,
削除ToolStripMenuItem});
内容を更新するToolStripMenuItem.Name = "内容を更新するToolStripMenuItem";
内容を更新するToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
内容を更新するToolStripMenuItem.Text = "内容を更新する";
内容を更新するToolStripMenuItem.Click += new System.EventHandler(this.Reload_Click);
//
// このノード以下ToolStripMenuItem
//
このノード以下ToolStripMenuItem.Name = "このノード以下ToolStripMenuItem";
このノード以下ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
このノード以下ToolStripMenuItem.Text = "このノード以下";
このノード以下ToolStripMenuItem.Visible = false;
//
// 削除ToolStripMenuItem
//
削除ToolStripMenuItem.Name = "削除ToolStripMenuItem";
削除ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
削除ToolStripMenuItem.Text = "削除";
削除ToolStripMenuItem.Visible = false;
//
// contextMenuStrip2
//
示例15: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.GroupBox groupBox1;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label1;
System.Windows.Forms.MenuStrip menuStrip1;
System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
System.Windows.Forms.StatusStrip statusStrip1;
this.txtMaxRings = new System.Windows.Forms.TextBox();
this.cmoSelectedSection = new System.Windows.Forms.ComboBox();
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem();
this.mnuSave = new System.Windows.Forms.ToolStripMenuItem();
this.mnuExportData = new System.Windows.Forms.ToolStripMenuItem();
this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.prbStatus = new System.Windows.Forms.ToolStripProgressBar();
this.picSectionImage = new System.Windows.Forms.PictureBox();
groupBox1 = new System.Windows.Forms.GroupBox();
label2 = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
menuStrip1 = new System.Windows.Forms.MenuStrip();
toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
statusStrip1 = new System.Windows.Forms.StatusStrip();
groupBox1.SuspendLayout();
menuStrip1.SuspendLayout();
statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picSectionImage)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
groupBox1.Controls.Add(this.txtMaxRings);
groupBox1.Controls.Add(label2);
groupBox1.Controls.Add(this.cmoSelectedSection);
groupBox1.Controls.Add(label1);
groupBox1.Dock = System.Windows.Forms.DockStyle.Right;
groupBox1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
groupBox1.Location = new System.Drawing.Point(469, 24);
groupBox1.Name = "groupBox1";
groupBox1.Size = new System.Drawing.Size(200, 474);
groupBox1.TabIndex = 0;
groupBox1.TabStop = false;
groupBox1.Text = "Sections";
//
// txtMaxRings
//
this.txtMaxRings.Location = new System.Drawing.Point(94, 62);
this.txtMaxRings.Name = "txtMaxRings";
this.txtMaxRings.Size = new System.Drawing.Size(44, 20);
this.txtMaxRings.TabIndex = 4;
this.txtMaxRings.Leave += new System.EventHandler(this.txtMaxRings_Leave);
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(6, 65);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(57, 14);
label2.TabIndex = 3;
label2.Text = "Max Rings";
//
// cmoSelectedSection
//
this.cmoSelectedSection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmoSelectedSection.FormattingEnabled = true;
this.cmoSelectedSection.Location = new System.Drawing.Point(94, 26);
this.cmoSelectedSection.Name = "cmoSelectedSection";
this.cmoSelectedSection.Size = new System.Drawing.Size(90, 22);
this.cmoSelectedSection.TabIndex = 1;
this.cmoSelectedSection.SelectedIndexChanged += new System.EventHandler(this.cmoSelectedSection_SelectedIndexChanged);
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(6, 29);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(82, 14);
label1.TabIndex = 0;
label1.Text = "Current Section";
//
// menuStrip1
//
menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFile});
menuStrip1.Location = new System.Drawing.Point(0, 0);
menuStrip1.Name = "menuStrip1";
menuStrip1.Size = new System.Drawing.Size(669, 24);
menuStrip1.TabIndex = 2;
menuStrip1.Text = "menuStrip1";
//
// mnuFile
//
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
//.........这里部分代码省略.........