1309 lines
76 KiB
C#
1309 lines
76 KiB
C#
namespace INT69DC_7C.Forms
|
|
{
|
|
partial class FormIOTest
|
|
{
|
|
/// <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(FormIOTest));
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.buttonBack = new SmartX.SmartButton();
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.buttonOutput16 = new SmartX.SmartButton();
|
|
this.buttonOutput1 = new SmartX.SmartButton();
|
|
this.buttonOutput8 = new SmartX.SmartButton();
|
|
this.buttonOutput12 = new SmartX.SmartButton();
|
|
this.buttonOutput15 = new SmartX.SmartButton();
|
|
this.buttonOutput7 = new SmartX.SmartButton();
|
|
this.buttonOutput4 = new SmartX.SmartButton();
|
|
this.buttonOutput11 = new SmartX.SmartButton();
|
|
this.buttonOutput14 = new SmartX.SmartButton();
|
|
this.buttonOutput3 = new SmartX.SmartButton();
|
|
this.buttonOutput6 = new SmartX.SmartButton();
|
|
this.buttonOutput10 = new SmartX.SmartButton();
|
|
this.buttonOutput13 = new SmartX.SmartButton();
|
|
this.buttonOutput2 = new SmartX.SmartButton();
|
|
this.buttonOutput5 = new SmartX.SmartButton();
|
|
this.buttonOutput9 = new SmartX.SmartButton();
|
|
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
|
this.labelInput9 = new System.Windows.Forms.Label();
|
|
this.labelInput10 = new System.Windows.Forms.Label();
|
|
this.labelInput11 = new System.Windows.Forms.Label();
|
|
this.labelInput12 = new System.Windows.Forms.Label();
|
|
this.labelInput16 = new System.Windows.Forms.Label();
|
|
this.labelInput13 = new System.Windows.Forms.Label();
|
|
this.labelInput15 = new System.Windows.Forms.Label();
|
|
this.labelInput14 = new System.Windows.Forms.Label();
|
|
this.labelInput1 = new System.Windows.Forms.Label();
|
|
this.labelInput2 = new System.Windows.Forms.Label();
|
|
this.labelInput3 = new System.Windows.Forms.Label();
|
|
this.labelInput4 = new System.Windows.Forms.Label();
|
|
this.labelInput8 = new System.Windows.Forms.Label();
|
|
this.labelInput5 = new System.Windows.Forms.Label();
|
|
this.labelInput7 = new System.Windows.Forms.Label();
|
|
this.labelInput6 = new System.Windows.Forms.Label();
|
|
this.labelInputName1 = new SmartX.SmartLabel();
|
|
this.labelInputName9 = new SmartX.SmartLabel();
|
|
this.labelInputName2 = new SmartX.SmartLabel();
|
|
this.labelInputName10 = new SmartX.SmartLabel();
|
|
this.labelInputName3 = new SmartX.SmartLabel();
|
|
this.labelInputName11 = new SmartX.SmartLabel();
|
|
this.labelInputName16 = new SmartX.SmartLabel();
|
|
this.labelInputName8 = new SmartX.SmartLabel();
|
|
this.labelInputName4 = new SmartX.SmartLabel();
|
|
this.labelInputName12 = new SmartX.SmartLabel();
|
|
this.labelInputName15 = new SmartX.SmartLabel();
|
|
this.labelInputName7 = new SmartX.SmartLabel();
|
|
this.labelInputName5 = new SmartX.SmartLabel();
|
|
this.labelInputName13 = new SmartX.SmartLabel();
|
|
this.labelInputName14 = new SmartX.SmartLabel();
|
|
this.labelInputName6 = new SmartX.SmartLabel();
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.smartGroupBox2.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 = 242;
|
|
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);
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackPictureBox = this.smartForm1;
|
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput16);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput1);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput8);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput12);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput15);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput7);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput4);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput11);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput14);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput3);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput6);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput10);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput13);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput2);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput5);
|
|
this.smartGroupBox1.Controls.Add(this.buttonOutput9);
|
|
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineThickness = 1;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
|
this.smartGroupBox1.Image = null;
|
|
this.smartGroupBox1.InitVisible = true;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(20, 93);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 0;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(490, 540);
|
|
this.smartGroupBox1.TabIndex = 243;
|
|
this.smartGroupBox1.Text = "OUTPUT";
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// buttonOutput16
|
|
//
|
|
this.buttonOutput16.BackPictureBox = null;
|
|
this.buttonOutput16.BackPictureBox1 = null;
|
|
this.buttonOutput16.BackPictureBox2 = null;
|
|
this.buttonOutput16.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput16.ButtonImageAutoSize = true;
|
|
this.buttonOutput16.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput16.DisableImage = null;
|
|
this.buttonOutput16.DownImage = null;
|
|
this.buttonOutput16.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput16.GroupID = 0;
|
|
this.buttonOutput16.InitVisible = true;
|
|
this.buttonOutput16.Location = new System.Drawing.Point(271, 437);
|
|
this.buttonOutput16.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput16.Name = "buttonOutput16";
|
|
this.buttonOutput16.NestedClickEventPrevent = false;
|
|
this.buttonOutput16.OutlinePixel = 1;
|
|
this.buttonOutput16.RepeatInterval = 200;
|
|
this.buttonOutput16.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput16.SafeInterval = 200;
|
|
this.buttonOutput16.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput16.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput16.TabIndex = 68;
|
|
this.buttonOutput16.Tag = "7716";
|
|
this.buttonOutput16.Text = "smartButton1";
|
|
this.buttonOutput16.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput16.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput16.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput16.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput16.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput16.UpImage = null;
|
|
this.buttonOutput16.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput1
|
|
//
|
|
this.buttonOutput1.BackPictureBox = null;
|
|
this.buttonOutput1.BackPictureBox1 = null;
|
|
this.buttonOutput1.BackPictureBox2 = null;
|
|
this.buttonOutput1.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput1.ButtonImageAutoSize = true;
|
|
this.buttonOutput1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput1.DisableImage = null;
|
|
this.buttonOutput1.DownImage = null;
|
|
this.buttonOutput1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput1.GroupID = 0;
|
|
this.buttonOutput1.InitVisible = true;
|
|
this.buttonOutput1.Location = new System.Drawing.Point(46, 45);
|
|
this.buttonOutput1.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput1.Name = "buttonOutput1";
|
|
this.buttonOutput1.NestedClickEventPrevent = false;
|
|
this.buttonOutput1.OutlinePixel = 1;
|
|
this.buttonOutput1.RepeatInterval = 200;
|
|
this.buttonOutput1.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput1.SafeInterval = 200;
|
|
this.buttonOutput1.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput1.TabIndex = 183;
|
|
this.buttonOutput1.Tag = "7701";
|
|
this.buttonOutput1.Text = "smartButton1";
|
|
this.buttonOutput1.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput1.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput1.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput1.UpImage = null;
|
|
this.buttonOutput1.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput8
|
|
//
|
|
this.buttonOutput8.BackPictureBox = null;
|
|
this.buttonOutput8.BackPictureBox1 = null;
|
|
this.buttonOutput8.BackPictureBox2 = null;
|
|
this.buttonOutput8.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput8.ButtonImageAutoSize = true;
|
|
this.buttonOutput8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput8.DisableImage = null;
|
|
this.buttonOutput8.DownImage = null;
|
|
this.buttonOutput8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput8.GroupID = 0;
|
|
this.buttonOutput8.InitVisible = true;
|
|
this.buttonOutput8.Location = new System.Drawing.Point(46, 437);
|
|
this.buttonOutput8.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput8.Name = "buttonOutput8";
|
|
this.buttonOutput8.NestedClickEventPrevent = false;
|
|
this.buttonOutput8.OutlinePixel = 1;
|
|
this.buttonOutput8.RepeatInterval = 200;
|
|
this.buttonOutput8.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput8.SafeInterval = 200;
|
|
this.buttonOutput8.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput8.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput8.TabIndex = 68;
|
|
this.buttonOutput8.Tag = "7708";
|
|
this.buttonOutput8.Text = "smartButton1";
|
|
this.buttonOutput8.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput8.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput8.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput8.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput8.UpImage = null;
|
|
this.buttonOutput8.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput12
|
|
//
|
|
this.buttonOutput12.BackPictureBox = null;
|
|
this.buttonOutput12.BackPictureBox1 = null;
|
|
this.buttonOutput12.BackPictureBox2 = null;
|
|
this.buttonOutput12.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput12.ButtonImageAutoSize = true;
|
|
this.buttonOutput12.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput12.DisableImage = null;
|
|
this.buttonOutput12.DownImage = null;
|
|
this.buttonOutput12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput12.GroupID = 0;
|
|
this.buttonOutput12.InitVisible = true;
|
|
this.buttonOutput12.Location = new System.Drawing.Point(271, 213);
|
|
this.buttonOutput12.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput12.Name = "buttonOutput12";
|
|
this.buttonOutput12.NestedClickEventPrevent = false;
|
|
this.buttonOutput12.OutlinePixel = 1;
|
|
this.buttonOutput12.RepeatInterval = 200;
|
|
this.buttonOutput12.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput12.SafeInterval = 200;
|
|
this.buttonOutput12.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput12.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput12.TabIndex = 186;
|
|
this.buttonOutput12.Tag = "7712";
|
|
this.buttonOutput12.Text = "smartButton1";
|
|
this.buttonOutput12.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput12.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput12.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput12.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput12.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput12.UpImage = null;
|
|
this.buttonOutput12.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput15
|
|
//
|
|
this.buttonOutput15.BackPictureBox = null;
|
|
this.buttonOutput15.BackPictureBox1 = null;
|
|
this.buttonOutput15.BackPictureBox2 = null;
|
|
this.buttonOutput15.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput15.ButtonImageAutoSize = true;
|
|
this.buttonOutput15.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput15.DisableImage = null;
|
|
this.buttonOutput15.DownImage = null;
|
|
this.buttonOutput15.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput15.GroupID = 0;
|
|
this.buttonOutput15.InitVisible = true;
|
|
this.buttonOutput15.Location = new System.Drawing.Point(271, 381);
|
|
this.buttonOutput15.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput15.Name = "buttonOutput15";
|
|
this.buttonOutput15.NestedClickEventPrevent = false;
|
|
this.buttonOutput15.OutlinePixel = 1;
|
|
this.buttonOutput15.RepeatInterval = 200;
|
|
this.buttonOutput15.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput15.SafeInterval = 200;
|
|
this.buttonOutput15.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput15.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput15.TabIndex = 68;
|
|
this.buttonOutput15.Tag = "7715";
|
|
this.buttonOutput15.Text = "smartButton1";
|
|
this.buttonOutput15.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput15.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput15.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput15.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput15.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput15.UpImage = null;
|
|
this.buttonOutput15.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput7
|
|
//
|
|
this.buttonOutput7.BackPictureBox = null;
|
|
this.buttonOutput7.BackPictureBox1 = null;
|
|
this.buttonOutput7.BackPictureBox2 = null;
|
|
this.buttonOutput7.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput7.ButtonImageAutoSize = true;
|
|
this.buttonOutput7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput7.DisableImage = null;
|
|
this.buttonOutput7.DownImage = null;
|
|
this.buttonOutput7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput7.GroupID = 0;
|
|
this.buttonOutput7.InitVisible = true;
|
|
this.buttonOutput7.Location = new System.Drawing.Point(46, 381);
|
|
this.buttonOutput7.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput7.Name = "buttonOutput7";
|
|
this.buttonOutput7.NestedClickEventPrevent = false;
|
|
this.buttonOutput7.OutlinePixel = 1;
|
|
this.buttonOutput7.RepeatInterval = 200;
|
|
this.buttonOutput7.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput7.SafeInterval = 200;
|
|
this.buttonOutput7.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput7.TabIndex = 68;
|
|
this.buttonOutput7.Tag = "7707";
|
|
this.buttonOutput7.Text = "smartButton1";
|
|
this.buttonOutput7.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput7.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput7.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput7.UpImage = null;
|
|
this.buttonOutput7.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput4
|
|
//
|
|
this.buttonOutput4.BackPictureBox = null;
|
|
this.buttonOutput4.BackPictureBox1 = null;
|
|
this.buttonOutput4.BackPictureBox2 = null;
|
|
this.buttonOutput4.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput4.ButtonImageAutoSize = true;
|
|
this.buttonOutput4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput4.DisableImage = null;
|
|
this.buttonOutput4.DownImage = null;
|
|
this.buttonOutput4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput4.GroupID = 0;
|
|
this.buttonOutput4.InitVisible = true;
|
|
this.buttonOutput4.Location = new System.Drawing.Point(46, 213);
|
|
this.buttonOutput4.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput4.Name = "buttonOutput4";
|
|
this.buttonOutput4.NestedClickEventPrevent = false;
|
|
this.buttonOutput4.OutlinePixel = 1;
|
|
this.buttonOutput4.RepeatInterval = 200;
|
|
this.buttonOutput4.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput4.SafeInterval = 200;
|
|
this.buttonOutput4.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput4.TabIndex = 185;
|
|
this.buttonOutput4.Tag = "7704";
|
|
this.buttonOutput4.Text = "smartButton1";
|
|
this.buttonOutput4.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput4.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput4.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput4.UpImage = null;
|
|
this.buttonOutput4.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput11
|
|
//
|
|
this.buttonOutput11.BackPictureBox = null;
|
|
this.buttonOutput11.BackPictureBox1 = null;
|
|
this.buttonOutput11.BackPictureBox2 = null;
|
|
this.buttonOutput11.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput11.ButtonImageAutoSize = true;
|
|
this.buttonOutput11.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput11.DisableImage = null;
|
|
this.buttonOutput11.DownImage = null;
|
|
this.buttonOutput11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput11.GroupID = 0;
|
|
this.buttonOutput11.InitVisible = true;
|
|
this.buttonOutput11.Location = new System.Drawing.Point(271, 157);
|
|
this.buttonOutput11.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput11.Name = "buttonOutput11";
|
|
this.buttonOutput11.NestedClickEventPrevent = false;
|
|
this.buttonOutput11.OutlinePixel = 1;
|
|
this.buttonOutput11.RepeatInterval = 200;
|
|
this.buttonOutput11.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput11.SafeInterval = 200;
|
|
this.buttonOutput11.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput11.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput11.TabIndex = 188;
|
|
this.buttonOutput11.Tag = "7711";
|
|
this.buttonOutput11.Text = "smartButton1";
|
|
this.buttonOutput11.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput11.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput11.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput11.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput11.UpImage = null;
|
|
this.buttonOutput11.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput14
|
|
//
|
|
this.buttonOutput14.BackPictureBox = null;
|
|
this.buttonOutput14.BackPictureBox1 = null;
|
|
this.buttonOutput14.BackPictureBox2 = null;
|
|
this.buttonOutput14.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput14.ButtonImageAutoSize = true;
|
|
this.buttonOutput14.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput14.DisableImage = null;
|
|
this.buttonOutput14.DownImage = null;
|
|
this.buttonOutput14.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput14.GroupID = 0;
|
|
this.buttonOutput14.InitVisible = true;
|
|
this.buttonOutput14.Location = new System.Drawing.Point(271, 325);
|
|
this.buttonOutput14.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput14.Name = "buttonOutput14";
|
|
this.buttonOutput14.NestedClickEventPrevent = false;
|
|
this.buttonOutput14.OutlinePixel = 1;
|
|
this.buttonOutput14.RepeatInterval = 200;
|
|
this.buttonOutput14.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput14.SafeInterval = 200;
|
|
this.buttonOutput14.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput14.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput14.TabIndex = 68;
|
|
this.buttonOutput14.Tag = "7714";
|
|
this.buttonOutput14.Text = "smartButton1";
|
|
this.buttonOutput14.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput14.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput14.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput14.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput14.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput14.UpImage = null;
|
|
this.buttonOutput14.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput3
|
|
//
|
|
this.buttonOutput3.BackPictureBox = null;
|
|
this.buttonOutput3.BackPictureBox1 = null;
|
|
this.buttonOutput3.BackPictureBox2 = null;
|
|
this.buttonOutput3.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput3.ButtonImageAutoSize = true;
|
|
this.buttonOutput3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput3.DisableImage = null;
|
|
this.buttonOutput3.DownImage = null;
|
|
this.buttonOutput3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput3.GroupID = 0;
|
|
this.buttonOutput3.InitVisible = true;
|
|
this.buttonOutput3.Location = new System.Drawing.Point(46, 157);
|
|
this.buttonOutput3.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput3.Name = "buttonOutput3";
|
|
this.buttonOutput3.NestedClickEventPrevent = false;
|
|
this.buttonOutput3.OutlinePixel = 1;
|
|
this.buttonOutput3.RepeatInterval = 200;
|
|
this.buttonOutput3.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput3.SafeInterval = 200;
|
|
this.buttonOutput3.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput3.TabIndex = 190;
|
|
this.buttonOutput3.Tag = "7703";
|
|
this.buttonOutput3.Text = "smartButton1";
|
|
this.buttonOutput3.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput3.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput3.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput3.UpImage = null;
|
|
this.buttonOutput3.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput6
|
|
//
|
|
this.buttonOutput6.BackPictureBox = null;
|
|
this.buttonOutput6.BackPictureBox1 = null;
|
|
this.buttonOutput6.BackPictureBox2 = null;
|
|
this.buttonOutput6.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput6.ButtonImageAutoSize = true;
|
|
this.buttonOutput6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput6.DisableImage = null;
|
|
this.buttonOutput6.DownImage = null;
|
|
this.buttonOutput6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput6.GroupID = 0;
|
|
this.buttonOutput6.InitVisible = true;
|
|
this.buttonOutput6.Location = new System.Drawing.Point(46, 325);
|
|
this.buttonOutput6.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput6.Name = "buttonOutput6";
|
|
this.buttonOutput6.NestedClickEventPrevent = false;
|
|
this.buttonOutput6.OutlinePixel = 1;
|
|
this.buttonOutput6.RepeatInterval = 200;
|
|
this.buttonOutput6.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput6.SafeInterval = 200;
|
|
this.buttonOutput6.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput6.TabIndex = 68;
|
|
this.buttonOutput6.Tag = "7706";
|
|
this.buttonOutput6.Text = "smartButton1";
|
|
this.buttonOutput6.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput6.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput6.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput6.UpImage = null;
|
|
this.buttonOutput6.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput10
|
|
//
|
|
this.buttonOutput10.BackPictureBox = null;
|
|
this.buttonOutput10.BackPictureBox1 = null;
|
|
this.buttonOutput10.BackPictureBox2 = null;
|
|
this.buttonOutput10.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput10.ButtonImageAutoSize = true;
|
|
this.buttonOutput10.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput10.DisableImage = null;
|
|
this.buttonOutput10.DownImage = null;
|
|
this.buttonOutput10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput10.GroupID = 0;
|
|
this.buttonOutput10.InitVisible = true;
|
|
this.buttonOutput10.Location = new System.Drawing.Point(271, 101);
|
|
this.buttonOutput10.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput10.Name = "buttonOutput10";
|
|
this.buttonOutput10.NestedClickEventPrevent = false;
|
|
this.buttonOutput10.OutlinePixel = 1;
|
|
this.buttonOutput10.RepeatInterval = 200;
|
|
this.buttonOutput10.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput10.SafeInterval = 200;
|
|
this.buttonOutput10.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput10.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput10.TabIndex = 184;
|
|
this.buttonOutput10.Tag = "7710";
|
|
this.buttonOutput10.Text = "smartButton1";
|
|
this.buttonOutput10.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput10.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput10.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput10.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput10.UpImage = null;
|
|
this.buttonOutput10.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput13
|
|
//
|
|
this.buttonOutput13.BackPictureBox = null;
|
|
this.buttonOutput13.BackPictureBox1 = null;
|
|
this.buttonOutput13.BackPictureBox2 = null;
|
|
this.buttonOutput13.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput13.ButtonImageAutoSize = true;
|
|
this.buttonOutput13.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput13.DisableImage = null;
|
|
this.buttonOutput13.DownImage = null;
|
|
this.buttonOutput13.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput13.GroupID = 0;
|
|
this.buttonOutput13.InitVisible = true;
|
|
this.buttonOutput13.Location = new System.Drawing.Point(271, 269);
|
|
this.buttonOutput13.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput13.Name = "buttonOutput13";
|
|
this.buttonOutput13.NestedClickEventPrevent = false;
|
|
this.buttonOutput13.OutlinePixel = 1;
|
|
this.buttonOutput13.RepeatInterval = 200;
|
|
this.buttonOutput13.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput13.SafeInterval = 200;
|
|
this.buttonOutput13.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput13.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput13.TabIndex = 68;
|
|
this.buttonOutput13.Tag = "7713";
|
|
this.buttonOutput13.Text = "smartButton1";
|
|
this.buttonOutput13.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput13.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput13.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput13.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput13.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput13.UpImage = null;
|
|
this.buttonOutput13.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput2
|
|
//
|
|
this.buttonOutput2.BackPictureBox = null;
|
|
this.buttonOutput2.BackPictureBox1 = null;
|
|
this.buttonOutput2.BackPictureBox2 = null;
|
|
this.buttonOutput2.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput2.ButtonImageAutoSize = true;
|
|
this.buttonOutput2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput2.DisableImage = null;
|
|
this.buttonOutput2.DownImage = null;
|
|
this.buttonOutput2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput2.GroupID = 0;
|
|
this.buttonOutput2.InitVisible = true;
|
|
this.buttonOutput2.Location = new System.Drawing.Point(46, 101);
|
|
this.buttonOutput2.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput2.Name = "buttonOutput2";
|
|
this.buttonOutput2.NestedClickEventPrevent = false;
|
|
this.buttonOutput2.OutlinePixel = 1;
|
|
this.buttonOutput2.RepeatInterval = 200;
|
|
this.buttonOutput2.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput2.SafeInterval = 200;
|
|
this.buttonOutput2.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput2.TabIndex = 187;
|
|
this.buttonOutput2.Tag = "7702";
|
|
this.buttonOutput2.Text = "smartButton1";
|
|
this.buttonOutput2.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput2.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput2.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput2.UpImage = null;
|
|
this.buttonOutput2.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput5
|
|
//
|
|
this.buttonOutput5.BackPictureBox = null;
|
|
this.buttonOutput5.BackPictureBox1 = null;
|
|
this.buttonOutput5.BackPictureBox2 = null;
|
|
this.buttonOutput5.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput5.ButtonImageAutoSize = true;
|
|
this.buttonOutput5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput5.DisableImage = null;
|
|
this.buttonOutput5.DownImage = null;
|
|
this.buttonOutput5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput5.GroupID = 0;
|
|
this.buttonOutput5.InitVisible = true;
|
|
this.buttonOutput5.Location = new System.Drawing.Point(46, 269);
|
|
this.buttonOutput5.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput5.Name = "buttonOutput5";
|
|
this.buttonOutput5.NestedClickEventPrevent = false;
|
|
this.buttonOutput5.OutlinePixel = 1;
|
|
this.buttonOutput5.RepeatInterval = 200;
|
|
this.buttonOutput5.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput5.SafeInterval = 200;
|
|
this.buttonOutput5.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput5.TabIndex = 68;
|
|
this.buttonOutput5.Tag = "7705";
|
|
this.buttonOutput5.Text = "smartButton1";
|
|
this.buttonOutput5.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput5.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput5.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput5.UpImage = null;
|
|
this.buttonOutput5.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// buttonOutput9
|
|
//
|
|
this.buttonOutput9.BackPictureBox = null;
|
|
this.buttonOutput9.BackPictureBox1 = null;
|
|
this.buttonOutput9.BackPictureBox2 = null;
|
|
this.buttonOutput9.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOutput9.ButtonImageAutoSize = true;
|
|
this.buttonOutput9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput9.DisableImage = null;
|
|
this.buttonOutput9.DownImage = null;
|
|
this.buttonOutput9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonOutput9.GroupID = 0;
|
|
this.buttonOutput9.InitVisible = true;
|
|
this.buttonOutput9.Location = new System.Drawing.Point(271, 45);
|
|
this.buttonOutput9.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonOutput9.Name = "buttonOutput9";
|
|
this.buttonOutput9.NestedClickEventPrevent = false;
|
|
this.buttonOutput9.OutlinePixel = 1;
|
|
this.buttonOutput9.RepeatInterval = 200;
|
|
this.buttonOutput9.RepeatIntervalAccelerate = null;
|
|
this.buttonOutput9.SafeInterval = 200;
|
|
this.buttonOutput9.Size = new System.Drawing.Size(170, 50);
|
|
this.buttonOutput9.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOutput9.TabIndex = 189;
|
|
this.buttonOutput9.Tag = "7709";
|
|
this.buttonOutput9.Text = "smartButton1";
|
|
this.buttonOutput9.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOutput9.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOutput9.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOutput9.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOutput9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOutput9.UpImage = null;
|
|
this.buttonOutput9.Click += new System.EventHandler(this.buttonOutput_Click);
|
|
//
|
|
// smartGroupBox2
|
|
//
|
|
this.smartGroupBox2.BackPictureBox = this.smartForm1;
|
|
this.smartGroupBox2.BackPictureBox1 = null;
|
|
this.smartGroupBox2.Controls.Add(this.labelInput9);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput10);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput11);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput12);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput16);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput13);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput15);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput14);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput1);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput2);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput3);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput4);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput8);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput5);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput7);
|
|
this.smartGroupBox2.Controls.Add(this.labelInput6);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName1);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName9);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName2);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName10);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName3);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName11);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName16);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName8);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName4);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName12);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName15);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName7);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName5);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName13);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName14);
|
|
this.smartGroupBox2.Controls.Add(this.labelInputName6);
|
|
this.smartGroupBox2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.smartGroupBox2.FrameLineThickness = 1;
|
|
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
|
this.smartGroupBox2.Image = null;
|
|
this.smartGroupBox2.InitVisible = true;
|
|
this.smartGroupBox2.Location = new System.Drawing.Point(516, 93);
|
|
this.smartGroupBox2.Name = "smartGroupBox2";
|
|
this.smartGroupBox2.RoundRadius = 0;
|
|
this.smartGroupBox2.Size = new System.Drawing.Size(490, 540);
|
|
this.smartGroupBox2.TabIndex = 244;
|
|
this.smartGroupBox2.Text = "INPUT";
|
|
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// labelInput9
|
|
//
|
|
this.labelInput9.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput9.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput9.Location = new System.Drawing.Point(268, 70);
|
|
this.labelInput9.Name = "labelInput9";
|
|
this.labelInput9.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput10
|
|
//
|
|
this.labelInput10.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput10.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput10.Location = new System.Drawing.Point(268, 101);
|
|
this.labelInput10.Name = "labelInput10";
|
|
this.labelInput10.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput11
|
|
//
|
|
this.labelInput11.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput11.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput11.Location = new System.Drawing.Point(268, 132);
|
|
this.labelInput11.Name = "labelInput11";
|
|
this.labelInput11.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput12
|
|
//
|
|
this.labelInput12.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput12.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput12.Location = new System.Drawing.Point(268, 163);
|
|
this.labelInput12.Name = "labelInput12";
|
|
this.labelInput12.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput16
|
|
//
|
|
this.labelInput16.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput16.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput16.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput16.Location = new System.Drawing.Point(268, 287);
|
|
this.labelInput16.Name = "labelInput16";
|
|
this.labelInput16.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput13
|
|
//
|
|
this.labelInput13.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput13.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput13.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput13.Location = new System.Drawing.Point(268, 194);
|
|
this.labelInput13.Name = "labelInput13";
|
|
this.labelInput13.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput15
|
|
//
|
|
this.labelInput15.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput15.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput15.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput15.Location = new System.Drawing.Point(268, 256);
|
|
this.labelInput15.Name = "labelInput15";
|
|
this.labelInput15.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput14
|
|
//
|
|
this.labelInput14.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput14.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput14.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput14.Location = new System.Drawing.Point(268, 225);
|
|
this.labelInput14.Name = "labelInput14";
|
|
this.labelInput14.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput1
|
|
//
|
|
this.labelInput1.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput1.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput1.Location = new System.Drawing.Point(92, 70);
|
|
this.labelInput1.Name = "labelInput1";
|
|
this.labelInput1.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput2
|
|
//
|
|
this.labelInput2.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput2.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput2.Location = new System.Drawing.Point(92, 101);
|
|
this.labelInput2.Name = "labelInput2";
|
|
this.labelInput2.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput3
|
|
//
|
|
this.labelInput3.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput3.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput3.Location = new System.Drawing.Point(92, 132);
|
|
this.labelInput3.Name = "labelInput3";
|
|
this.labelInput3.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput4
|
|
//
|
|
this.labelInput4.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput4.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput4.Location = new System.Drawing.Point(92, 163);
|
|
this.labelInput4.Name = "labelInput4";
|
|
this.labelInput4.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput8
|
|
//
|
|
this.labelInput8.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput8.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput8.Location = new System.Drawing.Point(92, 287);
|
|
this.labelInput8.Name = "labelInput8";
|
|
this.labelInput8.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput5
|
|
//
|
|
this.labelInput5.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput5.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput5.Location = new System.Drawing.Point(92, 194);
|
|
this.labelInput5.Name = "labelInput5";
|
|
this.labelInput5.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput7
|
|
//
|
|
this.labelInput7.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput7.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput7.Location = new System.Drawing.Point(92, 256);
|
|
this.labelInput7.Name = "labelInput7";
|
|
this.labelInput7.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInput6
|
|
//
|
|
this.labelInput6.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelInput6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInput6.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.labelInput6.Location = new System.Drawing.Point(92, 225);
|
|
this.labelInput6.Name = "labelInput6";
|
|
this.labelInput6.Size = new System.Drawing.Size(25, 25);
|
|
//
|
|
// labelInputName1
|
|
//
|
|
this.labelInputName1.BackPictureBox = this.smartForm1;
|
|
this.labelInputName1.BackPictureBox1 = null;
|
|
this.labelInputName1.BackPictureBox2 = null;
|
|
this.labelInputName1.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName1.InitVisible = true;
|
|
this.labelInputName1.LineSpacing = 0F;
|
|
this.labelInputName1.Location = new System.Drawing.Point(123, 70);
|
|
this.labelInputName1.Name = "labelInputName1";
|
|
this.labelInputName1.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName1.TabIndex = 168;
|
|
this.labelInputName1.Text = "INPUT_1";
|
|
this.labelInputName1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName1.Wordwrap = false;
|
|
//
|
|
// labelInputName9
|
|
//
|
|
this.labelInputName9.BackPictureBox = this.smartForm1;
|
|
this.labelInputName9.BackPictureBox1 = null;
|
|
this.labelInputName9.BackPictureBox2 = null;
|
|
this.labelInputName9.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName9.InitVisible = true;
|
|
this.labelInputName9.LineSpacing = 0F;
|
|
this.labelInputName9.Location = new System.Drawing.Point(299, 70);
|
|
this.labelInputName9.Name = "labelInputName9";
|
|
this.labelInputName9.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName9.TabIndex = 167;
|
|
this.labelInputName9.Text = "INPUT_1";
|
|
this.labelInputName9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName9.Wordwrap = false;
|
|
//
|
|
// labelInputName2
|
|
//
|
|
this.labelInputName2.BackPictureBox = this.smartForm1;
|
|
this.labelInputName2.BackPictureBox1 = null;
|
|
this.labelInputName2.BackPictureBox2 = null;
|
|
this.labelInputName2.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName2.InitVisible = true;
|
|
this.labelInputName2.LineSpacing = 0F;
|
|
this.labelInputName2.Location = new System.Drawing.Point(123, 101);
|
|
this.labelInputName2.Name = "labelInputName2";
|
|
this.labelInputName2.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName2.TabIndex = 170;
|
|
this.labelInputName2.Text = "INPUT_2";
|
|
this.labelInputName2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName2.Wordwrap = false;
|
|
//
|
|
// labelInputName10
|
|
//
|
|
this.labelInputName10.BackPictureBox = this.smartForm1;
|
|
this.labelInputName10.BackPictureBox1 = null;
|
|
this.labelInputName10.BackPictureBox2 = null;
|
|
this.labelInputName10.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName10.InitVisible = true;
|
|
this.labelInputName10.LineSpacing = 0F;
|
|
this.labelInputName10.Location = new System.Drawing.Point(299, 101);
|
|
this.labelInputName10.Name = "labelInputName10";
|
|
this.labelInputName10.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName10.TabIndex = 169;
|
|
this.labelInputName10.Text = "INPUT_2";
|
|
this.labelInputName10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName10.Wordwrap = false;
|
|
//
|
|
// labelInputName3
|
|
//
|
|
this.labelInputName3.BackPictureBox = this.smartForm1;
|
|
this.labelInputName3.BackPictureBox1 = null;
|
|
this.labelInputName3.BackPictureBox2 = null;
|
|
this.labelInputName3.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName3.InitVisible = true;
|
|
this.labelInputName3.LineSpacing = 0F;
|
|
this.labelInputName3.Location = new System.Drawing.Point(123, 132);
|
|
this.labelInputName3.Name = "labelInputName3";
|
|
this.labelInputName3.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName3.TabIndex = 171;
|
|
this.labelInputName3.Text = "INPUT_3";
|
|
this.labelInputName3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName3.Wordwrap = false;
|
|
//
|
|
// labelInputName11
|
|
//
|
|
this.labelInputName11.BackPictureBox = this.smartForm1;
|
|
this.labelInputName11.BackPictureBox1 = null;
|
|
this.labelInputName11.BackPictureBox2 = null;
|
|
this.labelInputName11.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName11.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName11.InitVisible = true;
|
|
this.labelInputName11.LineSpacing = 0F;
|
|
this.labelInputName11.Location = new System.Drawing.Point(299, 132);
|
|
this.labelInputName11.Name = "labelInputName11";
|
|
this.labelInputName11.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName11.TabIndex = 172;
|
|
this.labelInputName11.Text = "INPUT_3";
|
|
this.labelInputName11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName11.Wordwrap = false;
|
|
//
|
|
// labelInputName16
|
|
//
|
|
this.labelInputName16.BackPictureBox = this.smartForm1;
|
|
this.labelInputName16.BackPictureBox1 = null;
|
|
this.labelInputName16.BackPictureBox2 = null;
|
|
this.labelInputName16.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName16.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName16.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName16.InitVisible = true;
|
|
this.labelInputName16.LineSpacing = 0F;
|
|
this.labelInputName16.Location = new System.Drawing.Point(299, 287);
|
|
this.labelInputName16.Name = "labelInputName16";
|
|
this.labelInputName16.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName16.TabIndex = 182;
|
|
this.labelInputName16.Text = "INPUT_8";
|
|
this.labelInputName16.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName16.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName16.Wordwrap = false;
|
|
//
|
|
// labelInputName8
|
|
//
|
|
this.labelInputName8.BackPictureBox = this.smartForm1;
|
|
this.labelInputName8.BackPictureBox1 = null;
|
|
this.labelInputName8.BackPictureBox2 = null;
|
|
this.labelInputName8.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName8.InitVisible = true;
|
|
this.labelInputName8.LineSpacing = 0F;
|
|
this.labelInputName8.Location = new System.Drawing.Point(123, 287);
|
|
this.labelInputName8.Name = "labelInputName8";
|
|
this.labelInputName8.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName8.TabIndex = 181;
|
|
this.labelInputName8.Text = "INPUT_8";
|
|
this.labelInputName8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName8.Wordwrap = false;
|
|
//
|
|
// labelInputName4
|
|
//
|
|
this.labelInputName4.BackPictureBox = this.smartForm1;
|
|
this.labelInputName4.BackPictureBox1 = null;
|
|
this.labelInputName4.BackPictureBox2 = null;
|
|
this.labelInputName4.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName4.InitVisible = true;
|
|
this.labelInputName4.LineSpacing = 0F;
|
|
this.labelInputName4.Location = new System.Drawing.Point(123, 163);
|
|
this.labelInputName4.Name = "labelInputName4";
|
|
this.labelInputName4.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName4.TabIndex = 174;
|
|
this.labelInputName4.Text = "INPUT_4";
|
|
this.labelInputName4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName4.Wordwrap = false;
|
|
//
|
|
// labelInputName12
|
|
//
|
|
this.labelInputName12.BackPictureBox = this.smartForm1;
|
|
this.labelInputName12.BackPictureBox1 = null;
|
|
this.labelInputName12.BackPictureBox2 = null;
|
|
this.labelInputName12.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName12.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName12.InitVisible = true;
|
|
this.labelInputName12.LineSpacing = 0F;
|
|
this.labelInputName12.Location = new System.Drawing.Point(299, 163);
|
|
this.labelInputName12.Name = "labelInputName12";
|
|
this.labelInputName12.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName12.TabIndex = 173;
|
|
this.labelInputName12.Text = "INPUT_4";
|
|
this.labelInputName12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName12.Wordwrap = false;
|
|
//
|
|
// labelInputName15
|
|
//
|
|
this.labelInputName15.BackPictureBox = this.smartForm1;
|
|
this.labelInputName15.BackPictureBox1 = null;
|
|
this.labelInputName15.BackPictureBox2 = null;
|
|
this.labelInputName15.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName15.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName15.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName15.InitVisible = true;
|
|
this.labelInputName15.LineSpacing = 0F;
|
|
this.labelInputName15.Location = new System.Drawing.Point(299, 256);
|
|
this.labelInputName15.Name = "labelInputName15";
|
|
this.labelInputName15.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName15.TabIndex = 179;
|
|
this.labelInputName15.Text = "INPUT_7";
|
|
this.labelInputName15.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName15.Wordwrap = false;
|
|
//
|
|
// labelInputName7
|
|
//
|
|
this.labelInputName7.BackPictureBox = this.smartForm1;
|
|
this.labelInputName7.BackPictureBox1 = null;
|
|
this.labelInputName7.BackPictureBox2 = null;
|
|
this.labelInputName7.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName7.InitVisible = true;
|
|
this.labelInputName7.LineSpacing = 0F;
|
|
this.labelInputName7.Location = new System.Drawing.Point(123, 256);
|
|
this.labelInputName7.Name = "labelInputName7";
|
|
this.labelInputName7.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName7.TabIndex = 180;
|
|
this.labelInputName7.Text = "INPUT_7";
|
|
this.labelInputName7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName7.Wordwrap = false;
|
|
//
|
|
// labelInputName5
|
|
//
|
|
this.labelInputName5.BackPictureBox = this.smartForm1;
|
|
this.labelInputName5.BackPictureBox1 = null;
|
|
this.labelInputName5.BackPictureBox2 = null;
|
|
this.labelInputName5.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName5.InitVisible = true;
|
|
this.labelInputName5.LineSpacing = 0F;
|
|
this.labelInputName5.Location = new System.Drawing.Point(123, 194);
|
|
this.labelInputName5.Name = "labelInputName5";
|
|
this.labelInputName5.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName5.TabIndex = 175;
|
|
this.labelInputName5.Text = "INPUT_5";
|
|
this.labelInputName5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName5.Wordwrap = false;
|
|
//
|
|
// labelInputName13
|
|
//
|
|
this.labelInputName13.BackPictureBox = this.smartForm1;
|
|
this.labelInputName13.BackPictureBox1 = null;
|
|
this.labelInputName13.BackPictureBox2 = null;
|
|
this.labelInputName13.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName13.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName13.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName13.InitVisible = true;
|
|
this.labelInputName13.LineSpacing = 0F;
|
|
this.labelInputName13.Location = new System.Drawing.Point(299, 194);
|
|
this.labelInputName13.Name = "labelInputName13";
|
|
this.labelInputName13.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName13.TabIndex = 176;
|
|
this.labelInputName13.Text = "INPUT_5";
|
|
this.labelInputName13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName13.Wordwrap = false;
|
|
//
|
|
// labelInputName14
|
|
//
|
|
this.labelInputName14.BackPictureBox = this.smartForm1;
|
|
this.labelInputName14.BackPictureBox1 = null;
|
|
this.labelInputName14.BackPictureBox2 = null;
|
|
this.labelInputName14.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName14.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName14.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName14.InitVisible = true;
|
|
this.labelInputName14.LineSpacing = 0F;
|
|
this.labelInputName14.Location = new System.Drawing.Point(299, 225);
|
|
this.labelInputName14.Name = "labelInputName14";
|
|
this.labelInputName14.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName14.TabIndex = 178;
|
|
this.labelInputName14.Text = "INPUT_6";
|
|
this.labelInputName14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName14.Wordwrap = false;
|
|
//
|
|
// labelInputName6
|
|
//
|
|
this.labelInputName6.BackPictureBox = this.smartForm1;
|
|
this.labelInputName6.BackPictureBox1 = null;
|
|
this.labelInputName6.BackPictureBox2 = null;
|
|
this.labelInputName6.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInputName6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInputName6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelInputName6.InitVisible = true;
|
|
this.labelInputName6.LineSpacing = 0F;
|
|
this.labelInputName6.Location = new System.Drawing.Point(123, 225);
|
|
this.labelInputName6.Name = "labelInputName6";
|
|
this.labelInputName6.Size = new System.Drawing.Size(80, 25);
|
|
this.labelInputName6.TabIndex = 177;
|
|
this.labelInputName6.Text = "INPUT_6";
|
|
this.labelInputName6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelInputName6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInputName6.Wordwrap = false;
|
|
//
|
|
// 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 = 246;
|
|
this.labelTitle.Text = "I/O 테스트";
|
|
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle.Wordwrap = false;
|
|
//
|
|
// FormIOTest
|
|
//
|
|
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.labelTitle);
|
|
this.Controls.Add(this.smartGroupBox2);
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Controls.Add(this.buttonBack);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.Name = "FormIOTest";
|
|
this.Text = "FormIOTest";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.smartGroupBox2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
private SmartX.SmartButton buttonBack;
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private SmartX.SmartButton buttonOutput16;
|
|
private SmartX.SmartButton buttonOutput1;
|
|
private SmartX.SmartButton buttonOutput8;
|
|
private SmartX.SmartButton buttonOutput12;
|
|
private SmartX.SmartButton buttonOutput15;
|
|
private SmartX.SmartButton buttonOutput7;
|
|
private SmartX.SmartButton buttonOutput4;
|
|
private SmartX.SmartButton buttonOutput11;
|
|
private SmartX.SmartButton buttonOutput14;
|
|
private SmartX.SmartButton buttonOutput3;
|
|
private SmartX.SmartButton buttonOutput6;
|
|
private SmartX.SmartButton buttonOutput10;
|
|
private SmartX.SmartButton buttonOutput13;
|
|
private SmartX.SmartButton buttonOutput2;
|
|
private SmartX.SmartButton buttonOutput5;
|
|
private SmartX.SmartButton buttonOutput9;
|
|
private SmartX.SmartGroupBox smartGroupBox2;
|
|
private System.Windows.Forms.Label labelInput9;
|
|
private System.Windows.Forms.Label labelInput10;
|
|
private System.Windows.Forms.Label labelInput11;
|
|
private System.Windows.Forms.Label labelInput12;
|
|
private System.Windows.Forms.Label labelInput16;
|
|
private System.Windows.Forms.Label labelInput13;
|
|
private System.Windows.Forms.Label labelInput15;
|
|
private System.Windows.Forms.Label labelInput14;
|
|
private System.Windows.Forms.Label labelInput1;
|
|
private System.Windows.Forms.Label labelInput2;
|
|
private System.Windows.Forms.Label labelInput3;
|
|
private System.Windows.Forms.Label labelInput4;
|
|
private System.Windows.Forms.Label labelInput8;
|
|
private System.Windows.Forms.Label labelInput5;
|
|
private System.Windows.Forms.Label labelInput7;
|
|
private System.Windows.Forms.Label labelInput6;
|
|
private SmartX.SmartLabel labelInputName1;
|
|
private SmartX.SmartLabel labelInputName9;
|
|
private SmartX.SmartLabel labelInputName2;
|
|
private SmartX.SmartLabel labelInputName10;
|
|
private SmartX.SmartLabel labelInputName3;
|
|
private SmartX.SmartLabel labelInputName11;
|
|
private SmartX.SmartLabel labelInputName16;
|
|
private SmartX.SmartLabel labelInputName8;
|
|
private SmartX.SmartLabel labelInputName4;
|
|
private SmartX.SmartLabel labelInputName12;
|
|
private SmartX.SmartLabel labelInputName15;
|
|
private SmartX.SmartLabel labelInputName7;
|
|
private SmartX.SmartLabel labelInputName5;
|
|
private SmartX.SmartLabel labelInputName13;
|
|
private SmartX.SmartLabel labelInputName14;
|
|
private SmartX.SmartLabel labelInputName6;
|
|
private SmartX.SmartLabel labelTitle;
|
|
}
|
|
} |