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

📄 winmain.designer.cs

📁 一个C#开发的类似PHOTOSHOP的软件,用到了很多图形算法.
💻 CS
📖 第 1 页 / 共 5 页
字号:
      this.edgeDetectHorzToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.edgeDetectVertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.edgeEnhanceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.edgeHomogenizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.advancedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.contentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.mainStatusStrip = new System.Windows.Forms.StatusStrip();
      this.pathToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
      this.zoomToolStripDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
      this.zoomContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
      this.zoom6ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoom12ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoom25ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoom50ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoom66ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoom100ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoom150ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoom200ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoom300ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoom400ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoom800ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoom1600ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoom3200ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoom6400ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.mouseToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
      this.sizeToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
      this.colorDialog = new System.Windows.Forms.ColorDialog();
      this.fontDialog = new System.Windows.Forms.FontDialog();
      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
      this.printPreviewDialog = new System.Windows.Forms.PrintPreviewDialog();
      this.printDocument = new System.Drawing.Printing.PrintDocument();
      this.printDialog = new System.Windows.Forms.PrintDialog();
      this.mainToolStripContainer = new System.Windows.Forms.ToolStripContainer();
      this.vScrollBar = new System.Windows.Forms.VScrollBar();
      this.hScrollBar = new System.Windows.Forms.HScrollBar();
      this.canvasMain = new PhotoSprite.Canvas();
      this.canvasContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
      this.showLayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.layer = new PhotoSprite.Layer();
      this.layerContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
      this.alignLayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.topLeftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.topToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.topRightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
      this.leftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.centerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.rightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
      this.bottomLeftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.bottomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.bottomRightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.hideLayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.mergeLayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.textBoxTool = new System.Windows.Forms.TextBox();
      this.toolboxToolStrip = new System.Windows.Forms.ToolStrip();
      this.moveToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.rectangleSelectToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.ellipseSelectToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.lassoSelectToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.pencilToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.brushToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.eraserToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.lineToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.rectangleToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.textToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.colorPickerToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.paintBucketToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.styleToolStrip = new System.Windows.Forms.ToolStrip();
      this.brushWidthToolStripLabel = new System.Windows.Forms.ToolStripLabel();
      this.brushWidthToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
      this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
      this.hatchStyleToolStripLabel = new System.Windows.Forms.ToolStripLabel();
      this.hatchStyleToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
      this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
      this.colorToolStripLabel = new System.Windows.Forms.ToolStripLabel();
      this.fgColorToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.bgColorToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.mainToolStrip = 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.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
      this.printPreviewToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator2 = 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.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
      this.undoToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.redoToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
      this.ieToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.fireworksToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.photoshopToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
      this.helpToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.fontToolStrip = new System.Windows.Forms.ToolStrip();
      this.fontToolStripLabel = new System.Windows.Forms.ToolStripLabel();
      this.fontFamilyToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
      this.fontSizeToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
      this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
      this.boldToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.italicToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.underlineToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.mainMenuStrip.SuspendLayout();
      this.mainStatusStrip.SuspendLayout();
      this.zoomContextMenuStrip.SuspendLayout();
      this.mainToolStripContainer.ContentPanel.SuspendLayout();
      this.mainToolStripContainer.LeftToolStripPanel.SuspendLayout();
      this.mainToolStripContainer.TopToolStripPanel.SuspendLayout();
      this.mainToolStripContainer.SuspendLayout();
      this.canvasMain.SuspendLayout();
      this.canvasContextMenuStrip.SuspendLayout();
      this.layerContextMenuStrip.SuspendLayout();
      this.toolboxToolStrip.SuspendLayout();
      this.styleToolStrip.SuspendLayout();
      this.mainToolStrip.SuspendLayout();
      this.fontToolStrip.SuspendLayout();
      this.SuspendLayout();
      // 
      // mainMenuStrip
      // 
      this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.editToolStripMenuItem,
            this.imageToolStripMenuItem,
            this.effectToolStripMenuItem,
            this.researchToolStripMenuItem,
            this.helpToolStripMenuItem});
      this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
      this.mainMenuStrip.Name = "mainMenuStrip";
      this.mainMenuStrip.Size = new System.Drawing.Size(630, 24);
      this.mainMenuStrip.TabIndex = 0;
      this.mainMenuStrip.Text = "主菜单";
      // 
      // fileToolStripMenuItem
      // 
      this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.openToolStripMenuItem,
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            this.toolStripMenuItem11,
            this.viewToolStripMenuItem,
            this.toolStripMenuItem12,
            this.printPreviewToolStripMenuItem,
            this.printToolStripMenuItem,
            this.toolStripMenuItem13,
            this.exitToolStripMenuItem});
      this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
      this.fileToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
      this.fileToolStripMenuItem.Text = "文件(&F)";
      // 
      // newToolStripMenuItem
      // 
      this.newToolStripMenuItem.Image = global::PhotoSprite.Properties.Resources.New;
      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(166, 22);
      this.newToolStripMenuItem.Text = "新建(&N)...";
      this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
      // 
      // openToolStripMenuItem
      // 
      this.openToolStripMenuItem.Image = global::PhotoSprite.Properties.Resources.Open;
      this.openToolStripMenuItem.Name = "openToolStripMenuItem";
      this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
      this.openToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
      this.openToolStripMenuItem.Text = "打开(&O)...";
      this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
      // 
      // saveToolStripMenuItem
      // 
      this.saveToolStripMenuItem.Image = global::PhotoSprite.Properties.Resources.Save;
      this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
      this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
      this.saveToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
      this.saveToolStripMenuItem.Text = "保存(&S)";
      this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
      // 
      // saveAsToolStripMenuItem
      // 
      this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
      this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
      this.saveAsToolStripMenuItem.Text = "另存为(&A)...";
      this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
      // 
      // toolStripMenuItem11
      // 
      this.toolStripMenuItem11.Name = "toolStripMenuItem11";
      this.toolStripMenuItem11.Size = new System.Drawing.Size(163, 6);
      // 
      // viewToolStripMenuItem
      // 
      this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ieToolStripMenuItem,
            this.fireworksToolStripMenuItem,
            this.photoshopToolStripMenuItem});
      this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
      this.viewToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
      this.viewToolStripMenuItem.Text = "查看(&V)";
      // 
      // ieToolStripMenuItem
      // 

⌨️ 快捷键说明

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