368 lines
21 KiB
C#
368 lines
21 KiB
C#
namespace INT63DC_6CH.Forms
|
|
{
|
|
partial class FormOptionSetting
|
|
{
|
|
/// <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(FormOptionSetting));
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.buttonBack = new SmartX.SmartButton();
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.groupBoxOption = new SmartX.SmartGroupBox();
|
|
this.buttonPart11 = new SmartX.SmartButton();
|
|
this.smartLabel2 = new SmartX.SmartLabel();
|
|
this.buttonDataStatistics = new SmartX.SmartButton();
|
|
this.smartLabel1 = new SmartX.SmartLabel();
|
|
this.labelBuadrateWarning2 = new SmartX.SmartLabel();
|
|
this.labelBuadrateWarning = new SmartX.SmartLabel();
|
|
this.buttonSave = new SmartX.SmartButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.groupBoxOption.SuspendLayout();
|
|
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.LCD1024X768;
|
|
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(1024, 768);
|
|
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(924, 666);
|
|
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(84, 87);
|
|
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBack.TabIndex = 24;
|
|
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);
|
|
//
|
|
// 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("새굴림", 35F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle.InitVisible = true;
|
|
this.labelTitle.LineSpacing = 0F;
|
|
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
|
this.labelTitle.Name = "labelTitle";
|
|
this.labelTitle.Size = new System.Drawing.Size(626, 60);
|
|
this.labelTitle.TabIndex = 23;
|
|
this.labelTitle.Text = "옵 션 설 정";
|
|
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle.Wordwrap = false;
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackPictureBox = this.smartForm1;
|
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|
this.smartGroupBox1.Controls.Add(this.groupBoxOption);
|
|
this.smartGroupBox1.Controls.Add(this.labelBuadrateWarning2);
|
|
this.smartGroupBox1.Controls.Add(this.labelBuadrateWarning);
|
|
this.smartGroupBox1.Controls.Add(this.buttonSave);
|
|
this.smartGroupBox1.Controls.Add(this.buttonBack);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitle);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineThickness = 1;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
|
this.smartGroupBox1.Image = null;
|
|
this.smartGroupBox1.InitVisible = true;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 5;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(1024, 768);
|
|
this.smartGroupBox1.TabIndex = 205;
|
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// groupBoxOption
|
|
//
|
|
this.groupBoxOption.BackPictureBox = this.smartForm1;
|
|
this.groupBoxOption.BackPictureBox1 = null;
|
|
this.groupBoxOption.Controls.Add(this.buttonPart11);
|
|
this.groupBoxOption.Controls.Add(this.smartLabel2);
|
|
this.groupBoxOption.Controls.Add(this.buttonDataStatistics);
|
|
this.groupBoxOption.Controls.Add(this.smartLabel1);
|
|
this.groupBoxOption.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
|
this.groupBoxOption.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.groupBoxOption.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.groupBoxOption.FrameLineThickness = 2;
|
|
this.groupBoxOption.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
|
this.groupBoxOption.Image = null;
|
|
this.groupBoxOption.InitVisible = true;
|
|
this.groupBoxOption.Location = new System.Drawing.Point(186, 204);
|
|
this.groupBoxOption.Name = "groupBoxOption";
|
|
this.groupBoxOption.RoundRadius = 10;
|
|
this.groupBoxOption.Size = new System.Drawing.Size(668, 182);
|
|
this.groupBoxOption.TabIndex = 210;
|
|
this.groupBoxOption.Text = "Option";
|
|
this.groupBoxOption.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// buttonPart11
|
|
//
|
|
this.buttonPart11.BackPictureBox = null;
|
|
this.buttonPart11.BackPictureBox1 = null;
|
|
this.buttonPart11.BackPictureBox2 = null;
|
|
this.buttonPart11.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonPart11.ButtonImageAutoSize = true;
|
|
this.buttonPart11.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonPart11.DisableImage = null;
|
|
this.buttonPart11.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11.DownImage")));
|
|
this.buttonPart11.GroupID = 0;
|
|
this.buttonPart11.InitVisible = true;
|
|
this.buttonPart11.Location = new System.Drawing.Point(339, 103);
|
|
this.buttonPart11.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonPart11.Name = "buttonPart11";
|
|
this.buttonPart11.NestedClickEventPrevent = false;
|
|
this.buttonPart11.OutlinePixel = 1;
|
|
this.buttonPart11.RepeatInterval = 200;
|
|
this.buttonPart11.RepeatIntervalAccelerate = null;
|
|
this.buttonPart11.SafeInterval = 200;
|
|
this.buttonPart11.Size = new System.Drawing.Size(84, 25);
|
|
this.buttonPart11.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonPart11.TabIndex = 208;
|
|
this.buttonPart11.TextColor = System.Drawing.Color.Black;
|
|
this.buttonPart11.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonPart11.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonPart11.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonPart11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonPart11.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11.UpImage")));
|
|
this.buttonPart11.Visible = false;
|
|
this.buttonPart11.Click += new System.EventHandler(this.buttonPart11_Click);
|
|
//
|
|
// smartLabel2
|
|
//
|
|
this.smartLabel2.BackPictureBox = this.smartForm1;
|
|
this.smartLabel2.BackPictureBox1 = null;
|
|
this.smartLabel2.BackPictureBox2 = null;
|
|
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel2.InitVisible = true;
|
|
this.smartLabel2.LineSpacing = 0F;
|
|
this.smartLabel2.Location = new System.Drawing.Point(133, 103);
|
|
this.smartLabel2.Name = "smartLabel2";
|
|
this.smartLabel2.Size = new System.Drawing.Size(200, 25);
|
|
this.smartLabel2.TabIndex = 207;
|
|
this.smartLabel2.Text = "TITLE 21 CFR PART 11";
|
|
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel2.Visible = false;
|
|
this.smartLabel2.Wordwrap = false;
|
|
//
|
|
// buttonDataStatistics
|
|
//
|
|
this.buttonDataStatistics.BackPictureBox = null;
|
|
this.buttonDataStatistics.BackPictureBox1 = null;
|
|
this.buttonDataStatistics.BackPictureBox2 = null;
|
|
this.buttonDataStatistics.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonDataStatistics.ButtonImageAutoSize = true;
|
|
this.buttonDataStatistics.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonDataStatistics.DisableImage = null;
|
|
this.buttonDataStatistics.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStatistics.DownImage")));
|
|
this.buttonDataStatistics.GroupID = 0;
|
|
this.buttonDataStatistics.InitVisible = true;
|
|
this.buttonDataStatistics.Location = new System.Drawing.Point(339, 72);
|
|
this.buttonDataStatistics.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonDataStatistics.Name = "buttonDataStatistics";
|
|
this.buttonDataStatistics.NestedClickEventPrevent = false;
|
|
this.buttonDataStatistics.OutlinePixel = 1;
|
|
this.buttonDataStatistics.RepeatInterval = 200;
|
|
this.buttonDataStatistics.RepeatIntervalAccelerate = null;
|
|
this.buttonDataStatistics.SafeInterval = 200;
|
|
this.buttonDataStatistics.Size = new System.Drawing.Size(84, 25);
|
|
this.buttonDataStatistics.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonDataStatistics.TabIndex = 206;
|
|
this.buttonDataStatistics.TextColor = System.Drawing.Color.Black;
|
|
this.buttonDataStatistics.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonDataStatistics.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonDataStatistics.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonDataStatistics.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonDataStatistics.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStatistics.UpImage")));
|
|
this.buttonDataStatistics.Click += new System.EventHandler(this.buttonDataStatistics_Click);
|
|
//
|
|
// 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("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel1.InitVisible = true;
|
|
this.smartLabel1.LineSpacing = 0F;
|
|
this.smartLabel1.Location = new System.Drawing.Point(133, 72);
|
|
this.smartLabel1.Name = "smartLabel1";
|
|
this.smartLabel1.Size = new System.Drawing.Size(200, 25);
|
|
this.smartLabel1.TabIndex = 205;
|
|
this.smartLabel1.Text = "Data Statistics";
|
|
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel1.Wordwrap = false;
|
|
//
|
|
// labelBuadrateWarning2
|
|
//
|
|
this.labelBuadrateWarning2.BackColor = System.Drawing.Color.Silver;
|
|
this.labelBuadrateWarning2.BackPictureBox = this.smartForm1;
|
|
this.labelBuadrateWarning2.BackPictureBox1 = null;
|
|
this.labelBuadrateWarning2.BackPictureBox2 = null;
|
|
this.labelBuadrateWarning2.BorderColor = System.Drawing.Color.Black;
|
|
this.labelBuadrateWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelBuadrateWarning2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelBuadrateWarning2.ForeColor = System.Drawing.Color.DarkRed;
|
|
this.labelBuadrateWarning2.InitVisible = true;
|
|
this.labelBuadrateWarning2.LineSpacing = 0F;
|
|
this.labelBuadrateWarning2.Location = new System.Drawing.Point(14, 723);
|
|
this.labelBuadrateWarning2.Name = "labelBuadrateWarning2";
|
|
this.labelBuadrateWarning2.Size = new System.Drawing.Size(811, 21);
|
|
this.labelBuadrateWarning2.TabIndex = 209;
|
|
this.labelBuadrateWarning2.Text = "※ 엔지니어 이외에 절대 변경하지 마십시오.";
|
|
this.labelBuadrateWarning2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelBuadrateWarning2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
this.labelBuadrateWarning2.Wordwrap = false;
|
|
//
|
|
// labelBuadrateWarning
|
|
//
|
|
this.labelBuadrateWarning.BackColor = System.Drawing.Color.Silver;
|
|
this.labelBuadrateWarning.BackPictureBox = this.smartForm1;
|
|
this.labelBuadrateWarning.BackPictureBox1 = null;
|
|
this.labelBuadrateWarning.BackPictureBox2 = null;
|
|
this.labelBuadrateWarning.BorderColor = System.Drawing.Color.Black;
|
|
this.labelBuadrateWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelBuadrateWarning.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelBuadrateWarning.ForeColor = System.Drawing.Color.DarkRed;
|
|
this.labelBuadrateWarning.InitVisible = true;
|
|
this.labelBuadrateWarning.LineSpacing = 0F;
|
|
this.labelBuadrateWarning.Location = new System.Drawing.Point(14, 702);
|
|
this.labelBuadrateWarning.Name = "labelBuadrateWarning";
|
|
this.labelBuadrateWarning.Size = new System.Drawing.Size(811, 23);
|
|
this.labelBuadrateWarning.TabIndex = 208;
|
|
this.labelBuadrateWarning.Text = "※ 설정 변경 후, 전원을 껐다 켜야 합니다";
|
|
this.labelBuadrateWarning.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelBuadrateWarning.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
this.labelBuadrateWarning.Wordwrap = false;
|
|
//
|
|
// buttonSave
|
|
//
|
|
this.buttonSave.BackPictureBox = null;
|
|
this.buttonSave.BackPictureBox1 = null;
|
|
this.buttonSave.BackPictureBox2 = null;
|
|
this.buttonSave.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonSave.ButtonImageAutoSize = true;
|
|
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonSave.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DisableImage")));
|
|
this.buttonSave.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DownImage")));
|
|
this.buttonSave.GroupID = 0;
|
|
this.buttonSave.InitVisible = true;
|
|
this.buttonSave.Location = new System.Drawing.Point(834, 666);
|
|
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonSave.Name = "buttonSave";
|
|
this.buttonSave.NestedClickEventPrevent = false;
|
|
this.buttonSave.OutlinePixel = 1;
|
|
this.buttonSave.RepeatInterval = 200;
|
|
this.buttonSave.RepeatIntervalAccelerate = null;
|
|
this.buttonSave.SafeInterval = 200;
|
|
this.buttonSave.Size = new System.Drawing.Size(84, 87);
|
|
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonSave.TabIndex = 207;
|
|
this.buttonSave.TextColor = System.Drawing.Color.Black;
|
|
this.buttonSave.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonSave.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonSave.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.UpImage")));
|
|
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
|
//
|
|
// FormOptionSetting
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.AutoScroll = true;
|
|
this.ClientSize = new System.Drawing.Size(1024, 768);
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.Name = "FormOptionSetting";
|
|
this.Text = "FormOptionSetting";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.groupBoxOption.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
private SmartX.SmartButton buttonBack;
|
|
private SmartX.SmartLabel labelTitle;
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private SmartX.SmartButton buttonDataStatistics;
|
|
private SmartX.SmartLabel smartLabel1;
|
|
private SmartX.SmartButton buttonSave;
|
|
private SmartX.SmartLabel labelBuadrateWarning2;
|
|
private SmartX.SmartLabel labelBuadrateWarning;
|
|
private SmartX.SmartGroupBox groupBoxOption;
|
|
private SmartX.SmartButton buttonPart11;
|
|
private SmartX.SmartLabel smartLabel2;
|
|
}
|
|
} |