731 lines
35 KiB
C#
731 lines
35 KiB
C#
namespace Thermo.Cam.Setup
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <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.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.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.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.txtSPeriod = new System.Windows.Forms.TextBox();
|
|
this.chkSaveAll = new System.Windows.Forms.CheckBox();
|
|
this.chkLive = new System.Windows.Forms.CheckBox();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnDeleteOlder = new System.Windows.Forms.Button();
|
|
this.txtMaxHours = new System.Windows.Forms.TextBox();
|
|
this.btnLoad = new System.Windows.Forms.Button();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.btnResetPoint = new System.Windows.Forms.Button();
|
|
this.lblMaxTemp = new System.Windows.Forms.Label();
|
|
this.lblMinTemp = 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.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.labelTitle = new System.Windows.Forms.Label();
|
|
this.lblPoint = new System.Windows.Forms.Label();
|
|
this.pBoxB = new System.Windows.Forms.PictureBox();
|
|
this.lblImgA = new System.Windows.Forms.Label();
|
|
this.lblImgB = new System.Windows.Forms.Label();
|
|
this.chkShowTransfBig = new System.Windows.Forms.CheckBox();
|
|
this.lstView = new System.Windows.Forms.ListView();
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.timerUI = new System.Windows.Forms.Timer(this.components);
|
|
this.menuStrip1.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBoxA)).BeginInit();
|
|
this.panelCmd.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBoxB)).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);
|
|
//
|
|
// cameraToolStripMenuItem
|
|
//
|
|
this.cameraToolStripMenuItem.Enabled = false;
|
|
this.cameraToolStripMenuItem.Name = "cameraToolStripMenuItem";
|
|
this.cameraToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
|
|
this.cameraToolStripMenuItem.Text = "Camera";
|
|
//
|
|
// 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.groupBox5);
|
|
this.panelCmd.Controls.Add(this.groupBox4);
|
|
this.panelCmd.Controls.Add(this.groupBox3);
|
|
this.panelCmd.Controls.Add(this.groupBox2);
|
|
this.panelCmd.Controls.Add(this.groupBox1);
|
|
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;
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.txtSPeriod);
|
|
this.groupBox5.Controls.Add(this.chkSaveAll);
|
|
this.groupBox5.Controls.Add(this.chkLive);
|
|
this.groupBox5.Location = new System.Drawing.Point(8, 24);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(177, 64);
|
|
this.groupBox5.TabIndex = 19;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "Acquire";
|
|
//
|
|
// txtSPeriod
|
|
//
|
|
this.txtSPeriod.Location = new System.Drawing.Point(120, 37);
|
|
this.txtSPeriod.Name = "txtSPeriod";
|
|
this.txtSPeriod.Size = new System.Drawing.Size(49, 20);
|
|
this.txtSPeriod.TabIndex = 21;
|
|
this.txtSPeriod.Text = "100";
|
|
this.txtSPeriod.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// chkSaveAll
|
|
//
|
|
this.chkSaveAll.AutoSize = true;
|
|
this.chkSaveAll.Location = new System.Drawing.Point(8, 39);
|
|
this.chkSaveAll.Name = "chkSaveAll";
|
|
this.chkSaveAll.Size = new System.Drawing.Size(96, 17);
|
|
this.chkSaveAll.TabIndex = 20;
|
|
this.chkSaveAll.Text = "Save every ms";
|
|
this.chkSaveAll.UseVisualStyleBackColor = true;
|
|
//
|
|
// chkLive
|
|
//
|
|
this.chkLive.AutoSize = true;
|
|
this.chkLive.Location = new System.Drawing.Point(8, 16);
|
|
this.chkLive.Name = "chkLive";
|
|
this.chkLive.Size = new System.Drawing.Size(80, 17);
|
|
this.chkLive.TabIndex = 19;
|
|
this.chkLive.Text = "Live stream";
|
|
this.chkLive.UseVisualStyleBackColor = true;
|
|
this.chkLive.Click += new System.EventHandler(this.checkLive_CheckedChanged);
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.label2);
|
|
this.groupBox4.Controls.Add(this.btnDeleteOlder);
|
|
this.groupBox4.Controls.Add(this.txtMaxHours);
|
|
this.groupBox4.Controls.Add(this.btnLoad);
|
|
this.groupBox4.Controls.Add(this.btnSave);
|
|
this.groupBox4.Location = new System.Drawing.Point(8, 397);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(177, 87);
|
|
this.groupBox4.TabIndex = 16;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "File";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(82, 59);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(22, 13);
|
|
this.label2.TabIndex = 18;
|
|
this.label2.Text = "> h";
|
|
//
|
|
// btnDeleteOlder
|
|
//
|
|
this.btnDeleteOlder.Location = new System.Drawing.Point(6, 54);
|
|
this.btnDeleteOlder.Name = "btnDeleteOlder";
|
|
this.btnDeleteOlder.Size = new System.Drawing.Size(75, 23);
|
|
this.btnDeleteOlder.TabIndex = 17;
|
|
this.btnDeleteOlder.Text = "Delete old";
|
|
this.btnDeleteOlder.UseVisualStyleBackColor = true;
|
|
this.btnDeleteOlder.Click += new System.EventHandler(this.btnDeleteOlder_Click);
|
|
//
|
|
// txtMaxHours
|
|
//
|
|
this.txtMaxHours.Location = new System.Drawing.Point(120, 56);
|
|
this.txtMaxHours.Name = "txtMaxHours";
|
|
this.txtMaxHours.Size = new System.Drawing.Size(51, 20);
|
|
this.txtMaxHours.TabIndex = 16;
|
|
this.txtMaxHours.Text = "24";
|
|
this.txtMaxHours.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// btnLoad
|
|
//
|
|
this.btnLoad.Location = new System.Drawing.Point(96, 19);
|
|
this.btnLoad.Name = "btnLoad";
|
|
this.btnLoad.Size = new System.Drawing.Size(75, 23);
|
|
this.btnLoad.TabIndex = 12;
|
|
this.btnLoad.Text = "Load Img";
|
|
this.btnLoad.UseVisualStyleBackColor = true;
|
|
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Location = new System.Drawing.Point(6, 19);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(75, 23);
|
|
this.btnSave.TabIndex = 1;
|
|
this.btnSave.Text = "Save Img";
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.btnResetPoint);
|
|
this.groupBox3.Controls.Add(this.lblMaxTemp);
|
|
this.groupBox3.Controls.Add(this.lblMinTemp);
|
|
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.Location = new System.Drawing.Point(8, 272);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(175, 119);
|
|
this.groupBox3.TabIndex = 5;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Temperature";
|
|
//
|
|
// btnResetPoint
|
|
//
|
|
this.btnResetPoint.Location = new System.Drawing.Point(120, 13);
|
|
this.btnResetPoint.Name = "btnResetPoint";
|
|
this.btnResetPoint.Size = new System.Drawing.Size(49, 23);
|
|
this.btnResetPoint.TabIndex = 18;
|
|
this.btnResetPoint.Text = "Reset";
|
|
this.btnResetPoint.UseVisualStyleBackColor = true;
|
|
this.btnResetPoint.Click += new System.EventHandler(this.btnResetPoint_Click);
|
|
//
|
|
// lblMaxTemp
|
|
//
|
|
this.lblMaxTemp.AutoSize = true;
|
|
this.lblMaxTemp.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.lblMaxTemp.Location = new System.Drawing.Point(78, 91);
|
|
this.lblMaxTemp.MinimumSize = new System.Drawing.Size(40, 0);
|
|
this.lblMaxTemp.Name = "lblMaxTemp";
|
|
this.lblMaxTemp.Size = new System.Drawing.Size(40, 13);
|
|
this.lblMaxTemp.TabIndex = 17;
|
|
this.lblMaxTemp.Text = "? °C";
|
|
this.lblMaxTemp.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// lblMinTemp
|
|
//
|
|
this.lblMinTemp.AutoSize = true;
|
|
this.lblMinTemp.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.lblMinTemp.Location = new System.Drawing.Point(78, 64);
|
|
this.lblMinTemp.MinimumSize = new System.Drawing.Size(40, 0);
|
|
this.lblMinTemp.Name = "lblMinTemp";
|
|
this.lblMinTemp.Size = new System.Drawing.Size(40, 13);
|
|
this.lblMinTemp.TabIndex = 16;
|
|
this.lblMinTemp.Text = "? °C";
|
|
this.lblMinTemp.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(7, 91);
|
|
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(120, 88);
|
|
this.txtMaxScale.Name = "txtMaxScale";
|
|
this.txtMaxScale.Size = new System.Drawing.Size(49, 20);
|
|
this.txtMaxScale.TabIndex = 12;
|
|
this.txtMaxScale.Text = "60";
|
|
this.txtMaxScale.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtMaxScale.TextChanged += new System.EventHandler(this.txtMaxScale_TextChanged);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(7, 64);
|
|
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(120, 61);
|
|
this.txtMinScale.Name = "txtMinScale";
|
|
this.txtMinScale.Size = new System.Drawing.Size(49, 20);
|
|
this.txtMinScale.TabIndex = 10;
|
|
this.txtMinScale.Text = "0";
|
|
this.txtMinScale.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtMinScale.TextChanged += new System.EventHandler(this.txtMinScale_TextChanged);
|
|
//
|
|
// 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(83, 17);
|
|
this.chkReadTemp.TabIndex = 7;
|
|
this.chkReadTemp.Text = "Add R-Point";
|
|
this.chkReadTemp.UseVisualStyleBackColor = true;
|
|
this.chkReadTemp.CheckedChanged += new System.EventHandler(this.chkReadTemp_CheckedChanged);
|
|
//
|
|
// 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, 190);
|
|
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, 94);
|
|
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);
|
|
//
|
|
// 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, 316);
|
|
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;
|
|
//
|
|
// 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";
|
|
//
|
|
// chkShowTransfBig
|
|
//
|
|
this.chkShowTransfBig.AutoSize = true;
|
|
this.chkShowTransfBig.Location = new System.Drawing.Point(1165, 37);
|
|
this.chkShowTransfBig.Name = "chkShowTransfBig";
|
|
this.chkShowTransfBig.Size = new System.Drawing.Size(115, 17);
|
|
this.chkShowTransfBig.TabIndex = 12;
|
|
this.chkShowTransfBig.Text = "Show Transformed";
|
|
this.chkShowTransfBig.UseVisualStyleBackColor = true;
|
|
this.chkShowTransfBig.CheckedChanged += new System.EventHandler(this.chkShowOrig_CheckedChanged);
|
|
//
|
|
// lstView
|
|
//
|
|
this.lstView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1,
|
|
this.columnHeader2,
|
|
this.columnHeader3});
|
|
this.lstView.HideSelection = false;
|
|
this.lstView.Location = new System.Drawing.Point(954, 334);
|
|
this.lstView.Name = "lstView";
|
|
this.lstView.Size = new System.Drawing.Size(320, 323);
|
|
this.lstView.TabIndex = 13;
|
|
this.lstView.UseCompatibleStateImageBehavior = false;
|
|
this.lstView.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "Id";
|
|
this.columnHeader1.Width = 50;
|
|
//
|
|
// columnHeader2
|
|
//
|
|
this.columnHeader2.Text = "Point";
|
|
this.columnHeader2.Width = 100;
|
|
//
|
|
// columnHeader3
|
|
//
|
|
this.columnHeader3.Text = "Temperature";
|
|
this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.columnHeader3.Width = 150;
|
|
//
|
|
// timerUI
|
|
//
|
|
this.timerUI.Tick += new System.EventHandler(this.timerUI_Tick);
|
|
//
|
|
// 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.lstView);
|
|
this.Controls.Add(this.chkShowTransfBig);
|
|
this.Controls.Add(this.lblImgB);
|
|
this.Controls.Add(this.lblImgA);
|
|
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.groupBox5.ResumeLayout(false);
|
|
this.groupBox5.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.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();
|
|
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.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.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.PictureBox pBoxB;
|
|
private System.Windows.Forms.Label lblImgA;
|
|
private System.Windows.Forms.Label lblImgB;
|
|
private System.Windows.Forms.ToolStripProgressBar progBar;
|
|
private System.Windows.Forms.ToolStripStatusLabel lblStats;
|
|
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.CheckBox chkShowTransfBig;
|
|
private System.Windows.Forms.Button btnReset;
|
|
private System.Windows.Forms.Button btnLoad;
|
|
private System.Windows.Forms.Label lblMaxTemp;
|
|
private System.Windows.Forms.Label lblMinTemp;
|
|
private System.Windows.Forms.Button btnResetPoint;
|
|
private System.Windows.Forms.ListView lstView;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.TextBox txtSPeriod;
|
|
private System.Windows.Forms.CheckBox chkSaveAll;
|
|
private System.Windows.Forms.CheckBox chkLive;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnDeleteOlder;
|
|
private System.Windows.Forms.TextBox txtMaxHours;
|
|
private System.Windows.Forms.Timer timerUI;
|
|
}
|
|
}
|
|
|