namespace Yw.WinFrmUI.Phart
|
{
|
partial class ValveChartCoordinateDlg
|
{
|
/// <summary>
|
/// Requipuired designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param nameLogin="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>
|
/// Requipuired method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
btnSet = new DevExpress.XtraEditors.SimpleButton();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
textCoordSpaceQ = new DevExpress.XtraEditors.SpinEdit();
|
textEndLineNoH = new DevExpress.XtraEditors.SpinEdit();
|
textCoordSpaceH = new DevExpress.XtraEditors.SpinEdit();
|
textStartLineNoH = new DevExpress.XtraEditors.SpinEdit();
|
textGridNumberY = new DevExpress.XtraEditors.SpinEdit();
|
textMaxDispH = new DevExpress.XtraEditors.SpinEdit();
|
textMinDispQ = new DevExpress.XtraEditors.SpinEdit();
|
textGridNumberX = new DevExpress.XtraEditors.SpinEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
groupBoxH = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
|
emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
groupBoxX = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
|
btnClose = new DevExpress.XtraEditors.SimpleButton();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)textCoordSpaceQ.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)textEndLineNoH.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)textCoordSpaceH.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)textStartLineNoH.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)textGridNumberY.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)textMaxDispH.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)textMinDispQ.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)textGridNumberX.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)groupBoxH).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup5).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem7).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
|
((System.ComponentModel.ISupportInitialize)groupBoxX).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem14).BeginInit();
|
SuspendLayout();
|
//
|
// btnSet
|
//
|
btnSet.Location = new Point(296, 257);
|
btnSet.Margin = new Padding(4, 5, 4, 5);
|
btnSet.Name = "btnSet";
|
btnSet.Size = new Size(181, 32);
|
btnSet.StyleController = layoutControl1;
|
btnSet.TabIndex = 9;
|
btnSet.Text = "设定";
|
btnSet.Click += btnSet_Click;
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(textCoordSpaceQ);
|
layoutControl1.Controls.Add(textEndLineNoH);
|
layoutControl1.Controls.Add(textCoordSpaceH);
|
layoutControl1.Controls.Add(btnSet);
|
layoutControl1.Controls.Add(textStartLineNoH);
|
layoutControl1.Controls.Add(textGridNumberY);
|
layoutControl1.Controls.Add(textMaxDispH);
|
layoutControl1.Controls.Add(textMinDispQ);
|
layoutControl1.Controls.Add(textGridNumberX);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Margin = new Padding(4, 5, 4, 5);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1270, 513, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(773, 305);
|
layoutControl1.TabIndex = 9;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// textCoordSpaceQ
|
//
|
textCoordSpaceQ.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
|
textCoordSpaceQ.Location = new Point(130, 119);
|
textCoordSpaceQ.Margin = new Padding(4, 5, 4, 5);
|
textCoordSpaceQ.Name = "textCoordSpaceQ";
|
textCoordSpaceQ.Size = new Size(239, 28);
|
textCoordSpaceQ.StyleController = layoutControl1;
|
textCoordSpaceQ.TabIndex = 3;
|
//
|
// textEndLineNoH
|
//
|
textEndLineNoH.EditValue = new decimal(new int[] { 2, 0, 0, 0 });
|
textEndLineNoH.Location = new Point(501, 151);
|
textEndLineNoH.Margin = new Padding(4, 5, 4, 5);
|
textEndLineNoH.Name = "textEndLineNoH";
|
textEndLineNoH.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
|
textEndLineNoH.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
textEndLineNoH.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
textEndLineNoH.Properties.IsFloatValue = false;
|
textEndLineNoH.Properties.Mask.EditMask = "N00";
|
textEndLineNoH.Properties.MaxValue = new decimal(new int[] { 100, 0, 0, 0 });
|
textEndLineNoH.Properties.MinValue = new decimal(new int[] { 2, 0, 0, 0 });
|
textEndLineNoH.Size = new Size(250, 28);
|
textEndLineNoH.StyleController = layoutControl1;
|
textEndLineNoH.TabIndex = 7;
|
//
|
// textCoordSpaceH
|
//
|
textCoordSpaceH.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
|
textCoordSpaceH.Location = new Point(501, 87);
|
textCoordSpaceH.Margin = new Padding(4, 5, 4, 5);
|
textCoordSpaceH.Name = "textCoordSpaceH";
|
textCoordSpaceH.Size = new Size(250, 28);
|
textCoordSpaceH.StyleController = layoutControl1;
|
textCoordSpaceH.TabIndex = 5;
|
//
|
// textStartLineNoH
|
//
|
textStartLineNoH.EditValue = new decimal(new int[] { 2, 0, 0, 0 });
|
textStartLineNoH.Location = new Point(501, 119);
|
textStartLineNoH.Margin = new Padding(4, 5, 4, 5);
|
textStartLineNoH.Name = "textStartLineNoH";
|
textStartLineNoH.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
|
textStartLineNoH.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
textStartLineNoH.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
textStartLineNoH.Properties.IsFloatValue = false;
|
textStartLineNoH.Properties.Mask.EditMask = "N00";
|
textStartLineNoH.Properties.MaxValue = new decimal(new int[] { 100, 0, 0, 0 });
|
textStartLineNoH.Size = new Size(250, 28);
|
textStartLineNoH.StyleController = layoutControl1;
|
textStartLineNoH.TabIndex = 6;
|
//
|
// textGridNumberY
|
//
|
textGridNumberY.EditValue = new decimal(new int[] { 2, 0, 0, 0 });
|
textGridNumberY.Location = new Point(130, 204);
|
textGridNumberY.Margin = new Padding(4, 5, 4, 5);
|
textGridNumberY.Name = "textGridNumberY";
|
textGridNumberY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
|
textGridNumberY.Properties.IsFloatValue = false;
|
textGridNumberY.Properties.Mask.EditMask = "N00";
|
textGridNumberY.Properties.MaxValue = new decimal(new int[] { 100, 0, 0, 0 });
|
textGridNumberY.Properties.MinValue = new decimal(new int[] { 2, 0, 0, 0 });
|
textGridNumberY.Size = new Size(239, 28);
|
textGridNumberY.StyleController = layoutControl1;
|
textGridNumberY.TabIndex = 8;
|
//
|
// textMaxDispH
|
//
|
textMaxDispH.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
|
textMaxDispH.Location = new Point(501, 55);
|
textMaxDispH.Margin = new Padding(4, 5, 4, 5);
|
textMaxDispH.Name = "textMaxDispH";
|
textMaxDispH.Size = new Size(250, 28);
|
textMaxDispH.StyleController = layoutControl1;
|
textMaxDispH.TabIndex = 4;
|
//
|
// textMinDispQ
|
//
|
textMinDispQ.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
|
textMinDispQ.Location = new Point(130, 87);
|
textMinDispQ.Margin = new Padding(4, 5, 4, 5);
|
textMinDispQ.Name = "textMinDispQ";
|
textMinDispQ.Size = new Size(239, 28);
|
textMinDispQ.StyleController = layoutControl1;
|
textMinDispQ.TabIndex = 2;
|
//
|
// textGridNumberX
|
//
|
textGridNumberX.EditValue = new decimal(new int[] { 2, 0, 0, 0 });
|
textGridNumberX.Location = new Point(130, 55);
|
textGridNumberX.Margin = new Padding(4, 5, 4, 5);
|
textGridNumberX.Name = "textGridNumberX";
|
textGridNumberX.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
|
textGridNumberX.Properties.IsFloatValue = false;
|
textGridNumberX.Properties.Mask.EditMask = "N00";
|
textGridNumberX.Properties.MaxValue = new decimal(new int[] { 100, 0, 0, 0 });
|
textGridNumberX.Properties.MinValue = new decimal(new int[] { 2, 0, 0, 0 });
|
textGridNumberX.Size = new Size(239, 28);
|
textGridNumberX.StyleController = layoutControl1;
|
textGridNumberX.TabIndex = 0;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { groupBoxX, layoutControlItem14, groupBoxH, layoutControlGroup5 });
|
Root.Name = "Root";
|
Root.Size = new Size(773, 305);
|
Root.TextVisible = false;
|
//
|
// groupBoxH
|
//
|
groupBoxH.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
groupBoxH.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6, layoutControlItem7, layoutControlItem8, layoutControlItem9 });
|
groupBoxH.Location = new Point(371, 0);
|
groupBoxH.Name = "groupBoxH";
|
groupBoxH.Size = new Size(382, 244);
|
groupBoxH.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
groupBoxH.Text = "Y";
|
//
|
// layoutControlItem6
|
//
|
layoutControlItem6.Control = textMaxDispH;
|
layoutControlItem6.Location = new Point(0, 0);
|
layoutControlItem6.Name = "layoutControlItem6";
|
layoutControlItem6.Size = new Size(362, 32);
|
layoutControlItem6.Text = "最大刻度Y:";
|
layoutControlItem6.TextSize = new Size(96, 22);
|
//
|
// layoutControlItem7
|
//
|
layoutControlItem7.Control = textCoordSpaceH;
|
layoutControlItem7.Location = new Point(0, 32);
|
layoutControlItem7.Name = "layoutControlItem7";
|
layoutControlItem7.Size = new Size(362, 32);
|
layoutControlItem7.Text = "Y/刻度:";
|
layoutControlItem7.TextSize = new Size(96, 22);
|
//
|
// layoutControlItem8
|
//
|
layoutControlItem8.Control = textStartLineNoH;
|
layoutControlItem8.Location = new Point(0, 64);
|
layoutControlItem8.Name = "layoutControlItem8";
|
layoutControlItem8.Size = new Size(362, 32);
|
layoutControlItem8.Text = "开始刻度数:";
|
layoutControlItem8.TextSize = new Size(96, 22);
|
//
|
// layoutControlItem9
|
//
|
layoutControlItem9.Control = textEndLineNoH;
|
layoutControlItem9.Location = new Point(0, 96);
|
layoutControlItem9.Name = "layoutControlItem9";
|
layoutControlItem9.Size = new Size(362, 95);
|
layoutControlItem9.Text = "结束刻度数:";
|
layoutControlItem9.TextSize = new Size(96, 22);
|
//
|
// layoutControlGroup5
|
//
|
layoutControlGroup5.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { emptySpaceItem7, layoutControlItem4 });
|
layoutControlGroup5.Location = new Point(0, 149);
|
layoutControlGroup5.Name = "layoutControlGroup5";
|
layoutControlGroup5.Size = new Size(371, 95);
|
layoutControlGroup5.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup5.Text = "纵坐标";
|
//
|
// emptySpaceItem7
|
//
|
emptySpaceItem7.AllowHotTrack = false;
|
emptySpaceItem7.Location = new Point(0, 32);
|
emptySpaceItem7.Name = "emptySpaceItem7";
|
emptySpaceItem7.Size = new Size(351, 10);
|
emptySpaceItem7.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = textGridNumberY;
|
layoutControlItem4.Location = new Point(0, 0);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(351, 32);
|
layoutControlItem4.Text = "刻度数:";
|
layoutControlItem4.TextSize = new Size(96, 22);
|
//
|
// groupBoxX
|
//
|
groupBoxX.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
groupBoxX.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3 });
|
groupBoxX.Location = new Point(0, 0);
|
groupBoxX.Name = "groupBoxX";
|
groupBoxX.Size = new Size(371, 149);
|
groupBoxX.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
groupBoxX.Text = "X";
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = textGridNumberX;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(351, 32);
|
layoutControlItem1.Text = "刻度数:";
|
layoutControlItem1.TextSize = new Size(96, 22);
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = textMinDispQ;
|
layoutControlItem2.Location = new Point(0, 32);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(351, 32);
|
layoutControlItem2.Text = "最小刻度X:";
|
layoutControlItem2.TextSize = new Size(96, 22);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = textCoordSpaceQ;
|
layoutControlItem3.Location = new Point(0, 64);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(351, 32);
|
layoutControlItem3.Text = "X/刻度:";
|
layoutControlItem3.TextSize = new Size(96, 22);
|
//
|
// layoutControlItem14
|
//
|
layoutControlItem14.Control = btnSet;
|
layoutControlItem14.Location = new Point(0, 244);
|
layoutControlItem14.Name = "layoutControlItem14";
|
layoutControlItem14.Padding = new DevExpress.XtraLayout.Utils.Padding(286, 286, 3, 3);
|
layoutControlItem14.Size = new Size(753, 41);
|
layoutControlItem14.TextSize = new Size(0, 0);
|
layoutControlItem14.TextVisible = false;
|
//
|
// btnClose
|
//
|
btnClose.Location = new Point(313, 630);
|
btnClose.Margin = new Padding(4, 5, 4, 5);
|
btnClose.Name = "btnClose";
|
btnClose.Size = new Size(154, 36);
|
btnClose.TabIndex = 0;
|
btnClose.Text = "关闭";
|
//
|
// ValveChartCoordinateDlg
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(773, 305);
|
Controls.Add(layoutControl1);
|
Controls.Add(btnClose);
|
FormBorderStyle = FormBorderStyle.FixedDialog;
|
IconOptions.ShowIcon = false;
|
Margin = new Padding(4, 5, 4, 5);
|
MaximizeBox = false;
|
MinimizeBox = false;
|
Name = "ValveChartCoordinateDlg";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "设置坐标";
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)textCoordSpaceQ.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)textEndLineNoH.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)textCoordSpaceH.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)textStartLineNoH.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)textGridNumberY.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)textMaxDispH.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)textMinDispQ.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)textGridNumberX.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)groupBoxH).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup5).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem7).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
|
((System.ComponentModel.ISupportInitialize)groupBoxX).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem14).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.SimpleButton btnSet;
|
private DevExpress.XtraEditors.SpinEdit textCoordSpaceQ;
|
private DevExpress.XtraEditors.SpinEdit textGridNumberX;
|
private DevExpress.XtraEditors.SpinEdit textMaxDispH;
|
private DevExpress.XtraEditors.SpinEdit textCoordSpaceH;
|
private DevExpress.XtraEditors.SpinEdit textStartLineNoH;
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
private DevExpress.XtraEditors.SpinEdit textEndLineNoH;
|
private DevExpress.XtraEditors.SpinEdit textMinDispQ;
|
private DevExpress.XtraEditors.SpinEdit textGridNumberY;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlGroup groupBoxX;
|
private DevExpress.XtraLayout.LayoutControlGroup groupBoxH;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem7;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
|
}
|
}
|