394 lines
22 KiB
C#
394 lines
22 KiB
C#
namespace TBF.Rig.Modbus.WaterAnalyzerUni
|
|
{
|
|
partial class AnalyzerCfgCtrl
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
private System.Windows.Forms.Label componentNameLabel;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.Label parentLabel;
|
|
private System.Windows.Forms.ComboBox parentNameComboBox;
|
|
private System.Windows.Forms.Label connectionTypeLabel;
|
|
private System.Windows.Forms.ComboBox connectionTypeComboBox;
|
|
private System.Windows.Forms.Label modbusAddressLabel;
|
|
private System.Windows.Forms.TextBox modbusAddressTextBox;
|
|
|
|
private System.Windows.Forms.GroupBox directGroupBox;
|
|
private System.Windows.Forms.Label directRegisterLabel;
|
|
private System.Windows.Forms.TextBox directRegisterTextBox;
|
|
private System.Windows.Forms.Label directFloatByteOrderLabel;
|
|
private System.Windows.Forms.ComboBox directFloatByteOrderComboBox;
|
|
|
|
private System.Windows.Forms.GroupBox converterGroupBox;
|
|
private System.Windows.Forms.Label converterFunctionLabel;
|
|
private System.Windows.Forms.TextBox converterFunctionTextBox;
|
|
private System.Windows.Forms.Label converterFirstRegisterLabel;
|
|
private System.Windows.Forms.TextBox converterFirstRegisterTextBox;
|
|
private System.Windows.Forms.Label converterRegisterCountLabel;
|
|
private System.Windows.Forms.TextBox converterRegisterCountTextBox;
|
|
private System.Windows.Forms.Label converterChannelLabel;
|
|
private System.Windows.Forms.TextBox converterChannelTextBox;
|
|
private System.Windows.Forms.Label valueSourceLabel;
|
|
private System.Windows.Forms.ComboBox valueSourceComboBox;
|
|
private System.Windows.Forms.Label floatByteOrderLabel;
|
|
private System.Windows.Forms.ComboBox floatByteOrderComboBox;
|
|
|
|
private System.Windows.Forms.Label raw4Label;
|
|
private System.Windows.Forms.TextBox raw4TextBox;
|
|
private System.Windows.Forms.Label raw20Label;
|
|
private System.Windows.Forms.TextBox raw20TextBox;
|
|
private System.Windows.Forms.Label cond4Label;
|
|
private System.Windows.Forms.TextBox cond4TextBox;
|
|
private System.Windows.Forms.Label cond20Label;
|
|
private System.Windows.Forms.TextBox cond20TextBox;
|
|
private System.Windows.Forms.Label unitLabel;
|
|
private System.Windows.Forms.TextBox unitTextBox;
|
|
private System.Windows.Forms.Label formatLabel;
|
|
private System.Windows.Forms.TextBox formatTextBox;
|
|
private System.Windows.Forms.Label lowLimitLabel;
|
|
private System.Windows.Forms.TextBox lowLimitTextBox;
|
|
private System.Windows.Forms.Label highLimitLabel;
|
|
private System.Windows.Forms.TextBox highLimitTextBox;
|
|
private System.Windows.Forms.Label dataTimeoutLabel;
|
|
private System.Windows.Forms.TextBox dataTimeoutTextBox;
|
|
|
|
private System.Windows.Forms.Button diagnosticsButton;
|
|
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null)) components.Dispose();
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.componentNameLabel = new System.Windows.Forms.Label();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.parentLabel = new System.Windows.Forms.Label();
|
|
this.parentNameComboBox = new System.Windows.Forms.ComboBox();
|
|
this.connectionTypeLabel = new System.Windows.Forms.Label();
|
|
this.connectionTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.modbusAddressLabel = new System.Windows.Forms.Label();
|
|
this.modbusAddressTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
this.directGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.directRegisterLabel = new System.Windows.Forms.Label();
|
|
this.directRegisterTextBox = new System.Windows.Forms.TextBox();
|
|
this.directFloatByteOrderLabel = new System.Windows.Forms.Label();
|
|
this.directFloatByteOrderComboBox = new System.Windows.Forms.ComboBox();
|
|
|
|
this.converterGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.converterFunctionLabel = new System.Windows.Forms.Label();
|
|
this.converterFunctionTextBox = new System.Windows.Forms.TextBox();
|
|
this.converterFirstRegisterLabel = new System.Windows.Forms.Label();
|
|
this.converterFirstRegisterTextBox = new System.Windows.Forms.TextBox();
|
|
this.converterRegisterCountLabel = new System.Windows.Forms.Label();
|
|
this.converterRegisterCountTextBox = new System.Windows.Forms.TextBox();
|
|
this.converterChannelLabel = new System.Windows.Forms.Label();
|
|
this.converterChannelTextBox = new System.Windows.Forms.TextBox();
|
|
this.valueSourceLabel = new System.Windows.Forms.Label();
|
|
this.valueSourceComboBox = new System.Windows.Forms.ComboBox();
|
|
this.floatByteOrderLabel = new System.Windows.Forms.Label();
|
|
this.floatByteOrderComboBox = new System.Windows.Forms.ComboBox();
|
|
|
|
this.raw4Label = new System.Windows.Forms.Label();
|
|
this.raw4TextBox = new System.Windows.Forms.TextBox();
|
|
this.raw20Label = new System.Windows.Forms.Label();
|
|
this.raw20TextBox = new System.Windows.Forms.TextBox();
|
|
this.cond4Label = new System.Windows.Forms.Label();
|
|
this.cond4TextBox = new System.Windows.Forms.TextBox();
|
|
this.cond20Label = new System.Windows.Forms.Label();
|
|
this.cond20TextBox = new System.Windows.Forms.TextBox();
|
|
this.unitLabel = new System.Windows.Forms.Label();
|
|
this.unitTextBox = new System.Windows.Forms.TextBox();
|
|
this.formatLabel = new System.Windows.Forms.Label();
|
|
this.formatTextBox = new System.Windows.Forms.TextBox();
|
|
this.lowLimitLabel = new System.Windows.Forms.Label();
|
|
this.lowLimitTextBox = new System.Windows.Forms.TextBox();
|
|
this.highLimitLabel = new System.Windows.Forms.Label();
|
|
this.highLimitTextBox = new System.Windows.Forms.TextBox();
|
|
this.dataTimeoutLabel = new System.Windows.Forms.Label();
|
|
this.dataTimeoutTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
this.diagnosticsButton = new System.Windows.Forms.Button();
|
|
|
|
this.directGroupBox.SuspendLayout();
|
|
this.converterGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
|
// componentNameLabel
|
|
this.componentNameLabel.AutoSize = true;
|
|
this.componentNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
|
|
this.componentNameLabel.Location = new System.Drawing.Point(12, 10);
|
|
this.componentNameLabel.Name = "componentNameLabel";
|
|
this.componentNameLabel.Size = new System.Drawing.Size(95, 15);
|
|
this.componentNameLabel.TabIndex = 0;
|
|
this.componentNameLabel.Text = "WaterAnalyzer";
|
|
|
|
// nameLabel
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(12, 40);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(35, 13);
|
|
this.nameLabel.TabIndex = 1;
|
|
this.nameLabel.Text = "Name";
|
|
|
|
// nameTextBox
|
|
this.nameTextBox.Location = new System.Drawing.Point(170, 37);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(220, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
|
|
// parentLabel
|
|
this.parentLabel.AutoSize = true;
|
|
this.parentLabel.Location = new System.Drawing.Point(12, 66);
|
|
this.parentLabel.Name = "parentLabel";
|
|
this.parentLabel.Size = new System.Drawing.Size(95, 13);
|
|
this.parentLabel.TabIndex = 3;
|
|
this.parentLabel.Text = "Parent Component";
|
|
|
|
// parentNameComboBox
|
|
this.parentNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
|
|
this.parentNameComboBox.FormattingEnabled = true;
|
|
this.parentNameComboBox.Location = new System.Drawing.Point(170, 63);
|
|
this.parentNameComboBox.Name = "parentNameComboBox";
|
|
this.parentNameComboBox.Size = new System.Drawing.Size(220, 21);
|
|
this.parentNameComboBox.TabIndex = 4;
|
|
|
|
// connectionTypeLabel
|
|
this.connectionTypeLabel.AutoSize = true;
|
|
this.connectionTypeLabel.Location = new System.Drawing.Point(12, 93);
|
|
this.connectionTypeLabel.Name = "connectionTypeLabel";
|
|
this.connectionTypeLabel.Size = new System.Drawing.Size(86, 13);
|
|
this.connectionTypeLabel.TabIndex = 5;
|
|
this.connectionTypeLabel.Text = "Connection Type";
|
|
|
|
// connectionTypeComboBox
|
|
this.connectionTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.connectionTypeComboBox.FormattingEnabled = true;
|
|
this.connectionTypeComboBox.Location = new System.Drawing.Point(170, 90);
|
|
this.connectionTypeComboBox.Name = "connectionTypeComboBox";
|
|
this.connectionTypeComboBox.Size = new System.Drawing.Size(220, 21);
|
|
this.connectionTypeComboBox.TabIndex = 6;
|
|
this.connectionTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.connectionTypeComboBox_SelectedIndexChanged);
|
|
|
|
// modbusAddressLabel
|
|
this.modbusAddressLabel.AutoSize = true;
|
|
this.modbusAddressLabel.Location = new System.Drawing.Point(12, 120);
|
|
this.modbusAddressLabel.Name = "modbusAddressLabel";
|
|
this.modbusAddressLabel.Size = new System.Drawing.Size(84, 13);
|
|
this.modbusAddressLabel.TabIndex = 7;
|
|
this.modbusAddressLabel.Text = "Modbus Address";
|
|
|
|
// modbusAddressTextBox
|
|
this.modbusAddressTextBox.Location = new System.Drawing.Point(170, 117);
|
|
this.modbusAddressTextBox.Name = "modbusAddressTextBox";
|
|
this.modbusAddressTextBox.Size = new System.Drawing.Size(80, 20);
|
|
this.modbusAddressTextBox.TabIndex = 8;
|
|
|
|
// directGroupBox
|
|
this.directGroupBox.Controls.Add(this.directRegisterLabel);
|
|
this.directGroupBox.Controls.Add(this.directRegisterTextBox);
|
|
this.directGroupBox.Controls.Add(this.directFloatByteOrderLabel);
|
|
this.directGroupBox.Controls.Add(this.directFloatByteOrderComboBox);
|
|
this.directGroupBox.Location = new System.Drawing.Point(15, 150);
|
|
this.directGroupBox.Name = "directGroupBox";
|
|
this.directGroupBox.Size = new System.Drawing.Size(375, 90);
|
|
this.directGroupBox.TabIndex = 9;
|
|
this.directGroupBox.TabStop = false;
|
|
this.directGroupBox.Text = "Direct conductivity meter";
|
|
|
|
this.directRegisterLabel.AutoSize = true;
|
|
this.directRegisterLabel.Location = new System.Drawing.Point(12, 28);
|
|
this.directRegisterLabel.Name = "directRegisterLabel";
|
|
this.directRegisterLabel.Size = new System.Drawing.Size(82, 13);
|
|
this.directRegisterLabel.TabIndex = 0;
|
|
this.directRegisterLabel.Text = "Register Address";
|
|
|
|
this.directRegisterTextBox.Location = new System.Drawing.Point(155, 25);
|
|
this.directRegisterTextBox.Name = "directRegisterTextBox";
|
|
this.directRegisterTextBox.Size = new System.Drawing.Size(120, 20);
|
|
this.directRegisterTextBox.TabIndex = 1;
|
|
|
|
this.directFloatByteOrderLabel.AutoSize = true;
|
|
this.directFloatByteOrderLabel.Location = new System.Drawing.Point(12, 55);
|
|
this.directFloatByteOrderLabel.Name = "directFloatByteOrderLabel";
|
|
this.directFloatByteOrderLabel.Size = new System.Drawing.Size(84, 13);
|
|
this.directFloatByteOrderLabel.TabIndex = 2;
|
|
this.directFloatByteOrderLabel.Text = "Float Byte Order";
|
|
|
|
this.directFloatByteOrderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.directFloatByteOrderComboBox.FormattingEnabled = true;
|
|
this.directFloatByteOrderComboBox.Location = new System.Drawing.Point(155, 52);
|
|
this.directFloatByteOrderComboBox.Name = "directFloatByteOrderComboBox";
|
|
this.directFloatByteOrderComboBox.Size = new System.Drawing.Size(200, 21);
|
|
this.directFloatByteOrderComboBox.TabIndex = 3;
|
|
|
|
// converterGroupBox
|
|
this.converterGroupBox.Controls.Add(this.converterFunctionLabel);
|
|
this.converterGroupBox.Controls.Add(this.converterFunctionTextBox);
|
|
this.converterGroupBox.Controls.Add(this.converterFirstRegisterLabel);
|
|
this.converterGroupBox.Controls.Add(this.converterFirstRegisterTextBox);
|
|
this.converterGroupBox.Controls.Add(this.converterRegisterCountLabel);
|
|
this.converterGroupBox.Controls.Add(this.converterRegisterCountTextBox);
|
|
this.converterGroupBox.Controls.Add(this.converterChannelLabel);
|
|
this.converterGroupBox.Controls.Add(this.converterChannelTextBox);
|
|
this.converterGroupBox.Controls.Add(this.valueSourceLabel);
|
|
this.converterGroupBox.Controls.Add(this.valueSourceComboBox);
|
|
this.converterGroupBox.Controls.Add(this.floatByteOrderLabel);
|
|
this.converterGroupBox.Controls.Add(this.floatByteOrderComboBox);
|
|
this.converterGroupBox.Controls.Add(this.raw4Label);
|
|
this.converterGroupBox.Controls.Add(this.raw4TextBox);
|
|
this.converterGroupBox.Controls.Add(this.raw20Label);
|
|
this.converterGroupBox.Controls.Add(this.raw20TextBox);
|
|
this.converterGroupBox.Controls.Add(this.cond4Label);
|
|
this.converterGroupBox.Controls.Add(this.cond4TextBox);
|
|
this.converterGroupBox.Controls.Add(this.cond20Label);
|
|
this.converterGroupBox.Controls.Add(this.cond20TextBox);
|
|
this.converterGroupBox.Controls.Add(this.unitLabel);
|
|
this.converterGroupBox.Controls.Add(this.unitTextBox);
|
|
this.converterGroupBox.Controls.Add(this.formatLabel);
|
|
this.converterGroupBox.Controls.Add(this.formatTextBox);
|
|
this.converterGroupBox.Controls.Add(this.lowLimitLabel);
|
|
this.converterGroupBox.Controls.Add(this.lowLimitTextBox);
|
|
this.converterGroupBox.Controls.Add(this.highLimitLabel);
|
|
this.converterGroupBox.Controls.Add(this.highLimitTextBox);
|
|
this.converterGroupBox.Controls.Add(this.dataTimeoutLabel);
|
|
this.converterGroupBox.Controls.Add(this.dataTimeoutTextBox);
|
|
this.converterGroupBox.Location = new System.Drawing.Point(15, 250);
|
|
this.converterGroupBox.Name = "converterGroupBox";
|
|
this.converterGroupBox.Size = new System.Drawing.Size(375, 430);
|
|
this.converterGroupBox.TabIndex = 10;
|
|
this.converterGroupBox.TabStop = false;
|
|
this.converterGroupBox.Text = "4-20 mA converter";
|
|
|
|
this.converterFunctionLabel.AutoSize = true;
|
|
this.converterFunctionLabel.Location = new System.Drawing.Point(12, 25);
|
|
this.converterFunctionLabel.Text = "Function (3 or 4)";
|
|
this.converterFunctionTextBox.Location = new System.Drawing.Point(155, 22);
|
|
this.converterFunctionTextBox.Size = new System.Drawing.Size(80, 20);
|
|
|
|
this.converterFirstRegisterLabel.AutoSize = true;
|
|
this.converterFirstRegisterLabel.Location = new System.Drawing.Point(12, 51);
|
|
this.converterFirstRegisterLabel.Text = "First Register";
|
|
this.converterFirstRegisterTextBox.Location = new System.Drawing.Point(155, 48);
|
|
this.converterFirstRegisterTextBox.Size = new System.Drawing.Size(120, 20);
|
|
|
|
this.converterRegisterCountLabel.AutoSize = true;
|
|
this.converterRegisterCountLabel.Location = new System.Drawing.Point(12, 77);
|
|
this.converterRegisterCountLabel.Text = "Register Count";
|
|
this.converterRegisterCountTextBox.Location = new System.Drawing.Point(155, 74);
|
|
this.converterRegisterCountTextBox.Size = new System.Drawing.Size(120, 20);
|
|
|
|
this.converterChannelLabel.AutoSize = true;
|
|
this.converterChannelLabel.Location = new System.Drawing.Point(12, 103);
|
|
this.converterChannelLabel.Text = "Channel";
|
|
this.converterChannelTextBox.Location = new System.Drawing.Point(155, 100);
|
|
this.converterChannelTextBox.Size = new System.Drawing.Size(80, 20);
|
|
|
|
this.valueSourceLabel.AutoSize = true;
|
|
this.valueSourceLabel.Location = new System.Drawing.Point(12, 130);
|
|
this.valueSourceLabel.Text = "Value Source";
|
|
this.valueSourceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.valueSourceComboBox.Location = new System.Drawing.Point(155, 127);
|
|
this.valueSourceComboBox.Size = new System.Drawing.Size(200, 21);
|
|
|
|
this.floatByteOrderLabel.AutoSize = true;
|
|
this.floatByteOrderLabel.Location = new System.Drawing.Point(12, 157);
|
|
this.floatByteOrderLabel.Text = "Float Byte Order";
|
|
this.floatByteOrderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.floatByteOrderComboBox.Location = new System.Drawing.Point(155, 154);
|
|
this.floatByteOrderComboBox.Size = new System.Drawing.Size(200, 21);
|
|
|
|
this.raw4Label.AutoSize = true;
|
|
this.raw4Label.Location = new System.Drawing.Point(12, 190);
|
|
this.raw4Label.Text = "Raw Value @ 4 mA";
|
|
this.raw4TextBox.Location = new System.Drawing.Point(155, 187);
|
|
this.raw4TextBox.Size = new System.Drawing.Size(120, 20);
|
|
|
|
this.raw20Label.AutoSize = true;
|
|
this.raw20Label.Location = new System.Drawing.Point(12, 216);
|
|
this.raw20Label.Text = "Raw Value @ 20 mA";
|
|
this.raw20TextBox.Location = new System.Drawing.Point(155, 213);
|
|
this.raw20TextBox.Size = new System.Drawing.Size(120, 20);
|
|
|
|
this.cond4Label.AutoSize = true;
|
|
this.cond4Label.Location = new System.Drawing.Point(12, 242);
|
|
this.cond4Label.Text = "Conductivity @ 4 mA";
|
|
this.cond4TextBox.Location = new System.Drawing.Point(155, 239);
|
|
this.cond4TextBox.Size = new System.Drawing.Size(120, 20);
|
|
|
|
this.cond20Label.AutoSize = true;
|
|
this.cond20Label.Location = new System.Drawing.Point(12, 268);
|
|
this.cond20Label.Text = "Conductivity @ 20 mA";
|
|
this.cond20TextBox.Location = new System.Drawing.Point(155, 265);
|
|
this.cond20TextBox.Size = new System.Drawing.Size(120, 20);
|
|
|
|
this.unitLabel.AutoSize = true;
|
|
this.unitLabel.Location = new System.Drawing.Point(12, 294);
|
|
this.unitLabel.Text = "Unit";
|
|
this.unitTextBox.Location = new System.Drawing.Point(155, 291);
|
|
this.unitTextBox.Size = new System.Drawing.Size(120, 20);
|
|
|
|
this.formatLabel.AutoSize = true;
|
|
this.formatLabel.Location = new System.Drawing.Point(12, 320);
|
|
this.formatLabel.Text = "Display Format";
|
|
this.formatTextBox.Location = new System.Drawing.Point(155, 317);
|
|
this.formatTextBox.Size = new System.Drawing.Size(200, 20);
|
|
|
|
this.lowLimitLabel.AutoSize = true;
|
|
this.lowLimitLabel.Location = new System.Drawing.Point(12, 346);
|
|
this.lowLimitLabel.Text = "Low Limit";
|
|
this.lowLimitTextBox.Location = new System.Drawing.Point(155, 343);
|
|
this.lowLimitTextBox.Size = new System.Drawing.Size(120, 20);
|
|
|
|
this.highLimitLabel.AutoSize = true;
|
|
this.highLimitLabel.Location = new System.Drawing.Point(12, 372);
|
|
this.highLimitLabel.Text = "High Limit";
|
|
this.highLimitTextBox.Location = new System.Drawing.Point(155, 369);
|
|
this.highLimitTextBox.Size = new System.Drawing.Size(120, 20);
|
|
|
|
this.dataTimeoutLabel.AutoSize = true;
|
|
this.dataTimeoutLabel.Location = new System.Drawing.Point(12, 398);
|
|
this.dataTimeoutLabel.Text = "Data Timeout (ms)";
|
|
this.dataTimeoutTextBox.Location = new System.Drawing.Point(155, 395);
|
|
this.dataTimeoutTextBox.Size = new System.Drawing.Size(120, 20);
|
|
|
|
// diagnosticsButton
|
|
this.diagnosticsButton.Location = new System.Drawing.Point(170, 700);
|
|
this.diagnosticsButton.Name = "diagnosticsButton";
|
|
this.diagnosticsButton.Size = new System.Drawing.Size(120, 27);
|
|
this.diagnosticsButton.TabIndex = 11;
|
|
this.diagnosticsButton.Text = "Diagnostics...";
|
|
this.diagnosticsButton.UseVisualStyleBackColor = true;
|
|
this.diagnosticsButton.Click += new System.EventHandler(this.diagnosticsButton_Click);
|
|
|
|
// AnalyzerCfgCtrl
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.componentNameLabel);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.parentLabel);
|
|
this.Controls.Add(this.parentNameComboBox);
|
|
this.Controls.Add(this.connectionTypeLabel);
|
|
this.Controls.Add(this.connectionTypeComboBox);
|
|
this.Controls.Add(this.modbusAddressLabel);
|
|
this.Controls.Add(this.modbusAddressTextBox);
|
|
this.Controls.Add(this.directGroupBox);
|
|
this.Controls.Add(this.converterGroupBox);
|
|
this.Controls.Add(this.diagnosticsButton);
|
|
this.Name = "AnalyzerCfgCtrl";
|
|
this.Size = new System.Drawing.Size(420, 740);
|
|
this.Load += new System.EventHandler(this.AnalyzerCfgCtrl_Load);
|
|
|
|
this.directGroupBox.ResumeLayout(false);
|
|
this.directGroupBox.PerformLayout();
|
|
this.converterGroupBox.ResumeLayout(false);
|
|
this.converterGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
}
|
|
} |