201 lines
12 KiB
C#
201 lines
12 KiB
C#
namespace ITC81DB_2.Controls
|
|
{
|
|
partial class ControlCenterEquipEngineer
|
|
{
|
|
/// <summary>
|
|
/// 필수 디자이너 변수입니다.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 사용 중인 모든 리소스를 정리합니다.
|
|
/// </summary>
|
|
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 구성 요소 디자이너에서 생성한 코드
|
|
|
|
/// <summary>
|
|
/// 디자이너 지원에 필요한 메서드입니다.
|
|
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterEquipEngineer));
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.comboBoxEquipmentType = new System.Windows.Forms.ComboBox();
|
|
this.buttonCapture = new SmartX.SmartButton();
|
|
this.labelTitleCommunicationLog = new SmartX.SmartLabel();
|
|
this.buttonCommunicationLog = new SmartX.SmartButton();
|
|
this.labelTitleEquipmentType = new SmartX.SmartLabel();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
|
this.smartGroupBox1.BackPictureBox = null;
|
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|
this.smartGroupBox1.Controls.Add(this.comboBoxEquipmentType);
|
|
this.smartGroupBox1.Controls.Add(this.buttonCapture);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleCommunicationLog);
|
|
this.smartGroupBox1.Controls.Add(this.buttonCommunicationLog);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleEquipmentType);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineThickness = 2;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
|
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
|
|
this.smartGroupBox1.InitVisible = true;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 10;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(710, 470);
|
|
this.smartGroupBox1.TabIndex = 3;
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// comboBoxEquipmentType
|
|
//
|
|
this.comboBoxEquipmentType.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
|
this.comboBoxEquipmentType.Location = new System.Drawing.Point(401, 50);
|
|
this.comboBoxEquipmentType.Name = "comboBoxEquipmentType";
|
|
this.comboBoxEquipmentType.Size = new System.Drawing.Size(180, 28);
|
|
this.comboBoxEquipmentType.TabIndex = 190;
|
|
this.comboBoxEquipmentType.SelectedIndexChanged += new System.EventHandler(this.comboBoxEquipmentType_SelectedIndexChanged);
|
|
//
|
|
// buttonCapture
|
|
//
|
|
this.buttonCapture.BackPictureBox = null;
|
|
this.buttonCapture.BackPictureBox1 = null;
|
|
this.buttonCapture.BackPictureBox2 = null;
|
|
this.buttonCapture.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonCapture.ButtonImageAutoSize = true;
|
|
this.buttonCapture.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonCapture.DisableImage = null;
|
|
this.buttonCapture.DownImage = null;
|
|
this.buttonCapture.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonCapture.GroupID = 0;
|
|
this.buttonCapture.InitVisible = true;
|
|
this.buttonCapture.Location = new System.Drawing.Point(393, 435);
|
|
this.buttonCapture.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonCapture.Name = "buttonCapture";
|
|
this.buttonCapture.NestedClickEventPrevent = false;
|
|
this.buttonCapture.OutlinePixel = 1;
|
|
this.buttonCapture.RepeatInterval = 200;
|
|
this.buttonCapture.RepeatIntervalAccelerate = null;
|
|
this.buttonCapture.SafeInterval = 200;
|
|
this.buttonCapture.Size = new System.Drawing.Size(88, 28);
|
|
this.buttonCapture.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonCapture.TabIndex = 189;
|
|
this.buttonCapture.Text = "Capture";
|
|
this.buttonCapture.TextColor = System.Drawing.Color.Black;
|
|
this.buttonCapture.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonCapture.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonCapture.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonCapture.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonCapture.UpImage = null;
|
|
this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
|
|
//
|
|
// labelTitleCommunicationLog
|
|
//
|
|
this.labelTitleCommunicationLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelTitleCommunicationLog.BackPictureBox = null;
|
|
this.labelTitleCommunicationLog.BackPictureBox1 = null;
|
|
this.labelTitleCommunicationLog.BackPictureBox2 = null;
|
|
this.labelTitleCommunicationLog.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitleCommunicationLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleCommunicationLog.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleCommunicationLog.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleCommunicationLog.InitVisible = true;
|
|
this.labelTitleCommunicationLog.LineSpacing = 0F;
|
|
this.labelTitleCommunicationLog.Location = new System.Drawing.Point(519, 435);
|
|
this.labelTitleCommunicationLog.Name = "labelTitleCommunicationLog";
|
|
this.labelTitleCommunicationLog.Size = new System.Drawing.Size(100, 30);
|
|
this.labelTitleCommunicationLog.TabIndex = 152;
|
|
this.labelTitleCommunicationLog.Text = "통신로그";
|
|
this.labelTitleCommunicationLog.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelTitleCommunicationLog.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleCommunicationLog.Wordwrap = false;
|
|
//
|
|
// buttonCommunicationLog
|
|
//
|
|
this.buttonCommunicationLog.BackPictureBox = null;
|
|
this.buttonCommunicationLog.BackPictureBox1 = null;
|
|
this.buttonCommunicationLog.BackPictureBox2 = null;
|
|
this.buttonCommunicationLog.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonCommunicationLog.ButtonImageAutoSize = true;
|
|
this.buttonCommunicationLog.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonCommunicationLog.DisableImage = null;
|
|
this.buttonCommunicationLog.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunicationLog.DownImage")));
|
|
this.buttonCommunicationLog.GroupID = 0;
|
|
this.buttonCommunicationLog.InitVisible = true;
|
|
this.buttonCommunicationLog.Location = new System.Drawing.Point(625, 435);
|
|
this.buttonCommunicationLog.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonCommunicationLog.Name = "buttonCommunicationLog";
|
|
this.buttonCommunicationLog.NestedClickEventPrevent = false;
|
|
this.buttonCommunicationLog.OutlinePixel = 1;
|
|
this.buttonCommunicationLog.RepeatInterval = 200;
|
|
this.buttonCommunicationLog.RepeatIntervalAccelerate = null;
|
|
this.buttonCommunicationLog.SafeInterval = 200;
|
|
this.buttonCommunicationLog.Size = new System.Drawing.Size(80, 28);
|
|
this.buttonCommunicationLog.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonCommunicationLog.TabIndex = 151;
|
|
this.buttonCommunicationLog.TextColor = System.Drawing.Color.Black;
|
|
this.buttonCommunicationLog.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonCommunicationLog.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonCommunicationLog.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonCommunicationLog.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonCommunicationLog.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunicationLog.UpImage")));
|
|
this.buttonCommunicationLog.Click += new System.EventHandler(this.buttonCommunicationLog_Click);
|
|
//
|
|
// labelTitleEquipmentType
|
|
//
|
|
this.labelTitleEquipmentType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelTitleEquipmentType.BackPictureBox = null;
|
|
this.labelTitleEquipmentType.BackPictureBox1 = null;
|
|
this.labelTitleEquipmentType.BackPictureBox2 = null;
|
|
this.labelTitleEquipmentType.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitleEquipmentType.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleEquipmentType.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleEquipmentType.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleEquipmentType.InitVisible = true;
|
|
this.labelTitleEquipmentType.LineSpacing = 0F;
|
|
this.labelTitleEquipmentType.Location = new System.Drawing.Point(130, 50);
|
|
this.labelTitleEquipmentType.Name = "labelTitleEquipmentType";
|
|
this.labelTitleEquipmentType.Size = new System.Drawing.Size(265, 28);
|
|
this.labelTitleEquipmentType.TabIndex = 117;
|
|
this.labelTitleEquipmentType.Text = "장비타입";
|
|
this.labelTitleEquipmentType.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelTitleEquipmentType.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleEquipmentType.Wordwrap = false;
|
|
//
|
|
// ControlCenterEquipEngineer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Name = "ControlCenterEquipEngineer";
|
|
this.Size = new System.Drawing.Size(710, 470);
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private System.Windows.Forms.ComboBox comboBoxEquipmentType;
|
|
private SmartX.SmartButton buttonCapture;
|
|
private SmartX.SmartLabel labelTitleCommunicationLog;
|
|
private SmartX.SmartButton buttonCommunicationLog;
|
|
private SmartX.SmartLabel labelTitleEquipmentType;
|
|
}
|
|
}
|