namespace ThermalImageStreamerDemo { partial class MainForm { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.discoveryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.disconnectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cameraToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.recorderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripConnectionStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.progBar = new System.Windows.Forms.ToolStripProgressBar(); this.lblStats = new System.Windows.Forms.ToolStripStatusLabel(); this.pBoxA = new System.Windows.Forms.PictureBox(); this.panelCmd = new System.Windows.Forms.Panel(); this.chkSaveAll = new System.Windows.Forms.CheckBox(); this.btnLoad = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.lblTempRGB = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtMaxScale = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtMinScale = new System.Windows.Forms.TextBox(); this.chkReadTemp = new System.Windows.Forms.CheckBox(); this.lblReadTemp = new System.Windows.Forms.Label(); this.chkRevProc = new System.Windows.Forms.CheckBox(); this.chkParallel = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.txtBC = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtAB = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnReset = new System.Windows.Forms.Button(); this.lblOrigD = new System.Windows.Forms.Label(); this.lblOrigA = new System.Windows.Forms.Label(); this.lblOrigC = new System.Windows.Forms.Label(); this.lblOrigB = new System.Windows.Forms.Label(); this.chkPointSetup = new System.Windows.Forms.CheckBox(); this.checkLive = new System.Windows.Forms.CheckBox(); this.btnSave = new System.Windows.Forms.Button(); this.labelTitle = new System.Windows.Forms.Label(); this.lblPoint = new System.Windows.Forms.Label(); this.pBoxB = new System.Windows.Forms.PictureBox(); this.pBoxC = new System.Windows.Forms.PictureBox(); this.lblImgA = new System.Windows.Forms.Label(); this.lblImgB = new System.Windows.Forms.Label(); this.lblImgC = new System.Windows.Forms.Label(); this.chkShowOrig = new System.Windows.Forms.CheckBox(); this.lblMinTemp = new System.Windows.Forms.Label(); this.lblMaxTemp = new System.Windows.Forms.Label(); this.menuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pBoxA)).BeginInit(); this.panelCmd.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pBoxB)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pBoxC)).BeginInit(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.cameraToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1290, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.discoveryToolStripMenuItem, this.disconnectToolStripMenuItem, this.openToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "File"; // // discoveryToolStripMenuItem // this.discoveryToolStripMenuItem.Name = "discoveryToolStripMenuItem"; this.discoveryToolStripMenuItem.Size = new System.Drawing.Size(133, 22); this.discoveryToolStripMenuItem.Text = "Connect..."; this.discoveryToolStripMenuItem.Click += new System.EventHandler(this.discoveryToolStripMenuItem_Click); // // disconnectToolStripMenuItem // this.disconnectToolStripMenuItem.Name = "disconnectToolStripMenuItem"; this.disconnectToolStripMenuItem.Size = new System.Drawing.Size(133, 22); this.disconnectToolStripMenuItem.Text = "Disconnect"; this.disconnectToolStripMenuItem.Click += new System.EventHandler(this.disconnectToolStripMenuItem_Click); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(133, 22); this.openToolStripMenuItem.Text = "Open..."; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // cameraToolStripMenuItem // this.cameraToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.recorderToolStripMenuItem}); this.cameraToolStripMenuItem.Enabled = false; this.cameraToolStripMenuItem.Name = "cameraToolStripMenuItem"; this.cameraToolStripMenuItem.Size = new System.Drawing.Size(60, 20); this.cameraToolStripMenuItem.Text = "Camera"; // // recorderToolStripMenuItem // this.recorderToolStripMenuItem.Name = "recorderToolStripMenuItem"; this.recorderToolStripMenuItem.Size = new System.Drawing.Size(130, 22); this.recorderToolStripMenuItem.Text = "Recorder..."; this.recorderToolStripMenuItem.Click += new System.EventHandler(this.recorderToolStripMenuItem_Click); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripConnectionStatus, this.progBar, this.lblStats}); this.statusStrip1.Location = new System.Drawing.Point(0, 673); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1290, 22); this.statusStrip1.TabIndex = 2; this.statusStrip1.Text = "statusStrip1"; // // toolStripConnectionStatus // this.toolStripConnectionStatus.Name = "toolStripConnectionStatus"; this.toolStripConnectionStatus.Size = new System.Drawing.Size(79, 17); this.toolStripConnectionStatus.Text = "Disconnected"; // // progBar // this.progBar.Name = "progBar"; this.progBar.Size = new System.Drawing.Size(100, 16); // // lblStats // this.lblStats.Name = "lblStats"; this.lblStats.Size = new System.Drawing.Size(12, 17); this.lblStats.Text = "-"; // // pBoxA // this.pBoxA.Location = new System.Drawing.Point(198, 57); this.pBoxA.Name = "pBoxA"; this.pBoxA.Size = new System.Drawing.Size(750, 600); this.pBoxA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pBoxA.TabIndex = 3; this.pBoxA.TabStop = false; this.pBoxA.Click += new System.EventHandler(this.pictureBox1_Click); // // panelCmd // this.panelCmd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.panelCmd.BackColor = System.Drawing.SystemColors.ControlDark; this.panelCmd.Controls.Add(this.chkSaveAll); this.panelCmd.Controls.Add(this.btnLoad); this.panelCmd.Controls.Add(this.groupBox3); this.panelCmd.Controls.Add(this.chkRevProc); this.panelCmd.Controls.Add(this.chkParallel); this.panelCmd.Controls.Add(this.groupBox2); this.panelCmd.Controls.Add(this.groupBox1); this.panelCmd.Controls.Add(this.checkLive); this.panelCmd.Controls.Add(this.btnSave); this.panelCmd.Controls.Add(this.labelTitle); this.panelCmd.Location = new System.Drawing.Point(0, 23); this.panelCmd.Name = "panelCmd"; this.panelCmd.Size = new System.Drawing.Size(192, 647); this.panelCmd.TabIndex = 6; // // chkSaveAll // this.chkSaveAll.AutoSize = true; this.chkSaveAll.Location = new System.Drawing.Point(107, 27); this.chkSaveAll.Name = "chkSaveAll"; this.chkSaveAll.Size = new System.Drawing.Size(73, 17); this.chkSaveAll.TabIndex = 13; this.chkSaveAll.Text = "Save ALL"; this.chkSaveAll.UseVisualStyleBackColor = true; // // btnLoad // this.btnLoad.Location = new System.Drawing.Point(102, 50); this.btnLoad.Name = "btnLoad"; this.btnLoad.Size = new System.Drawing.Size(81, 23); this.btnLoad.TabIndex = 12; this.btnLoad.Text = "Load"; this.btnLoad.UseVisualStyleBackColor = true; this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click); // // groupBox3 // this.groupBox3.Controls.Add(this.lblMaxTemp); this.groupBox3.Controls.Add(this.lblMinTemp); this.groupBox3.Controls.Add(this.lblTempRGB); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.txtMaxScale); this.groupBox3.Controls.Add(this.label7); this.groupBox3.Controls.Add(this.txtMinScale); this.groupBox3.Controls.Add(this.chkReadTemp); this.groupBox3.Controls.Add(this.lblReadTemp); this.groupBox3.Location = new System.Drawing.Point(8, 333); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(175, 175); this.groupBox3.TabIndex = 5; this.groupBox3.TabStop = false; this.groupBox3.Text = "Temperature"; // // lblTempRGB // this.lblTempRGB.AutoSize = true; this.lblTempRGB.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.lblTempRGB.Location = new System.Drawing.Point(89, 41); this.lblTempRGB.MinimumSize = new System.Drawing.Size(80, 0); this.lblTempRGB.Name = "lblTempRGB"; this.lblTempRGB.Size = new System.Drawing.Size(80, 13); this.lblTempRGB.TabIndex = 15; this.lblTempRGB.Text = "? °C"; this.lblTempRGB.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(7, 135); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(57, 13); this.label6.TabIndex = 13; this.label6.Text = "Max Temp"; // // txtMaxScale // this.txtMaxScale.Location = new System.Drawing.Point(92, 132); this.txtMaxScale.Name = "txtMaxScale"; this.txtMaxScale.Size = new System.Drawing.Size(77, 20); this.txtMaxScale.TabIndex = 12; this.txtMaxScale.Text = "60"; this.txtMaxScale.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(7, 108); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(54, 13); this.label7.TabIndex = 11; this.label7.Text = "Min Temp"; // // txtMinScale // this.txtMinScale.Location = new System.Drawing.Point(92, 105); this.txtMinScale.Name = "txtMinScale"; this.txtMinScale.Size = new System.Drawing.Size(77, 20); this.txtMinScale.TabIndex = 10; this.txtMinScale.Text = "0"; this.txtMinScale.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // chkReadTemp // this.chkReadTemp.AutoSize = true; this.chkReadTemp.Location = new System.Drawing.Point(4, 19); this.chkReadTemp.Name = "chkReadTemp"; this.chkReadTemp.Size = new System.Drawing.Size(80, 17); this.chkReadTemp.TabIndex = 7; this.chkReadTemp.Text = "Set R-Point"; this.chkReadTemp.UseVisualStyleBackColor = true; this.chkReadTemp.CheckedChanged += new System.EventHandler(this.chkReadTemp_CheckedChanged); // // lblReadTemp // this.lblReadTemp.AutoSize = true; this.lblReadTemp.Location = new System.Drawing.Point(89, 20); this.lblReadTemp.MinimumSize = new System.Drawing.Size(80, 0); this.lblReadTemp.Name = "lblReadTemp"; this.lblReadTemp.Size = new System.Drawing.Size(80, 13); this.lblReadTemp.TabIndex = 8; this.lblReadTemp.Text = "? °C"; this.lblReadTemp.TextAlign = System.Drawing.ContentAlignment.TopRight; // // chkRevProc // this.chkRevProc.AutoSize = true; this.chkRevProc.Checked = true; this.chkRevProc.CheckState = System.Windows.Forms.CheckState.Checked; this.chkRevProc.Location = new System.Drawing.Point(8, 514); this.chkRevProc.Name = "chkRevProc"; this.chkRevProc.Size = new System.Drawing.Size(100, 17); this.chkRevProc.TabIndex = 11; this.chkRevProc.Text = "Rev processing"; this.chkRevProc.UseVisualStyleBackColor = true; // // chkParallel // this.chkParallel.AutoSize = true; this.chkParallel.Checked = true; this.chkParallel.CheckState = System.Windows.Forms.CheckState.Checked; this.chkParallel.Location = new System.Drawing.Point(8, 533); this.chkParallel.Name = "chkParallel"; this.chkParallel.Size = new System.Drawing.Size(112, 17); this.chkParallel.TabIndex = 10; this.chkParallel.Text = "Bitmap Marshalled"; this.chkParallel.UseVisualStyleBackColor = true; // // groupBox2 // this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.txtBC); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.txtAB); this.groupBox2.Location = new System.Drawing.Point(8, 214); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(175, 76); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "target"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(7, 49); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(24, 13); this.label5.TabIndex = 5; this.label5.Text = "B-C"; // // txtBC // this.txtBC.Location = new System.Drawing.Point(92, 46); this.txtBC.Name = "txtBC"; this.txtBC.Size = new System.Drawing.Size(77, 20); this.txtBC.TabIndex = 4; this.txtBC.Text = "1200"; this.txtBC.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtBC.TextChanged += new System.EventHandler(this.txtBC_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(24, 13); this.label1.TabIndex = 3; this.label1.Text = "A-B"; // // txtAB // this.txtAB.Location = new System.Drawing.Point(92, 19); this.txtAB.Name = "txtAB"; this.txtAB.Size = new System.Drawing.Size(77, 20); this.txtAB.TabIndex = 0; this.txtAB.Text = "1500"; this.txtAB.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtAB.TextChanged += new System.EventHandler(this.txtAB_TextChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.btnReset); this.groupBox1.Controls.Add(this.lblOrigD); this.groupBox1.Controls.Add(this.lblOrigA); this.groupBox1.Controls.Add(this.lblOrigC); this.groupBox1.Controls.Add(this.lblOrigB); this.groupBox1.Controls.Add(this.chkPointSetup); this.groupBox1.Location = new System.Drawing.Point(8, 122); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(175, 90); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "origin"; // // btnReset // this.btnReset.Location = new System.Drawing.Point(120, 17); this.btnReset.Name = "btnReset"; this.btnReset.Size = new System.Drawing.Size(49, 23); this.btnReset.TabIndex = 7; this.btnReset.Text = "Reset"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new System.EventHandler(this.btnReset_Click); // // lblOrigD // this.lblOrigD.AutoSize = true; this.lblOrigD.Location = new System.Drawing.Point(96, 69); this.lblOrigD.Name = "lblOrigD"; this.lblOrigD.Size = new System.Drawing.Size(15, 13); this.lblOrigD.TabIndex = 3; this.lblOrigD.Text = "D"; this.lblOrigD.Click += new System.EventHandler(this.lblOrigD_Click); // // lblOrigA // this.lblOrigA.AutoSize = true; this.lblOrigA.Location = new System.Drawing.Point(7, 69); this.lblOrigA.Name = "lblOrigA"; this.lblOrigA.Size = new System.Drawing.Size(14, 13); this.lblOrigA.TabIndex = 2; this.lblOrigA.Text = "A"; this.lblOrigA.Click += new System.EventHandler(this.lblOrigA_Click); // // lblOrigC // this.lblOrigC.AutoSize = true; this.lblOrigC.Location = new System.Drawing.Point(96, 43); this.lblOrigC.Name = "lblOrigC"; this.lblOrigC.Size = new System.Drawing.Size(14, 13); this.lblOrigC.TabIndex = 1; this.lblOrigC.Text = "C"; this.lblOrigC.Click += new System.EventHandler(this.lblOrigC_Click); // // lblOrigB // this.lblOrigB.AutoSize = true; this.lblOrigB.Location = new System.Drawing.Point(7, 43); this.lblOrigB.Name = "lblOrigB"; this.lblOrigB.Size = new System.Drawing.Size(14, 13); this.lblOrigB.TabIndex = 0; this.lblOrigB.Text = "B"; this.lblOrigB.Click += new System.EventHandler(this.lblOrigB_Click); // // chkPointSetup // this.chkPointSetup.AutoSize = true; this.chkPointSetup.Location = new System.Drawing.Point(4, 19); this.chkPointSetup.Name = "chkPointSetup"; this.chkPointSetup.Size = new System.Drawing.Size(81, 17); this.chkPointSetup.TabIndex = 6; this.chkPointSetup.Text = "Point Setup"; this.chkPointSetup.UseVisualStyleBackColor = true; this.chkPointSetup.CheckedChanged += new System.EventHandler(this.chkPointSetup_CheckedChanged); // // checkLive // this.checkLive.AutoSize = true; this.checkLive.Location = new System.Drawing.Point(8, 27); this.checkLive.Name = "checkLive"; this.checkLive.Size = new System.Drawing.Size(42, 17); this.checkLive.TabIndex = 2; this.checkLive.Text = "live"; this.checkLive.UseVisualStyleBackColor = true; this.checkLive.CheckedChanged += new System.EventHandler(this.checkLive_CheckedChanged); // // btnSave // this.btnSave.Location = new System.Drawing.Point(6, 50); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(81, 23); this.btnSave.TabIndex = 1; this.btnSave.Text = "Save"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // labelTitle // this.labelTitle.AutoSize = true; this.labelTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelTitle.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.labelTitle.Location = new System.Drawing.Point(5, 8); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(118, 13); this.labelTitle.TabIndex = 0; this.labelTitle.Text = "ThermoCam SETUP"; // // lblPoint // this.lblPoint.AutoSize = true; this.lblPoint.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPoint.Location = new System.Drawing.Point(1104, 343); this.lblPoint.MinimumSize = new System.Drawing.Size(170, 0); this.lblPoint.Name = "lblPoint"; this.lblPoint.Size = new System.Drawing.Size(170, 13); this.lblPoint.TabIndex = 9; this.lblPoint.Text = "(0,0)"; this.lblPoint.TextAlign = System.Drawing.ContentAlignment.TopRight; // // pBoxB // this.pBoxB.Location = new System.Drawing.Point(954, 57); this.pBoxB.Name = "pBoxB"; this.pBoxB.Size = new System.Drawing.Size(320, 256); this.pBoxB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pBoxB.TabIndex = 7; this.pBoxB.TabStop = false; // // pBoxC // this.pBoxC.Location = new System.Drawing.Point(954, 401); this.pBoxC.Name = "pBoxC"; this.pBoxC.Size = new System.Drawing.Size(320, 256); this.pBoxC.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pBoxC.TabIndex = 8; this.pBoxC.TabStop = false; // // lblImgA // this.lblImgA.AutoSize = true; this.lblImgA.Font = new System.Drawing.Font("Verdana", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblImgA.Location = new System.Drawing.Point(199, 23); this.lblImgA.Name = "lblImgA"; this.lblImgA.Size = new System.Drawing.Size(192, 23); this.lblImgA.TabIndex = 9; this.lblImgA.Text = "ORIGINAL image"; // // lblImgB // this.lblImgB.AutoSize = true; this.lblImgB.Font = new System.Drawing.Font("Verdana", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblImgB.Location = new System.Drawing.Point(950, 31); this.lblImgB.Name = "lblImgB"; this.lblImgB.Size = new System.Drawing.Size(194, 23); this.lblImgB.TabIndex = 10; this.lblImgB.Text = "RECOLORED image"; // // lblImgC // this.lblImgC.AutoSize = true; this.lblImgC.Font = new System.Drawing.Font("Verdana", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblImgC.Location = new System.Drawing.Point(950, 375); this.lblImgC.Name = "lblImgC"; this.lblImgC.Size = new System.Drawing.Size(177, 23); this.lblImgC.TabIndex = 11; this.lblImgC.Text = "RESCALED image"; // // chkShowOrig // this.chkShowOrig.AutoSize = true; this.chkShowOrig.Location = new System.Drawing.Point(1183, 37); this.chkShowOrig.Name = "chkShowOrig"; this.chkShowOrig.Size = new System.Drawing.Size(91, 17); this.chkShowOrig.TabIndex = 12; this.chkShowOrig.Text = "Show Original"; this.chkShowOrig.UseVisualStyleBackColor = true; // // lblMinTemp // this.lblMinTemp.AutoSize = true; this.lblMinTemp.ForeColor = System.Drawing.SystemColors.ControlText; this.lblMinTemp.Location = new System.Drawing.Point(7, 67); this.lblMinTemp.MinimumSize = new System.Drawing.Size(80, 0); this.lblMinTemp.Name = "lblMinTemp"; this.lblMinTemp.Size = new System.Drawing.Size(80, 13); this.lblMinTemp.TabIndex = 16; this.lblMinTemp.Text = "? °C"; // // lblMaxTemp // this.lblMaxTemp.AutoSize = true; this.lblMaxTemp.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.lblMaxTemp.Location = new System.Drawing.Point(89, 67); this.lblMaxTemp.MinimumSize = new System.Drawing.Size(80, 0); this.lblMaxTemp.Name = "lblMaxTemp"; this.lblMaxTemp.Size = new System.Drawing.Size(80, 13); this.lblMaxTemp.TabIndex = 17; this.lblMaxTemp.Text = "? °C"; this.lblMaxTemp.TextAlign = System.Drawing.ContentAlignment.TopRight; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1290, 695); this.Controls.Add(this.chkShowOrig); this.Controls.Add(this.lblImgC); this.Controls.Add(this.lblImgB); this.Controls.Add(this.lblImgA); this.Controls.Add(this.pBoxC); this.Controls.Add(this.pBoxB); this.Controls.Add(this.pBoxA); this.Controls.Add(this.lblPoint); this.Controls.Add(this.panelCmd); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "MainForm"; this.Text = "Streamer Demo"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); this.Shown += new System.EventHandler(this.MainForm_Shown); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pBoxA)).EndInit(); this.panelCmd.ResumeLayout(false); this.panelCmd.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pBoxB)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pBoxC)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem discoveryToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem cameraToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem recorderToolStripMenuItem; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripConnectionStatus; private System.Windows.Forms.ToolStripMenuItem disconnectToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; private System.Windows.Forms.PictureBox pBoxA; private System.Windows.Forms.Panel panelCmd; private System.Windows.Forms.Label labelTitle; private System.Windows.Forms.CheckBox checkLive; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label lblOrigD; private System.Windows.Forms.Label lblOrigA; private System.Windows.Forms.Label lblOrigC; private System.Windows.Forms.Label lblOrigB; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtBC; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtAB; private System.Windows.Forms.CheckBox chkPointSetup; private System.Windows.Forms.CheckBox chkReadTemp; private System.Windows.Forms.Label lblReadTemp; private System.Windows.Forms.PictureBox pBoxB; private System.Windows.Forms.PictureBox pBoxC; private System.Windows.Forms.Label lblImgA; private System.Windows.Forms.Label lblImgB; private System.Windows.Forms.Label lblImgC; private System.Windows.Forms.ToolStripProgressBar progBar; private System.Windows.Forms.ToolStripStatusLabel lblStats; private System.Windows.Forms.CheckBox chkParallel; private System.Windows.Forms.CheckBox chkRevProc; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtMaxScale; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtMinScale; private System.Windows.Forms.Label lblPoint; private System.Windows.Forms.Label lblTempRGB; private System.Windows.Forms.CheckBox chkShowOrig; private System.Windows.Forms.Button btnReset; private System.Windows.Forms.Button btnLoad; private System.Windows.Forms.CheckBox chkSaveAll; private System.Windows.Forms.Label lblMaxTemp; private System.Windows.Forms.Label lblMinTemp; } }