3 Star 12 Fork 1

明月心/OpenCvSharpStudy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Form1.Designer.cs 10.31 KB
一键复制 编辑 原始数据 按行查看 历史
明月心 提交于 2022-12-16 21:21 . 调整界面
namespace OpenCvSharpStudy
{
partial class MainForm
{
/// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.打开文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.入门ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.转灰ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.调整尺寸ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.二值化ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.颜色分割ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.霍夫直线ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件ToolStripMenuItem,
this.入门ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(978, 25);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// 文件ToolStripMenuItem
//
this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.打开文件ToolStripMenuItem});
this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
this.文件ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.文件ToolStripMenuItem.Text = "文件";
//
// 打开文件ToolStripMenuItem
//
this.打开文件ToolStripMenuItem.Name = "打开文件ToolStripMenuItem";
this.打开文件ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.打开文件ToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.打开文件ToolStripMenuItem.Text = "打开文件";
this.打开文件ToolStripMenuItem.Click += new System.EventHandler(this.打开文件ToolStripMenuItem_Click);
//
// 入门ToolStripMenuItem
//
this.入门ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.转灰ToolStripMenuItem,
this.调整尺寸ToolStripMenuItem,
this.二值化ToolStripMenuItem,
this.颜色分割ToolStripMenuItem,
this.霍夫直线ToolStripMenuItem});
this.入门ToolStripMenuItem.Name = "入门ToolStripMenuItem";
this.入门ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.入门ToolStripMenuItem.Text = "入门";
//
// 转灰ToolStripMenuItem
//
this.转灰ToolStripMenuItem.Name = "转灰ToolStripMenuItem";
this.转灰ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.转灰ToolStripMenuItem.Text = "转灰";
this.转灰ToolStripMenuItem.Click += new System.EventHandler(this.转灰ToolStripMenuItem_Click);
//
// 调整尺寸ToolStripMenuItem
//
this.调整尺寸ToolStripMenuItem.Name = "调整尺寸ToolStripMenuItem";
this.调整尺寸ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.调整尺寸ToolStripMenuItem.Text = "调整尺寸";
this.调整尺寸ToolStripMenuItem.Click += new System.EventHandler(this.调整尺寸ToolStripMenuItem_Click);
//
// 二值化ToolStripMenuItem
//
this.二值化ToolStripMenuItem.Name = "二值化ToolStripMenuItem";
this.二值化ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.二值化ToolStripMenuItem.Text = "二值化";
this.二值化ToolStripMenuItem.Click += new System.EventHandler(this.二值化ToolStripMenuItem_Click);
//
// 颜色分割ToolStripMenuItem
//
this.颜色分割ToolStripMenuItem.Name = "颜色分割ToolStripMenuItem";
this.颜色分割ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.颜色分割ToolStripMenuItem.Text = "颜色分割";
this.颜色分割ToolStripMenuItem.Click += new System.EventHandler(this.颜色分割ToolStripMenuItem_Click);
//
// 霍夫直线ToolStripMenuItem
//
this.霍夫直线ToolStripMenuItem.Name = "霍夫直线ToolStripMenuItem";
this.霍夫直线ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.霍夫直线ToolStripMenuItem.Text = "霍夫直线";
this.霍夫直线ToolStripMenuItem.Click += new System.EventHandler(this.霍夫直线ToolStripMenuItem_Click);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 25);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.pictureBox1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.pictureBox2);
this.splitContainer1.Size = new System.Drawing.Size(978, 551);
this.splitContainer1.SplitterDistance = 493;
this.splitContainer1.TabIndex = 2;
//
// pictureBox1
//
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(493, 551);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox2.Location = new System.Drawing.Point(0, 0);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(481, 551);
this.pictureBox2.TabIndex = 0;
this.pictureBox2.TabStop = false;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(978, 576);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "MainForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Form1_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MenuStrip menuStrip1;
private ToolStripMenuItem 文件ToolStripMenuItem;
private ToolStripMenuItem 打开文件ToolStripMenuItem;
private ToolStripMenuItem 入门ToolStripMenuItem;
private ToolStripMenuItem 转灰ToolStripMenuItem;
private SplitContainer splitContainer1;
private PictureBox pictureBox1;
private PictureBox pictureBox2;
private ToolStripMenuItem 调整尺寸ToolStripMenuItem;
private ToolStripMenuItem 二值化ToolStripMenuItem;
private ToolStripMenuItem 颜色分割ToolStripMenuItem;
private ToolStripMenuItem 霍夫直线ToolStripMenuItem;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/raoyutian/OpenCvSharpStudy.git
git@gitee.com:raoyutian/OpenCvSharpStudy.git
raoyutian
OpenCvSharpStudy
OpenCvSharpStudy
master

搜索帮助