📄 windowsformapp.designer.cs
字号:
//---------------------------------------------------------------------
// This file is part of the WindowsWorkflow.NET web site samples.
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
// This source code is intended only as a supplement to Microsoft
// Development Tools and/or on-line documentation. See these other
// materials for detailed information regarding Microsoft code samples.
//
// THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//---------------------------------------------------------------------
namespace WorkflowDesignerExample
{
partial class WindowsFormApp
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WindowsFormApp));
this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
this.FileMenu = new System.Windows.Forms.MenuItem();
this.NewMenuItem = new System.Windows.Forms.MenuItem();
this.OpenMenuItem = new System.Windows.Forms.MenuItem();
this.SaveMenuItem = new System.Windows.Forms.MenuItem();
this.SaveAsMenuItem = new System.Windows.Forms.MenuItem();
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.PageSetupMenuItem = new System.Windows.Forms.MenuItem();
this.PrintPreviewMenuItem = new System.Windows.Forms.MenuItem();
this.PrintMenuItem = new System.Windows.Forms.MenuItem();
this.menuItem3 = new System.Windows.Forms.MenuItem();
this.ExitMenuItem = new System.Windows.Forms.MenuItem();
this.EditMenuItem = new System.Windows.Forms.MenuItem();
this.CutMenuItem = new System.Windows.Forms.MenuItem();
this.CopyMenuItem = new System.Windows.Forms.MenuItem();
this.PasteMenuItem = new System.Windows.Forms.MenuItem();
this.menuItem2 = new System.Windows.Forms.MenuItem();
this.DeleteMenuItem = new System.Windows.Forms.MenuItem();
this.worklfowMenu = new System.Windows.Forms.MenuItem();
this.expandMenuItem = new System.Windows.Forms.MenuItem();
this.collapseMenuItem = new System.Windows.Forms.MenuItem();
this.menuItem9 = new System.Windows.Forms.MenuItem();
this.zoomLevelsMenu = new System.Windows.Forms.MenuItem();
this.zoom400MenuItem = new System.Windows.Forms.MenuItem();
this.zoom300MenuItem = new System.Windows.Forms.MenuItem();
this.zoom200MenuItem = new System.Windows.Forms.MenuItem();
this.zoom150MenuItem = new System.Windows.Forms.MenuItem();
this.zoom100MenuItem = new System.Windows.Forms.MenuItem();
this.zoom75MenuItem = new System.Windows.Forms.MenuItem();
this.zoom50MenuItem = new System.Windows.Forms.MenuItem();
this.zoom10MenuItem = new System.Windows.Forms.MenuItem();
this.zoomShowAllMenuItem = new System.Windows.Forms.MenuItem();
this.NavigationToolsMenu = new System.Windows.Forms.MenuItem();
this.zoomInNavigationMenuItem = new System.Windows.Forms.MenuItem();
this.zoomOutNavigationMenuItem = new System.Windows.Forms.MenuItem();
this.panNavigationMenuItem = new System.Windows.Forms.MenuItem();
this.defaultNavigationMenuItem = new System.Windows.Forms.MenuItem();
this.menuItem4 = new System.Windows.Forms.MenuItem();
this.compileWorkflow = new System.Windows.Forms.MenuItem();
this.toolBarImages = new System.Windows.Forms.ImageList(this.components);
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
this.cutToolStripButton = new System.Windows.Forms.ToolStripButton();
this.copyToolStripButton = new System.Windows.Forms.ToolStripButton();
this.pasteToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.zoomInToolButton = new System.Windows.Forms.ToolStripButton();
this.zoomOut = new System.Windows.Forms.ToolStripButton();
this.separatorToolStripButton2 = new System.Windows.Forms.ToolStripSeparator();
this.zoomLevelToolStripButton = new System.Windows.Forms.ToolStripComboBox();
this.separatorToolStripButton = new System.Windows.Forms.ToolStripSeparator();
this.expandToolStripButton = new System.Windows.Forms.ToolStripButton();
this.collapseToolStripButton = new System.Windows.Forms.ToolStripButton();
this.separatorToolStripButton1 = new System.Windows.Forms.ToolStripSeparator();
this.topSplitContainer = new System.Windows.Forms.SplitContainer();
this.toolBoxSplitContainer = new System.Windows.Forms.SplitContainer();
this.propertyGrid = new System.Windows.Forms.PropertyGrid();
this.workflowDesignerControl1 = new WorkflowDesignerControl.WorkflowDesignerControl();
this.toolStrip1.SuspendLayout();
this.topSplitContainer.Panel2.SuspendLayout();
this.topSplitContainer.SuspendLayout();
this.toolBoxSplitContainer.Panel2.SuspendLayout();
this.toolBoxSplitContainer.SuspendLayout();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.FileMenu,
this.EditMenuItem,
this.worklfowMenu});
//
// FileMenu
//
this.FileMenu.Index = 0;
this.FileMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.NewMenuItem,
this.OpenMenuItem,
this.SaveMenuItem,
this.SaveAsMenuItem,
this.menuItem1,
this.PageSetupMenuItem,
this.PrintPreviewMenuItem,
this.PrintMenuItem,
this.menuItem3,
this.ExitMenuItem});
this.FileMenu.Text = "&File";
//
// NewMenuItem
//
this.NewMenuItem.Index = 0;
this.NewMenuItem.Text = "&New";
this.NewMenuItem.Click += new System.EventHandler(this.NewMenuItem_Click);
//
// OpenMenuItem
//
this.OpenMenuItem.Index = 1;
this.OpenMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
this.OpenMenuItem.Text = "&Open";
this.OpenMenuItem.Click += new System.EventHandler(this.OpenMenuItem_Click);
//
// SaveMenuItem
//
this.SaveMenuItem.Index = 2;
this.SaveMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
this.SaveMenuItem.Text = "&Save";
this.SaveMenuItem.Click += new System.EventHandler(this.SaveMenuItem_Click);
//
// SaveAsMenuItem
//
this.SaveAsMenuItem.Index = 3;
this.SaveAsMenuItem.Text = "Save &As";
this.SaveAsMenuItem.Click += new System.EventHandler(this.SaveAsMenuItem_Click);
//
// menuItem1
//
this.menuItem1.Index = 4;
this.menuItem1.Text = "-";
//
// PageSetupMenuItem
//
this.PageSetupMenuItem.Index = 5;
this.PageSetupMenuItem.Text = "Page Set&up";
this.PageSetupMenuItem.Click += new System.EventHandler(this.PageSetupMenuItem_Click);
//
// PrintPreviewMenuItem
//
this.PrintPreviewMenuItem.Index = 6;
this.PrintPreviewMenuItem.Text = "Print Pre&view";
this.PrintPreviewMenuItem.Click += new System.EventHandler(this.PrintPreviewMenuItem_Click);
//
// PrintMenuItem
//
this.PrintMenuItem.Index = 7;
this.PrintMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlP;
this.PrintMenuItem.Text = "&Print";
this.PrintMenuItem.Click += new System.EventHandler(this.PrintMenuItem_Click);
//
// menuItem3
//
this.menuItem3.Index = 8;
this.menuItem3.Text = "-";
//
// ExitMenuItem
//
this.ExitMenuItem.Index = 9;
this.ExitMenuItem.Text = "E&xit";
this.ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItem_Click);
//
// EditMenuItem
//
this.EditMenuItem.Index = 1;
this.EditMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.CutMenuItem,
this.CopyMenuItem,
this.PasteMenuItem,
this.menuItem2,
this.DeleteMenuItem});
this.EditMenuItem.Text = "&Edit";
//
// CutMenuItem
//
this.CutMenuItem.Index = 0;
this.CutMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlX;
this.CutMenuItem.Text = "Cu&t";
this.CutMenuItem.Click += new System.EventHandler(this.CutMenuItem_Click);
//
// CopyMenuItem
//
this.CopyMenuItem.Index = 1;
this.CopyMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
this.CopyMenuItem.Text = "&Copy";
this.CopyMenuItem.Click += new System.EventHandler(this.CopyMenuItem_Click);
//
// PasteMenuItem
//
this.PasteMenuItem.Index = 2;
this.PasteMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
this.PasteMenuItem.Text = "&Paste";
this.PasteMenuItem.Click += new System.EventHandler(this.PasteMenuItem_Click);
//
// menuItem2
//
this.menuItem2.Index = 3;
this.menuItem2.Text = "-";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -