BigLitho/Large.Lito.Database/Make3_Treko3D/ChildForms/frmChildTreko3D.Designer.cs

886 lines
45 KiB
C#

namespace ChildForms
{
partial class FrmChildTreko3D
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.panel1 = new System.Windows.Forms.Panel();
this.btPlus = new System.Windows.Forms.Button();
this.btMinus = new System.Windows.Forms.Button();
this.labelPrevAng = new System.Windows.Forms.Label();
this.TrackBarAngPrev = new System.Windows.Forms.TrackBar();
this.btnCancel = new System.Windows.Forms.Button();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
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.label10 = new System.Windows.Forms.Label();
this.numFrameGroupHeight = new System.Windows.Forms.NumericUpDown();
this.label12 = 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.numUpDownStep = new System.Windows.Forms.NumericUpDown();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label20 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.numUpDownRadius = new System.Windows.Forms.NumericUpDown();
this.numUpDownSpeed = new System.Windows.Forms.NumericUpDown();
this.label9 = new System.Windows.Forms.Label();
this.chckTimer = new System.Windows.Forms.CheckBox();
this.btnAnimation = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.txtMmToPixCoeff = new System.Windows.Forms.TextBox();
this.vResizeImage = new System.Windows.Forms.VScrollBar();
this.btnSaveFrame = new System.Windows.Forms.Button();
this.btnSaveBitmapToFile = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.txtBoxNFrameY = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtBoxNFrameX = new System.Windows.Forms.TextBox();
this.btnGoToTheEnd = new System.Windows.Forms.Button();
this.btnNextFrame = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.txtBoxYmm = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtBoxXmm = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtBoxY = new System.Windows.Forms.TextBox();
this.txtBoxX = new System.Windows.Forms.TextBox();
this.btnGenerateFrames = new System.Windows.Forms.Button();
this.txtBoxProgress = new System.Windows.Forms.TextBox();
this.btnDraw = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.ddPanBoxTreko3D = new ChildForms.DDPanBox();
this.ddPanBoxVoxel = new ChildForms.DDPanBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.TrackBarAngPrev)).BeginInit();
((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.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownRadius)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownSpeed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.panel1.Controls.Add(this.btPlus);
this.panel1.Controls.Add(this.btMinus);
this.panel1.Controls.Add(this.labelPrevAng);
this.panel1.Controls.Add(this.TrackBarAngPrev);
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.label14);
this.panel1.Controls.Add(this.label13);
this.panel1.Controls.Add(this.label21);
this.panel1.Controls.Add(this.numRowEnd);
this.panel1.Controls.Add(this.label15);
this.panel1.Controls.Add(this.numRowStart);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.numFrameGroupHeight);
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.numFrameGroupWidth);
this.panel1.Controls.Add(this.lblGenFrames);
this.panel1.Controls.Add(this.progressBar2);
this.panel1.Controls.Add(this.progressBar1);
this.panel1.Controls.Add(this.numUpDownStep);
this.panel1.Controls.Add(this.numericUpDown1);
this.panel1.Controls.Add(this.label20);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.label19);
this.panel1.Controls.Add(this.numUpDownRadius);
this.panel1.Controls.Add(this.numUpDownSpeed);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.chckTimer);
this.panel1.Controls.Add(this.btnAnimation);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.txtMmToPixCoeff);
this.panel1.Controls.Add(this.vResizeImage);
this.panel1.Controls.Add(this.btnSaveFrame);
this.panel1.Controls.Add(this.btnSaveBitmapToFile);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.txtBoxNFrameY);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.txtBoxNFrameX);
this.panel1.Controls.Add(this.btnGoToTheEnd);
this.panel1.Controls.Add(this.btnNextFrame);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.txtBoxYmm);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.txtBoxXmm);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.txtBoxY);
this.panel1.Controls.Add(this.txtBoxX);
this.panel1.Controls.Add(this.btnGenerateFrames);
this.panel1.Controls.Add(this.txtBoxProgress);
this.panel1.Controls.Add(this.btnDraw);
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(197, 704);
this.panel1.TabIndex = 1;
//
// btPlus
//
this.btPlus.Location = new System.Drawing.Point(72, 642);
this.btPlus.Name = "btPlus";
this.btPlus.Size = new System.Drawing.Size(36, 26);
this.btPlus.TabIndex = 88;
this.btPlus.Text = "+";
this.btPlus.UseVisualStyleBackColor = true;
this.btPlus.Click += new System.EventHandler(this.btPlus_Click);
//
// btMinus
//
this.btMinus.Location = new System.Drawing.Point(15, 642);
this.btMinus.Name = "btMinus";
this.btMinus.Size = new System.Drawing.Size(46, 26);
this.btMinus.TabIndex = 87;
this.btMinus.Text = "-";
this.btMinus.UseVisualStyleBackColor = true;
this.btMinus.Click += new System.EventHandler(this.btMinus_Click);
//
// labelPrevAng
//
this.labelPrevAng.AutoSize = true;
this.labelPrevAng.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
this.labelPrevAng.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.labelPrevAng.ForeColor = System.Drawing.Color.Gainsboro;
this.labelPrevAng.Location = new System.Drawing.Point(10, 601);
this.labelPrevAng.Name = "labelPrevAng";
this.labelPrevAng.Size = new System.Drawing.Size(73, 17);
this.labelPrevAng.TabIndex = 86;
this.labelPrevAng.Text = "Angle - 90";
//
// TrackBarAngPrev
//
this.TrackBarAngPrev.Location = new System.Drawing.Point(7, 613);
this.TrackBarAngPrev.Maximum = 181;
this.TrackBarAngPrev.Minimum = -21;
this.TrackBarAngPrev.Name = "TrackBarAngPrev";
this.TrackBarAngPrev.Size = new System.Drawing.Size(182, 45);
this.TrackBarAngPrev.TabIndex = 85;
this.TrackBarAngPrev.Value = 90;
this.TrackBarAngPrev.Scroll += new System.EventHandler(this.TrackBarAngPrev_Scroll);
//
// btnCancel
//
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCancel.Location = new System.Drawing.Point(104, 575);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 23);
this.btnCancel.TabIndex = 83;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// 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(8, 526);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(89, 13);
this.label14.TabIndex = 82;
this.label14.Text = "Start / End Rows";
//
// 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(7, 474);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(96, 13);
this.label13.TabIndex = 81;
this.label13.Text = "Frames Group Size";
//
// 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(105, 546);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(26, 13);
this.label21.TabIndex = 80;
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(137, 544);
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 = 79;
this.numRowEnd.Validating += new System.ComponentModel.CancelEventHandler(this.numRowEnd_Validating);
//
// 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(8, 544);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(29, 13);
this.label15.TabIndex = 78;
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(42, 542);
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 = 77;
this.numRowStart.Validating += new System.ComponentModel.CancelEventHandler(this.numRowStart_Validating);
//
// label10
//
this.label10.AutoSize = true;
this.label10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label10.ForeColor = System.Drawing.SystemColors.Control;
this.label10.Location = new System.Drawing.Point(93, 492);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(38, 13);
this.label10.TabIndex = 76;
this.label10.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(137, 490);
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 = 75;
this.numFrameGroupHeight.Value = new decimal(new int[] {
1,
0,
0,
0});
this.numFrameGroupHeight.ValueChanged += new System.EventHandler(this.numFrameGroupHeight_ValueChanged);
this.numFrameGroupHeight.Validating += new System.ComponentModel.CancelEventHandler(this.numFrameGroupHeight_Validating);
//
// label12
//
this.label12.AutoSize = true;
this.label12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label12.ForeColor = System.Drawing.SystemColors.Control;
this.label12.Location = new System.Drawing.Point(7, 492);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(35, 13);
this.label12.TabIndex = 74;
this.label12.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(42, 490);
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 = 73;
this.numFrameGroupWidth.Value = new decimal(new int[] {
1,
0,
0,
0});
this.numFrameGroupWidth.ValueChanged += new System.EventHandler(this.numFrameGroupWidth_ValueChanged);
this.numFrameGroupWidth.Validating += new System.ComponentModel.CancelEventHandler(this.numFrameGroupWidth_Validating);
//
// 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(7, 422);
this.lblGenFrames.Name = "lblGenFrames";
this.lblGenFrames.Size = new System.Drawing.Size(139, 13);
this.lblGenFrames.TabIndex = 62;
this.lblGenFrames.Text = "Generation Frames progress";
//
// progressBar2
//
this.progressBar2.Location = new System.Drawing.Point(5, 451);
this.progressBar2.Name = "progressBar2";
this.progressBar2.Size = new System.Drawing.Size(192, 10);
this.progressBar2.TabIndex = 61;
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(5, 438);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(192, 10);
this.progressBar1.TabIndex = 60;
//
// 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.ForeColor = System.Drawing.SystemColors.Window;
this.numUpDownStep.Location = new System.Drawing.Point(93, 358);
this.numUpDownStep.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numUpDownStep.Minimum = new decimal(new int[] {
10,
0,
0,
0});
this.numUpDownStep.Name = "numUpDownStep";
this.numUpDownStep.Size = new System.Drawing.Size(75, 20);
this.numUpDownStep.TabIndex = 50;
this.numUpDownStep.Value = new decimal(new int[] {
10,
0,
0,
0});
this.numUpDownStep.ValueChanged += new System.EventHandler(this.numUpDownStep_ValueChanged);
//
// numericUpDown1
//
this.numericUpDown1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numericUpDown1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numericUpDown1.ForeColor = System.Drawing.SystemColors.Window;
this.numericUpDown1.Location = new System.Drawing.Point(86, 273);
this.numericUpDown1.Maximum = new decimal(new int[] {
25,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(61, 20);
this.numericUpDown1.TabIndex = 46;
this.numericUpDown1.ValueChanged += new System.EventHandler(this.numUpDownParallax_ValueChanged);
//
// 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(21, 391);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(57, 13);
this.label20.TabIndex = 48;
this.label20.Text = "Radius um";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(9, 273);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(44, 13);
this.label8.TabIndex = 45;
this.label8.Text = "Parallax";
//
// 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(26, 365);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(46, 13);
this.label19.TabIndex = 47;
this.label19.Text = "Step um";
//
// 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.ForeColor = System.Drawing.SystemColors.Window;
this.numUpDownRadius.Location = new System.Drawing.Point(93, 388);
this.numUpDownRadius.Name = "numUpDownRadius";
this.numUpDownRadius.Size = new System.Drawing.Size(75, 20);
this.numUpDownRadius.TabIndex = 49;
this.numUpDownRadius.ValueChanged += new System.EventHandler(this.numUpDownRadius_ValueChanged);
//
// numUpDownSpeed
//
this.numUpDownSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numUpDownSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numUpDownSpeed.ForeColor = System.Drawing.SystemColors.Window;
this.numUpDownSpeed.Location = new System.Drawing.Point(86, 250);
this.numUpDownSpeed.Maximum = new decimal(new int[] {
25,
0,
0,
0});
this.numUpDownSpeed.Name = "numUpDownSpeed";
this.numUpDownSpeed.Size = new System.Drawing.Size(61, 20);
this.numUpDownSpeed.TabIndex = 44;
this.numUpDownSpeed.Value = new decimal(new int[] {
10,
0,
0,
0});
this.numUpDownSpeed.ValueChanged += new System.EventHandler(this.numUpDownSpeed_ValueChanged);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(9, 250);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(38, 13);
this.label9.TabIndex = 43;
this.label9.Text = "Speed";
//
// chckTimer
//
this.chckTimer.AutoSize = true;
this.chckTimer.Checked = true;
this.chckTimer.CheckState = System.Windows.Forms.CheckState.Checked;
this.chckTimer.Location = new System.Drawing.Point(96, 330);
this.chckTimer.Name = "chckTimer";
this.chckTimer.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chckTimer.Size = new System.Drawing.Size(75, 17);
this.chckTimer.TabIndex = 26;
this.chckTimer.Text = "Stop/Start";
this.chckTimer.UseVisualStyleBackColor = true;
this.chckTimer.CheckedChanged += new System.EventHandler(this.chckTimer_CheckedChanged);
//
// btnAnimation
//
this.btnAnimation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnAnimation.Location = new System.Drawing.Point(96, 301);
this.btnAnimation.Name = "btnAnimation";
this.btnAnimation.Size = new System.Drawing.Size(74, 23);
this.btnAnimation.TabIndex = 23;
this.btnAnimation.Text = "Animation";
this.btnAnimation.UseVisualStyleBackColor = true;
this.btnAnimation.Click += new System.EventHandler(this.btnAnimation_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(9, 221);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(78, 13);
this.label7.TabIndex = 22;
this.label7.Text = "mm to pix coeff";
//
// txtMmToPixCoeff
//
this.txtMmToPixCoeff.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtMmToPixCoeff.ForeColor = System.Drawing.SystemColors.MenuBar;
this.txtMmToPixCoeff.Location = new System.Drawing.Point(90, 218);
this.txtMmToPixCoeff.Name = "txtMmToPixCoeff";
this.txtMmToPixCoeff.ReadOnly = true;
this.txtMmToPixCoeff.Size = new System.Drawing.Size(62, 20);
this.txtMmToPixCoeff.TabIndex = 21;
//
// vResizeImage
//
this.vResizeImage.Location = new System.Drawing.Point(177, 239);
this.vResizeImage.Minimum = 1;
this.vResizeImage.Name = "vResizeImage";
this.vResizeImage.Size = new System.Drawing.Size(16, 130);
this.vResizeImage.TabIndex = 20;
this.vResizeImage.Value = 20;
this.vResizeImage.ValueChanged += new System.EventHandler(this.vResizeImage_ValueChanged);
//
// btnSaveFrame
//
this.btnSaveFrame.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSaveFrame.Location = new System.Drawing.Point(7, 87);
this.btnSaveFrame.Name = "btnSaveFrame";
this.btnSaveFrame.Size = new System.Drawing.Size(76, 23);
this.btnSaveFrame.TabIndex = 19;
this.btnSaveFrame.Text = "Save Frame";
this.btnSaveFrame.UseVisualStyleBackColor = true;
this.btnSaveFrame.Visible = false;
this.btnSaveFrame.Click += new System.EventHandler(this.btnSaveFrame_Click);
//
// btnSaveBitmapToFile
//
this.btnSaveBitmapToFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSaveBitmapToFile.Location = new System.Drawing.Point(5, 330);
this.btnSaveBitmapToFile.Name = "btnSaveBitmapToFile";
this.btnSaveBitmapToFile.Size = new System.Drawing.Size(76, 23);
this.btnSaveBitmapToFile.TabIndex = 18;
this.btnSaveBitmapToFile.Text = "Save Image";
this.btnSaveBitmapToFile.UseVisualStyleBackColor = true;
this.btnSaveBitmapToFile.Click += new System.EventHandler(this.btnSaveBitmapToFile_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 34);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(54, 13);
this.label6.TabIndex = 17;
this.label6.Text = "NFrame Y";
this.label6.Visible = false;
//
// txtBoxNFrameY
//
this.txtBoxNFrameY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtBoxNFrameY.ForeColor = System.Drawing.SystemColors.MenuBar;
this.txtBoxNFrameY.Location = new System.Drawing.Point(68, 31);
this.txtBoxNFrameY.Name = "txtBoxNFrameY";
this.txtBoxNFrameY.ReadOnly = true;
this.txtBoxNFrameY.Size = new System.Drawing.Size(46, 20);
this.txtBoxNFrameY.TabIndex = 16;
this.txtBoxNFrameY.Visible = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(8, 11);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(54, 13);
this.label5.TabIndex = 15;
this.label5.Text = "NFrame X";
this.label5.Visible = false;
//
// txtBoxNFrameX
//
this.txtBoxNFrameX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtBoxNFrameX.ForeColor = System.Drawing.SystemColors.MenuBar;
this.txtBoxNFrameX.Location = new System.Drawing.Point(68, 8);
this.txtBoxNFrameX.Name = "txtBoxNFrameX";
this.txtBoxNFrameX.ReadOnly = true;
this.txtBoxNFrameX.Size = new System.Drawing.Size(46, 20);
this.txtBoxNFrameX.TabIndex = 14;
this.txtBoxNFrameX.Visible = false;
//
// btnGoToTheEnd
//
this.btnGoToTheEnd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnGoToTheEnd.Location = new System.Drawing.Point(89, 59);
this.btnGoToTheEnd.Name = "btnGoToTheEnd";
this.btnGoToTheEnd.Size = new System.Drawing.Size(102, 23);
this.btnGoToTheEnd.TabIndex = 13;
this.btnGoToTheEnd.Text = "Go To The End";
this.btnGoToTheEnd.UseVisualStyleBackColor = true;
this.btnGoToTheEnd.Visible = false;
//
// btnNextFrame
//
this.btnNextFrame.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnNextFrame.Location = new System.Drawing.Point(8, 59);
this.btnNextFrame.Name = "btnNextFrame";
this.btnNextFrame.Size = new System.Drawing.Size(75, 23);
this.btnNextFrame.TabIndex = 12;
this.btnNextFrame.Text = "Next Frame";
this.btnNextFrame.UseVisualStyleBackColor = true;
this.btnNextFrame.Visible = false;
this.btnNextFrame.Click += new System.EventHandler(this.btnNextFrame_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(18, 198);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 13);
this.label4.TabIndex = 11;
this.label4.Text = "cursor Y mm";
this.label4.Visible = false;
//
// txtBoxYmm
//
this.txtBoxYmm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtBoxYmm.ForeColor = System.Drawing.SystemColors.MenuBar;
this.txtBoxYmm.Location = new System.Drawing.Point(89, 195);
this.txtBoxYmm.Name = "txtBoxYmm";
this.txtBoxYmm.Size = new System.Drawing.Size(100, 20);
this.txtBoxYmm.TabIndex = 10;
this.txtBoxYmm.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(18, 172);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 13);
this.label3.TabIndex = 9;
this.label3.Text = "cursor X mm";
this.label3.Visible = false;
//
// txtBoxXmm
//
this.txtBoxXmm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtBoxXmm.ForeColor = System.Drawing.SystemColors.MenuBar;
this.txtBoxXmm.Location = new System.Drawing.Point(89, 169);
this.txtBoxXmm.Name = "txtBoxXmm";
this.txtBoxXmm.Size = new System.Drawing.Size(100, 20);
this.txtBoxXmm.TabIndex = 8;
this.txtBoxXmm.Visible = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 138);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(62, 13);
this.label2.TabIndex = 7;
this.label2.Text = "cursor Y pix";
this.label2.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 118);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(62, 13);
this.label1.TabIndex = 6;
this.label1.Text = "cursor X pix";
this.label1.Visible = false;
//
// txtBoxY
//
this.txtBoxY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtBoxY.ForeColor = System.Drawing.SystemColors.MenuBar;
this.txtBoxY.Location = new System.Drawing.Point(89, 138);
this.txtBoxY.Name = "txtBoxY";
this.txtBoxY.Size = new System.Drawing.Size(100, 20);
this.txtBoxY.TabIndex = 5;
this.txtBoxY.Visible = false;
//
// txtBoxX
//
this.txtBoxX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtBoxX.ForeColor = System.Drawing.SystemColors.MenuBar;
this.txtBoxX.Location = new System.Drawing.Point(89, 112);
this.txtBoxX.Name = "txtBoxX";
this.txtBoxX.Size = new System.Drawing.Size(100, 20);
this.txtBoxX.TabIndex = 4;
this.txtBoxX.Visible = false;
//
// btnGenerateFrames
//
this.btnGenerateFrames.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnGenerateFrames.Location = new System.Drawing.Point(7, 575);
this.btnGenerateFrames.Name = "btnGenerateFrames";
this.btnGenerateFrames.Size = new System.Drawing.Size(85, 23);
this.btnGenerateFrames.TabIndex = 2;
this.btnGenerateFrames.Text = "Gen. Frames";
this.btnGenerateFrames.UseVisualStyleBackColor = true;
this.btnGenerateFrames.Click += new System.EventHandler(this.btnGenerateFrames_Click);
//
// txtBoxProgress
//
this.txtBoxProgress.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtBoxProgress.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtBoxProgress.ForeColor = System.Drawing.SystemColors.Menu;
this.txtBoxProgress.Location = new System.Drawing.Point(7, 34);
this.txtBoxProgress.Name = "txtBoxProgress";
this.txtBoxProgress.ReadOnly = true;
this.txtBoxProgress.Size = new System.Drawing.Size(170, 13);
this.txtBoxProgress.TabIndex = 1;
//
// btnDraw
//
this.btnDraw.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnDraw.Location = new System.Drawing.Point(5, 301);
this.btnDraw.Name = "btnDraw";
this.btnDraw.Size = new System.Drawing.Size(76, 23);
this.btnDraw.TabIndex = 0;
this.btnDraw.Text = "Draw Image";
this.btnDraw.UseVisualStyleBackColor = true;
this.btnDraw.Click += new System.EventHandler(this.btnDraw_Click);
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// 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);
//
// ddPanBoxTreko3D
//
this.ddPanBoxTreko3D.Dock = System.Windows.Forms.DockStyle.Fill;
this.ddPanBoxTreko3D.DrawRect = new System.Drawing.Rectangle(0, 0, 228, 204);
this.ddPanBoxTreko3D.Image = null;
this.ddPanBoxTreko3D.Location = new System.Drawing.Point(197, 0);
this.ddPanBoxTreko3D.Name = "ddPanBoxTreko3D";
this.ddPanBoxTreko3D.Size = new System.Drawing.Size(771, 704);
this.ddPanBoxTreko3D.TabIndex = 2;
this.ddPanBoxTreko3D.Click += new System.EventHandler(this.ddPanBoxTreko3D_Click);
this.ddPanBoxTreko3D.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ddPanBoxTreko3D_MouseMove);
//
// ddPanBoxVoxel
//
this.ddPanBoxVoxel.DrawRect = new System.Drawing.Rectangle(0, 0, 228, 204);
this.ddPanBoxVoxel.Image = null;
this.ddPanBoxVoxel.Location = new System.Drawing.Point(15, 16);
this.ddPanBoxVoxel.Name = "ddPanBoxVoxel";
this.ddPanBoxVoxel.Size = new System.Drawing.Size(197, 172);
this.ddPanBoxVoxel.TabIndex = 3;
this.ddPanBoxVoxel.Visible = false;
//
// FrmChildTreko3D
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.ClientSize = new System.Drawing.Size(968, 704);
this.Controls.Add(this.ddPanBoxTreko3D);
this.Controls.Add(this.panel1);
this.Controls.Add(this.ddPanBoxVoxel);
this.ForeColor = System.Drawing.SystemColors.Control;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Name = "FrmChildTreko3D";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.Text = "Treko3D";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.TrackBarAngPrev)).EndInit();
((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.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownRadius)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownSpeed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnDraw;
private System.Windows.Forms.TextBox txtBoxProgress;
private System.Windows.Forms.Button btnGenerateFrames;
private DDPanBox ddPanBoxTreko3D;
private DDPanBox ddPanBoxVoxel;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtBoxY;
private System.Windows.Forms.TextBox txtBoxX;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtBoxYmm;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtBoxXmm;
private System.Windows.Forms.Button btnNextFrame;
private System.Windows.Forms.Button btnGoToTheEnd;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtBoxNFrameY;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtBoxNFrameX;
private System.Windows.Forms.Button btnSaveBitmapToFile;
private System.Windows.Forms.Button btnSaveFrame;
private System.Windows.Forms.VScrollBar vResizeImage;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtMmToPixCoeff;
private System.Windows.Forms.Button btnAnimation;
private System.Windows.Forms.CheckBox chckTimer;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.NumericUpDown numUpDownSpeed;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.NumericUpDown numUpDownStep;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.NumericUpDown numUpDownRadius;
private System.Windows.Forms.Label lblGenFrames;
private System.Windows.Forms.ProgressBar progressBar2;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.NumericUpDown numFrameGroupHeight;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.NumericUpDown numFrameGroupWidth;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
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.ErrorProvider errorProvider1;
private System.ComponentModel.BackgroundWorker backgroundWorker1;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label labelPrevAng;
private System.Windows.Forms.TrackBar TrackBarAngPrev;
private System.Windows.Forms.Button btPlus;
private System.Windows.Forms.Button btMinus;
}
}