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

📄 winmain.designer.cs

📁 一个C#开发的类似PHOTOSHOP的软件,用到了很多图形算法.
💻 CS
📖 第 1 页 / 共 5 页
字号:
      this.gammaCorrectToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
      this.gammaCorrectToolStripMenuItem.Text = "Gamma 矫正(&A)...";
      this.gammaCorrectToolStripMenuItem.Click += new System.EventHandler(this.gammaCorrectToolStripMenuItem_Click);
      // 
      // toolStripMenuItem31
      // 
      this.toolStripMenuItem31.Name = "toolStripMenuItem31";
      this.toolStripMenuItem31.Size = new System.Drawing.Size(201, 6);
      // 
      // thresholdToolStripMenuItem
      // 
      this.thresholdToolStripMenuItem.Image = global::PhotoSprite.Properties.Resources.Threshold;
      this.thresholdToolStripMenuItem.Name = "thresholdToolStripMenuItem";
      this.thresholdToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
      this.thresholdToolStripMenuItem.Text = "阈值(&T)...";
      this.thresholdToolStripMenuItem.Click += new System.EventHandler(this.thresholdToolStripMenuItem_Click);
      // 
      // grayToolStripMenuItem
      // 
      this.grayToolStripMenuItem.Image = global::PhotoSprite.Properties.Resources.Gray;
      this.grayToolStripMenuItem.Name = "grayToolStripMenuItem";
      this.grayToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
      this.grayToolStripMenuItem.Text = "灰度(&G)...";
      this.grayToolStripMenuItem.Click += new System.EventHandler(this.grayToolStripMenuItem_Click);
      // 
      // invertToolStripMenuItem
      // 
      this.invertToolStripMenuItem.Image = global::PhotoSprite.Properties.Resources.Invert;
      this.invertToolStripMenuItem.Name = "invertToolStripMenuItem";
      this.invertToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
      this.invertToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
      this.invertToolStripMenuItem.Text = "负像(&I)";
      this.invertToolStripMenuItem.Click += new System.EventHandler(this.invertToolStripMenuItem_Click);
      // 
      // pseudoColorToolStripMenuItem
      // 
      this.pseudoColorToolStripMenuItem.Name = "pseudoColorToolStripMenuItem";
      this.pseudoColorToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
      this.pseudoColorToolStripMenuItem.Text = "伪彩色(&P)...";
      this.pseudoColorToolStripMenuItem.Click += new System.EventHandler(this.pseudoColorToolStripMenuItem_Click);
      // 
      // toolStripMenuItem32
      // 
      this.toolStripMenuItem32.Name = "toolStripMenuItem32";
      this.toolStripMenuItem32.Size = new System.Drawing.Size(201, 6);
      // 
      // rotateChannelToolStripMenuItem
      // 
      this.rotateChannelToolStripMenuItem.Image = global::PhotoSprite.Properties.Resources.Channel;
      this.rotateChannelToolStripMenuItem.Name = "rotateChannelToolStripMenuItem";
      this.rotateChannelToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
      this.rotateChannelToolStripMenuItem.Text = "轮换通道(&O)";
      this.rotateChannelToolStripMenuItem.Click += new System.EventHandler(this.rotateChannelToolStripMenuItem_Click);
      // 
      // extractChannelToolStripMenuItem
      // 
      this.extractChannelToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.redExtractChannelToolStripMenuItem,
            this.greenExtractChannelToolStripMenuItem,
            this.blueExtractChannelToolStripMenuItem});
      this.extractChannelToolStripMenuItem.Name = "extractChannelToolStripMenuItem";
      this.extractChannelToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
      this.extractChannelToolStripMenuItem.Text = "提取通道(&X)";
      // 
      // redExtractChannelToolStripMenuItem
      // 
      this.redExtractChannelToolStripMenuItem.Name = "redExtractChannelToolStripMenuItem";
      this.redExtractChannelToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
      this.redExtractChannelToolStripMenuItem.Text = "红色(&R)";
      this.redExtractChannelToolStripMenuItem.Click += new System.EventHandler(this.redExtractChannelToolStripMenuItem_Click);
      // 
      // greenExtractChannelToolStripMenuItem
      // 
      this.greenExtractChannelToolStripMenuItem.Name = "greenExtractChannelToolStripMenuItem";
      this.greenExtractChannelToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
      this.greenExtractChannelToolStripMenuItem.Text = "绿色(&G)";
      this.greenExtractChannelToolStripMenuItem.Click += new System.EventHandler(this.greenExtractChannelToolStripMenuItem_Click);
      // 
      // blueExtractChannelToolStripMenuItem
      // 
      this.blueExtractChannelToolStripMenuItem.Name = "blueExtractChannelToolStripMenuItem";
      this.blueExtractChannelToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
      this.blueExtractChannelToolStripMenuItem.Text = "蓝色(&B)";
      this.blueExtractChannelToolStripMenuItem.Click += new System.EventHandler(this.blueExtractChannelToolStripMenuItem_Click);
      // 
      // filterChannelToolStripMenuItem
      // 
      this.filterChannelToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.redFilterChannelToolStripMenuItem,
            this.greenFilterChannelToolStripMenuItem,
            this.blueFilterChannelToolStripMenuItem,
            this.toolStripMenuItem34,
            this.cyanFilterChannelToolStripMenuItem,
            this.megentaFilterChannelToolStripMenuItem,
            this.yellowFilterChannelToolStripMenuItem});
      this.filterChannelToolStripMenuItem.Name = "filterChannelToolStripMenuItem";
      this.filterChannelToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
      this.filterChannelToolStripMenuItem.Text = "过滤通道(&F)";
      // 
      // redFilterChannelToolStripMenuItem
      // 
      this.redFilterChannelToolStripMenuItem.Name = "redFilterChannelToolStripMenuItem";
      this.redFilterChannelToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
      this.redFilterChannelToolStripMenuItem.Text = "红色(&R)";
      this.redFilterChannelToolStripMenuItem.Click += new System.EventHandler(this.redFilterChannelToolStripMenuItem_Click);
      // 
      // greenFilterChannelToolStripMenuItem
      // 
      this.greenFilterChannelToolStripMenuItem.Name = "greenFilterChannelToolStripMenuItem";
      this.greenFilterChannelToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
      this.greenFilterChannelToolStripMenuItem.Text = "绿色(&G)";
      this.greenFilterChannelToolStripMenuItem.Click += new System.EventHandler(this.greenFilterChannelToolStripMenuItem_Click);
      // 
      // blueFilterChannelToolStripMenuItem
      // 
      this.blueFilterChannelToolStripMenuItem.Name = "blueFilterChannelToolStripMenuItem";
      this.blueFilterChannelToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
      this.blueFilterChannelToolStripMenuItem.Text = "蓝色(&B)";
      this.blueFilterChannelToolStripMenuItem.Click += new System.EventHandler(this.blueFilterChannelToolStripMenuItem_Click);
      // 
      // toolStripMenuItem34
      // 
      this.toolStripMenuItem34.Name = "toolStripMenuItem34";
      this.toolStripMenuItem34.Size = new System.Drawing.Size(111, 6);
      // 
      // cyanFilterChannelToolStripMenuItem
      // 
      this.cyanFilterChannelToolStripMenuItem.Name = "cyanFilterChannelToolStripMenuItem";
      this.cyanFilterChannelToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
      this.cyanFilterChannelToolStripMenuItem.Text = "青色(&C)";
      this.cyanFilterChannelToolStripMenuItem.Click += new System.EventHandler(this.cyanFilterChannelToolStripMenuItem_Click);
      // 
      // megentaFilterChannelToolStripMenuItem
      // 
      this.megentaFilterChannelToolStripMenuItem.Name = "megentaFilterChannelToolStripMenuItem";
      this.megentaFilterChannelToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
      this.megentaFilterChannelToolStripMenuItem.Text = "品红(&M)";
      this.megentaFilterChannelToolStripMenuItem.Click += new System.EventHandler(this.megentaFilterChannelToolStripMenuItem_Click);
      // 
      // yellowFilterChannelToolStripMenuItem
      // 
      this.yellowFilterChannelToolStripMenuItem.Name = "yellowFilterChannelToolStripMenuItem";
      this.yellowFilterChannelToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
      this.yellowFilterChannelToolStripMenuItem.Text = "黄色(&Y)";
      this.yellowFilterChannelToolStripMenuItem.Click += new System.EventHandler(this.yellowFilterChannelToolStripMenuItem_Click);
      // 
      // toolStripMenuItem33
      // 
      this.toolStripMenuItem33.Name = "toolStripMenuItem33";
      this.toolStripMenuItem33.Size = new System.Drawing.Size(201, 6);
      // 
      // mappingToolStripMenuItem
      // 
      this.mappingToolStripMenuItem.Image = global::PhotoSprite.Properties.Resources.Curves;
      this.mappingToolStripMenuItem.Name = "mappingToolStripMenuItem";
      this.mappingToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
      this.mappingToolStripMenuItem.Text = "亮度映射(&M)...";
      this.mappingToolStripMenuItem.Click += new System.EventHandler(this.mappingToolStripMenuItem_Click);
      // 
      // equalizerToolStripMenuItem
      // 
      this.equalizerToolStripMenuItem.Image = global::PhotoSprite.Properties.Resources.Equalizer;
      this.equalizerToolStripMenuItem.Name = "equalizerToolStripMenuItem";
      this.equalizerToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
      this.equalizerToolStripMenuItem.Text = "均衡化(&E)";
      this.equalizerToolStripMenuItem.Click += new System.EventHandler(this.equalizerToolStripMenuItem_Click);
      // 
      // translationToolStripMenuItem
      // 
      this.translationToolStripMenuItem.Image = global::PhotoSprite.Properties.Resources.Translation;
      this.translationToolStripMenuItem.Name = "translationToolStripMenuItem";
      this.translationToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
      this.translationToolStripMenuItem.Text = "平移(&I)...";
      this.translationToolStripMenuItem.Click += new System.EventHandler(this.translationToolStripMenuItem_Click);
      // 
      // resizeToolStripMenuItem
      // 
      this.resizeToolStripMenuItem.Image = global::PhotoSprite.Properties.Resources.Resize;
      this.resizeToolStripMenuItem.Name = "resizeToolStripMenuItem";
      this.resizeToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
      this.resizeToolStripMenuItem.Text = "尺寸(&E)";
      this.resizeToolStripMenuItem.Click += new System.EventHandler(this.resizeToolStripMenuItem_Click);
      // 
      // cropToolStripMenuItem
      // 
      this.cropToolStripMenuItem.Image = global::PhotoSprite.Properties.Resources.Crop;
      this.cropToolStripMenuItem.Name = "cropToolStripMenuItem";
      this.cropToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
      this.cropToolStripMenuItem.Text = "裁剪(&C)";
      this.cropToolStripMenuItem.Click += new System.EventHandler(this.cropToolStripMenuItem_Click);
      // 
      // rotateToolStripMenuItem
      // 
      this.rotateToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.rotateCW90ToolStripMenuItem,
            this.rotateCCW90ToolStripMenuItem,
            this.rotateArbitraryToolStripMenuItem,
            this.toolStripMenuItem35,
            this.flipHorzToolStripMenuItem,
            this.flipVertToolStripMenuItem,
            this.toolStripMenuItem36,
            this.transposeToolStripMenuItem});
      this.rotateToolStripMenuItem.Name = "rotateToolStripMenuItem";
      this.rotateToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
      this.rotateToolStripMenuItem.Text = "旋转(&O)";
      // 
      // rotateCW90ToolStripMenuItem
      // 
      this.rotateCW90ToolStripMenuItem.Image = global::PhotoSprite.Properties.Resources.RotateCW;

⌨️ 快捷键说明

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