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

📄 windowsformapp.designer.cs

📁 workflow foundaction 工作流设计器
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.cutToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.cutToolStripButton.Text = "Cu&t";
            this.cutToolStripButton.Click += new System.EventHandler(this.CutMenuItem_Click);
            // 
            // copyToolStripButton
            // 
            this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.copyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image")));
            this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Lime;
            this.copyToolStripButton.Name = "copyToolStripButton";
            this.copyToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.copyToolStripButton.Text = "&Copy";
            this.copyToolStripButton.Click += new System.EventHandler(this.CopyMenuItem_Click);
            // 
            // pasteToolStripButton
            // 
            this.pasteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.pasteToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripButton.Image")));
            this.pasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Lime;
            this.pasteToolStripButton.Name = "pasteToolStripButton";
            this.pasteToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.pasteToolStripButton.Text = "&Paste";
            this.pasteToolStripButton.Click += new System.EventHandler(this.PasteMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // zoomInToolButton
            // 
            this.zoomInToolButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.zoomInToolButton.Image = ((System.Drawing.Image)(resources.GetObject("zoomInToolButton.Image")));
            this.zoomInToolButton.Name = "zoomInToolButton";
            this.zoomInToolButton.Size = new System.Drawing.Size(23, 22);
            this.zoomInToolButton.Text = "Zoom In";
            this.zoomInToolButton.Click += new System.EventHandler(this.zoomInNavigationMenuItem_Click);
            // 
            // zoomOut
            // 
            this.zoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.zoomOut.Image = ((System.Drawing.Image)(resources.GetObject("zoomOut.Image")));
            this.zoomOut.Name = "zoomOut";
            this.zoomOut.Size = new System.Drawing.Size(23, 22);
            this.zoomOut.Text = "Zoom Out";
            this.zoomOut.Click += new System.EventHandler(this.zoomOutNavigationMenuItem_Click);
            // 
            // separatorToolStripButton2
            // 
            this.separatorToolStripButton2.Name = "separatorToolStripButton2";
            this.separatorToolStripButton2.Size = new System.Drawing.Size(6, 25);
            // 
            // zoomLevelToolStripButton
            // 
            this.zoomLevelToolStripButton.Items.AddRange(new object[] {
            "400%",
            "300%",
            "200%",
            "150%",
            "100%",
            "75%",
            "50%"});
            this.zoomLevelToolStripButton.Name = "zoomLevelToolStripButton";
            this.zoomLevelToolStripButton.Size = new System.Drawing.Size(121, 25);
            this.zoomLevelToolStripButton.Leave += new System.EventHandler(this.zoomLevelToolStripButton_Leave);
            this.zoomLevelToolStripButton.KeyDown += new System.Windows.Forms.KeyEventHandler(this.zoomLevelToolStripButton_KeyDown);
            this.zoomLevelToolStripButton.SelectedIndexChanged += new System.EventHandler(this.zoomLevelToolStripButton_SelectedIndexChanged);
            this.zoomLevelToolStripButton.KeyUp += new System.Windows.Forms.KeyEventHandler(this.zoomLevelToolStripButton_KeyUp);
            // 
            // separatorToolStripButton
            // 
            this.separatorToolStripButton.Name = "separatorToolStripButton";
            this.separatorToolStripButton.Size = new System.Drawing.Size(6, 25);
            // 
            // expandToolStripButton
            // 
            this.expandToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.expandToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("expandToolStripButton.Image")));
            this.expandToolStripButton.Name = "expandToolStripButton";
            this.expandToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.expandToolStripButton.Text = "Expand";
            this.expandToolStripButton.Click += new System.EventHandler(this.expandMenuItem_Click);
            // 
            // collapseToolStripButton
            // 
            this.collapseToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.collapseToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("collapseToolStripButton.Image")));
            this.collapseToolStripButton.Name = "collapseToolStripButton";
            this.collapseToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.collapseToolStripButton.Text = "Collapse";
            this.collapseToolStripButton.Click += new System.EventHandler(this.collapseMenuItem_Click);
            // 
            // separatorToolStripButton1
            // 
            this.separatorToolStripButton1.Name = "separatorToolStripButton1";
            this.separatorToolStripButton1.Size = new System.Drawing.Size(6, 25);
            // 
            // topSplitContainer
            // 
            this.topSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.topSplitContainer.Location = new System.Drawing.Point(0, 25);
            this.topSplitContainer.Name = "topSplitContainer";
            // 
            // topSplitContainer.Panel2
            // 
            this.topSplitContainer.Panel2.Controls.Add(this.toolBoxSplitContainer);
            this.topSplitContainer.Size = new System.Drawing.Size(829, 572);
            this.topSplitContainer.SplitterDistance = 584;
            this.topSplitContainer.TabIndex = 1;
            this.topSplitContainer.Text = "splitContainer1";
            // 
            // toolBoxSplitContainer
            // 
            this.toolBoxSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolBoxSplitContainer.Location = new System.Drawing.Point(0, 0);
            this.toolBoxSplitContainer.Name = "toolBoxSplitContainer";
            this.toolBoxSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // toolBoxSplitContainer.Panel2
            // 
            this.toolBoxSplitContainer.Panel2.Controls.Add(this.propertyGrid);
            this.toolBoxSplitContainer.Size = new System.Drawing.Size(241, 572);
            this.toolBoxSplitContainer.SplitterDistance = 301;
            this.toolBoxSplitContainer.TabIndex = 0;
            this.toolBoxSplitContainer.Text = "splitContainer1";
            // 
            // propertyGrid
            // 
            this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.propertyGrid.Location = new System.Drawing.Point(0, 0);
            this.propertyGrid.Name = "propertyGrid";
            this.propertyGrid.Size = new System.Drawing.Size(241, 267);
            this.propertyGrid.TabIndex = 1;
            // 
            // workflowDesignerControl1
            // 
            this.workflowDesignerControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.workflowDesignerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.workflowDesignerControl1.Location = new System.Drawing.Point(0, 25);
            this.workflowDesignerControl1.Name = "workflowDesignerControl1";
            this.workflowDesignerControl1.NameSpace = "foo";
            this.workflowDesignerControl1.Size = new System.Drawing.Size(850, 536);
            this.workflowDesignerControl1.TabIndex = 0;
            this.workflowDesignerControl1.TypeName = "Workflow1";
            // 
            // WindowsFormApp
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(850, 561);
            this.Controls.Add(this.workflowDesignerControl1);
            this.Controls.Add(this.toolStrip1);
            this.Menu = this.mainMenu1;
            this.Name = "WindowsFormApp";
            this.Text = "Workflow Designer Rehosting Example";
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.topSplitContainer.Panel2.ResumeLayout(false);
            this.topSplitContainer.ResumeLayout(false);
            this.toolBoxSplitContainer.Panel2.ResumeLayout(false);
            this.toolBoxSplitContainer.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private WorkflowDesignerControl.WorkflowDesignerControl workflowDesignerControl1;
        private System.Windows.Forms.ImageList toolBarImages;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton saveToolStripButton;
        private System.Windows.Forms.MainMenu mainMenu1;
        private System.Windows.Forms.MenuItem FileMenu;
        private System.Windows.Forms.MenuItem OpenMenuItem;
        private System.Windows.Forms.ToolStripButton zoomInToolButton;
        private System.Windows.Forms.ToolStripButton zoomOut;
        private System.Windows.Forms.ToolStripButton newToolStripButton;
        private System.Windows.Forms.ToolStripButton openToolStripButton;
        private System.Windows.Forms.ToolStripButton printToolStripButton;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
        private System.Windows.Forms.ToolStripButton cutToolStripButton;
        private System.Windows.Forms.ToolStripButton copyToolStripButton;
        private System.Windows.Forms.ToolStripButton pasteToolStripButton;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripSeparator separatorToolStripButton;
        private System.Windows.Forms.ToolStripButton expandToolStripButton;
        private System.Windows.Forms.ToolStripButton collapseToolStripButton;
        private System.Windows.Forms.ToolStripSeparator separatorToolStripButton1;
        private System.Windows.Forms.MenuItem SaveMenuItem;
        private System.Windows.Forms.MenuItem SaveAsMenuItem;
        private System.Windows.Forms.MenuItem menuItem1;
        private System.Windows.Forms.MenuItem PrintPreviewMenuItem;
        private System.Windows.Forms.MenuItem PageSetupMenuItem;
        private System.Windows.Forms.MenuItem PrintMenuItem;
        private System.Windows.Forms.MenuItem menuItem3;
        private System.Windows.Forms.MenuItem ExitMenuItem;
        private System.Windows.Forms.MenuItem EditMenuItem;
        private System.Windows.Forms.MenuItem CutMenuItem;
        private System.Windows.Forms.MenuItem CopyMenuItem;
        private System.Windows.Forms.MenuItem PasteMenuItem;
        private System.Windows.Forms.MenuItem menuItem2;
        private System.Windows.Forms.MenuItem DeleteMenuItem;
        private System.Windows.Forms.MenuItem NewMenuItem;
        private System.Windows.Forms.SplitContainer topSplitContainer;
        private System.Windows.Forms.SplitContainer toolBoxSplitContainer;
        private System.Windows.Forms.MenuItem worklfowMenu;
        private System.Windows.Forms.MenuItem menuItem9;
        private System.Windows.Forms.MenuItem zoomLevelsMenu;
        private System.Windows.Forms.MenuItem NavigationToolsMenu;
        private System.Windows.Forms.MenuItem zoom400MenuItem;
        private System.Windows.Forms.MenuItem zoom300MenuItem;
        private System.Windows.Forms.MenuItem zoom200MenuItem;
        private System.Windows.Forms.MenuItem zoom150MenuItem;
        private System.Windows.Forms.MenuItem zoom100MenuItem;
        private System.Windows.Forms.MenuItem zoom75MenuItem;
        private System.Windows.Forms.MenuItem zoom50MenuItem;
        private System.Windows.Forms.MenuItem zoom10MenuItem;
        private System.Windows.Forms.MenuItem zoomShowAllMenuItem;
        private System.Windows.Forms.MenuItem zoomInNavigationMenuItem;
        private System.Windows.Forms.MenuItem zoomOutNavigationMenuItem;
        private System.Windows.Forms.MenuItem panNavigationMenuItem;
        private System.Windows.Forms.MenuItem defaultNavigationMenuItem;
        private System.Windows.Forms.MenuItem expandMenuItem;
        private System.Windows.Forms.MenuItem collapseMenuItem;
        private System.Windows.Forms.PropertyGrid propertyGrid;
        private System.Windows.Forms.ToolStripComboBox zoomLevelToolStripButton;
        private System.Windows.Forms.ToolStripSeparator separatorToolStripButton2;
        private System.Windows.Forms.MenuItem menuItem4;
        private System.Windows.Forms.MenuItem compileWorkflow;

    }
}

⌨️ 快捷键说明

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