Ai
2 Star 2 Fork 2

Strive.Zhang/AutoSearchMark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
SetPatten.Designer.cs 10.91 KB
一键复制 编辑 原始数据 按行查看 历史
zl2002006 提交于 2017-10-26 21:19 +08:00 . Add files via upload
namespace HDevelop
{
partial class SetPatten
{
/// <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.btnShow = new System.Windows.Forms.Button();
this.btnSet = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.btnExecu = new System.Windows.Forms.Button();
this.btnUp = new System.Windows.Forms.Button();
this.btnDown = new System.Windows.Forms.Button();
this.btnLeft = new System.Windows.Forms.Button();
this.btnRight = new System.Windows.Forms.Button();
this.btnPoi = new System.Windows.Forms.Button();
this.btnChange = new System.Windows.Forms.Button();
this.btnAdd1 = new System.Windows.Forms.Button();
this.btnMin1 = new System.Windows.Forms.Button();
this.btnSpeed = new System.Windows.Forms.Button();
this.btnAdd2 = new System.Windows.Forms.Button();
this.btnMin2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnShow
//
this.btnShow.Location = new System.Drawing.Point(339, 102);
this.btnShow.Name = "btnShow";
this.btnShow.Size = new System.Drawing.Size(75, 39);
this.btnShow.TabIndex = 0;
this.btnShow.Text = "显示ROI";
this.btnShow.UseVisualStyleBackColor = true;
//
// btnSet
//
this.btnSet.Location = new System.Drawing.Point(339, 153);
this.btnSet.Name = "btnSet";
this.btnSet.Size = new System.Drawing.Size(75, 39);
this.btnSet.TabIndex = 0;
this.btnSet.Text = "设图像";
this.btnSet.UseVisualStyleBackColor = true;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(339, 205);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 39);
this.btnSave.TabIndex = 0;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnExecu
//
this.btnExecu.Location = new System.Drawing.Point(339, 255);
this.btnExecu.Name = "btnExecu";
this.btnExecu.Size = new System.Drawing.Size(75, 39);
this.btnExecu.TabIndex = 0;
this.btnExecu.Text = "执行";
this.btnExecu.UseVisualStyleBackColor = true;
//
// btnUp
//
this.btnUp.Location = new System.Drawing.Point(129, 116);
this.btnUp.Name = "btnUp";
this.btnUp.Size = new System.Drawing.Size(78, 54);
this.btnUp.TabIndex = 0;
this.btnUp.Text = "上";
this.btnUp.UseVisualStyleBackColor = true;
//
// btnDown
//
this.btnDown.Location = new System.Drawing.Point(129, 235);
this.btnDown.Name = "btnDown";
this.btnDown.Size = new System.Drawing.Size(78, 55);
this.btnDown.TabIndex = 0;
this.btnDown.Text = "下";
this.btnDown.UseVisualStyleBackColor = true;
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
//
// btnLeft
//
this.btnLeft.Location = new System.Drawing.Point(60, 174);
this.btnLeft.Name = "btnLeft";
this.btnLeft.Size = new System.Drawing.Size(69, 55);
this.btnLeft.TabIndex = 0;
this.btnLeft.Text = "左";
this.btnLeft.UseVisualStyleBackColor = true;
//
// btnRight
//
this.btnRight.Location = new System.Drawing.Point(205, 174);
this.btnRight.Name = "btnRight";
this.btnRight.Size = new System.Drawing.Size(66, 55);
this.btnRight.TabIndex = 0;
this.btnRight.Text = "右";
this.btnRight.UseVisualStyleBackColor = true;
//
// btnPoi
//
this.btnPoi.Location = new System.Drawing.Point(81, 12);
this.btnPoi.Name = "btnPoi";
this.btnPoi.Size = new System.Drawing.Size(58, 24);
this.btnPoi.TabIndex = 0;
this.btnPoi.Text = "点.移动";
this.btnPoi.UseVisualStyleBackColor = true;
this.btnPoi.Click += new System.EventHandler(this.btnPoi_Click);
//
// btnChange
//
this.btnChange.Location = new System.Drawing.Point(177, 12);
this.btnChange.Name = "btnChange";
this.btnChange.Size = new System.Drawing.Size(58, 24);
this.btnChange.TabIndex = 0;
this.btnChange.Text = "变化";
this.btnChange.UseVisualStyleBackColor = true;
//
// btnAdd1
//
this.btnAdd1.Location = new System.Drawing.Point(81, 41);
this.btnAdd1.Name = "btnAdd1";
this.btnAdd1.Size = new System.Drawing.Size(58, 24);
this.btnAdd1.TabIndex = 0;
this.btnAdd1.Text = "+";
this.btnAdd1.UseVisualStyleBackColor = true;
//
// btnMin1
//
this.btnMin1.Location = new System.Drawing.Point(177, 41);
this.btnMin1.Name = "btnMin1";
this.btnMin1.Size = new System.Drawing.Size(58, 24);
this.btnMin1.TabIndex = 0;
this.btnMin1.Text = "-";
this.btnMin1.UseVisualStyleBackColor = true;
//
// btnSpeed
//
this.btnSpeed.Location = new System.Drawing.Point(272, 12);
this.btnSpeed.Name = "btnSpeed";
this.btnSpeed.Size = new System.Drawing.Size(58, 24);
this.btnSpeed.TabIndex = 0;
this.btnSpeed.Text = "快";
this.btnSpeed.UseVisualStyleBackColor = true;
this.btnSpeed.Click += new System.EventHandler(this.btnSpeed_Click);
//
// btnAdd2
//
this.btnAdd2.Location = new System.Drawing.Point(81, 70);
this.btnAdd2.Name = "btnAdd2";
this.btnAdd2.Size = new System.Drawing.Size(58, 24);
this.btnAdd2.TabIndex = 0;
this.btnAdd2.Text = "+";
this.btnAdd2.UseVisualStyleBackColor = true;
//
// btnMin2
//
this.btnMin2.Location = new System.Drawing.Point(177, 70);
this.btnMin2.Name = "btnMin2";
this.btnMin2.Size = new System.Drawing.Size(58, 24);
this.btnMin2.TabIndex = 0;
this.btnMin2.Text = "-";
this.btnMin2.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 47);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 1;
this.label1.Text = "低门槛";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(22, 76);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "高门槛";
//
// SetPatten
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(444, 302);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnExecu);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnSet);
this.Controls.Add(this.btnRight);
this.Controls.Add(this.btnLeft);
this.Controls.Add(this.btnDown);
this.Controls.Add(this.btnUp);
this.Controls.Add(this.btnMin2);
this.Controls.Add(this.btnAdd2);
this.Controls.Add(this.btnMin1);
this.Controls.Add(this.btnAdd1);
this.Controls.Add(this.btnSpeed);
this.Controls.Add(this.btnChange);
this.Controls.Add(this.btnPoi);
this.Controls.Add(this.btnShow);
this.MaximumSize = new System.Drawing.Size(460, 341);
this.MinimumSize = new System.Drawing.Size(460, 341);
this.Name = "SetPatten";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "SetPatten";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.Button btnShow;
public System.Windows.Forms.Button btnSet;
public System.Windows.Forms.Button btnSave;
public System.Windows.Forms.Button btnExecu;
public System.Windows.Forms.Button btnUp;
public System.Windows.Forms.Button btnDown;
public System.Windows.Forms.Button btnLeft;
public System.Windows.Forms.Button btnRight;
public System.Windows.Forms.Button btnPoi;
private System.Windows.Forms.Button btnChange;
private System.Windows.Forms.Button btnAdd1;
private System.Windows.Forms.Button btnMin1;
public System.Windows.Forms.Button btnSpeed;
private System.Windows.Forms.Button btnAdd2;
private System.Windows.Forms.Button btnMin2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangzheng10/AutoSearchMark.git
git@gitee.com:zhangzheng10/AutoSearchMark.git
zhangzheng10
AutoSearchMark
AutoSearchMark
master

搜索帮助