namespace FeanorConfig { partial class RS485_Comm { /// /// 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.RSurl = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.RStemp = new System.Windows.Forms.TextBox(); this.RShumi = new System.Windows.Forms.TextBox(); this.RSalarm = new System.Windows.Forms.TextBox(); this.RSmode = new System.Windows.Forms.TextBox(); this.ConditionsButton = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.gbSendCommand = new System.Windows.Forms.GroupBox(); this.RSinput = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.SendButton = new System.Windows.Forms.Button(); this.commandTxt = new System.Windows.Forms.TextBox(); this.numAddress = new System.Windows.Forms.NumericUpDown(); this.gbChamberConditions = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnSetParameters = new System.Windows.Forms.Button(); this.btnOff = new System.Windows.Forms.Button(); this.btnStandby = new System.Windows.Forms.Button(); this.btnRunConstant = new System.Windows.Forms.Button(); this.HumiLow = new System.Windows.Forms.TextBox(); this.HumiHigh = new System.Windows.Forms.TextBox(); this.HumiTarget = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.TempLow = new System.Windows.Forms.TextBox(); this.TempHigh = new System.Windows.Forms.TextBox(); this.TempTarget = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.btnEndProgram = new System.Windows.Forms.Button(); this.btnContinueProgram = new System.Windows.Forms.Button(); this.btnPauseProgram = new System.Windows.Forms.Button(); this.btnRunProgram = new System.Windows.Forms.Button(); this.numProgramNumber = new System.Windows.Forms.NumericUpDown(); this.label14 = new System.Windows.Forms.Label(); this.gbSendCommand.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAddress)).BeginInit(); this.gbChamberConditions.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numProgramNumber)).BeginInit(); this.SuspendLayout(); // // RSurl // this.RSurl.BackColor = System.Drawing.Color.Gray; this.RSurl.Font = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RSurl.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.RSurl.Location = new System.Drawing.Point(250, 14); this.RSurl.Name = "RSurl"; this.RSurl.Size = new System.Drawing.Size(369, 27); this.RSurl.TabIndex = 3; this.RSurl.TextChanged += new System.EventHandler(this.RSurl_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label1.Location = new System.Drawing.Point(21, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(153, 21); this.label1.TabIndex = 5; this.label1.Text = "Chamber address "; // // RStemp // this.RStemp.BackColor = System.Drawing.Color.Gray; this.RStemp.Font = new System.Drawing.Font("Century Gothic", 12F); this.RStemp.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.RStemp.Location = new System.Drawing.Point(196, 19); this.RStemp.Name = "RStemp"; this.RStemp.Size = new System.Drawing.Size(100, 27); this.RStemp.TabIndex = 8; // // RShumi // this.RShumi.BackColor = System.Drawing.Color.Gray; this.RShumi.Font = new System.Drawing.Font("Century Gothic", 12F); this.RShumi.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.RShumi.Location = new System.Drawing.Point(196, 48); this.RShumi.Name = "RShumi"; this.RShumi.Size = new System.Drawing.Size(100, 27); this.RShumi.TabIndex = 9; // // RSalarm // this.RSalarm.BackColor = System.Drawing.Color.Gray; this.RSalarm.Font = new System.Drawing.Font("Century Gothic", 12F); this.RSalarm.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.RSalarm.Location = new System.Drawing.Point(196, 107); this.RSalarm.Name = "RSalarm"; this.RSalarm.Size = new System.Drawing.Size(100, 27); this.RSalarm.TabIndex = 10; // // RSmode // this.RSmode.BackColor = System.Drawing.Color.Gray; this.RSmode.Font = new System.Drawing.Font("Century Gothic", 12F); this.RSmode.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.RSmode.Location = new System.Drawing.Point(196, 77); this.RSmode.Name = "RSmode"; this.RSmode.Size = new System.Drawing.Size(100, 27); this.RSmode.TabIndex = 11; // // ConditionsButton // this.ConditionsButton.BackColor = System.Drawing.Color.DimGray; this.ConditionsButton.Font = new System.Drawing.Font("Century Gothic", 12F); this.ConditionsButton.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.ConditionsButton.Location = new System.Drawing.Point(5, 136); this.ConditionsButton.Name = "ConditionsButton"; this.ConditionsButton.Size = new System.Drawing.Size(291, 64); this.ConditionsButton.TabIndex = 12; this.ConditionsButton.Text = "Chamber conditions"; this.ConditionsButton.UseCompatibleTextRendering = true; this.ConditionsButton.UseVisualStyleBackColor = false; this.ConditionsButton.Click += new System.EventHandler(this.ConditionsButton_Click); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Century Gothic", 12F); this.label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label4.Location = new System.Drawing.Point(5, 25); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(112, 21); this.label4.TabIndex = 13; this.label4.Text = "Temperature"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Century Gothic", 12F); this.label5.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label5.Location = new System.Drawing.Point(5, 54); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(78, 21); this.label5.TabIndex = 14; this.label5.Text = "Humidity"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Century Gothic", 12F); this.label6.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label6.Location = new System.Drawing.Point(5, 81); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(56, 21); this.label6.TabIndex = 15; this.label6.Text = "Mode"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Century Gothic", 12F); this.label7.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label7.Location = new System.Drawing.Point(5, 110); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(147, 21); this.label7.TabIndex = 16; this.label7.Text = "Number of alarms"; // // gbSendCommand // this.gbSendCommand.Controls.Add(this.RSinput); this.gbSendCommand.Controls.Add(this.label2); this.gbSendCommand.Controls.Add(this.label3); this.gbSendCommand.Controls.Add(this.SendButton); this.gbSendCommand.Controls.Add(this.commandTxt); this.gbSendCommand.Font = new System.Drawing.Font("Century Gothic", 12F); this.gbSendCommand.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.gbSendCommand.Location = new System.Drawing.Point(24, 50); this.gbSendCommand.Margin = new System.Windows.Forms.Padding(2); this.gbSendCommand.Name = "gbSendCommand"; this.gbSendCommand.Padding = new System.Windows.Forms.Padding(2); this.gbSendCommand.Size = new System.Drawing.Size(279, 205); this.gbSendCommand.TabIndex = 18; this.gbSendCommand.TabStop = false; this.gbSendCommand.Text = "Send Command"; // // RSinput // this.RSinput.BackColor = System.Drawing.Color.Gray; this.RSinput.Font = new System.Drawing.Font("Century Gothic", 12F); this.RSinput.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.RSinput.Location = new System.Drawing.Point(8, 98); this.RSinput.Name = "RSinput"; this.RSinput.Size = new System.Drawing.Size(267, 27); this.RSinput.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Century Gothic", 12F); this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label2.Location = new System.Drawing.Point(5, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(95, 21); this.label2.TabIndex = 6; this.label2.Text = "Command"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Century Gothic", 12F); this.label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label3.Location = new System.Drawing.Point(5, 76); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(198, 21); this.label3.TabIndex = 7; this.label3.Text = "Response from chamber"; // // SendButton // this.SendButton.BackColor = System.Drawing.Color.DimGray; this.SendButton.Font = new System.Drawing.Font("Century Gothic", 12F); this.SendButton.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.SendButton.Location = new System.Drawing.Point(8, 136); this.SendButton.Name = "SendButton"; this.SendButton.Size = new System.Drawing.Size(266, 64); this.SendButton.TabIndex = 0; this.SendButton.Text = "Send"; this.SendButton.UseCompatibleTextRendering = true; this.SendButton.UseVisualStyleBackColor = false; this.SendButton.Click += new System.EventHandler(this.SendButton_Click); // // commandTxt // this.commandTxt.BackColor = System.Drawing.Color.Gray; this.commandTxt.Font = new System.Drawing.Font("Century Gothic", 12F); this.commandTxt.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.commandTxt.Location = new System.Drawing.Point(8, 45); this.commandTxt.Name = "commandTxt"; this.commandTxt.Size = new System.Drawing.Size(267, 27); this.commandTxt.TabIndex = 2; this.commandTxt.Text = "MON?"; // // numAddress // this.numAddress.BackColor = System.Drawing.Color.Gray; this.numAddress.Font = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.numAddress.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.numAddress.Location = new System.Drawing.Point(179, 14); this.numAddress.Margin = new System.Windows.Forms.Padding(2); this.numAddress.Maximum = new decimal(new int[] { 16, 0, 0, 0}); this.numAddress.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numAddress.Name = "numAddress"; this.numAddress.Size = new System.Drawing.Size(56, 27); this.numAddress.TabIndex = 19; this.numAddress.Value = new decimal(new int[] { 1, 0, 0, 0}); this.numAddress.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged); // // gbChamberConditions // this.gbChamberConditions.Controls.Add(this.ConditionsButton); this.gbChamberConditions.Controls.Add(this.label4); this.gbChamberConditions.Controls.Add(this.RStemp); this.gbChamberConditions.Controls.Add(this.label7); this.gbChamberConditions.Controls.Add(this.RShumi); this.gbChamberConditions.Controls.Add(this.label6); this.gbChamberConditions.Controls.Add(this.RSalarm); this.gbChamberConditions.Controls.Add(this.label5); this.gbChamberConditions.Controls.Add(this.RSmode); this.gbChamberConditions.Font = new System.Drawing.Font("Century Gothic", 12F); this.gbChamberConditions.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.gbChamberConditions.Location = new System.Drawing.Point(316, 50); this.gbChamberConditions.Margin = new System.Windows.Forms.Padding(2); this.gbChamberConditions.Name = "gbChamberConditions"; this.gbChamberConditions.Padding = new System.Windows.Forms.Padding(2); this.gbChamberConditions.Size = new System.Drawing.Size(301, 205); this.gbChamberConditions.TabIndex = 20; this.gbChamberConditions.TabStop = false; this.gbChamberConditions.Text = "Chamber conditions"; // // groupBox1 // this.groupBox1.Controls.Add(this.btnSetParameters); this.groupBox1.Controls.Add(this.btnOff); this.groupBox1.Controls.Add(this.btnStandby); this.groupBox1.Controls.Add(this.btnRunConstant); this.groupBox1.Controls.Add(this.HumiLow); this.groupBox1.Controls.Add(this.HumiHigh); this.groupBox1.Controls.Add(this.HumiTarget); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.TempLow); this.groupBox1.Controls.Add(this.TempHigh); this.groupBox1.Controls.Add(this.TempTarget); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Font = new System.Drawing.Font("Century Gothic", 12F); this.groupBox1.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.groupBox1.Location = new System.Drawing.Point(24, 273); this.groupBox1.Margin = new System.Windows.Forms.Padding(2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2); this.groupBox1.Size = new System.Drawing.Size(593, 200); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "Setup constant mode"; this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter); // // btnSetParameters // this.btnSetParameters.BackColor = System.Drawing.Color.DimGray; this.btnSetParameters.Font = new System.Drawing.Font("Century Gothic", 12F); this.btnSetParameters.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.btnSetParameters.Location = new System.Drawing.Point(9, 122); this.btnSetParameters.Name = "btnSetParameters"; this.btnSetParameters.Size = new System.Drawing.Size(137, 64); this.btnSetParameters.TabIndex = 32; this.btnSetParameters.Text = "Set parameters"; this.btnSetParameters.UseCompatibleTextRendering = true; this.btnSetParameters.UseVisualStyleBackColor = false; this.btnSetParameters.Click += new System.EventHandler(this.btnSetParameters_Click); // // btnOff // this.btnOff.BackColor = System.Drawing.Color.DimGray; this.btnOff.Font = new System.Drawing.Font("Century Gothic", 12F); this.btnOff.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.btnOff.Location = new System.Drawing.Point(465, 122); this.btnOff.Name = "btnOff"; this.btnOff.Size = new System.Drawing.Size(120, 64); this.btnOff.TabIndex = 31; this.btnOff.Text = "Off"; this.btnOff.UseCompatibleTextRendering = true; this.btnOff.UseVisualStyleBackColor = false; this.btnOff.Click += new System.EventHandler(this.btnOff_Click); // // btnStandby // this.btnStandby.BackColor = System.Drawing.Color.DimGray; this.btnStandby.Font = new System.Drawing.Font("Century Gothic", 12F); this.btnStandby.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.btnStandby.Location = new System.Drawing.Point(310, 122); this.btnStandby.Name = "btnStandby"; this.btnStandby.Size = new System.Drawing.Size(149, 64); this.btnStandby.TabIndex = 21; this.btnStandby.Text = "Standby"; this.btnStandby.UseCompatibleTextRendering = true; this.btnStandby.UseVisualStyleBackColor = false; this.btnStandby.Click += new System.EventHandler(this.btnStandby_Click); // // btnRunConstant // this.btnRunConstant.BackColor = System.Drawing.Color.DimGray; this.btnRunConstant.Font = new System.Drawing.Font("Century Gothic", 12F); this.btnRunConstant.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.btnRunConstant.Location = new System.Drawing.Point(152, 122); this.btnRunConstant.Name = "btnRunConstant"; this.btnRunConstant.Size = new System.Drawing.Size(152, 64); this.btnRunConstant.TabIndex = 8; this.btnRunConstant.Text = "Run constant mode"; this.btnRunConstant.UseCompatibleTextRendering = true; this.btnRunConstant.UseVisualStyleBackColor = false; this.btnRunConstant.Click += new System.EventHandler(this.btnRunConstant_Click); // // HumiLow // this.HumiLow.BackColor = System.Drawing.Color.Gray; this.HumiLow.Font = new System.Drawing.Font("Century Gothic", 12F); this.HumiLow.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.HumiLow.Location = new System.Drawing.Point(523, 79); this.HumiLow.Name = "HumiLow"; this.HumiLow.Size = new System.Drawing.Size(62, 27); this.HumiLow.TabIndex = 30; // // HumiHigh // this.HumiHigh.BackColor = System.Drawing.Color.Gray; this.HumiHigh.Font = new System.Drawing.Font("Century Gothic", 12F); this.HumiHigh.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.HumiHigh.Location = new System.Drawing.Point(523, 49); this.HumiHigh.Name = "HumiHigh"; this.HumiHigh.Size = new System.Drawing.Size(62, 27); this.HumiHigh.TabIndex = 29; // // HumiTarget // this.HumiTarget.BackColor = System.Drawing.Color.Gray; this.HumiTarget.Font = new System.Drawing.Font("Century Gothic", 12F); this.HumiTarget.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.HumiTarget.Location = new System.Drawing.Point(523, 20); this.HumiTarget.Name = "HumiTarget"; this.HumiTarget.Size = new System.Drawing.Size(62, 27); this.HumiTarget.TabIndex = 28; this.HumiTarget.TextChanged += new System.EventHandler(this.textBox4_TextChanged); // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Century Gothic", 12F); this.label13.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label13.Location = new System.Drawing.Point(336, 52); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(151, 21); this.label13.TabIndex = 27; this.label13.Text = "High limit humidity"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Century Gothic", 12F); this.label12.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label12.Location = new System.Drawing.Point(336, 82); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(181, 21); this.label12.TabIndex = 26; this.label12.Text = "Low limit temperature"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Century Gothic", 12F); this.label11.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label11.Location = new System.Drawing.Point(336, 23); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(133, 21); this.label11.TabIndex = 25; this.label11.Text = "Target humidity"; // // TempLow // this.TempLow.BackColor = System.Drawing.Color.Gray; this.TempLow.Font = new System.Drawing.Font("Century Gothic", 12F); this.TempLow.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.TempLow.Location = new System.Drawing.Point(191, 79); this.TempLow.Name = "TempLow"; this.TempLow.Size = new System.Drawing.Size(62, 27); this.TempLow.TabIndex = 24; // // TempHigh // this.TempHigh.BackColor = System.Drawing.Color.Gray; this.TempHigh.Font = new System.Drawing.Font("Century Gothic", 12F); this.TempHigh.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.TempHigh.Location = new System.Drawing.Point(191, 49); this.TempHigh.Name = "TempHigh"; this.TempHigh.Size = new System.Drawing.Size(62, 27); this.TempHigh.TabIndex = 23; // // TempTarget // this.TempTarget.BackColor = System.Drawing.Color.Gray; this.TempTarget.Font = new System.Drawing.Font("Century Gothic", 12F); this.TempTarget.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.TempTarget.Location = new System.Drawing.Point(191, 20); this.TempTarget.Name = "TempTarget"; this.TempTarget.Size = new System.Drawing.Size(62, 27); this.TempTarget.TabIndex = 17; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Century Gothic", 12F); this.label10.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label10.Location = new System.Drawing.Point(9, 79); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(181, 21); this.label10.TabIndex = 22; this.label10.Text = "Low limit temperature"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Century Gothic", 12F); this.label9.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label9.Location = new System.Drawing.Point(9, 49); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(185, 21); this.label9.TabIndex = 21; this.label9.Text = "High limit temperature"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Century Gothic", 12F); this.label8.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label8.Location = new System.Drawing.Point(8, 23); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(167, 21); this.label8.TabIndex = 8; this.label8.Text = "Target temperature"; this.label8.Click += new System.EventHandler(this.label8_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.btnEndProgram); this.groupBox2.Controls.Add(this.btnContinueProgram); this.groupBox2.Controls.Add(this.btnPauseProgram); this.groupBox2.Controls.Add(this.btnRunProgram); this.groupBox2.Controls.Add(this.numProgramNumber); this.groupBox2.Controls.Add(this.label14); this.groupBox2.Font = new System.Drawing.Font("Century Gothic", 12F); this.groupBox2.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.groupBox2.Location = new System.Drawing.Point(24, 493); this.groupBox2.Margin = new System.Windows.Forms.Padding(2); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(2); this.groupBox2.Size = new System.Drawing.Size(593, 76); this.groupBox2.TabIndex = 21; this.groupBox2.TabStop = false; this.groupBox2.Text = "Run Program"; // // btnEndProgram // this.btnEndProgram.BackColor = System.Drawing.Color.DimGray; this.btnEndProgram.Font = new System.Drawing.Font("Century Gothic", 12F); this.btnEndProgram.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.btnEndProgram.Location = new System.Drawing.Point(480, 19); this.btnEndProgram.Name = "btnEndProgram"; this.btnEndProgram.Size = new System.Drawing.Size(105, 52); this.btnEndProgram.TabIndex = 36; this.btnEndProgram.Text = "End program"; this.btnEndProgram.UseCompatibleTextRendering = true; this.btnEndProgram.UseVisualStyleBackColor = false; this.btnEndProgram.Click += new System.EventHandler(this.btnEndProgram_Click); // // btnContinueProgram // this.btnContinueProgram.BackColor = System.Drawing.Color.DimGray; this.btnContinueProgram.Font = new System.Drawing.Font("Century Gothic", 12F); this.btnContinueProgram.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.btnContinueProgram.Location = new System.Drawing.Point(369, 19); this.btnContinueProgram.Name = "btnContinueProgram"; this.btnContinueProgram.Size = new System.Drawing.Size(105, 52); this.btnContinueProgram.TabIndex = 36; this.btnContinueProgram.Text = "Continue program"; this.btnContinueProgram.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.btnContinueProgram.UseCompatibleTextRendering = true; this.btnContinueProgram.UseVisualStyleBackColor = false; this.btnContinueProgram.Click += new System.EventHandler(this.btnContinueProgram_Click); // // btnPauseProgram // this.btnPauseProgram.BackColor = System.Drawing.Color.DimGray; this.btnPauseProgram.Font = new System.Drawing.Font("Century Gothic", 12F); this.btnPauseProgram.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.btnPauseProgram.Location = new System.Drawing.Point(270, 19); this.btnPauseProgram.Name = "btnPauseProgram"; this.btnPauseProgram.Size = new System.Drawing.Size(93, 52); this.btnPauseProgram.TabIndex = 35; this.btnPauseProgram.Text = "Pause program"; this.btnPauseProgram.UseCompatibleTextRendering = true; this.btnPauseProgram.UseVisualStyleBackColor = false; this.btnPauseProgram.Click += new System.EventHandler(this.btnPauseProgram_Click); // // btnRunProgram // this.btnRunProgram.BackColor = System.Drawing.Color.DimGray; this.btnRunProgram.Font = new System.Drawing.Font("Century Gothic", 12F); this.btnRunProgram.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.btnRunProgram.Location = new System.Drawing.Point(170, 19); this.btnRunProgram.Name = "btnRunProgram"; this.btnRunProgram.Size = new System.Drawing.Size(94, 52); this.btnRunProgram.TabIndex = 33; this.btnRunProgram.Text = "Run program"; this.btnRunProgram.UseCompatibleTextRendering = true; this.btnRunProgram.UseVisualStyleBackColor = false; this.btnRunProgram.Click += new System.EventHandler(this.btnRunProgram_Click); // // numProgramNumber // this.numProgramNumber.BackColor = System.Drawing.Color.Gray; this.numProgramNumber.Font = new System.Drawing.Font("Century Gothic", 12F); this.numProgramNumber.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.numProgramNumber.Location = new System.Drawing.Point(90, 33); this.numProgramNumber.Margin = new System.Windows.Forms.Padding(2); this.numProgramNumber.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numProgramNumber.Name = "numProgramNumber"; this.numProgramNumber.Size = new System.Drawing.Size(56, 27); this.numProgramNumber.TabIndex = 34; this.numProgramNumber.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Century Gothic", 12F); this.label14.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label14.Location = new System.Drawing.Point(8, 34); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(76, 21); this.label14.TabIndex = 33; this.label14.Text = "Program"; // // RS485_Comm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DimGray; this.ClientSize = new System.Drawing.Size(653, 596); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.gbChamberConditions); this.Controls.Add(this.numAddress); this.Controls.Add(this.gbSendCommand); this.Controls.Add(this.label1); this.Controls.Add(this.RSurl); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "RS485_Comm"; this.Text = "RS485_Comm"; this.Load += new System.EventHandler(this.RS485_Comm_Load); this.gbSendCommand.ResumeLayout(false); this.gbSendCommand.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAddress)).EndInit(); this.gbChamberConditions.ResumeLayout(false); this.gbChamberConditions.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numProgramNumber)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion public System.Windows.Forms.TextBox RSurl; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox RStemp; private System.Windows.Forms.TextBox RShumi; private System.Windows.Forms.TextBox RSalarm; private System.Windows.Forms.TextBox RSmode; private System.Windows.Forms.Button ConditionsButton; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.GroupBox gbSendCommand; private System.Windows.Forms.TextBox RSinput; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button SendButton; private System.Windows.Forms.TextBox commandTxt; private System.Windows.Forms.NumericUpDown numAddress; private System.Windows.Forms.GroupBox gbChamberConditions; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox TempLow; private System.Windows.Forms.TextBox TempHigh; private System.Windows.Forms.TextBox TempTarget; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox HumiTarget; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox HumiLow; private System.Windows.Forms.TextBox HumiHigh; private System.Windows.Forms.Button btnSetParameters; private System.Windows.Forms.Button btnOff; private System.Windows.Forms.Button btnStandby; private System.Windows.Forms.Button btnRunConstant; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button btnRunProgram; private System.Windows.Forms.NumericUpDown numProgramNumber; private System.Windows.Forms.Label label14; private System.Windows.Forms.Button btnEndProgram; private System.Windows.Forms.Button btnContinueProgram; private System.Windows.Forms.Button btnPauseProgram; } }