372 lines
21 KiB
C#
372 lines
21 KiB
C#
namespace INT69DB_2A.Forms
|
|
{
|
|
partial class FormDataBackup
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDataBackup));
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.buttonBack = new SmartX.SmartButton();
|
|
this.labelUsbId = new SmartX.SmartLabel();
|
|
this.listBoxDataList = new System.Windows.Forms.ListBox();
|
|
this.labelFileCount = new SmartX.SmartLabel();
|
|
this.buttonDataBackupEnable = new SmartX.SmartButton();
|
|
this.buttonBackup = new SmartX.SmartButton();
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
|
this.labelWarning = new SmartX.SmartLabel();
|
|
this.labelStaticList = new SmartX.SmartLabel();
|
|
this.smartLabel1 = new SmartX.SmartLabel();
|
|
this.labelStaticDataBackup = new SmartX.SmartLabel();
|
|
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartForm1
|
|
//
|
|
this.smartForm1.CenterLocation = false;
|
|
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
|
|
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
|
|
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X600;
|
|
this.smartForm1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartForm1.MainForm = null;
|
|
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
|
|
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
|
|
this.smartForm1.Name = "smartForm1";
|
|
this.smartForm1.Size = new System.Drawing.Size(800, 600);
|
|
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
|
this.smartForm1.SuspendLayoutInterval = 0;
|
|
//
|
|
// buttonBack
|
|
//
|
|
this.buttonBack.BackPictureBox = null;
|
|
this.buttonBack.BackPictureBox1 = null;
|
|
this.buttonBack.BackPictureBox2 = null;
|
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBack.ButtonImageAutoSize = true;
|
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
|
this.buttonBack.GroupID = 0;
|
|
this.buttonBack.InitVisible = true;
|
|
this.buttonBack.Location = new System.Drawing.Point(720, 525);
|
|
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonBack.Name = "buttonBack";
|
|
this.buttonBack.NestedClickEventPrevent = false;
|
|
this.buttonBack.OutlinePixel = 1;
|
|
this.buttonBack.RepeatInterval = 200;
|
|
this.buttonBack.RepeatIntervalAccelerate = null;
|
|
this.buttonBack.SafeInterval = 200;
|
|
this.buttonBack.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBack.TabIndex = 3;
|
|
this.buttonBack.TextColor = System.Drawing.Color.Black;
|
|
this.buttonBack.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBack.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBack.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBack.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
|
|
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
|
|
//
|
|
// labelUsbId
|
|
//
|
|
this.labelUsbId.BackColor = System.Drawing.SystemColors.Window;
|
|
this.labelUsbId.BackPictureBox = null;
|
|
this.labelUsbId.BackPictureBox1 = null;
|
|
this.labelUsbId.BackPictureBox2 = null;
|
|
this.labelUsbId.BorderColor = System.Drawing.Color.Black;
|
|
this.labelUsbId.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelUsbId.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
|
this.labelUsbId.InitVisible = true;
|
|
this.labelUsbId.LineSpacing = 0F;
|
|
this.labelUsbId.Location = new System.Drawing.Point(192, 94);
|
|
this.labelUsbId.Name = "labelUsbId";
|
|
this.labelUsbId.Size = new System.Drawing.Size(120, 40);
|
|
this.labelUsbId.TabIndex = 138;
|
|
this.labelUsbId.Text = "100";
|
|
this.labelUsbId.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelUsbId.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelUsbId.Wordwrap = false;
|
|
this.labelUsbId.Click += new System.EventHandler(this.labelUsbId_Click);
|
|
//
|
|
// listBoxDataList
|
|
//
|
|
this.listBoxDataList.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
|
this.listBoxDataList.Location = new System.Drawing.Point(407, 188);
|
|
this.listBoxDataList.Name = "listBoxDataList";
|
|
this.listBoxDataList.Size = new System.Drawing.Size(355, 296);
|
|
this.listBoxDataList.TabIndex = 137;
|
|
//
|
|
// labelFileCount
|
|
//
|
|
this.labelFileCount.BackPictureBox = this.smartForm1;
|
|
this.labelFileCount.BackPictureBox1 = null;
|
|
this.labelFileCount.BackPictureBox2 = null;
|
|
this.labelFileCount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelFileCount.Font = new System.Drawing.Font("Arial", 22F, System.Drawing.FontStyle.Bold);
|
|
this.labelFileCount.ForeColor = System.Drawing.Color.Black;
|
|
this.labelFileCount.InitVisible = true;
|
|
this.labelFileCount.LineSpacing = 0F;
|
|
this.labelFileCount.Location = new System.Drawing.Point(299, 188);
|
|
this.labelFileCount.Name = "labelFileCount";
|
|
this.labelFileCount.Size = new System.Drawing.Size(80, 30);
|
|
this.labelFileCount.TabIndex = 136;
|
|
this.labelFileCount.Text = "00";
|
|
this.labelFileCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelFileCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelFileCount.Wordwrap = false;
|
|
//
|
|
// buttonDataBackupEnable
|
|
//
|
|
this.buttonDataBackupEnable.BackPictureBox = null;
|
|
this.buttonDataBackupEnable.BackPictureBox1 = null;
|
|
this.buttonDataBackupEnable.BackPictureBox2 = null;
|
|
this.buttonDataBackupEnable.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonDataBackupEnable.ButtonImageAutoSize = true;
|
|
this.buttonDataBackupEnable.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonDataBackupEnable.DisableImage = null;
|
|
this.buttonDataBackupEnable.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackupEnable.DownImage")));
|
|
this.buttonDataBackupEnable.GroupID = 0;
|
|
this.buttonDataBackupEnable.InitVisible = true;
|
|
this.buttonDataBackupEnable.Location = new System.Drawing.Point(560, 96);
|
|
this.buttonDataBackupEnable.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonDataBackupEnable.Name = "buttonDataBackupEnable";
|
|
this.buttonDataBackupEnable.NestedClickEventPrevent = false;
|
|
this.buttonDataBackupEnable.OutlinePixel = 1;
|
|
this.buttonDataBackupEnable.RepeatInterval = 200;
|
|
this.buttonDataBackupEnable.RepeatIntervalAccelerate = null;
|
|
this.buttonDataBackupEnable.SafeInterval = 200;
|
|
this.buttonDataBackupEnable.Size = new System.Drawing.Size(100, 30);
|
|
this.buttonDataBackupEnable.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonDataBackupEnable.TabIndex = 135;
|
|
this.buttonDataBackupEnable.TextColor = System.Drawing.Color.Black;
|
|
this.buttonDataBackupEnable.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonDataBackupEnable.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonDataBackupEnable.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonDataBackupEnable.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonDataBackupEnable.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackupEnable.UpImage")));
|
|
this.buttonDataBackupEnable.Click += new System.EventHandler(this.buttonDataBackupEnable_Click);
|
|
//
|
|
// buttonBackup
|
|
//
|
|
this.buttonBackup.BackPictureBox = null;
|
|
this.buttonBackup.BackPictureBox1 = null;
|
|
this.buttonBackup.BackPictureBox2 = null;
|
|
this.buttonBackup.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBackup.ButtonImageAutoSize = true;
|
|
this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBackup.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DisableImage")));
|
|
this.buttonBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DownImage")));
|
|
this.buttonBackup.GroupID = 0;
|
|
this.buttonBackup.InitVisible = true;
|
|
this.buttonBackup.Location = new System.Drawing.Point(644, 525);
|
|
this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonBackup.Name = "buttonBackup";
|
|
this.buttonBackup.NestedClickEventPrevent = false;
|
|
this.buttonBackup.OutlinePixel = 1;
|
|
this.buttonBackup.RepeatInterval = 200;
|
|
this.buttonBackup.RepeatIntervalAccelerate = null;
|
|
this.buttonBackup.SafeInterval = 200;
|
|
this.buttonBackup.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBackup.TabIndex = 140;
|
|
this.buttonBackup.TextColor = System.Drawing.Color.Black;
|
|
this.buttonBackup.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBackup.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBackup.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.UpImage")));
|
|
this.buttonBackup.Click += new System.EventHandler(this.buttonBackup_Click);
|
|
//
|
|
// labelTitle
|
|
//
|
|
this.labelTitle.BackPictureBox = this.smartForm1;
|
|
this.labelTitle.BackPictureBox1 = null;
|
|
this.labelTitle.BackPictureBox2 = null;
|
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitle.InitVisible = true;
|
|
this.labelTitle.LineSpacing = 0F;
|
|
this.labelTitle.Location = new System.Drawing.Point(69, 11);
|
|
this.labelTitle.Name = "labelTitle";
|
|
this.labelTitle.Size = new System.Drawing.Size(382, 45);
|
|
this.labelTitle.TabIndex = 162;
|
|
this.labelTitle.Text = "데이터 백업";
|
|
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle.Wordwrap = false;
|
|
//
|
|
// pictureBoxFormIcon
|
|
//
|
|
this.pictureBoxFormIcon.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFormIcon.Image")));
|
|
this.pictureBoxFormIcon.Location = new System.Drawing.Point(16, 11);
|
|
this.pictureBoxFormIcon.Name = "pictureBoxFormIcon";
|
|
this.pictureBoxFormIcon.Size = new System.Drawing.Size(47, 45);
|
|
//
|
|
// labelWarning
|
|
//
|
|
this.labelWarning.BackPictureBox = this.smartForm1;
|
|
this.labelWarning.BackPictureBox1 = null;
|
|
this.labelWarning.BackPictureBox2 = null;
|
|
this.labelWarning.BorderColor = System.Drawing.Color.Black;
|
|
this.labelWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelWarning.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
|
this.labelWarning.ForeColor = System.Drawing.Color.Red;
|
|
this.labelWarning.InitVisible = true;
|
|
this.labelWarning.LineSpacing = 0F;
|
|
this.labelWarning.Location = new System.Drawing.Point(49, 407);
|
|
this.labelWarning.Name = "labelWarning";
|
|
this.labelWarning.Size = new System.Drawing.Size(330, 82);
|
|
this.labelWarning.TabIndex = 164;
|
|
this.labelWarning.Text = "※ 주의 : USB 메모리 장치로 데이터를 백업할 경우, 시스템에 저장된 데이터는 삭제됩니다.";
|
|
this.labelWarning.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelWarning.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
this.labelWarning.Wordwrap = true;
|
|
//
|
|
// labelStaticList
|
|
//
|
|
this.labelStaticList.BackPictureBox = this.smartForm1;
|
|
this.labelStaticList.BackPictureBox1 = null;
|
|
this.labelStaticList.BackPictureBox2 = null;
|
|
this.labelStaticList.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticList.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticList.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticList.ForeColor = System.Drawing.Color.Black;
|
|
this.labelStaticList.InitVisible = true;
|
|
this.labelStaticList.LineSpacing = 0F;
|
|
this.labelStaticList.Location = new System.Drawing.Point(49, 188);
|
|
this.labelStaticList.Name = "labelStaticList";
|
|
this.labelStaticList.Size = new System.Drawing.Size(244, 30);
|
|
this.labelStaticList.TabIndex = 163;
|
|
this.labelStaticList.Text = "저장 파일 개수 및 목록: ";
|
|
this.labelStaticList.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelStaticList.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticList.Wordwrap = false;
|
|
//
|
|
// smartLabel1
|
|
//
|
|
this.smartLabel1.BackPictureBox = this.smartForm1;
|
|
this.smartLabel1.BackPictureBox1 = null;
|
|
this.smartLabel1.BackPictureBox2 = null;
|
|
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel1.ForeColor = System.Drawing.Color.Black;
|
|
this.smartLabel1.InitVisible = true;
|
|
this.smartLabel1.LineSpacing = 0F;
|
|
this.smartLabel1.Location = new System.Drawing.Point(68, 94);
|
|
this.smartLabel1.Name = "smartLabel1";
|
|
this.smartLabel1.Size = new System.Drawing.Size(118, 40);
|
|
this.smartLabel1.TabIndex = 163;
|
|
this.smartLabel1.Text = "USB ID";
|
|
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel1.Wordwrap = false;
|
|
//
|
|
// labelStaticDataBackup
|
|
//
|
|
this.labelStaticDataBackup.BackPictureBox = this.smartForm1;
|
|
this.labelStaticDataBackup.BackPictureBox1 = null;
|
|
this.labelStaticDataBackup.BackPictureBox2 = null;
|
|
this.labelStaticDataBackup.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticDataBackup.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticDataBackup.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticDataBackup.ForeColor = System.Drawing.Color.Black;
|
|
this.labelStaticDataBackup.InitVisible = true;
|
|
this.labelStaticDataBackup.LineSpacing = 0F;
|
|
this.labelStaticDataBackup.Location = new System.Drawing.Point(425, 94);
|
|
this.labelStaticDataBackup.Name = "labelStaticDataBackup";
|
|
this.labelStaticDataBackup.Size = new System.Drawing.Size(118, 40);
|
|
this.labelStaticDataBackup.TabIndex = 163;
|
|
this.labelStaticDataBackup.Text = "데이터 백업";
|
|
this.labelStaticDataBackup.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelStaticDataBackup.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticDataBackup.Wordwrap = false;
|
|
//
|
|
// smartSeparatorLine1
|
|
//
|
|
this.smartSeparatorLine1.InitVisible = true;
|
|
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.DimGray;
|
|
this.smartSeparatorLine1.Line1Width = 1F;
|
|
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.LightGray;
|
|
this.smartSeparatorLine1.Line2Visible = true;
|
|
this.smartSeparatorLine1.Line2Width = 1F;
|
|
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
|
|
this.smartSeparatorLine1.Location = new System.Drawing.Point(16, 158);
|
|
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
|
|
this.smartSeparatorLine1.Size = new System.Drawing.Size(760, 2);
|
|
this.smartSeparatorLine1.TabIndex = 435;
|
|
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
|
|
//
|
|
// FormDataBackup
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.AutoScroll = true;
|
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
|
this.Controls.Add(this.smartSeparatorLine1);
|
|
this.Controls.Add(this.labelWarning);
|
|
this.Controls.Add(this.buttonDataBackupEnable);
|
|
this.Controls.Add(this.labelStaticList);
|
|
this.Controls.Add(this.labelFileCount);
|
|
this.Controls.Add(this.labelStaticDataBackup);
|
|
this.Controls.Add(this.listBoxDataList);
|
|
this.Controls.Add(this.smartLabel1);
|
|
this.Controls.Add(this.labelUsbId);
|
|
this.Controls.Add(this.labelTitle);
|
|
this.Controls.Add(this.pictureBoxFormIcon);
|
|
this.Controls.Add(this.buttonBackup);
|
|
this.Controls.Add(this.buttonBack);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.Name = "FormDataBackup";
|
|
this.Text = "FormDataBackup";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
private SmartX.SmartButton buttonBack;
|
|
public SmartX.SmartLabel labelUsbId;
|
|
private System.Windows.Forms.ListBox listBoxDataList;
|
|
private SmartX.SmartLabel labelFileCount;
|
|
private SmartX.SmartButton buttonDataBackupEnable;
|
|
private SmartX.SmartButton buttonBackup;
|
|
private SmartX.SmartLabel labelTitle;
|
|
private System.Windows.Forms.PictureBox pictureBoxFormIcon;
|
|
private SmartX.SmartLabel labelWarning;
|
|
private SmartX.SmartLabel labelStaticList;
|
|
private SmartX.SmartLabel smartLabel1;
|
|
private SmartX.SmartLabel labelStaticDataBackup;
|
|
private SmartX.SmartSeparatorLine smartSeparatorLine1;
|
|
}
|
|
} |