304 lines
17 KiB
C#
304 lines
17 KiB
C#
namespace INT63DC_6CH.Forms
|
|
{
|
|
partial class FormEquipmentTest
|
|
{
|
|
/// <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(FormEquipmentTest));
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.pictureBoxStart = new System.Windows.Forms.PictureBox();
|
|
this.pictureBoxStop = new System.Windows.Forms.PictureBox();
|
|
this.buttonBack = new SmartX.SmartButton();
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
this.labelStaticCOM3CommLog = new SmartX.SmartLabel();
|
|
this.buttonCOM3LogClose = new System.Windows.Forms.Button();
|
|
this.buttonCOM3LogOpen = new System.Windows.Forms.Button();
|
|
this.labelStaticCommLog = new SmartX.SmartLabel();
|
|
this.buttonLogClose = new System.Windows.Forms.Button();
|
|
this.buttonLogOpen = new System.Windows.Forms.Button();
|
|
this.buttonDisplay = new SmartX.SmartButton();
|
|
this.checkBoxCutView = new SmartX.SmartCheckBox();
|
|
((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.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;
|
|
//
|
|
// pictureBoxStart
|
|
//
|
|
this.pictureBoxStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStart.Image")));
|
|
this.pictureBoxStart.Location = new System.Drawing.Point(947, 14);
|
|
this.pictureBoxStart.Name = "pictureBoxStart";
|
|
this.pictureBoxStart.Size = new System.Drawing.Size(49, 49);
|
|
this.pictureBoxStart.Click += new System.EventHandler(this.pictureBoxStart_Click);
|
|
//
|
|
// pictureBoxStop
|
|
//
|
|
this.pictureBoxStop.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStop.Image")));
|
|
this.pictureBoxStop.Location = new System.Drawing.Point(947, 14);
|
|
this.pictureBoxStop.Name = "pictureBoxStop";
|
|
this.pictureBoxStop.Size = new System.Drawing.Size(49, 49);
|
|
this.pictureBoxStop.Click += new System.EventHandler(this.pictureBoxStop_Click);
|
|
//
|
|
// 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 = 165;
|
|
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("New Gulim", 35F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle.InitVisible = true;
|
|
this.labelTitle.LineSpacing = 0F;
|
|
this.labelTitle.Location = new System.Drawing.Point(139, 7);
|
|
this.labelTitle.Name = "labelTitle";
|
|
this.labelTitle.Size = new System.Drawing.Size(726, 60);
|
|
this.labelTitle.TabIndex = 174;
|
|
this.labelTitle.Text = "장 비 테 스 트";
|
|
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle.Wordwrap = false;
|
|
//
|
|
// labelStaticCOM3CommLog
|
|
//
|
|
this.labelStaticCOM3CommLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
|
|
this.labelStaticCOM3CommLog.BackPictureBox = null;
|
|
this.labelStaticCOM3CommLog.BackPictureBox1 = null;
|
|
this.labelStaticCOM3CommLog.BackPictureBox2 = null;
|
|
this.labelStaticCOM3CommLog.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticCOM3CommLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticCOM3CommLog.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelStaticCOM3CommLog.InitVisible = true;
|
|
this.labelStaticCOM3CommLog.LineSpacing = 0F;
|
|
this.labelStaticCOM3CommLog.Location = new System.Drawing.Point(315, 219);
|
|
this.labelStaticCOM3CommLog.Name = "labelStaticCOM3CommLog";
|
|
this.labelStaticCOM3CommLog.Size = new System.Drawing.Size(224, 30);
|
|
this.labelStaticCOM3CommLog.TabIndex = 445;
|
|
this.labelStaticCOM3CommLog.Text = "COM3 Communication log";
|
|
this.labelStaticCOM3CommLog.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelStaticCOM3CommLog.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticCOM3CommLog.Wordwrap = false;
|
|
//
|
|
// buttonCOM3LogClose
|
|
//
|
|
this.buttonCOM3LogClose.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonCOM3LogClose.Location = new System.Drawing.Point(651, 219);
|
|
this.buttonCOM3LogClose.Name = "buttonCOM3LogClose";
|
|
this.buttonCOM3LogClose.Size = new System.Drawing.Size(100, 30);
|
|
this.buttonCOM3LogClose.TabIndex = 444;
|
|
this.buttonCOM3LogClose.Text = "Close";
|
|
this.buttonCOM3LogClose.Click += new System.EventHandler(this.buttonCOM3LogClose_Click);
|
|
//
|
|
// buttonCOM3LogOpen
|
|
//
|
|
this.buttonCOM3LogOpen.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonCOM3LogOpen.Location = new System.Drawing.Point(545, 219);
|
|
this.buttonCOM3LogOpen.Name = "buttonCOM3LogOpen";
|
|
this.buttonCOM3LogOpen.Size = new System.Drawing.Size(100, 30);
|
|
this.buttonCOM3LogOpen.TabIndex = 443;
|
|
this.buttonCOM3LogOpen.Text = "Open";
|
|
this.buttonCOM3LogOpen.Click += new System.EventHandler(this.buttonCOM3LogOpen_Click);
|
|
//
|
|
// labelStaticCommLog
|
|
//
|
|
this.labelStaticCommLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
|
|
this.labelStaticCommLog.BackPictureBox = null;
|
|
this.labelStaticCommLog.BackPictureBox1 = null;
|
|
this.labelStaticCommLog.BackPictureBox2 = null;
|
|
this.labelStaticCommLog.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticCommLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticCommLog.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelStaticCommLog.InitVisible = true;
|
|
this.labelStaticCommLog.LineSpacing = 0F;
|
|
this.labelStaticCommLog.Location = new System.Drawing.Point(315, 183);
|
|
this.labelStaticCommLog.Name = "labelStaticCommLog";
|
|
this.labelStaticCommLog.Size = new System.Drawing.Size(224, 30);
|
|
this.labelStaticCommLog.TabIndex = 442;
|
|
this.labelStaticCommLog.Text = "Communication log";
|
|
this.labelStaticCommLog.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelStaticCommLog.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticCommLog.Wordwrap = false;
|
|
//
|
|
// buttonLogClose
|
|
//
|
|
this.buttonLogClose.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonLogClose.Location = new System.Drawing.Point(651, 183);
|
|
this.buttonLogClose.Name = "buttonLogClose";
|
|
this.buttonLogClose.Size = new System.Drawing.Size(100, 30);
|
|
this.buttonLogClose.TabIndex = 441;
|
|
this.buttonLogClose.Text = "Close";
|
|
this.buttonLogClose.Click += new System.EventHandler(this.buttonLogClose_Click);
|
|
//
|
|
// buttonLogOpen
|
|
//
|
|
this.buttonLogOpen.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonLogOpen.Location = new System.Drawing.Point(545, 183);
|
|
this.buttonLogOpen.Name = "buttonLogOpen";
|
|
this.buttonLogOpen.Size = new System.Drawing.Size(100, 30);
|
|
this.buttonLogOpen.TabIndex = 440;
|
|
this.buttonLogOpen.Text = "Open";
|
|
this.buttonLogOpen.Click += new System.EventHandler(this.buttonLogOpen_Click);
|
|
//
|
|
// buttonDisplay
|
|
//
|
|
this.buttonDisplay.BackPictureBox = null;
|
|
this.buttonDisplay.BackPictureBox1 = null;
|
|
this.buttonDisplay.BackPictureBox2 = null;
|
|
this.buttonDisplay.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonDisplay.ButtonImageAutoSize = true;
|
|
this.buttonDisplay.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonDisplay.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonDisplay.DisableImage")));
|
|
this.buttonDisplay.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDisplay.DownImage")));
|
|
this.buttonDisplay.GroupID = 0;
|
|
this.buttonDisplay.InitVisible = true;
|
|
this.buttonDisplay.Location = new System.Drawing.Point(805, 666);
|
|
this.buttonDisplay.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonDisplay.Name = "buttonDisplay";
|
|
this.buttonDisplay.NestedClickEventPrevent = false;
|
|
this.buttonDisplay.OutlinePixel = 1;
|
|
this.buttonDisplay.RepeatInterval = 200;
|
|
this.buttonDisplay.RepeatIntervalAccelerate = null;
|
|
this.buttonDisplay.SafeInterval = 200;
|
|
this.buttonDisplay.Size = new System.Drawing.Size(84, 87);
|
|
this.buttonDisplay.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonDisplay.TabIndex = 456;
|
|
this.buttonDisplay.TextColor = System.Drawing.Color.Black;
|
|
this.buttonDisplay.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonDisplay.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonDisplay.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonDisplay.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonDisplay.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDisplay.UpImage")));
|
|
this.buttonDisplay.Click += new System.EventHandler(this.buttonDisplay_Click);
|
|
//
|
|
// checkBoxCutView
|
|
//
|
|
this.checkBoxCutView.BackPictureBox = this.smartForm1;
|
|
this.checkBoxCutView.BackPictureBox1 = null;
|
|
this.checkBoxCutView.BackPictureBox2 = null;
|
|
this.checkBoxCutView.CheckBoxBackColor = System.Drawing.Color.White;
|
|
this.checkBoxCutView.CheckBoxCheckColor = System.Drawing.Color.Green;
|
|
this.checkBoxCutView.CheckBoxForeColor = System.Drawing.Color.Black;
|
|
this.checkBoxCutView.CheckBoxSymbolSize = 14;
|
|
this.checkBoxCutView.Checked = false;
|
|
this.checkBoxCutView.CheckLineWidth = 3;
|
|
this.checkBoxCutView.ImageCheckBox = null;
|
|
this.checkBoxCutView.ImageUnCheckBox = null;
|
|
this.checkBoxCutView.InitVisible = true;
|
|
this.checkBoxCutView.Location = new System.Drawing.Point(545, 291);
|
|
this.checkBoxCutView.Name = "checkBoxCutView";
|
|
this.checkBoxCutView.Size = new System.Drawing.Size(206, 30);
|
|
this.checkBoxCutView.TabIndex = 463;
|
|
this.checkBoxCutView.Text = "[CUT] 메인화면 표시";
|
|
this.checkBoxCutView.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
this.checkBoxCutView.Click += new System.EventHandler(this.checkBoxCutView_Click);
|
|
//
|
|
// FormEquipmentTest
|
|
//
|
|
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.checkBoxCutView);
|
|
this.Controls.Add(this.buttonDisplay);
|
|
this.Controls.Add(this.labelStaticCOM3CommLog);
|
|
this.Controls.Add(this.buttonCOM3LogClose);
|
|
this.Controls.Add(this.buttonCOM3LogOpen);
|
|
this.Controls.Add(this.labelStaticCommLog);
|
|
this.Controls.Add(this.buttonLogClose);
|
|
this.Controls.Add(this.buttonLogOpen);
|
|
this.Controls.Add(this.pictureBoxStart);
|
|
this.Controls.Add(this.labelTitle);
|
|
this.Controls.Add(this.buttonBack);
|
|
this.Controls.Add(this.pictureBoxStop);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.Name = "FormEquipmentTest";
|
|
this.Text = "FormEquipmentTest";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
private System.Windows.Forms.PictureBox pictureBoxStart;
|
|
private System.Windows.Forms.PictureBox pictureBoxStop;
|
|
private SmartX.SmartButton buttonBack;
|
|
private SmartX.SmartLabel labelTitle;
|
|
private SmartX.SmartLabel labelStaticCOM3CommLog;
|
|
private System.Windows.Forms.Button buttonCOM3LogClose;
|
|
private System.Windows.Forms.Button buttonCOM3LogOpen;
|
|
private SmartX.SmartLabel labelStaticCommLog;
|
|
private System.Windows.Forms.Button buttonLogClose;
|
|
private System.Windows.Forms.Button buttonLogOpen;
|
|
private SmartX.SmartButton buttonDisplay;
|
|
private SmartX.SmartCheckBox checkBoxCutView;
|
|
}
|
|
} |