namespace IStation.WinFrmUI.Basic
|
{
|
partial class EditSignalTypeDlg
|
{
|
/// <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()
|
{
|
components = new System.ComponentModel.Container();
|
dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
|
formatParasCtrl1 = new FormatParasCtrl();
|
btnOk = new DevExpress.XtraEditors.SimpleButton();
|
btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
NameTextEdit = new DevExpress.XtraEditors.TextEdit();
|
signalTypeBindingSource = new BindingSource(components);
|
DescriptionTextEdit = new DevExpress.XtraEditors.MemoEdit();
|
IdentifierTextEdit = new DevExpress.XtraEditors.TextEdit();
|
MeasureTypeImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
FormatTypeImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
ItemForName = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
ItemForMeasureType = new DevExpress.XtraLayout.LayoutControlItem();
|
ItemForIdentifier = new DevExpress.XtraLayout.LayoutControlItem();
|
ItemForFormatType = new DevExpress.XtraLayout.LayoutControlItem();
|
tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
|
layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
|
dataLayoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)signalTypeBindingSource).BeginInit();
|
((System.ComponentModel.ISupportInitialize)DescriptionTextEdit.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)IdentifierTextEdit.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)MeasureTypeImageComboBoxEdit.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)FormatTypeImageComboBoxEdit.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)ItemForName).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)ItemForMeasureType).BeginInit();
|
((System.ComponentModel.ISupportInitialize)ItemForIdentifier).BeginInit();
|
((System.ComponentModel.ISupportInitialize)ItemForFormatType).BeginInit();
|
((System.ComponentModel.ISupportInitialize)tabbedControlGroup1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)ItemForDescription).BeginInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
|
SuspendLayout();
|
//
|
// dataLayoutControl1
|
//
|
dataLayoutControl1.Controls.Add(formatParasCtrl1);
|
dataLayoutControl1.Controls.Add(btnOk);
|
dataLayoutControl1.Controls.Add(btnCancel);
|
dataLayoutControl1.Controls.Add(NameTextEdit);
|
dataLayoutControl1.Controls.Add(DescriptionTextEdit);
|
dataLayoutControl1.Controls.Add(IdentifierTextEdit);
|
dataLayoutControl1.Controls.Add(MeasureTypeImageComboBoxEdit);
|
dataLayoutControl1.Controls.Add(FormatTypeImageComboBoxEdit);
|
dataLayoutControl1.DataSource = signalTypeBindingSource;
|
dataLayoutControl1.Dock = DockStyle.Fill;
|
dataLayoutControl1.Location = new Point(0, 0);
|
dataLayoutControl1.Name = "dataLayoutControl1";
|
dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(900, 230, 650, 400);
|
dataLayoutControl1.Root = Root;
|
dataLayoutControl1.Size = new Size(691, 419);
|
dataLayoutControl1.TabIndex = 0;
|
dataLayoutControl1.Text = "dataLayoutControl1";
|
//
|
// formatParasCtrl1
|
//
|
formatParasCtrl1.Location = new Point(24, 96);
|
formatParasCtrl1.Name = "formatParasCtrl1";
|
formatParasCtrl1.Size = new Size(643, 273);
|
formatParasCtrl1.TabIndex = 8;
|
//
|
// btnOk
|
//
|
btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnOk.Appearance.Options.UseBackColor = true;
|
btnOk.Location = new Point(505, 385);
|
btnOk.Name = "btnOk";
|
btnOk.Size = new Size(85, 22);
|
btnOk.StyleController = dataLayoutControl1;
|
btnOk.TabIndex = 6;
|
btnOk.Text = "确定";
|
btnOk.Click += btnOk_Click;
|
//
|
// btnCancel
|
//
|
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
btnCancel.Appearance.Options.UseBackColor = true;
|
btnCancel.DialogResult = DialogResult.Cancel;
|
btnCancel.Location = new Point(594, 385);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(85, 22);
|
btnCancel.StyleController = dataLayoutControl1;
|
btnCancel.TabIndex = 7;
|
btnCancel.Text = "取消";
|
//
|
// NameTextEdit
|
//
|
NameTextEdit.DataBindings.Add(new Binding("EditValue", signalTypeBindingSource, "Name", true, DataSourceUpdateMode.OnPropertyChanged));
|
NameTextEdit.Location = new Point(84, 12);
|
NameTextEdit.Name = "NameTextEdit";
|
NameTextEdit.Size = new Size(259, 20);
|
NameTextEdit.StyleController = dataLayoutControl1;
|
NameTextEdit.TabIndex = 0;
|
//
|
// signalTypeBindingSource
|
//
|
signalTypeBindingSource.DataSource = typeof(Model.SignalType);
|
//
|
// DescriptionTextEdit
|
//
|
DescriptionTextEdit.DataBindings.Add(new Binding("EditValue", signalTypeBindingSource, "Description", true, DataSourceUpdateMode.OnPropertyChanged));
|
DescriptionTextEdit.Location = new Point(24, 96);
|
DescriptionTextEdit.Name = "DescriptionTextEdit";
|
DescriptionTextEdit.Size = new Size(643, 273);
|
DescriptionTextEdit.StyleController = dataLayoutControl1;
|
DescriptionTextEdit.TabIndex = 1;
|
//
|
// IdentifierTextEdit
|
//
|
IdentifierTextEdit.DataBindings.Add(new Binding("EditValue", signalTypeBindingSource, "Identifier", true));
|
IdentifierTextEdit.Location = new Point(419, 12);
|
IdentifierTextEdit.Name = "IdentifierTextEdit";
|
IdentifierTextEdit.Size = new Size(260, 20);
|
IdentifierTextEdit.StyleController = dataLayoutControl1;
|
IdentifierTextEdit.TabIndex = 2;
|
//
|
// MeasureTypeImageComboBoxEdit
|
//
|
MeasureTypeImageComboBoxEdit.DataBindings.Add(new Binding("EditValue", signalTypeBindingSource, "MeasureType", true));
|
MeasureTypeImageComboBoxEdit.Location = new Point(84, 36);
|
MeasureTypeImageComboBoxEdit.Name = "MeasureTypeImageComboBoxEdit";
|
MeasureTypeImageComboBoxEdit.Properties.Appearance.Options.UseTextOptions = true;
|
MeasureTypeImageComboBoxEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
MeasureTypeImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
MeasureTypeImageComboBoxEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("瞬时", Model.Monitor.eMeasureType.Instant, 0), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("累积", Model.Monitor.eMeasureType.Accumulate, 1) });
|
MeasureTypeImageComboBoxEdit.Properties.UseCtrlScroll = true;
|
MeasureTypeImageComboBoxEdit.Size = new Size(259, 20);
|
MeasureTypeImageComboBoxEdit.StyleController = dataLayoutControl1;
|
MeasureTypeImageComboBoxEdit.TabIndex = 3;
|
//
|
// FormatTypeImageComboBoxEdit
|
//
|
FormatTypeImageComboBoxEdit.DataBindings.Add(new Binding("EditValue", signalTypeBindingSource, "FormatType", true));
|
FormatTypeImageComboBoxEdit.Location = new Point(419, 36);
|
FormatTypeImageComboBoxEdit.Name = "FormatTypeImageComboBoxEdit";
|
FormatTypeImageComboBoxEdit.Properties.Appearance.Options.UseTextOptions = true;
|
FormatTypeImageComboBoxEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
FormatTypeImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
FormatTypeImageComboBoxEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("数值", Model.eFormatType.Numeric, 0), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("枚举", Model.eFormatType.Enum, 1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("集合", Model.eFormatType.Array, 2), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("集成", Model.eFormatType.Integration, 3), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("文本", Model.eFormatType.Text, 4), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("图谱", Model.eFormatType.Curve, 5) });
|
FormatTypeImageComboBoxEdit.Properties.UseCtrlScroll = true;
|
FormatTypeImageComboBoxEdit.Size = new Size(260, 20);
|
FormatTypeImageComboBoxEdit.StyleController = dataLayoutControl1;
|
FormatTypeImageComboBoxEdit.TabIndex = 4;
|
FormatTypeImageComboBoxEdit.SelectedIndexChanged += FormatTypeImageComboBoxEdit_SelectedIndexChanged;
|
//
|
// Root
|
//
|
Root.AppearanceItemCaption.Options.UseTextOptions = true;
|
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
|
Root.Name = "Root";
|
Root.Size = new Size(691, 419);
|
Root.TextVisible = false;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.AllowDrawBackground = false;
|
layoutControlGroup1.GroupBordersVisible = false;
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, layoutControlItem1, layoutControlItem2, emptySpaceItem1, ItemForMeasureType, ItemForIdentifier, ItemForFormatType, tabbedControlGroup1 });
|
layoutControlGroup1.Location = new Point(0, 0);
|
layoutControlGroup1.Name = "autoGeneratedGroup0";
|
layoutControlGroup1.Size = new Size(671, 399);
|
//
|
// ItemForName
|
//
|
ItemForName.AllowHtmlStringInCaption = true;
|
ItemForName.Control = NameTextEdit;
|
ItemForName.Location = new Point(0, 0);
|
ItemForName.Name = "ItemForName";
|
ItemForName.Size = new Size(335, 24);
|
ItemForName.Text = "<color=red>*</color>名称:";
|
ItemForName.TextSize = new Size(60, 14);
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = btnCancel;
|
layoutControlItem1.Location = new Point(582, 373);
|
layoutControlItem1.MaxSize = new Size(89, 26);
|
layoutControlItem1.MinSize = new Size(89, 26);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(89, 26);
|
layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = btnOk;
|
layoutControlItem2.Location = new Point(493, 373);
|
layoutControlItem2.MaxSize = new Size(89, 26);
|
layoutControlItem2.MinSize = new Size(89, 26);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(89, 26);
|
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 373);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(493, 26);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// ItemForMeasureType
|
//
|
ItemForMeasureType.Control = MeasureTypeImageComboBoxEdit;
|
ItemForMeasureType.Location = new Point(0, 24);
|
ItemForMeasureType.Name = "ItemForMeasureType";
|
ItemForMeasureType.Size = new Size(335, 24);
|
ItemForMeasureType.Text = "计量类型:";
|
ItemForMeasureType.TextSize = new Size(60, 14);
|
//
|
// ItemForIdentifier
|
//
|
ItemForIdentifier.AllowHtmlStringInCaption = true;
|
ItemForIdentifier.Control = IdentifierTextEdit;
|
ItemForIdentifier.Location = new Point(335, 0);
|
ItemForIdentifier.Name = "ItemForIdentifier";
|
ItemForIdentifier.Size = new Size(336, 24);
|
ItemForIdentifier.Text = "<color=red>*</color>标识码:";
|
ItemForIdentifier.TextSize = new Size(60, 14);
|
//
|
// ItemForFormatType
|
//
|
ItemForFormatType.Control = FormatTypeImageComboBoxEdit;
|
ItemForFormatType.Location = new Point(335, 24);
|
ItemForFormatType.Name = "ItemForFormatType";
|
ItemForFormatType.Size = new Size(336, 24);
|
ItemForFormatType.Text = "格式类型:";
|
ItemForFormatType.TextSize = new Size(60, 14);
|
//
|
// tabbedControlGroup1
|
//
|
tabbedControlGroup1.Location = new Point(0, 48);
|
tabbedControlGroup1.Name = "tabbedControlGroup1";
|
tabbedControlGroup1.SelectedTabPage = layoutControlGroup3;
|
tabbedControlGroup1.Size = new Size(671, 325);
|
tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup3, layoutControlGroup2 });
|
//
|
// layoutControlGroup3
|
//
|
layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3 });
|
layoutControlGroup3.Location = new Point(0, 0);
|
layoutControlGroup3.Name = "layoutControlGroup3";
|
layoutControlGroup3.Size = new Size(647, 277);
|
layoutControlGroup3.Text = "格式参数";
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = formatParasCtrl1;
|
layoutControlItem3.Location = new Point(0, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(647, 277);
|
layoutControlItem3.TextSize = new Size(0, 0);
|
layoutControlItem3.TextVisible = false;
|
//
|
// layoutControlGroup2
|
//
|
layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForDescription });
|
layoutControlGroup2.Location = new Point(0, 0);
|
layoutControlGroup2.Name = "layoutControlGroup2";
|
layoutControlGroup2.Size = new Size(647, 277);
|
layoutControlGroup2.Text = "说明";
|
//
|
// ItemForDescription
|
//
|
ItemForDescription.Control = DescriptionTextEdit;
|
ItemForDescription.Location = new Point(0, 0);
|
ItemForDescription.Name = "ItemForDescription";
|
ItemForDescription.Size = new Size(647, 277);
|
ItemForDescription.Text = "说明:";
|
ItemForDescription.TextSize = new Size(0, 0);
|
ItemForDescription.TextVisible = false;
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// EditSignalTypeDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(691, 419);
|
Controls.Add(dataLayoutControl1);
|
Name = "EditSignalTypeDlg";
|
StartPosition = FormStartPosition.CenterParent;
|
Text = "编辑:信号类型";
|
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
|
dataLayoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)signalTypeBindingSource).EndInit();
|
((System.ComponentModel.ISupportInitialize)DescriptionTextEdit.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)IdentifierTextEdit.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)MeasureTypeImageComboBoxEdit.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)FormatTypeImageComboBoxEdit.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
|
((System.ComponentModel.ISupportInitialize)ItemForName).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)ItemForMeasureType).EndInit();
|
((System.ComponentModel.ISupportInitialize)ItemForIdentifier).EndInit();
|
((System.ComponentModel.ISupportInitialize)ItemForFormatType).EndInit();
|
((System.ComponentModel.ISupportInitialize)tabbedControlGroup1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup3).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup2).EndInit();
|
((System.ComponentModel.ISupportInitialize)ItemForDescription).EndInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraEditors.TextEdit NameTextEdit;
|
private DevExpress.XtraEditors.MemoEdit DescriptionTextEdit;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForName;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
private DevExpress.XtraEditors.TextEdit IdentifierTextEdit;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForIdentifier;
|
private BindingSource signalTypeBindingSource;
|
private DevExpress.XtraEditors.ImageComboBoxEdit MeasureTypeImageComboBoxEdit;
|
private DevExpress.XtraEditors.ImageComboBoxEdit FormatTypeImageComboBoxEdit;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForMeasureType;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForFormatType;
|
private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForDescription;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
private FormatParasCtrl formatParasCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
}
|
}
|