⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 windowsformapp.designer.cs

📁 workflow foundaction 工作流设计器
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // 
            // DeleteMenuItem
            // 
            this.DeleteMenuItem.Index = 4;
            this.DeleteMenuItem.Shortcut = System.Windows.Forms.Shortcut.Del;
            this.DeleteMenuItem.Text = "&Delete";
            this.DeleteMenuItem.Click += new System.EventHandler(this.DeleteMenuItem_Click);
            // 
            // worklfowMenu
            // 
            this.worklfowMenu.Index = 2;
            this.worklfowMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.expandMenuItem,
            this.collapseMenuItem,
            this.menuItem9,
            this.zoomLevelsMenu,
            this.NavigationToolsMenu,
            this.menuItem4,
            this.compileWorkflow});
            this.worklfowMenu.Text = "&Workflow";
            // 
            // expandMenuItem
            // 
            this.expandMenuItem.Index = 0;
            this.expandMenuItem.Text = "&Expand";
            this.expandMenuItem.Click += new System.EventHandler(this.expandMenuItem_Click);
            // 
            // collapseMenuItem
            // 
            this.collapseMenuItem.Index = 1;
            this.collapseMenuItem.Text = "&Collapse";
            this.collapseMenuItem.Click += new System.EventHandler(this.collapseMenuItem_Click);
            // 
            // menuItem9
            // 
            this.menuItem9.Index = 2;
            this.menuItem9.Text = "-";
            // 
            // zoomLevelsMenu
            // 
            this.zoomLevelsMenu.Index = 3;
            this.zoomLevelsMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.zoom400MenuItem,
            this.zoom300MenuItem,
            this.zoom200MenuItem,
            this.zoom150MenuItem,
            this.zoom100MenuItem,
            this.zoom75MenuItem,
            this.zoom50MenuItem,
            this.zoom10MenuItem,
            this.zoomShowAllMenuItem});
            this.zoomLevelsMenu.Text = "&Zoom Levels";
            // 
            // zoom400MenuItem
            // 
            this.zoom400MenuItem.Index = 0;
            this.zoom400MenuItem.Text = "&400%";
            this.zoom400MenuItem.Click += new System.EventHandler(this.zoom400MenuItem_Click);
            // 
            // zoom300MenuItem
            // 
            this.zoom300MenuItem.Index = 1;
            this.zoom300MenuItem.Text = "&300%";
            this.zoom300MenuItem.Click += new System.EventHandler(this.zoom300MenuItem_Click);
            // 
            // zoom200MenuItem
            // 
            this.zoom200MenuItem.Index = 2;
            this.zoom200MenuItem.Text = "&200%";
            this.zoom200MenuItem.Click += new System.EventHandler(this.zoom200MenuItem_Click);
            // 
            // zoom150MenuItem
            // 
            this.zoom150MenuItem.Index = 3;
            this.zoom150MenuItem.Text = "&150%";
            this.zoom150MenuItem.Click += new System.EventHandler(this.zoom150MenuItem_Click);
            // 
            // zoom100MenuItem
            // 
            this.zoom100MenuItem.Index = 4;
            this.zoom100MenuItem.Text = "1&00%";
            this.zoom100MenuItem.Click += new System.EventHandler(this.zoom100MenuItem_Click);
            // 
            // zoom75MenuItem
            // 
            this.zoom75MenuItem.Index = 5;
            this.zoom75MenuItem.Text = "&75%";
            this.zoom75MenuItem.Click += new System.EventHandler(this.zoom75MenuItem_Click);
            // 
            // zoom50MenuItem
            // 
            this.zoom50MenuItem.Index = 6;
            this.zoom50MenuItem.Text = "&50%";
            this.zoom50MenuItem.Click += new System.EventHandler(this.zoom50MenuItem_Click);
            // 
            // zoom10MenuItem
            // 
            this.zoom10MenuItem.Index = 7;
            this.zoom10MenuItem.Text = "10%";
            this.zoom10MenuItem.Click += new System.EventHandler(this.zoom10MenuItem_Click);
            // 
            // zoomShowAllMenuItem
            // 
            this.zoomShowAllMenuItem.Index = 8;
            this.zoomShowAllMenuItem.Text = "Show &All";
            this.zoomShowAllMenuItem.Click += new System.EventHandler(this.zoomShowAllMenuItem_Click);
            // 
            // NavigationToolsMenu
            // 
            this.NavigationToolsMenu.Index = 4;
            this.NavigationToolsMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.zoomInNavigationMenuItem,
            this.zoomOutNavigationMenuItem,
            this.panNavigationMenuItem,
            this.defaultNavigationMenuItem});
            this.NavigationToolsMenu.Text = "Navigation &Tools";
            // 
            // zoomInNavigationMenuItem
            // 
            this.zoomInNavigationMenuItem.Index = 0;
            this.zoomInNavigationMenuItem.Text = "Zoom In";
            this.zoomInNavigationMenuItem.Click += new System.EventHandler(this.zoomInNavigationMenuItem_Click);
            // 
            // zoomOutNavigationMenuItem
            // 
            this.zoomOutNavigationMenuItem.Index = 1;
            this.zoomOutNavigationMenuItem.Text = "Zoom Out";
            this.zoomOutNavigationMenuItem.Click += new System.EventHandler(this.zoomOutNavigationMenuItem_Click);
            // 
            // panNavigationMenuItem
            // 
            this.panNavigationMenuItem.Index = 2;
            this.panNavigationMenuItem.Text = "Pan";
            this.panNavigationMenuItem.Click += new System.EventHandler(this.panNavigationMenuItem_Click);
            // 
            // defaultNavigationMenuItem
            // 
            this.defaultNavigationMenuItem.Index = 3;
            this.defaultNavigationMenuItem.Text = "Default";
            this.defaultNavigationMenuItem.Click += new System.EventHandler(this.defaultNavigationMenuItem_Click);
            // 
            // menuItem4
            // 
            this.menuItem4.Index = 5;
            this.menuItem4.Text = "-";
            // 
            // compileWorkflow
            // 
            this.compileWorkflow.Index = 6;
            this.compileWorkflow.Text = "Compile Workflow";
            this.compileWorkflow.Click += new System.EventHandler(this.CompileWorkflow);
            // 
            // toolBarImages
            // 
            this.toolBarImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.toolBarImages.ImageSize = new System.Drawing.Size(16, 16);
            this.toolBarImages.TransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            // 
            // toolStrip1
            // 
            this.toolStrip1.ImageList = this.toolBarImages;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripButton,
            this.openToolStripButton,
            this.saveToolStripButton,
            this.printToolStripButton,
            this.toolStripSeparator,
            this.cutToolStripButton,
            this.copyToolStripButton,
            this.pasteToolStripButton,
            this.toolStripSeparator1,
            this.zoomInToolButton,
            this.zoomOut,
            this.separatorToolStripButton2,
            this.zoomLevelToolStripButton,
            this.separatorToolStripButton,
            this.expandToolStripButton,
            this.collapseToolStripButton,
            this.separatorToolStripButton1});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(850, 25);
            this.toolStrip1.TabIndex = 2;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // newToolStripButton
            // 
            this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
            this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Lime;
            this.newToolStripButton.Name = "newToolStripButton";
            this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.newToolStripButton.Text = "&New";
            this.newToolStripButton.Click += new System.EventHandler(this.NewMenuItem_Click);
            // 
            // openToolStripButton
            // 
            this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
            this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Lime;
            this.openToolStripButton.Name = "openToolStripButton";
            this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.openToolStripButton.Text = "&Open";
            this.openToolStripButton.Click += new System.EventHandler(this.OpenMenuItem_Click);
            // 
            // saveToolStripButton
            // 
            this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
            this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Lime;
            this.saveToolStripButton.Name = "saveToolStripButton";
            this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.saveToolStripButton.Text = "&Save";
            this.saveToolStripButton.Click += new System.EventHandler(this.SaveMenuItem_Click);
            // 
            // printToolStripButton
            // 
            this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
            this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Lime;
            this.printToolStripButton.Name = "printToolStripButton";
            this.printToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.printToolStripButton.Text = "&Print";
            this.printToolStripButton.Click += new System.EventHandler(this.PrintMenuItem_Click);
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // cutToolStripButton
            // 
            this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.cutToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripButton.Image")));
            this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Lime;
            this.cutToolStripButton.Name = "cutToolStripButton";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -