namespace TProduct.WinFrmUI.TestBench
{
partial class PLC701ParasControl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.txtComBaudRatePLC = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtLinkInstrumentNOPLC = new DevExpress.XtraEditors.TextEdit();
this.imgcomboxMsgTypePLC = new DevExpress.XtraEditors.ImageComboBoxEdit();
this.txtComPortNamePLC = new DevExpress.XtraEditors.ImageComboBoxEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtComBaudRatePLC.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtLinkInstrumentNOPLC.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.imgcomboxMsgTypePLC.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtComPortNamePLC.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.txtComBaudRatePLC);
this.layoutControl1.Controls.Add(this.txtLinkInstrumentNOPLC);
this.layoutControl1.Controls.Add(this.imgcomboxMsgTypePLC);
this.layoutControl1.Controls.Add(this.txtComPortNamePLC);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(567, 253);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// txtComBaudRatePLC
//
this.txtComBaudRatePLC.EditValue = "9600";
this.txtComBaudRatePLC.Location = new System.Drawing.Point(76, 60);
this.txtComBaudRatePLC.Name = "txtComBaudRatePLC";
this.txtComBaudRatePLC.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtComBaudRatePLC.Properties.Items.AddRange(new object[] {
"2400",
"4800",
"9600",
"14400",
"19200",
"38400",
"56000",
"57600",
"115200"});
this.txtComBaudRatePLC.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtComBaudRatePLC.Size = new System.Drawing.Size(170, 20);
this.txtComBaudRatePLC.StyleController = this.layoutControl1;
this.txtComBaudRatePLC.TabIndex = 46;
//
// txtLinkInstrumentNOPLC
//
this.txtLinkInstrumentNOPLC.Location = new System.Drawing.Point(76, 84);
this.txtLinkInstrumentNOPLC.Name = "txtLinkInstrumentNOPLC";
this.txtLinkInstrumentNOPLC.Size = new System.Drawing.Size(170, 20);
this.txtLinkInstrumentNOPLC.StyleController = this.layoutControl1;
this.txtLinkInstrumentNOPLC.TabIndex = 45;
//
// imgcomboxMsgTypePLC
//
this.imgcomboxMsgTypePLC.Location = new System.Drawing.Point(76, 12);
this.imgcomboxMsgTypePLC.Name = "imgcomboxMsgTypePLC";
this.imgcomboxMsgTypePLC.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.imgcomboxMsgTypePLC.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("默认", 0, -1)});
this.imgcomboxMsgTypePLC.Size = new System.Drawing.Size(170, 20);
this.imgcomboxMsgTypePLC.StyleController = this.layoutControl1;
this.imgcomboxMsgTypePLC.TabIndex = 51;
//
// txtComPortNamePLC
//
this.txtComPortNamePLC.Location = new System.Drawing.Point(76, 36);
this.txtComPortNamePLC.Name = "txtComPortNamePLC";
this.txtComPortNamePLC.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtComPortNamePLC.Size = new System.Drawing.Size(170, 20);
this.txtComPortNamePLC.StyleController = this.layoutControl1;
this.txtComPortNamePLC.TabIndex = 47;
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem6,
this.layoutControlItem5,
this.emptySpaceItem1,
this.emptySpaceItem2,
this.layoutControlItem7,
this.layoutControlItem4});
this.Root.Name = "Root";
this.Root.Size = new System.Drawing.Size(567, 253);
this.Root.TextVisible = false;
//
// layoutControlItem4
//
this.layoutControlItem4.AppearanceItemCaption.Options.UseTextOptions = true;
this.layoutControlItem4.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.layoutControlItem4.Control = this.txtComBaudRatePLC;
this.layoutControlItem4.Location = new System.Drawing.Point(0, 48);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(238, 24);
this.layoutControlItem4.Text = "波特率:";
this.layoutControlItem4.TextSize = new System.Drawing.Size(52, 14);
//
// layoutControlItem6
//
this.layoutControlItem6.AppearanceItemCaption.Options.UseTextOptions = true;
this.layoutControlItem6.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.layoutControlItem6.Control = this.imgcomboxMsgTypePLC;
this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Size = new System.Drawing.Size(238, 24);
this.layoutControlItem6.Text = "指令类型:";
this.layoutControlItem6.TextSize = new System.Drawing.Size(52, 14);
//
// layoutControlItem5
//
this.layoutControlItem5.AppearanceItemCaption.Options.UseTextOptions = true;
this.layoutControlItem5.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.layoutControlItem5.Control = this.txtLinkInstrumentNOPLC;
this.layoutControlItem5.Location = new System.Drawing.Point(0, 72);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(238, 24);
this.layoutControlItem5.Text = "设备编号:";
this.layoutControlItem5.TextSize = new System.Drawing.Size(52, 14);
//
// layoutControlItem7
//
this.layoutControlItem7.AppearanceItemCaption.Options.UseTextOptions = true;
this.layoutControlItem7.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.layoutControlItem7.Control = this.txtComPortNamePLC;
this.layoutControlItem7.Location = new System.Drawing.Point(0, 24);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.Size = new System.Drawing.Size(238, 24);
this.layoutControlItem7.Text = "Com口:";
this.layoutControlItem7.TextSize = new System.Drawing.Size(52, 14);
//
// emptySpaceItem1
//
this.emptySpaceItem1.AllowHotTrack = false;
this.emptySpaceItem1.Location = new System.Drawing.Point(238, 0);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(309, 96);
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
//
// emptySpaceItem2
//
this.emptySpaceItem2.AllowHotTrack = false;
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 96);
this.emptySpaceItem2.Name = "emptySpaceItem2";
this.emptySpaceItem2.Size = new System.Drawing.Size(547, 137);
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
//
// dxErrorProvider1
//
this.dxErrorProvider1.ContainerControl = this;
//
// PLC701ParasControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.layoutControl1);
this.Name = "PLC701ParasControl";
this.Size = new System.Drawing.Size(567, 253);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtComBaudRatePLC.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtLinkInstrumentNOPLC.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.imgcomboxMsgTypePLC.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtComPortNamePLC.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.ComboBoxEdit txtComBaudRatePLC;
private DevExpress.XtraEditors.TextEdit txtLinkInstrumentNOPLC;
private DevExpress.XtraEditors.ImageComboBoxEdit imgcomboxMsgTypePLC;
private DevExpress.XtraEditors.ImageComboBoxEdit txtComPortNamePLC;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
}
}