BigLitho/Large.Lito.Database/Make3_Treko3D/ControlLibrary/TrekoControl.Designer.cs

1207 lines
64 KiB
C#

namespace ControlLibrary
{
partial class TrekoControl
{
/// <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 Component 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.components = new System.ComponentModel.Container();
this.panel1 = new System.Windows.Forms.Panel();
this.cmbUnitSize = new System.Windows.Forms.ComboBox();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.lblResolution = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.picBoxThumbnail = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.btnSaveAsDefault = new System.Windows.Forms.Button();
this.btnRun = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.label26 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lblLayerName = new System.Windows.Forms.Label();
this.label32 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.txtImage = new System.Windows.Forms.TextBox();
this.btnClearImage = new System.Windows.Forms.Button();
this.txtAngles = new System.Windows.Forms.TextBox();
this.btnOpenAngles = new System.Windows.Forms.Button();
this.btnClearAngles = new System.Windows.Forms.Button();
this.numUpDownRadius = new System.Windows.Forms.NumericUpDown();
this.btnDetalizationPreview = new System.Windows.Forms.Button();
this.btnOpenImage = new System.Windows.Forms.Button();
this.label22 = new System.Windows.Forms.Label();
this.txtFullMask = new System.Windows.Forms.TextBox();
this.btnOpenFullMask = new System.Windows.Forms.Button();
this.btnClearFullMask = new System.Windows.Forms.Button();
this.numUpDownStep = new System.Windows.Forms.NumericUpDown();
this.btnTraceProfile = new System.Windows.Forms.Button();
this.txtLayerName = new System.Windows.Forms.TextBox();
this.label21 = new System.Windows.Forms.Label();
this.btnAngles = new System.Windows.Forms.Button();
this.panel6 = new System.Windows.Forms.Panel();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.progressBar2 = new System.Windows.Forms.ProgressBar();
this.lblGenFrames = new System.Windows.Forms.Label();
this.numFrameGroupWidth = new System.Windows.Forms.NumericUpDown();
this.label17 = new System.Windows.Forms.Label();
this.numFrameGroupHeight = new System.Windows.Forms.NumericUpDown();
this.label8 = new System.Windows.Forms.Label();
this.numRowStart = new System.Windows.Forms.NumericUpDown();
this.label15 = new System.Windows.Forms.Label();
this.numRowEnd = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.numUpDownLayerTop = new System.Windows.Forms.NumericUpDown();
this.numUpDownLayerLeft = new System.Windows.Forms.NumericUpDown();
this.numUpDownLayerH = new System.Windows.Forms.NumericUpDown();
this.numUpDownLayerW = new System.Windows.Forms.NumericUpDown();
this.label33 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.label30 = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picBoxThumbnail)).BeginInit();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownRadius)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownStep)).BeginInit();
this.panel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numFrameGroupWidth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numFrameGroupHeight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numRowStart)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numRowEnd)).BeginInit();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerTop)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerLeft)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerH)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerW)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.cmbUnitSize);
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.lblResolution);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.panel5);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(355, 83);
this.panel1.TabIndex = 1;
//
// cmbUnitSize
//
this.cmbUnitSize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.cmbUnitSize.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cmbUnitSize.ForeColor = System.Drawing.SystemColors.Window;
this.cmbUnitSize.FormattingEnabled = true;
this.cmbUnitSize.Items.AddRange(new object[] {
"50",
"25",
"12.5",
"6.25",
"3.125",
"1.56"});
this.cmbUnitSize.Location = new System.Drawing.Point(18, 55);
this.cmbUnitSize.Name = "cmbUnitSize";
this.cmbUnitSize.Size = new System.Drawing.Size(82, 21);
this.cmbUnitSize.TabIndex = 14;
this.cmbUnitSize.Text = "6.25";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.ForeColor = System.Drawing.SystemColors.Control;
this.label12.Location = new System.Drawing.Point(319, 67);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(30, 12);
this.label12.TabIndex = 12;
this.label12.Text = "32x24";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.ForeColor = System.Drawing.SystemColors.Control;
this.label11.Location = new System.Drawing.Point(283, 52);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(15, 12);
this.label11.TabIndex = 11;
this.label11.Text = "32";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.ForeColor = System.Drawing.SystemColors.Control;
this.label10.Location = new System.Drawing.Point(252, 67);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(64, 12);
this.label10.TabIndex = 10;
this.label10.Text = "Tile resolution:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.ForeColor = System.Drawing.SystemColors.Control;
this.label9.Location = new System.Drawing.Point(252, 52);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(27, 12);
this.label9.TabIndex = 9;
this.label9.Text = "PPU:";
//
// lblResolution
//
this.lblResolution.AutoSize = true;
this.lblResolution.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblResolution.ForeColor = System.Drawing.SystemColors.Control;
this.lblResolution.Location = new System.Drawing.Point(163, 67);
this.lblResolution.Name = "lblResolution";
this.lblResolution.Size = new System.Drawing.Size(50, 12);
this.lblResolution.TabIndex = 8;
this.lblResolution.Text = "3080x2000";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.ForeColor = System.Drawing.SystemColors.Control;
this.label7.Location = new System.Drawing.Point(137, 52);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(21, 12);
this.label7.TabIndex = 7;
this.label7.Text = "Sp0";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.ForeColor = System.Drawing.SystemColors.Control;
this.label5.Location = new System.Drawing.Point(109, 67);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(52, 12);
this.label5.TabIndex = 5;
this.label5.Text = "Resolution:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.SystemColors.Control;
this.label4.Location = new System.Drawing.Point(106, 52);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(32, 12);
this.label4.TabIndex = 4;
this.label4.Text = "Mode:";
//
// panel5
//
this.panel5.Controls.Add(this.picBoxThumbnail);
this.panel5.Controls.Add(this.label2);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(353, 21);
this.panel5.TabIndex = 2;
//
// picBoxThumbnail
//
this.picBoxThumbnail.Location = new System.Drawing.Point(306, -2);
this.picBoxThumbnail.Name = "picBoxThumbnail";
this.picBoxThumbnail.Size = new System.Drawing.Size(48, 50);
this.picBoxThumbnail.TabIndex = 15;
this.picBoxThumbnail.TabStop = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.SystemColors.Control;
this.label2.Location = new System.Drawing.Point(123, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(38, 15);
this.label2.TabIndex = 0;
this.label2.Text = "Treko";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.SystemColors.Control;
this.label1.Location = new System.Drawing.Point(21, 36);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 1;
this.label1.Text = "Unit size, um";
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.btnSaveAsDefault);
this.panel2.Controls.Add(this.btnRun);
this.panel2.Controls.Add(this.btnCancel);
this.panel2.Controls.Add(this.btnOk);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 484);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(355, 39);
this.panel2.TabIndex = 2;
//
// btnSaveAsDefault
//
this.btnSaveAsDefault.BackColor = System.Drawing.SystemColors.Control;
this.btnSaveAsDefault.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSaveAsDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSaveAsDefault.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnSaveAsDefault.Location = new System.Drawing.Point(184, -1);
this.btnSaveAsDefault.Name = "btnSaveAsDefault";
this.btnSaveAsDefault.Size = new System.Drawing.Size(60, 41);
this.btnSaveAsDefault.TabIndex = 3;
this.btnSaveAsDefault.Text = "Save As Default";
this.btnSaveAsDefault.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnSaveAsDefault.UseVisualStyleBackColor = false;
this.btnSaveAsDefault.Click += new System.EventHandler(this.BtnSaveAsDefault_Click);
//
// btnRun
//
this.btnRun.BackColor = System.Drawing.SystemColors.Control;
this.btnRun.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnRun.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRun.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnRun.Location = new System.Drawing.Point(96, -1);
this.btnRun.Name = "btnRun";
this.btnRun.Size = new System.Drawing.Size(60, 41);
this.btnRun.TabIndex = 2;
this.btnRun.Text = "Run";
this.btnRun.UseVisualStyleBackColor = true;
this.btnRun.Click += new System.EventHandler(this.BtnRun_Click);
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Maroon;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancel.ForeColor = System.Drawing.SystemColors.Control;
this.btnCancel.Location = new System.Drawing.Point(265, -1);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(89, 41);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "Cancel";
this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// btnOk
//
this.btnOk.BackColor = System.Drawing.Color.Green;
this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOk.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnOk.ForeColor = System.Drawing.SystemColors.Control;
this.btnOk.Location = new System.Drawing.Point(-1, -1);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(89, 41);
this.btnOk.TabIndex = 0;
this.btnOk.Text = "Ok";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.BtnOk_Click);
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.label26);
this.panel3.Controls.Add(this.label23);
this.panel3.Controls.Add(this.label14);
this.panel3.Controls.Add(this.label3);
this.panel3.Controls.Add(this.lblLayerName);
this.panel3.Controls.Add(this.label32);
this.panel3.Controls.Add(this.label20);
this.panel3.Controls.Add(this.label19);
this.panel3.Controls.Add(this.label16);
this.panel3.Controls.Add(this.label13);
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
this.panel3.Location = new System.Drawing.Point(0, 83);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(88, 401);
this.panel3.TabIndex = 3;
//
// label26
//
this.label26.AutoSize = true;
this.label26.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label26.Location = new System.Drawing.Point(2, 210);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(77, 13);
this.label26.TabIndex = 82;
this.label26.Text = "Layer Location";
//
// label23
//
this.label23.AutoSize = true;
this.label23.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label23.Location = new System.Drawing.Point(20, 184);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(56, 13);
this.label23.TabIndex = 81;
this.label23.Text = "Layer Size";
//
// label14
//
this.label14.AutoSize = true;
this.label14.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label14.ForeColor = System.Drawing.SystemColors.Control;
this.label14.Location = new System.Drawing.Point(-3, 366);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(91, 13);
this.label14.TabIndex = 11;
this.label14.Text = "Rows To Process";
//
// label3
//
this.label3.AutoSize = true;
this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label3.ForeColor = System.Drawing.SystemColors.Control;
this.label3.Location = new System.Drawing.Point(12, 333);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(68, 13);
this.label3.TabIndex = 10;
this.label3.Text = "Frame Group";
//
// lblLayerName
//
this.lblLayerName.AutoSize = true;
this.lblLayerName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblLayerName.ForeColor = System.Drawing.SystemColors.Control;
this.lblLayerName.Location = new System.Drawing.Point(11, 9);
this.lblLayerName.Name = "lblLayerName";
this.lblLayerName.Size = new System.Drawing.Size(64, 13);
this.lblLayerName.TabIndex = 7;
this.lblLayerName.Text = "Layer Name";
//
// label32
//
this.label32.AutoSize = true;
this.label32.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label32.ForeColor = System.Drawing.SystemColors.Control;
this.label32.Location = new System.Drawing.Point(25, 235);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(51, 13);
this.label32.TabIndex = 5;
this.label32.Text = "Full mask";
//
// label20
//
this.label20.AutoSize = true;
this.label20.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label20.ForeColor = System.Drawing.SystemColors.Control;
this.label20.Location = new System.Drawing.Point(40, 153);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(40, 13);
this.label20.TabIndex = 3;
this.label20.Text = "Radius";
//
// label19
//
this.label19.AutoSize = true;
this.label19.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label19.ForeColor = System.Drawing.SystemColors.Control;
this.label19.Location = new System.Drawing.Point(46, 124);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(29, 13);
this.label19.TabIndex = 2;
this.label19.Text = "Step";
//
// label16
//
this.label16.AutoSize = true;
this.label16.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label16.ForeColor = System.Drawing.SystemColors.Control;
this.label16.Location = new System.Drawing.Point(39, 90);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(39, 13);
this.label16.TabIndex = 1;
this.label16.Text = "Angles";
//
// label13
//
this.label13.AutoSize = true;
this.label13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label13.ForeColor = System.Drawing.SystemColors.Control;
this.label13.Location = new System.Drawing.Point(39, 37);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(36, 13);
this.label13.TabIndex = 0;
this.label13.Text = "Image";
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// backgroundWorker1
//
this.backgroundWorker1.WorkerReportsProgress = true;
this.backgroundWorker1.WorkerSupportsCancellation = true;
this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
//
// txtImage
//
this.txtImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtImage.ForeColor = System.Drawing.SystemColors.Window;
this.txtImage.Location = new System.Drawing.Point(6, 33);
this.txtImage.Name = "txtImage";
this.txtImage.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.txtImage.Size = new System.Drawing.Size(185, 20);
this.txtImage.TabIndex = 1;
this.txtImage.Validating += new System.ComponentModel.CancelEventHandler(this.txtImage_Validating);
//
// btnClearImage
//
this.btnClearImage.Location = new System.Drawing.Point(211, 55);
this.btnClearImage.Name = "btnClearImage";
this.btnClearImage.Size = new System.Drawing.Size(50, 21);
this.btnClearImage.TabIndex = 6;
this.btnClearImage.Text = "Clear";
this.btnClearImage.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnClearImage.UseVisualStyleBackColor = true;
this.btnClearImage.Click += new System.EventHandler(this.btnClearImage_Click);
//
// txtAngles
//
this.txtAngles.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtAngles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtAngles.ForeColor = System.Drawing.SystemColors.Window;
this.txtAngles.Location = new System.Drawing.Point(6, 86);
this.txtAngles.Name = "txtAngles";
this.txtAngles.Size = new System.Drawing.Size(186, 20);
this.txtAngles.TabIndex = 7;
this.txtAngles.Validating += new System.ComponentModel.CancelEventHandler(this.txtAngles_Validating);
//
// btnOpenAngles
//
this.btnOpenAngles.Location = new System.Drawing.Point(212, 85);
this.btnOpenAngles.Name = "btnOpenAngles";
this.btnOpenAngles.Size = new System.Drawing.Size(50, 21);
this.btnOpenAngles.TabIndex = 8;
this.btnOpenAngles.Text = "Open";
this.btnOpenAngles.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnOpenAngles.UseVisualStyleBackColor = true;
this.btnOpenAngles.Click += new System.EventHandler(this.btnOpenAnglesNik_Click);
//
// btnClearAngles
//
this.btnClearAngles.Location = new System.Drawing.Point(212, 108);
this.btnClearAngles.Name = "btnClearAngles";
this.btnClearAngles.Size = new System.Drawing.Size(50, 21);
this.btnClearAngles.TabIndex = 11;
this.btnClearAngles.Text = "Clear";
this.btnClearAngles.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnClearAngles.UseVisualStyleBackColor = true;
this.btnClearAngles.Click += new System.EventHandler(this.btnClearAngles_Click);
//
// numUpDownRadius
//
this.numUpDownRadius.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numUpDownRadius.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numUpDownRadius.DecimalPlaces = 3;
this.numUpDownRadius.ForeColor = System.Drawing.SystemColors.Window;
this.numUpDownRadius.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.numUpDownRadius.Location = new System.Drawing.Point(5, 153);
this.numUpDownRadius.Name = "numUpDownRadius";
this.numUpDownRadius.Size = new System.Drawing.Size(117, 20);
this.numUpDownRadius.TabIndex = 12;
this.numUpDownRadius.Value = new decimal(new int[] {
48,
0,
0,
65536});
this.numUpDownRadius.Validating += new System.ComponentModel.CancelEventHandler(this.numUpDownRadius_Validating);
//
// btnDetalizationPreview
//
this.btnDetalizationPreview.BackColor = System.Drawing.Color.Gray;
this.btnDetalizationPreview.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnDetalizationPreview.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDetalizationPreview.ForeColor = System.Drawing.SystemColors.ControlLight;
this.btnDetalizationPreview.Location = new System.Drawing.Point(183, 153);
this.btnDetalizationPreview.Name = "btnDetalizationPreview";
this.btnDetalizationPreview.Size = new System.Drawing.Size(80, 21);
this.btnDetalizationPreview.TabIndex = 13;
this.btnDetalizationPreview.Text = "Preview";
this.btnDetalizationPreview.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnDetalizationPreview.UseVisualStyleBackColor = false;
this.btnDetalizationPreview.Click += new System.EventHandler(this.btnDetalizationPreview_Click);
//
// btnOpenImage
//
this.btnOpenImage.Location = new System.Drawing.Point(211, 33);
this.btnOpenImage.Name = "btnOpenImage";
this.btnOpenImage.Size = new System.Drawing.Size(50, 21);
this.btnOpenImage.TabIndex = 14;
this.btnOpenImage.Text = "Open";
this.btnOpenImage.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnOpenImage.UseVisualStyleBackColor = true;
this.btnOpenImage.Click += new System.EventHandler(this.BtnOpenImage_Click);
//
// label22
//
this.label22.AutoSize = true;
this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label22.ForeColor = System.Drawing.SystemColors.Control;
this.label22.Location = new System.Drawing.Point(128, 156);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(21, 12);
this.label22.TabIndex = 17;
this.label22.Text = "mm";
//
// txtFullMask
//
this.txtFullMask.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtFullMask.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtFullMask.ForeColor = System.Drawing.SystemColors.Window;
this.txtFullMask.Location = new System.Drawing.Point(6, 237);
this.txtFullMask.Name = "txtFullMask";
this.txtFullMask.Size = new System.Drawing.Size(193, 20);
this.txtFullMask.TabIndex = 25;
this.txtFullMask.Validating += new System.ComponentModel.CancelEventHandler(this.txtFullMask_Validating);
//
// btnOpenFullMask
//
this.btnOpenFullMask.Location = new System.Drawing.Point(211, 235);
this.btnOpenFullMask.Name = "btnOpenFullMask";
this.btnOpenFullMask.Size = new System.Drawing.Size(50, 21);
this.btnOpenFullMask.TabIndex = 26;
this.btnOpenFullMask.Text = "Open";
this.btnOpenFullMask.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnOpenFullMask.UseVisualStyleBackColor = true;
//
// btnClearFullMask
//
this.btnClearFullMask.Location = new System.Drawing.Point(211, 258);
this.btnClearFullMask.Name = "btnClearFullMask";
this.btnClearFullMask.Size = new System.Drawing.Size(50, 21);
this.btnClearFullMask.TabIndex = 29;
this.btnClearFullMask.Text = "Clear";
this.btnClearFullMask.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnClearFullMask.UseVisualStyleBackColor = true;
//
// numUpDownStep
//
this.numUpDownStep.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numUpDownStep.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numUpDownStep.Cursor = System.Windows.Forms.Cursors.Default;
this.numUpDownStep.DecimalPlaces = 3;
this.numUpDownStep.ForeColor = System.Drawing.SystemColors.Window;
this.numUpDownStep.Increment = new decimal(new int[] {
1,
0,
0,
131072});
this.numUpDownStep.Location = new System.Drawing.Point(5, 125);
this.numUpDownStep.Minimum = new decimal(new int[] {
1,
0,
0,
65536});
this.numUpDownStep.Name = "numUpDownStep";
this.numUpDownStep.Size = new System.Drawing.Size(117, 20);
this.numUpDownStep.TabIndex = 35;
this.numUpDownStep.Value = new decimal(new int[] {
25,
0,
0,
131072});
this.numUpDownStep.ValueChanged += new System.EventHandler(this.numUpDownStep_ValueChanged);
this.numUpDownStep.Validating += new System.ComponentModel.CancelEventHandler(this.numUpDownStep_Validating);
//
// btnTraceProfile
//
this.btnTraceProfile.BackColor = System.Drawing.Color.Gray;
this.btnTraceProfile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnTraceProfile.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnTraceProfile.ForeColor = System.Drawing.SystemColors.ControlLight;
this.btnTraceProfile.Location = new System.Drawing.Point(182, 129);
this.btnTraceProfile.Name = "btnTraceProfile";
this.btnTraceProfile.Size = new System.Drawing.Size(79, 21);
this.btnTraceProfile.TabIndex = 37;
this.btnTraceProfile.Text = "Trace Profile";
this.btnTraceProfile.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnTraceProfile.UseVisualStyleBackColor = false;
this.btnTraceProfile.Click += new System.EventHandler(this.BtnColorProfile_Click);
//
// txtLayerName
//
this.txtLayerName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtLayerName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtLayerName.ForeColor = System.Drawing.SystemColors.Window;
this.txtLayerName.Location = new System.Drawing.Point(5, 7);
this.txtLayerName.Name = "txtLayerName";
this.txtLayerName.Size = new System.Drawing.Size(138, 20);
this.txtLayerName.TabIndex = 38;
this.txtLayerName.Validating += new System.ComponentModel.CancelEventHandler(this.txtLayerName_Validating);
//
// label21
//
this.label21.AutoSize = true;
this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label21.ForeColor = System.Drawing.SystemColors.Control;
this.label21.Location = new System.Drawing.Point(128, 129);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(21, 12);
this.label21.TabIndex = 41;
this.label21.Text = "mm";
//
// btnAngles
//
this.btnAngles.BackColor = System.Drawing.Color.Gray;
this.btnAngles.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnAngles.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAngles.ForeColor = System.Drawing.SystemColors.ControlLight;
this.btnAngles.Location = new System.Drawing.Point(51, 59);
this.btnAngles.Name = "btnAngles";
this.btnAngles.Size = new System.Drawing.Size(80, 21);
this.btnAngles.TabIndex = 86;
this.btnAngles.Text = "Angles";
this.btnAngles.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnAngles.UseVisualStyleBackColor = false;
this.btnAngles.Click += new System.EventHandler(this.btnAngles_Click);
//
// panel6
//
this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel6.Controls.Add(this.label6);
this.panel6.Controls.Add(this.numRowEnd);
this.panel6.Controls.Add(this.label15);
this.panel6.Controls.Add(this.numRowStart);
this.panel6.Controls.Add(this.label8);
this.panel6.Controls.Add(this.numFrameGroupHeight);
this.panel6.Controls.Add(this.label17);
this.panel6.Controls.Add(this.numFrameGroupWidth);
this.panel6.Controls.Add(this.lblGenFrames);
this.panel6.Controls.Add(this.progressBar2);
this.panel6.Controls.Add(this.progressBar1);
this.panel6.Location = new System.Drawing.Point(-1, 283);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(267, 117);
this.panel6.TabIndex = 87;
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(0, 21);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(256, 10);
this.progressBar1.TabIndex = 75;
//
// progressBar2
//
this.progressBar2.Location = new System.Drawing.Point(0, 35);
this.progressBar2.Name = "progressBar2";
this.progressBar2.Size = new System.Drawing.Size(256, 10);
this.progressBar2.TabIndex = 76;
//
// lblGenFrames
//
this.lblGenFrames.AutoSize = true;
this.lblGenFrames.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblGenFrames.ForeColor = System.Drawing.SystemColors.Control;
this.lblGenFrames.Location = new System.Drawing.Point(2, 5);
this.lblGenFrames.Name = "lblGenFrames";
this.lblGenFrames.Size = new System.Drawing.Size(139, 13);
this.lblGenFrames.TabIndex = 77;
this.lblGenFrames.Text = "Generation Frames progress";
//
// numFrameGroupWidth
//
this.numFrameGroupWidth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numFrameGroupWidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numFrameGroupWidth.ForeColor = System.Drawing.SystemColors.Window;
this.numFrameGroupWidth.Location = new System.Drawing.Point(48, 51);
this.numFrameGroupWidth.Maximum = new decimal(new int[] {
20,
0,
0,
0});
this.numFrameGroupWidth.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numFrameGroupWidth.Name = "numFrameGroupWidth";
this.numFrameGroupWidth.Size = new System.Drawing.Size(45, 20);
this.numFrameGroupWidth.TabIndex = 85;
this.numFrameGroupWidth.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// label17
//
this.label17.AutoSize = true;
this.label17.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label17.ForeColor = System.Drawing.SystemColors.Control;
this.label17.Location = new System.Drawing.Point(7, 53);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(35, 13);
this.label17.TabIndex = 86;
this.label17.Text = "Width";
//
// numFrameGroupHeight
//
this.numFrameGroupHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numFrameGroupHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numFrameGroupHeight.ForeColor = System.Drawing.SystemColors.Window;
this.numFrameGroupHeight.Location = new System.Drawing.Point(144, 53);
this.numFrameGroupHeight.Maximum = new decimal(new int[] {
20,
0,
0,
0});
this.numFrameGroupHeight.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numFrameGroupHeight.Name = "numFrameGroupHeight";
this.numFrameGroupHeight.Size = new System.Drawing.Size(45, 20);
this.numFrameGroupHeight.TabIndex = 87;
this.numFrameGroupHeight.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// label8
//
this.label8.AutoSize = true;
this.label8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label8.ForeColor = System.Drawing.SystemColors.Control;
this.label8.Location = new System.Drawing.Point(102, 55);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(38, 13);
this.label8.TabIndex = 88;
this.label8.Text = "Height";
//
// numRowStart
//
this.numRowStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numRowStart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numRowStart.ForeColor = System.Drawing.SystemColors.Window;
this.numRowStart.Location = new System.Drawing.Point(48, 84);
this.numRowStart.Maximum = new decimal(new int[] {
20000,
0,
0,
0});
this.numRowStart.Name = "numRowStart";
this.numRowStart.Size = new System.Drawing.Size(45, 20);
this.numRowStart.TabIndex = 89;
//
// label15
//
this.label15.AutoSize = true;
this.label15.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label15.ForeColor = System.Drawing.SystemColors.Control;
this.label15.Location = new System.Drawing.Point(13, 86);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(29, 13);
this.label15.TabIndex = 90;
this.label15.Text = "Start";
//
// numRowEnd
//
this.numRowEnd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numRowEnd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numRowEnd.ForeColor = System.Drawing.SystemColors.Window;
this.numRowEnd.Location = new System.Drawing.Point(143, 86);
this.numRowEnd.Maximum = new decimal(new int[] {
20000,
0,
0,
0});
this.numRowEnd.Name = "numRowEnd";
this.numRowEnd.Size = new System.Drawing.Size(45, 20);
this.numRowEnd.TabIndex = 91;
//
// label6
//
this.label6.AutoSize = true;
this.label6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label6.ForeColor = System.Drawing.SystemColors.Control;
this.label6.Location = new System.Drawing.Point(108, 88);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(26, 13);
this.label6.TabIndex = 92;
this.label6.Text = "End";
//
// label24
//
this.label24.AutoSize = true;
this.label24.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label24.Location = new System.Drawing.Point(5, 187);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(35, 13);
this.label24.TabIndex = 90;
this.label24.Text = "Width";
//
// label25
//
this.label25.AutoSize = true;
this.label25.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label25.Location = new System.Drawing.Point(131, 184);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(38, 13);
this.label25.TabIndex = 91;
this.label25.Text = "Height";
//
// label27
//
this.label27.AutoSize = true;
this.label27.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label27.Location = new System.Drawing.Point(11, 210);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(25, 13);
this.label27.TabIndex = 93;
this.label27.Text = "Left";
//
// label28
//
this.label28.AutoSize = true;
this.label28.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label28.Location = new System.Drawing.Point(143, 210);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(26, 13);
this.label28.TabIndex = 94;
this.label28.Text = "Top";
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.label33);
this.panel4.Controls.Add(this.label31);
this.panel4.Controls.Add(this.label30);
this.panel4.Controls.Add(this.label29);
this.panel4.Controls.Add(this.numUpDownLayerTop);
this.panel4.Controls.Add(this.numUpDownLayerLeft);
this.panel4.Controls.Add(this.numUpDownLayerH);
this.panel4.Controls.Add(this.numUpDownLayerW);
this.panel4.Controls.Add(this.label28);
this.panel4.Controls.Add(this.label27);
this.panel4.Controls.Add(this.label25);
this.panel4.Controls.Add(this.label24);
this.panel4.Controls.Add(this.panel6);
this.panel4.Controls.Add(this.btnAngles);
this.panel4.Controls.Add(this.label21);
this.panel4.Controls.Add(this.txtLayerName);
this.panel4.Controls.Add(this.btnTraceProfile);
this.panel4.Controls.Add(this.numUpDownStep);
this.panel4.Controls.Add(this.btnClearFullMask);
this.panel4.Controls.Add(this.btnOpenFullMask);
this.panel4.Controls.Add(this.txtFullMask);
this.panel4.Controls.Add(this.label22);
this.panel4.Controls.Add(this.btnOpenImage);
this.panel4.Controls.Add(this.btnDetalizationPreview);
this.panel4.Controls.Add(this.numUpDownRadius);
this.panel4.Controls.Add(this.btnClearAngles);
this.panel4.Controls.Add(this.btnOpenAngles);
this.panel4.Controls.Add(this.txtAngles);
this.panel4.Controls.Add(this.btnClearImage);
this.panel4.Controls.Add(this.txtImage);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(88, 83);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(267, 401);
this.panel4.TabIndex = 4;
//
// numUpDownLayerTop
//
this.numUpDownLayerTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numUpDownLayerTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numUpDownLayerTop.DecimalPlaces = 2;
this.numUpDownLayerTop.ForeColor = System.Drawing.SystemColors.Window;
this.numUpDownLayerTop.Location = new System.Drawing.Point(175, 209);
this.numUpDownLayerTop.Name = "numUpDownLayerTop";
this.numUpDownLayerTop.Size = new System.Drawing.Size(60, 20);
this.numUpDownLayerTop.TabIndex = 98;
this.numUpDownLayerTop.Value = new decimal(new int[] {
300,
0,
0,
65536});
this.numUpDownLayerTop.Validating += new System.ComponentModel.CancelEventHandler(this.numUpDownLayerTop_Validating);
//
// numUpDownLayerLeft
//
this.numUpDownLayerLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numUpDownLayerLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numUpDownLayerLeft.DecimalPlaces = 2;
this.numUpDownLayerLeft.ForeColor = System.Drawing.SystemColors.Window;
this.numUpDownLayerLeft.Location = new System.Drawing.Point(40, 211);
this.numUpDownLayerLeft.Name = "numUpDownLayerLeft";
this.numUpDownLayerLeft.Size = new System.Drawing.Size(60, 20);
this.numUpDownLayerLeft.TabIndex = 97;
this.numUpDownLayerLeft.Value = new decimal(new int[] {
300,
0,
0,
65536});
this.numUpDownLayerLeft.Validating += new System.ComponentModel.CancelEventHandler(this.numUpDownLayerLeft_Validating);
//
// numUpDownLayerH
//
this.numUpDownLayerH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numUpDownLayerH.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numUpDownLayerH.DecimalPlaces = 2;
this.numUpDownLayerH.ForeColor = System.Drawing.SystemColors.Window;
this.numUpDownLayerH.Location = new System.Drawing.Point(175, 181);
this.numUpDownLayerH.Name = "numUpDownLayerH";
this.numUpDownLayerH.Size = new System.Drawing.Size(60, 20);
this.numUpDownLayerH.TabIndex = 96;
this.numUpDownLayerH.Validating += new System.ComponentModel.CancelEventHandler(this.numUpDownLayerH_Validating);
//
// numUpDownLayerW
//
this.numUpDownLayerW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numUpDownLayerW.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numUpDownLayerW.DecimalPlaces = 2;
this.numUpDownLayerW.ForeColor = System.Drawing.SystemColors.Window;
this.numUpDownLayerW.Location = new System.Drawing.Point(41, 182);
this.numUpDownLayerW.Name = "numUpDownLayerW";
this.numUpDownLayerW.Size = new System.Drawing.Size(60, 20);
this.numUpDownLayerW.TabIndex = 95;
this.numUpDownLayerW.Validating += new System.ComponentModel.CancelEventHandler(this.numUpDownLayerW_Validating);
//
// label33
//
this.label33.AutoSize = true;
this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label33.ForeColor = System.Drawing.SystemColors.Control;
this.label33.Location = new System.Drawing.Point(240, 215);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(21, 12);
this.label33.TabIndex = 102;
this.label33.Text = "mm";
//
// label31
//
this.label31.AutoSize = true;
this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label31.ForeColor = System.Drawing.SystemColors.Control;
this.label31.Location = new System.Drawing.Point(240, 184);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(21, 12);
this.label31.TabIndex = 101;
this.label31.Text = "mm";
//
// label30
//
this.label30.AutoSize = true;
this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label30.ForeColor = System.Drawing.SystemColors.Control;
this.label30.Location = new System.Drawing.Point(108, 215);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(21, 12);
this.label30.TabIndex = 100;
this.label30.Text = "mm";
//
// label29
//
this.label29.AutoSize = true;
this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label29.ForeColor = System.Drawing.SystemColors.Control;
this.label29.Location = new System.Drawing.Point(107, 187);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(21, 12);
this.label29.TabIndex = 99;
this.label29.Text = "mm";
//
// TrekoControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "TrekoControl";
this.Size = new System.Drawing.Size(355, 523);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picBoxThumbnail)).EndInit();
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownRadius)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownStep)).EndInit();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numFrameGroupWidth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numFrameGroupHeight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numRowStart)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numRowEnd)).EndInit();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerTop)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerLeft)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerH)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerW)).EndInit();
this.ResumeLayout(false);
}
#endregion
//private System.Windows.Forms.NumericUpDown numUpDownStep;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label lblResolution;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Button btnSaveAsDefault;
private System.Windows.Forms.Button btnRun;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.Label lblLayerName;
private System.Windows.Forms.ComboBox cmbUnitSize;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.ComponentModel.BackgroundWorker backgroundWorker1;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.PictureBox picBoxThumbnail;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.NumericUpDown numUpDownLayerTop;
private System.Windows.Forms.NumericUpDown numUpDownLayerLeft;
private System.Windows.Forms.NumericUpDown numUpDownLayerH;
private System.Windows.Forms.NumericUpDown numUpDownLayerW;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown numRowEnd;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.NumericUpDown numRowStart;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.NumericUpDown numFrameGroupHeight;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.NumericUpDown numFrameGroupWidth;
private System.Windows.Forms.Label lblGenFrames;
private System.Windows.Forms.ProgressBar progressBar2;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.Button btnAngles;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TextBox txtLayerName;
private System.Windows.Forms.Button btnTraceProfile;
private System.Windows.Forms.NumericUpDown numUpDownStep;
private System.Windows.Forms.Button btnClearFullMask;
private System.Windows.Forms.Button btnOpenFullMask;
private System.Windows.Forms.TextBox txtFullMask;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Button btnOpenImage;
private System.Windows.Forms.Button btnDetalizationPreview;
private System.Windows.Forms.NumericUpDown numUpDownRadius;
private System.Windows.Forms.Button btnClearAngles;
private System.Windows.Forms.Button btnOpenAngles;
private System.Windows.Forms.TextBox txtAngles;
private System.Windows.Forms.Button btnClearImage;
private System.Windows.Forms.TextBox txtImage;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Label label29;
}
}