You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

453 lines
24 KiB
C#

9 months ago
using POS.Language.Language;
namespace POSV.Component
{
partial class TelephoneParameter
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.cmbSerialPortBaud2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.cmbSerialPort2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.labelX7 = new DevComponents.DotNetBar.LabelX();
this.chkCat2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.cmbSerialPortBaud1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.cmbSerialPort1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX95 = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.chkCat1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.txtAreaCode = new POSV.Component.NormalTextBox();
this.txtPrefix = new POSV.Component.NormalTextBox();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.groupPanel3.SuspendLayout();
this.groupPanel1.SuspendLayout();
this.SuspendLayout();
//
// groupPanel3
//
this.groupPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupPanel3.BackColor = System.Drawing.Color.White;
this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel3.Controls.Add(this.labelX5);
this.groupPanel3.Controls.Add(this.cmbSerialPortBaud2);
this.groupPanel3.Controls.Add(this.cmbSerialPort2);
this.groupPanel3.Controls.Add(this.labelX6);
this.groupPanel3.Controls.Add(this.labelX7);
this.groupPanel3.Controls.Add(this.chkCat2);
this.groupPanel3.Controls.Add(this.labelX4);
this.groupPanel3.Controls.Add(this.cmbSerialPortBaud1);
this.groupPanel3.Controls.Add(this.cmbSerialPort1);
this.groupPanel3.Controls.Add(this.labelX95);
this.groupPanel3.Controls.Add(this.labelX3);
this.groupPanel3.Controls.Add(this.chkCat1);
this.groupPanel3.DisabledBackColor = System.Drawing.Color.Empty;
this.groupPanel3.DrawTitleBox = false;
this.groupPanel3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupPanel3.Location = new System.Drawing.Point(3, 3);
this.groupPanel3.Name = "groupPanel3";
this.groupPanel3.Size = new System.Drawing.Size(582, 118);
//
//
//
this.groupPanel3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel3.Style.BackColorGradientAngle = 90;
this.groupPanel3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel3.Style.BorderBottomWidth = 1;
this.groupPanel3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel3.Style.BorderLeftWidth = 1;
this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel3.Style.BorderRightWidth = 1;
this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel3.Style.BorderTopWidth = 1;
this.groupPanel3.Style.CornerDiameter = 4;
this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.groupPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.groupPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.groupPanel3.TabIndex = 304;
this.groupPanel3.Text = "端口设置";
//
// labelX5
//
this.labelX5.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX5.Location = new System.Drawing.Point(308, 47);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(66, 31);
this.labelX5.TabIndex = 153;
this.labelX5.Text = "波特率:";
this.labelX5.TextAlignment = System.Drawing.StringAlignment.Far;
//
// cmbSerialPortBaud2
//
this.cmbSerialPortBaud2.DisplayMember = "Text";
this.cmbSerialPortBaud2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbSerialPortBaud2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSerialPortBaud2.Font = new System.Drawing.Font("宋体", 12F);
this.cmbSerialPortBaud2.ForeColor = System.Drawing.Color.Black;
this.cmbSerialPortBaud2.FormattingEnabled = true;
this.cmbSerialPortBaud2.ItemHeight = 21;
this.cmbSerialPortBaud2.Location = new System.Drawing.Point(380, 47);
this.cmbSerialPortBaud2.Name = "cmbSerialPortBaud2";
this.cmbSerialPortBaud2.Size = new System.Drawing.Size(92, 27);
this.cmbSerialPortBaud2.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cmbSerialPortBaud2.TabIndex = 152;
//
// cmbSerialPort2
//
this.cmbSerialPort2.DisplayMember = "Text";
this.cmbSerialPort2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbSerialPort2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSerialPort2.Font = new System.Drawing.Font("宋体", 12F);
this.cmbSerialPort2.ForeColor = System.Drawing.Color.Black;
this.cmbSerialPort2.FormattingEnabled = true;
this.cmbSerialPort2.ItemHeight = 21;
this.cmbSerialPort2.Location = new System.Drawing.Point(196, 47);
this.cmbSerialPort2.Name = "cmbSerialPort2";
this.cmbSerialPort2.Size = new System.Drawing.Size(83, 27);
this.cmbSerialPort2.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cmbSerialPort2.TabIndex = 151;
//
// labelX6
//
this.labelX6.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX6.Location = new System.Drawing.Point(139, 47);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(51, 31);
this.labelX6.TabIndex = 150;
this.labelX6.Text = "端口:";
this.labelX6.TextAlignment = System.Drawing.StringAlignment.Far;
//
// labelX7
//
this.labelX7.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX7.Location = new System.Drawing.Point(98, 51);
this.labelX7.Name = "labelX7";
this.labelX7.Size = new System.Drawing.Size(49, 23);
this.labelX7.TabIndex = 149;
this.labelX7.Text = "电话2";
//
// chkCat2
//
this.chkCat2.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.chkCat2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.chkCat2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkCat2.Location = new System.Drawing.Point(37, 51);
this.chkCat2.Name = "chkCat2";
this.chkCat2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chkCat2.Size = new System.Drawing.Size(55, 23);
this.chkCat2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.chkCat2.TabIndex = 148;
this.chkCat2.Tag = "";
this.chkCat2.Text = "启用";
//
// labelX4
//
this.labelX4.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX4.Location = new System.Drawing.Point(308, 9);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(66, 31);
this.labelX4.TabIndex = 147;
this.labelX4.Text = "波特率:";
this.labelX4.TextAlignment = System.Drawing.StringAlignment.Far;
//
// cmbSerialPortBaud1
//
this.cmbSerialPortBaud1.DisplayMember = "Text";
this.cmbSerialPortBaud1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbSerialPortBaud1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSerialPortBaud1.Font = new System.Drawing.Font("宋体", 12F);
this.cmbSerialPortBaud1.ForeColor = System.Drawing.Color.Black;
this.cmbSerialPortBaud1.FormattingEnabled = true;
this.cmbSerialPortBaud1.ItemHeight = 21;
this.cmbSerialPortBaud1.Location = new System.Drawing.Point(380, 9);
this.cmbSerialPortBaud1.Name = "cmbSerialPortBaud1";
this.cmbSerialPortBaud1.Size = new System.Drawing.Size(92, 27);
this.cmbSerialPortBaud1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cmbSerialPortBaud1.TabIndex = 146;
//
// cmbSerialPort1
//
this.cmbSerialPort1.DisplayMember = "Text";
this.cmbSerialPort1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbSerialPort1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSerialPort1.Font = new System.Drawing.Font("宋体", 12F);
this.cmbSerialPort1.ForeColor = System.Drawing.Color.Black;
this.cmbSerialPort1.FormattingEnabled = true;
this.cmbSerialPort1.ItemHeight = 21;
this.cmbSerialPort1.Location = new System.Drawing.Point(196, 9);
this.cmbSerialPort1.Name = "cmbSerialPort1";
this.cmbSerialPort1.Size = new System.Drawing.Size(83, 27);
this.cmbSerialPort1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cmbSerialPort1.TabIndex = 145;
//
// labelX95
//
this.labelX95.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX95.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX95.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX95.Location = new System.Drawing.Point(139, 9);
this.labelX95.Name = "labelX95";
this.labelX95.Size = new System.Drawing.Size(51, 31);
this.labelX95.TabIndex = 144;
this.labelX95.Text = "端口:";
this.labelX95.TextAlignment = System.Drawing.StringAlignment.Far;
//
// labelX3
//
this.labelX3.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX3.Location = new System.Drawing.Point(98, 13);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(49, 23);
this.labelX3.TabIndex = 143;
this.labelX3.Text = "电话1";
//
// chkCat1
//
this.chkCat1.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.chkCat1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.chkCat1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkCat1.Location = new System.Drawing.Point(37, 13);
this.chkCat1.Name = "chkCat1";
this.chkCat1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chkCat1.Size = new System.Drawing.Size(55, 23);
this.chkCat1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.chkCat1.TabIndex = 120;
this.chkCat1.Tag = "";
this.chkCat1.Text = "启用";
//
// groupPanel1
//
this.groupPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupPanel1.BackColor = System.Drawing.Color.White;
this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel1.Controls.Add(this.txtAreaCode);
this.groupPanel1.Controls.Add(this.txtPrefix);
this.groupPanel1.Controls.Add(this.labelX2);
this.groupPanel1.Controls.Add(this.labelX1);
this.groupPanel1.DisabledBackColor = System.Drawing.Color.Empty;
this.groupPanel1.DrawTitleBox = false;
this.groupPanel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupPanel1.Location = new System.Drawing.Point(0, 142);
this.groupPanel1.Name = "groupPanel1";
this.groupPanel1.Size = new System.Drawing.Size(582, 97);
//
//
//
this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel1.Style.BackColorGradientAngle = 90;
this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderBottomWidth = 1;
this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderLeftWidth = 1;
this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderRightWidth = 1;
this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderTopWidth = 1;
this.groupPanel1.Style.CornerDiameter = 4;
this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.groupPanel1.TabIndex = 305;
this.groupPanel1.Text = "来电设置";
//
// txtAreaCode
//
this.txtAreaCode.BackColor = System.Drawing.Color.White;
//
//
//
this.txtAreaCode.Border.BorderColor = System.Drawing.Color.DimGray;
this.txtAreaCode.Border.BorderColor2 = System.Drawing.Color.DimGray;
this.txtAreaCode.Border.Class = "TextBoxBorder";
this.txtAreaCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtAreaCode.ButtonCustom.Symbol = "";
this.txtAreaCode.ButtonCustom.Visible = true;
this.txtAreaCode.DisabledBackColor = System.Drawing.Color.White;
this.txtAreaCode.Font = new System.Drawing.Font("宋体", 15F);
this.txtAreaCode.ForeColor = System.Drawing.Color.Black;
this.txtAreaCode.Keyboard = POSV.KeyboardType.;
this.txtAreaCode.Location = new System.Drawing.Point(383, 15);
this.txtAreaCode.MaxLength = 128;
this.txtAreaCode.Multiline = true;
this.txtAreaCode.Name = "txtAreaCode";
this.txtAreaCode.PreventEnterBeep = true;
this.txtAreaCode.Size = new System.Drawing.Size(92, 30);
this.txtAreaCode.TabIndex = 145;
this.txtAreaCode.ButtonCustomClick += new System.EventHandler(this.OnKeyboardClick);
//
// txtPrefix
//
this.txtPrefix.BackColor = System.Drawing.Color.White;
//
//
//
this.txtPrefix.Border.BorderColor = System.Drawing.Color.DimGray;
this.txtPrefix.Border.BorderColor2 = System.Drawing.Color.DimGray;
this.txtPrefix.Border.Class = "TextBoxBorder";
this.txtPrefix.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtPrefix.ButtonCustom.Symbol = "";
this.txtPrefix.ButtonCustom.SymbolColor = System.Drawing.Color.Black;
this.txtPrefix.ButtonCustom.Visible = true;
this.txtPrefix.DisabledBackColor = System.Drawing.Color.White;
this.txtPrefix.Font = new System.Drawing.Font("宋体", 15F);
this.txtPrefix.ForeColor = System.Drawing.Color.Black;
this.txtPrefix.Keyboard = POSV.KeyboardType.;
this.txtPrefix.Location = new System.Drawing.Point(138, 15);
this.txtPrefix.MaxLength = 128;
this.txtPrefix.Multiline = true;
this.txtPrefix.Name = "txtPrefix";
this.txtPrefix.PreventEnterBeep = true;
this.txtPrefix.Size = new System.Drawing.Size(144, 30);
this.txtPrefix.TabIndex = 144;
this.txtPrefix.ButtonCustomClick += new System.EventHandler(this.OnKeyboardClick);
//
// labelX2
//
this.labelX2.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX2.Location = new System.Drawing.Point(302, 17);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(75, 23);
this.labelX2.TabIndex = 143;
this.labelX2.Text = "本地区号:";
//
// labelX1
//
this.labelX1.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.Location = new System.Drawing.Point(40, 19);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(107, 23);
this.labelX1.TabIndex = 142;
this.labelX1.Text = "来电号码前缀:";
//
// TelephoneParameter
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.groupPanel1);
this.Controls.Add(this.groupPanel3);
this.Name = "TelephoneParameter";
this.Size = new System.Drawing.Size(588, 386);
this.groupPanel3.ResumeLayout(false);
this.groupPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel3;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX1;
private NormalTextBox txtAreaCode;
private NormalTextBox txtPrefix;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.Controls.CheckBoxX chkCat1;
private DevComponents.DotNetBar.LabelX labelX5;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbSerialPortBaud2;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbSerialPort2;
private DevComponents.DotNetBar.LabelX labelX6;
private DevComponents.DotNetBar.LabelX labelX7;
private DevComponents.DotNetBar.Controls.CheckBoxX chkCat2;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbSerialPortBaud1;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbSerialPort1;
private DevComponents.DotNetBar.LabelX labelX95;
}
}