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

614 lines
31 KiB
C#

namespace ChildForms
{
partial class frmChildTreko
{
/// <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.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.label20 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.numUpDownRadius = new System.Windows.Forms.NumericUpDown();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.numUpDownSpeed = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.btnTraceProfile = new System.Windows.Forms.Button();
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.btnGenerateFrames = new System.Windows.Forms.Button();
this.btnSaveBitmapToFile = new System.Windows.Forms.Button();
this.btnDraw = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.ddPanBoxTreko = new ChildForms.DDPanBox();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.panel1.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.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownSpeed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
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.label20);
this.panel1.Controls.Add(this.label19);
this.panel1.Controls.Add(this.numUpDownRadius);
this.panel1.Controls.Add(this.numericUpDown1);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.numUpDownSpeed);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.btnTraceProfile);
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.btnGenerateFrames);
this.panel1.Controls.Add(this.btnSaveBitmapToFile);
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(201, 560);
this.panel1.TabIndex = 0;
//
// btnCancel
//
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCancel.Location = new System.Drawing.Point(102, 520);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(86, 23);
this.btnCancel.TabIndex = 93;
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(5, 460);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(89, 13);
this.label14.TabIndex = 92;
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(8, 410);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(96, 13);
this.label13.TabIndex = 91;
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(106, 485);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(26, 13);
this.label21.TabIndex = 90;
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(138, 483);
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 = 89;
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(9, 483);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(29, 13);
this.label15.TabIndex = 88;
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(43, 481);
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 = 87;
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(94, 431);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(38, 13);
this.label10.TabIndex = 86;
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(138, 429);
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 = 85;
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(8, 431);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(35, 13);
this.label12.TabIndex = 84;
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(43, 429);
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 = 83;
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(5, 362);
this.lblGenFrames.Name = "lblGenFrames";
this.lblGenFrames.Size = new System.Drawing.Size(139, 13);
this.lblGenFrames.TabIndex = 56;
this.lblGenFrames.Text = "Generation Frames progress";
//
// progressBar2
//
this.progressBar2.Location = new System.Drawing.Point(3, 391);
this.progressBar2.Name = "progressBar2";
this.progressBar2.Size = new System.Drawing.Size(192, 10);
this.progressBar2.TabIndex = 55;
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(3, 378);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(192, 10);
this.progressBar1.TabIndex = 54;
//
// 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(92, 302);
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 = 46;
this.numUpDownStep.Value = new decimal(new int[] {
10,
0,
0,
0});
this.numUpDownStep.ValueChanged += new System.EventHandler(this.numUpDownStep_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(20, 335);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(57, 13);
this.label20.TabIndex = 44;
this.label20.Text = "Radius um";
//
// 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(25, 309);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(46, 13);
this.label19.TabIndex = 43;
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(92, 332);
this.numUpDownRadius.Name = "numUpDownRadius";
this.numUpDownRadius.Size = new System.Drawing.Size(75, 20);
this.numUpDownRadius.TabIndex = 45;
//
// 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(92, 208);
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 = 42;
this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 212);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(44, 13);
this.label2.TabIndex = 41;
this.label2.Text = "Parallax";
//
// 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(93, 182);
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 = 40;
this.numUpDownSpeed.Value = new decimal(new int[] {
5,
0,
0,
0});
this.numUpDownSpeed.ValueChanged += new System.EventHandler(this.numUpDownSpeed_ValueChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 182);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(38, 13);
this.label1.TabIndex = 39;
this.label1.Text = "Speed";
//
// 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(12, 130);
this.btnTraceProfile.Name = "btnTraceProfile";
this.btnTraceProfile.Size = new System.Drawing.Size(79, 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);
//
// chckTimer
//
this.chckTimer.AutoSize = true;
this.chckTimer.Checked = true;
this.chckTimer.CheckState = System.Windows.Forms.CheckState.Checked;
this.chckTimer.Location = new System.Drawing.Point(92, 274);
this.chckTimer.Name = "chckTimer";
this.chckTimer.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chckTimer.Size = new System.Drawing.Size(75, 17);
this.chckTimer.TabIndex = 31;
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(92, 239);
this.btnAnimation.Name = "btnAnimation";
this.btnAnimation.Size = new System.Drawing.Size(74, 23);
this.btnAnimation.TabIndex = 30;
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(16, 157);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(78, 13);
this.label7.TabIndex = 28;
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(102, 154);
this.txtMmToPixCoeff.Name = "txtMmToPixCoeff";
this.txtMmToPixCoeff.ReadOnly = true;
this.txtMmToPixCoeff.Size = new System.Drawing.Size(52, 20);
this.txtMmToPixCoeff.TabIndex = 27;
//
// vResizeImage
//
this.vResizeImage.Location = new System.Drawing.Point(172, 130);
this.vResizeImage.Minimum = 1;
this.vResizeImage.Name = "vResizeImage";
this.vResizeImage.Size = new System.Drawing.Size(13, 165);
this.vResizeImage.TabIndex = 26;
this.vResizeImage.Value = 20;
this.vResizeImage.ValueChanged += new System.EventHandler(this.vResizeImage_ValueChanged);
//
// btnGenerateFrames
//
this.btnGenerateFrames.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnGenerateFrames.Location = new System.Drawing.Point(5, 520);
this.btnGenerateFrames.Name = "btnGenerateFrames";
this.btnGenerateFrames.Size = new System.Drawing.Size(86, 23);
this.btnGenerateFrames.TabIndex = 20;
this.btnGenerateFrames.Text = "Gen. Frames";
this.btnGenerateFrames.UseVisualStyleBackColor = true;
this.btnGenerateFrames.Click += new System.EventHandler(this.btnGenerateFrames_Click);
//
// btnSaveBitmapToFile
//
this.btnSaveBitmapToFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSaveBitmapToFile.Location = new System.Drawing.Point(12, 268);
this.btnSaveBitmapToFile.Name = "btnSaveBitmapToFile";
this.btnSaveBitmapToFile.Size = new System.Drawing.Size(74, 23);
this.btnSaveBitmapToFile.TabIndex = 19;
this.btnSaveBitmapToFile.Text = "Save Image";
this.btnSaveBitmapToFile.UseVisualStyleBackColor = true;
this.btnSaveBitmapToFile.Click += new System.EventHandler(this.btnSaveBitmapToFile_Click);
//
// btnDraw
//
this.btnDraw.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnDraw.Location = new System.Drawing.Point(11, 239);
this.btnDraw.Name = "btnDraw";
this.btnDraw.Size = new System.Drawing.Size(75, 23);
this.btnDraw.TabIndex = 2;
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);
//
// ddPanBoxTreko
//
this.ddPanBoxTreko.Dock = System.Windows.Forms.DockStyle.Fill;
this.ddPanBoxTreko.DrawRect = new System.Drawing.Rectangle(0, 0, 228, 204);
this.ddPanBoxTreko.Image = null;
this.ddPanBoxTreko.Location = new System.Drawing.Point(201, 0);
this.ddPanBoxTreko.Name = "ddPanBoxTreko";
this.ddPanBoxTreko.Size = new System.Drawing.Size(602, 560);
this.ddPanBoxTreko.TabIndex = 1;
//
// 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);
//
// frmChildTreko
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(53)))), ((int)(((byte)(53)))));
this.ClientSize = new System.Drawing.Size(803, 560);
this.Controls.Add(this.ddPanBoxTreko);
this.Controls.Add(this.panel1);
this.ForeColor = System.Drawing.SystemColors.Control;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Name = "frmChildTreko";
this.Text = "frmChildTreko";
this.panel1.ResumeLayout(false);
this.panel1.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.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownSpeed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private DDPanBox ddPanBoxTreko;
private System.Windows.Forms.Button btnDraw;
private System.Windows.Forms.Button btnSaveBitmapToFile;
private System.Windows.Forms.Button btnGenerateFrames;
private System.Windows.Forms.VScrollBar vResizeImage;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtMmToPixCoeff;
private System.Windows.Forms.CheckBox chckTimer;
private System.Windows.Forms.Button btnAnimation;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Button btnTraceProfile;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.NumericUpDown numUpDownSpeed;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label label2;
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 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.Label label10;
private System.Windows.Forms.NumericUpDown numFrameGroupHeight;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.NumericUpDown numFrameGroupWidth;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.ComponentModel.BackgroundWorker backgroundWorker1;
private System.Windows.Forms.Button btnCancel;
}
}