namespace PaintDotNet.GeneralAnalysis.Artwork
{
partial class ArtworkCenterUserControl
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.rdoSubfield = new System.Windows.Forms.RadioButton();
this.rdoTargetImg = new System.Windows.Forms.RadioButton();
this.rdoShowArtwork = new System.Windows.Forms.RadioButton();
this.rdoShowAll = new System.Windows.Forms.RadioButton();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.btnRotateFlip = new System.Windows.Forms.Button();
this.txtDistance = new System.Windows.Forms.TextBox();
this.btnRight = new System.Windows.Forms.Button();
this.btnLeft = new System.Windows.Forms.Button();
this.btnDown = new System.Windows.Forms.Button();
this.btnUp = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.txtTargetTrbValue = new System.Windows.Forms.TextBox();
this.trbTarget = new System.Windows.Forms.TrackBar();
this.label4 = new System.Windows.Forms.Label();
this.txtRotateFlip = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.txtArtTrbValue = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.chkLine = new System.Windows.Forms.CheckBox();
this.chkGrids = new System.Windows.Forms.CheckBox();
this.trbArt = new System.Windows.Forms.TrackBar();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.pnlArtTools = new System.Windows.Forms.Panel();
this.pnlArt = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.pnlTargetTools = new System.Windows.Forms.Panel();
this.pnlTarget = new System.Windows.Forms.Panel();
this.groupBox6.SuspendLayout();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trbTarget)).BeginInit();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trbArt)).BeginInit();
this.groupBox3.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox6
//
this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox6.BackColor = System.Drawing.SystemColors.Control;
this.groupBox6.Controls.Add(this.rdoSubfield);
this.groupBox6.Controls.Add(this.rdoTargetImg);
this.groupBox6.Controls.Add(this.rdoShowArtwork);
this.groupBox6.Controls.Add(this.rdoShowAll);
this.groupBox6.Location = new System.Drawing.Point(634, 294);
this.groupBox6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox6.Size = new System.Drawing.Size(208, 188);
this.groupBox6.TabIndex = 11;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "显示方式设置";
//
// rdoSubfield
//
this.rdoSubfield.AutoSize = true;
this.rdoSubfield.Location = new System.Drawing.Point(20, 117);
this.rdoSubfield.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.rdoSubfield.Name = "rdoSubfield";
this.rdoSubfield.Size = new System.Drawing.Size(71, 16);
this.rdoSubfield.TabIndex = 3;
this.rdoSubfield.Text = "分栏显示";
this.rdoSubfield.UseVisualStyleBackColor = true;
this.rdoSubfield.CheckedChanged += new System.EventHandler(this.rdoSubfield_CheckedChanged);
//
// rdoTargetImg
//
this.rdoTargetImg.AutoSize = true;
this.rdoTargetImg.Location = new System.Drawing.Point(20, 88);
this.rdoTargetImg.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.rdoTargetImg.Name = "rdoTargetImg";
this.rdoTargetImg.Size = new System.Drawing.Size(59, 16);
this.rdoTargetImg.TabIndex = 2;
this.rdoTargetImg.Text = "目标图";
this.rdoTargetImg.UseVisualStyleBackColor = true;
this.rdoTargetImg.CheckedChanged += new System.EventHandler(this.rdoTargetImg_CheckedChanged);
//
// rdoShowArtwork
//
this.rdoShowArtwork.AutoSize = true;
this.rdoShowArtwork.Location = new System.Drawing.Point(20, 59);
this.rdoShowArtwork.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.rdoShowArtwork.Name = "rdoShowArtwork";
this.rdoShowArtwork.Size = new System.Drawing.Size(59, 16);
this.rdoShowArtwork.TabIndex = 1;
this.rdoShowArtwork.Text = "工艺图";
this.rdoShowArtwork.UseVisualStyleBackColor = true;
this.rdoShowArtwork.CheckedChanged += new System.EventHandler(this.rdoShowArtwork_CheckedChanged);
//
// rdoShowAll
//
this.rdoShowAll.AutoSize = true;
this.rdoShowAll.Checked = true;
this.rdoShowAll.Location = new System.Drawing.Point(20, 30);
this.rdoShowAll.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.rdoShowAll.Name = "rdoShowAll";
this.rdoShowAll.Size = new System.Drawing.Size(71, 16);
this.rdoShowAll.TabIndex = 0;
this.rdoShowAll.TabStop = true;
this.rdoShowAll.Text = "全部显示";
this.rdoShowAll.UseVisualStyleBackColor = true;
this.rdoShowAll.CheckedChanged += new System.EventHandler(this.rdoShowAll_CheckedChanged);
//
// groupBox5
//
this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox5.BackColor = System.Drawing.SystemColors.Control;
this.groupBox5.Controls.Add(this.btnRotateFlip);
this.groupBox5.Controls.Add(this.txtDistance);
this.groupBox5.Controls.Add(this.btnRight);
this.groupBox5.Controls.Add(this.btnLeft);
this.groupBox5.Controls.Add(this.btnDown);
this.groupBox5.Controls.Add(this.btnUp);
this.groupBox5.Controls.Add(this.label5);
this.groupBox5.Controls.Add(this.txtTargetTrbValue);
this.groupBox5.Controls.Add(this.trbTarget);
this.groupBox5.Controls.Add(this.label4);
this.groupBox5.Controls.Add(this.txtRotateFlip);
this.groupBox5.Controls.Add(this.label3);
this.groupBox5.Location = new System.Drawing.Point(634, 91);
this.groupBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox5.Size = new System.Drawing.Size(208, 198);
this.groupBox5.TabIndex = 10;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "目标图控制";
//
// btnRotateFlip
//
this.btnRotateFlip.Location = new System.Drawing.Point(128, 23);
this.btnRotateFlip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnRotateFlip.Name = "btnRotateFlip";
this.btnRotateFlip.Size = new System.Drawing.Size(40, 20);
this.btnRotateFlip.TabIndex = 15;
this.btnRotateFlip.Text = "确定";
this.btnRotateFlip.UseVisualStyleBackColor = true;
this.btnRotateFlip.Click += new System.EventHandler(this.btnRotateFlip_Click);
//
// txtDistance
//
this.txtDistance.Location = new System.Drawing.Point(86, 122);
this.txtDistance.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtDistance.Name = "txtDistance";
this.txtDistance.Size = new System.Drawing.Size(38, 21);
this.txtDistance.TabIndex = 14;
this.txtDistance.Text = "1";
this.txtDistance.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDistance_KeyPress);
//
// btnRight
//
this.btnRight.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnRight.Location = new System.Drawing.Point(140, 118);
this.btnRight.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnRight.Name = "btnRight";
this.btnRight.Size = new System.Drawing.Size(18, 25);
this.btnRight.TabIndex = 13;
this.btnRight.Text = "▶";
this.btnRight.UseVisualStyleBackColor = true;
this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
//
// btnLeft
//
this.btnLeft.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnLeft.Location = new System.Drawing.Point(50, 118);
this.btnLeft.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnLeft.Name = "btnLeft";
this.btnLeft.Size = new System.Drawing.Size(19, 25);
this.btnLeft.TabIndex = 12;
this.btnLeft.Text = "◀";
this.btnLeft.UseVisualStyleBackColor = true;
this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
//
// btnDown
//
this.btnDown.Location = new System.Drawing.Point(94, 155);
this.btnDown.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnDown.Name = "btnDown";
this.btnDown.Size = new System.Drawing.Size(22, 20);
this.btnDown.TabIndex = 11;
this.btnDown.Text = "▼";
this.btnDown.UseVisualStyleBackColor = true;
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
//
// btnUp
//
this.btnUp.Location = new System.Drawing.Point(92, 86);
this.btnUp.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnUp.Name = "btnUp";
this.btnUp.Size = new System.Drawing.Size(23, 22);
this.btnUp.TabIndex = 10;
this.btnUp.Text = "▲";
this.btnUp.UseVisualStyleBackColor = true;
this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(10, 78);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 9;
this.label5.Text = "移动:";
//
// txtTargetTrbValue
//
this.txtTargetTrbValue.Location = new System.Drawing.Point(157, 50);
this.txtTargetTrbValue.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtTargetTrbValue.Name = "txtTargetTrbValue";
this.txtTargetTrbValue.Size = new System.Drawing.Size(38, 21);
this.txtTargetTrbValue.TabIndex = 8;
this.txtTargetTrbValue.Text = "255";
this.txtTargetTrbValue.TextChanged += new System.EventHandler(this.txtTargetTrbValue_TextChanged);
this.txtTargetTrbValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTargetTrbValue_KeyPress);
//
// trbTarget
//
this.trbTarget.AutoSize = false;
this.trbTarget.Location = new System.Drawing.Point(55, 50);
this.trbTarget.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.trbTarget.Maximum = 255;
this.trbTarget.Name = "trbTarget";
this.trbTarget.Size = new System.Drawing.Size(104, 20);
this.trbTarget.TabIndex = 7;
this.trbTarget.TickStyle = System.Windows.Forms.TickStyle.None;
this.trbTarget.Value = 255;
this.trbTarget.ValueChanged += new System.EventHandler(this.trbTarget_ValueChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(10, 53);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 6;
this.label4.Text = "透明度:";
//
// txtRotateFlip
//
this.txtRotateFlip.Location = new System.Drawing.Point(57, 23);
this.txtRotateFlip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtRotateFlip.Name = "txtRotateFlip";
this.txtRotateFlip.Size = new System.Drawing.Size(63, 21);
this.txtRotateFlip.TabIndex = 5;
this.txtRotateFlip.Text = "0";
this.txtRotateFlip.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRotateFlip_KeyPress);
this.txtRotateFlip.Leave += new System.EventHandler(this.txtRotateFlip_Leave);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 27);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 0;
this.label3.Text = "旋转:";
//
// groupBox4
//
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox4.BackColor = System.Drawing.SystemColors.Control;
this.groupBox4.Controls.Add(this.txtArtTrbValue);
this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Controls.Add(this.chkLine);
this.groupBox4.Controls.Add(this.chkGrids);
this.groupBox4.Controls.Add(this.trbArt);
this.groupBox4.Location = new System.Drawing.Point(634, 2);
this.groupBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox4.Size = new System.Drawing.Size(208, 84);
this.groupBox4.TabIndex = 9;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "设置";
//
// txtArtTrbValue
//
this.txtArtTrbValue.Location = new System.Drawing.Point(157, 59);
this.txtArtTrbValue.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtArtTrbValue.Name = "txtArtTrbValue";
this.txtArtTrbValue.Size = new System.Drawing.Size(38, 21);
this.txtArtTrbValue.TabIndex = 4;
this.txtArtTrbValue.Text = "255";
this.txtArtTrbValue.TextChanged += new System.EventHandler(this.txtArtTrbValue_TextChanged);
this.txtArtTrbValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtArtTrbValue_KeyPress);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(10, 62);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "透明度";
//
// chkLine
//
this.chkLine.AutoSize = true;
this.chkLine.Location = new System.Drawing.Point(13, 39);
this.chkLine.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.chkLine.Name = "chkLine";
this.chkLine.Size = new System.Drawing.Size(84, 16);
this.chkLine.TabIndex = 1;
this.chkLine.Text = "显示辅助线";
this.chkLine.UseVisualStyleBackColor = true;
this.chkLine.CheckedChanged += new System.EventHandler(this.chkLine_CheckedChanged);
//
// chkGrids
//
this.chkGrids.AutoSize = true;
this.chkGrids.Location = new System.Drawing.Point(13, 19);
this.chkGrids.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.chkGrids.Name = "chkGrids";
this.chkGrids.Size = new System.Drawing.Size(72, 16);
this.chkGrids.TabIndex = 0;
this.chkGrids.Text = "显示网格";
this.chkGrids.UseVisualStyleBackColor = true;
this.chkGrids.CheckedChanged += new System.EventHandler(this.chkGrids_CheckedChanged);
//
// trbArt
//
this.trbArt.AutoSize = false;
this.trbArt.Location = new System.Drawing.Point(49, 59);
this.trbArt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.trbArt.Maximum = 255;
this.trbArt.Name = "trbArt";
this.trbArt.Size = new System.Drawing.Size(110, 20);
this.trbArt.TabIndex = 3;
this.trbArt.TickStyle = System.Windows.Forms.TickStyle.None;
this.trbArt.Value = 255;
this.trbArt.ValueChanged += new System.EventHandler(this.trbArt_ValueChanged);
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox3.Controls.Add(this.pnlArtTools);
this.groupBox3.Controls.Add(this.pnlArt);
this.groupBox3.Location = new System.Drawing.Point(2, 2);
this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox3.Size = new System.Drawing.Size(336, 512);
this.groupBox3.TabIndex = 8;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "工艺图图片";
//
// pnlArtTools
//
this.pnlArtTools.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.pnlArtTools.BackColor = System.Drawing.SystemColors.Control;
this.pnlArtTools.Location = new System.Drawing.Point(4, 466);
this.pnlArtTools.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnlArtTools.Name = "pnlArtTools";
this.pnlArtTools.Size = new System.Drawing.Size(327, 33);
this.pnlArtTools.TabIndex = 1;
//
// pnlArt
//
this.pnlArt.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlArt.BackColor = System.Drawing.SystemColors.Control;
this.pnlArt.Location = new System.Drawing.Point(4, 19);
this.pnlArt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnlArt.Name = "pnlArt";
this.pnlArt.Size = new System.Drawing.Size(327, 432);
this.pnlArt.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.pnlTargetTools);
this.groupBox1.Controls.Add(this.pnlTarget);
this.groupBox1.Location = new System.Drawing.Point(343, 2);
this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox1.Size = new System.Drawing.Size(286, 515);
this.groupBox1.TabIndex = 12;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "目标图片";
//
// pnlTargetTools
//
this.pnlTargetTools.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.pnlTargetTools.BackColor = System.Drawing.SystemColors.Control;
this.pnlTargetTools.Location = new System.Drawing.Point(4, 468);
this.pnlTargetTools.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnlTargetTools.Name = "pnlTargetTools";
this.pnlTargetTools.Size = new System.Drawing.Size(278, 33);
this.pnlTargetTools.TabIndex = 3;
//
// pnlTarget
//
this.pnlTarget.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlTarget.Location = new System.Drawing.Point(4, 21);
this.pnlTarget.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pnlTarget.Name = "pnlTarget";
this.pnlTarget.Size = new System.Drawing.Size(278, 432);
this.pnlTarget.TabIndex = 2;
//
// ArtworkCenterUserControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox6);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "ArtworkCenterUserControl";
this.Size = new System.Drawing.Size(844, 520);
this.Resize += new System.EventHandler(this.ArtworkCenterUserControl_Resize);
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trbTarget)).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trbArt)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.RadioButton rdoSubfield;
private System.Windows.Forms.RadioButton rdoTargetImg;
private System.Windows.Forms.RadioButton rdoShowArtwork;
private System.Windows.Forms.RadioButton rdoShowAll;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.TextBox txtDistance;
private System.Windows.Forms.Button btnRight;
private System.Windows.Forms.Button btnLeft;
private System.Windows.Forms.Button btnDown;
private System.Windows.Forms.Button btnUp;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtTargetTrbValue;
private System.Windows.Forms.TrackBar trbTarget;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtRotateFlip;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.TextBox txtArtTrbValue;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox chkLine;
private System.Windows.Forms.CheckBox chkGrids;
private System.Windows.Forms.TrackBar trbArt;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Panel pnlArtTools;
private System.Windows.Forms.Panel pnlArt;
private System.Windows.Forms.Panel pnlTargetTools;
private System.Windows.Forms.Panel pnlTarget;
private System.Windows.Forms.Button btnRotateFlip;
}
}