namespace ControlLibrary { partial class Treko3DControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.panel1 = new System.Windows.Forms.Panel(); this.picBoxThumbnail = new System.Windows.Forms.PictureBox(); 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.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.label18 = 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.label13 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.label28 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.panel6 = new System.Windows.Forms.Panel(); this.label21 = new System.Windows.Forms.Label(); this.numRowEnd = new System.Windows.Forms.NumericUpDown(); this.label15 = new System.Windows.Forms.Label(); this.numRowStart = new System.Windows.Forms.NumericUpDown(); this.label8 = new System.Windows.Forms.Label(); this.numFrameGroupHeight = new System.Windows.Forms.NumericUpDown(); this.label6 = new System.Windows.Forms.Label(); this.numFrameGroupWidth = new System.Windows.Forms.NumericUpDown(); this.lblGenFrames = new System.Windows.Forms.Label(); this.progressBar2 = new System.Windows.Forms.ProgressBar(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.btnClearSourceFilePath = new System.Windows.Forms.Button(); this.txtLayerName = new System.Windows.Forms.TextBox(); this.btnTraceProfile = new System.Windows.Forms.Button(); this.label17 = new System.Windows.Forms.Label(); this.numUpDownStep = new System.Windows.Forms.NumericUpDown(); this.txtNFilesSelected = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.btnClearFullMask = new System.Windows.Forms.Button(); this.btnOpenFullMask = new System.Windows.Forms.Button(); this.txtFullMask = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.btnOpenSourceFilePath = new System.Windows.Forms.Button(); this.btnDetalizationPreview = new System.Windows.Forms.Button(); this.numUpDownRadius = new System.Windows.Forms.NumericUpDown(); this.txtSourceFilePath = new System.Windows.Forms.TextBox(); 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.numUpDownLayerW = new System.Windows.Forms.NumericUpDown(); this.label29 = new System.Windows.Forms.Label(); this.numUpDownLayerH = new System.Windows.Forms.NumericUpDown(); this.numUpDownLayerLeft = new System.Windows.Forms.NumericUpDown(); this.numUpDownLayerTop = new System.Windows.Forms.NumericUpDown(); this.label30 = new System.Windows.Forms.Label(); this.label31 = new System.Windows.Forms.Label(); this.label33 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBoxThumbnail)).BeginInit(); this.panel5.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); this.panel4.SuspendLayout(); this.panel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numRowEnd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numRowStart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numFrameGroupHeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numFrameGroupWidth)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numUpDownStep)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numUpDownRadius)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerW)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerH)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerLeft)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerTop)).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.picBoxThumbnail); 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, 90); this.panel1.TabIndex = 1; // // picBoxThumbnail // this.picBoxThumbnail.Location = new System.Drawing.Point(299, 3); this.picBoxThumbnail.Name = "picBoxThumbnail"; this.picBoxThumbnail.Size = new System.Drawing.Size(48, 50); this.picBoxThumbnail.TabIndex = 14; this.picBoxThumbnail.TabStop = false; // // 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(15, 60); this.cmbUnitSize.Name = "cmbUnitSize"; this.cmbUnitSize.Size = new System.Drawing.Size(82, 21); this.cmbUnitSize.TabIndex = 13; 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(317, 72); 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(282, 57); 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(248, 72); 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(249, 57); 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(160, 72); this.lblResolution.Name = "lblResolution"; this.lblResolution.Size = new System.Drawing.Size(45, 12); this.lblResolution.TabIndex = 8; this.lblResolution.Text = "1024x768"; // // 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(141, 57); 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(108, 72); 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(108, 57); 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.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, 25); this.panel5.TabIndex = 2; // // 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(134, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(57, 15); this.label2.TabIndex = 0; this.label2.Text = "Treko 3D"; // // 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(19, 41); 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, 471); 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(102, -3); 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.label18); this.panel3.Controls.Add(this.label32); this.panel3.Controls.Add(this.label20); this.panel3.Controls.Add(this.label19); this.panel3.Controls.Add(this.label13); this.panel3.Dock = System.Windows.Forms.DockStyle.Left; this.panel3.Location = new System.Drawing.Point(0, 90); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(88, 381); this.panel3.TabIndex = 3; // // label26 // this.label26.AutoSize = true; this.label26.ForeColor = System.Drawing.SystemColors.ControlLight; this.label26.Location = new System.Drawing.Point(4, 185); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(77, 13); this.label26.TabIndex = 81; this.label26.Text = "Layer Location"; // // label23 // this.label23.AutoSize = true; this.label23.ForeColor = System.Drawing.SystemColors.ControlLight; this.label23.Location = new System.Drawing.Point(24, 156); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(56, 13); this.label23.TabIndex = 80; 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(-2, 326); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(91, 13); this.label14.TabIndex = 9; 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, 300); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(68, 13); this.label3.TabIndex = 8; this.label3.Text = "Frame Group"; // // label18 // this.label18.AutoSize = true; this.label18.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label18.ForeColor = System.Drawing.SystemColors.Control; this.label18.Location = new System.Drawing.Point(14, 14); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(64, 13); this.label18.TabIndex = 7; this.label18.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(30, 213); 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(43, 113); 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(49, 92); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(29, 13); this.label19.TabIndex = 2; this.label19.Text = "Step"; // // 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(-2, 41); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(90, 13); this.label13.TabIndex = 0; this.label13.Text = "Source Files Path"; // // 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.numUpDownLayerTop); this.panel4.Controls.Add(this.numUpDownLayerLeft); this.panel4.Controls.Add(this.numUpDownLayerH); this.panel4.Controls.Add(this.label29); 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.btnClearSourceFilePath); this.panel4.Controls.Add(this.txtLayerName); this.panel4.Controls.Add(this.btnTraceProfile); this.panel4.Controls.Add(this.label17); this.panel4.Controls.Add(this.numUpDownStep); this.panel4.Controls.Add(this.txtNFilesSelected); this.panel4.Controls.Add(this.label16); 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.btnOpenSourceFilePath); this.panel4.Controls.Add(this.btnDetalizationPreview); this.panel4.Controls.Add(this.numUpDownRadius); this.panel4.Controls.Add(this.txtSourceFilePath); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(88, 90); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(267, 381); this.panel4.TabIndex = 4; // // label28 // this.label28.AutoSize = true; this.label28.ForeColor = System.Drawing.SystemColors.ControlLight; this.label28.Location = new System.Drawing.Point(143, 185); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(26, 13); this.label28.TabIndex = 86; this.label28.Text = "Top"; // // label27 // this.label27.AutoSize = true; this.label27.ForeColor = System.Drawing.SystemColors.ControlLight; this.label27.Location = new System.Drawing.Point(11, 185); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(25, 13); this.label27.TabIndex = 85; this.label27.Text = "Left"; // // label25 // this.label25.AutoSize = true; this.label25.ForeColor = System.Drawing.SystemColors.ControlLight; this.label25.Location = new System.Drawing.Point(131, 157); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(38, 13); this.label25.TabIndex = 83; this.label25.Text = "Height"; // // label24 // this.label24.AutoSize = true; this.label24.ForeColor = System.Drawing.SystemColors.ControlLight; this.label24.Location = new System.Drawing.Point(5, 156); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(35, 13); this.label24.TabIndex = 82; this.label24.Text = "Width"; // // panel6 // this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel6.Controls.Add(this.label21); 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.label6); 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, 263); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(266, 117); this.panel6.TabIndex = 77; // // label21 // this.label21.AutoSize = true; this.label21.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label21.ForeColor = System.Drawing.SystemColors.Control; this.label21.Location = new System.Drawing.Point(113, 91); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(26, 13); this.label21.TabIndex = 87; this.label21.Text = "End"; // // 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(148, 89); 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 = 86; // // 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(18, 89); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(29, 13); this.label15.TabIndex = 85; this.label15.Text = "Start"; // // 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(53, 87); 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 = 84; // // 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(106, 65); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(38, 13); this.label8.TabIndex = 83; this.label8.Text = "Height"; // // 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(148, 63); 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 = 82; this.numFrameGroupHeight.Value = new decimal(new int[] { 1, 0, 0, 0}); // // 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(11, 63); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(35, 13); this.label6.TabIndex = 81; this.label6.Text = "Width"; // // 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(52, 61); 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 = 80; this.numFrameGroupWidth.Value = new decimal(new int[] { 1, 0, 0, 0}); // // 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(11, 8); this.lblGenFrames.Name = "lblGenFrames"; this.lblGenFrames.Size = new System.Drawing.Size(139, 13); this.lblGenFrames.TabIndex = 79; this.lblGenFrames.Text = "Generation Frames progress"; // // progressBar2 // this.progressBar2.Location = new System.Drawing.Point(9, 38); this.progressBar2.Name = "progressBar2"; this.progressBar2.Size = new System.Drawing.Size(256, 10); this.progressBar2.TabIndex = 78; // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(9, 24); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(256, 10); this.progressBar1.TabIndex = 77; // // btnClearSourceFilePath // this.btnClearSourceFilePath.Location = new System.Drawing.Point(209, 56); this.btnClearSourceFilePath.Name = "btnClearSourceFilePath"; this.btnClearSourceFilePath.Size = new System.Drawing.Size(50, 21); this.btnClearSourceFilePath.TabIndex = 40; this.btnClearSourceFilePath.Text = "Clear"; this.btnClearSourceFilePath.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.btnClearSourceFilePath.UseVisualStyleBackColor = true; this.btnClearSourceFilePath.Click += new System.EventHandler(this.btnClearSourceFilePath_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(6, 5); this.txtLayerName.Name = "txtLayerName"; this.txtLayerName.Size = new System.Drawing.Size(100, 20); this.txtLayerName.TabIndex = 39; this.txtLayerName.Validating += new System.ComponentModel.CancelEventHandler(this.txtLayerName_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(165, 83); this.btnTraceProfile.Name = "btnTraceProfile"; this.btnTraceProfile.Size = new System.Drawing.Size(81, 21); this.btnTraceProfile.TabIndex = 38; this.btnTraceProfile.Text = "Trace Profile"; this.btnTraceProfile.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.btnTraceProfile.UseVisualStyleBackColor = false; this.btnTraceProfile.Click += new System.EventHandler(this.BtnTraceProfile_Click); // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label17.ForeColor = System.Drawing.SystemColors.Control; this.label17.Location = new System.Drawing.Point(99, 88); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(21, 12); this.label17.TabIndex = 37; this.label17.Text = "mm"; // // 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.DecimalPlaces = 2; 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(9, 85); this.numUpDownStep.Name = "numUpDownStep"; this.numUpDownStep.Size = new System.Drawing.Size(84, 20); this.numUpDownStep.TabIndex = 36; this.numUpDownStep.Value = new decimal(new int[] { 15, 0, 0, 131072}); this.numUpDownStep.Validating += new System.ComponentModel.CancelEventHandler(this.numUpDownStep_Validating); // // txtNFilesSelected // this.txtNFilesSelected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); this.txtNFilesSelected.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtNFilesSelected.ForeColor = System.Drawing.SystemColors.Window; this.txtNFilesSelected.Location = new System.Drawing.Point(134, 56); this.txtNFilesSelected.Name = "txtNFilesSelected"; this.txtNFilesSelected.ReadOnly = true; this.txtNFilesSelected.Size = new System.Drawing.Size(54, 20); this.txtNFilesSelected.TabIndex = 35; // // 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(5, 60); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(110, 13); this.label16.TabIndex = 34; this.label16.Text = "Source Files Selected"; // // btnClearFullMask // this.btnClearFullMask.Location = new System.Drawing.Point(209, 236); 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; // // btnOpenFullMask // this.btnOpenFullMask.Location = new System.Drawing.Point(209, 209); 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; // // 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, 211); this.txtFullMask.Name = "txtFullMask"; this.txtFullMask.Size = new System.Drawing.Size(182, 20); this.txtFullMask.TabIndex = 25; this.txtFullMask.Validating += new System.ComponentModel.CancelEventHandler(this.txtFullMask_Validating); // // 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(99, 114); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(21, 12); this.label22.TabIndex = 17; this.label22.Text = "mm"; // // btnOpenSourceFilePath // this.btnOpenSourceFilePath.Location = new System.Drawing.Point(209, 29); this.btnOpenSourceFilePath.Name = "btnOpenSourceFilePath"; this.btnOpenSourceFilePath.Size = new System.Drawing.Size(50, 21); this.btnOpenSourceFilePath.TabIndex = 14; this.btnOpenSourceFilePath.Text = "Open"; this.btnOpenSourceFilePath.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.btnOpenSourceFilePath.UseVisualStyleBackColor = true; this.btnOpenSourceFilePath.Click += new System.EventHandler(this.btnOpenImage_Click); // // 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(165, 110); this.btnDetalizationPreview.Name = "btnDetalizationPreview"; this.btnDetalizationPreview.Size = new System.Drawing.Size(81, 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); // // 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 = 2; 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(8, 111); this.numUpDownRadius.Name = "numUpDownRadius"; this.numUpDownRadius.Size = new System.Drawing.Size(85, 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); // // txtSourceFilePath // this.txtSourceFilePath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); this.txtSourceFilePath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtSourceFilePath.ForeColor = System.Drawing.SystemColors.Window; this.txtSourceFilePath.Location = new System.Drawing.Point(6, 31); this.txtSourceFilePath.Name = "txtSourceFilePath"; this.txtSourceFilePath.Size = new System.Drawing.Size(183, 20); this.txtSourceFilePath.TabIndex = 1; this.txtSourceFilePath.Validating += new System.ComponentModel.CancelEventHandler(this.txtSourceFilePath_Validating); // // 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); // // 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(43, 154); this.numUpDownLayerW.Name = "numUpDownLayerW"; this.numUpDownLayerW.Size = new System.Drawing.Size(60, 20); this.numUpDownLayerW.TabIndex = 88; this.numUpDownLayerW.Validating += new System.ComponentModel.CancelEventHandler(this.numUpDownLayerW_Validating); // // 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, 157); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(21, 12); this.label29.TabIndex = 89; this.label29.Text = "mm"; // // 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(177, 153); this.numUpDownLayerH.Name = "numUpDownLayerH"; this.numUpDownLayerH.Size = new System.Drawing.Size(60, 20); this.numUpDownLayerH.TabIndex = 90; this.numUpDownLayerH.Validating += new System.ComponentModel.CancelEventHandler(this.numUpDownLayerH_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(42, 183); this.numUpDownLayerLeft.Name = "numUpDownLayerLeft"; this.numUpDownLayerLeft.Size = new System.Drawing.Size(60, 20); this.numUpDownLayerLeft.TabIndex = 91; this.numUpDownLayerLeft.Value = new decimal(new int[] { 300, 0, 0, 65536}); this.numUpDownLayerLeft.Validating += new System.ComponentModel.CancelEventHandler(this.numUpDownLayerLeft_Validating); // // 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(177, 185); this.numUpDownLayerTop.Name = "numUpDownLayerTop"; this.numUpDownLayerTop.Size = new System.Drawing.Size(60, 20); this.numUpDownLayerTop.TabIndex = 92; this.numUpDownLayerTop.Value = new decimal(new int[] { 300, 0, 0, 65536}); this.numUpDownLayerTop.Validating += new System.ComponentModel.CancelEventHandler(this.numUpDownLayerTop_Validating); // // 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, 185); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(21, 12); this.label30.TabIndex = 93; this.label30.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(238, 157); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(21, 12); this.label31.TabIndex = 94; this.label31.Text = "mm"; // // 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(238, 188); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(21, 12); this.label33.TabIndex = 95; this.label33.Text = "mm"; // // Treko3DControl // 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 = "Treko3DControl"; this.Size = new System.Drawing.Size(355, 510); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBoxThumbnail)).EndInit(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.panel2.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel6.ResumeLayout(false); this.panel6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numRowEnd)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numRowStart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numFrameGroupHeight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numFrameGroupWidth)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numUpDownStep)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numUpDownRadius)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerW)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerH)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerLeft)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numUpDownLayerTop)).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.Panel panel4; 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.TextBox txtSourceFilePath; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label19; private System.Windows.Forms.NumericUpDown numUpDownRadius; 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.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 btnOpenSourceFilePath; private System.Windows.Forms.Button btnDetalizationPreview; private System.Windows.Forms.TextBox txtNFilesSelected; private System.Windows.Forms.Label label16; private System.Windows.Forms.NumericUpDown numUpDownStep; private System.Windows.Forms.Label label17; private System.Windows.Forms.Button btnTraceProfile; private System.Windows.Forms.Label label18; private System.Windows.Forms.TextBox txtLayerName; private System.Windows.Forms.ComboBox cmbUnitSize; private System.Windows.Forms.ErrorProvider errorProvider1; private System.Windows.Forms.Button btnClearSourceFilePath; 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.Panel panel6; private System.Windows.Forms.Label label21; 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 label6; 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.Label label26; private System.Windows.Forms.Label label23; 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.Label label33; private System.Windows.Forms.Label label31; private System.Windows.Forms.Label label30; private System.Windows.Forms.NumericUpDown numUpDownLayerTop; private System.Windows.Forms.NumericUpDown numUpDownLayerLeft; private System.Windows.Forms.NumericUpDown numUpDownLayerH; private System.Windows.Forms.Label label29; private System.Windows.Forms.NumericUpDown numUpDownLayerW; } }