278 lines
16 KiB
C#
278 lines
16 KiB
C#
namespace ITC81DB.Controls
|
|
{
|
|
partial class ControlCenterEquipSystemLog
|
|
{
|
|
/// <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 Component 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(ControlCenterEquipSystemLog));
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.labelTitleFileList = new SmartX.SmartLabel();
|
|
this.smartLabel6 = new SmartX.SmartLabel();
|
|
this.labelFilesCount = new SmartX.SmartLabel();
|
|
this.buttonFileView = new SmartX.SmartButton();
|
|
this.buttonClear = new SmartX.SmartButton();
|
|
this.listBoxList = new System.Windows.Forms.ListBox();
|
|
this.buttonBackup = new SmartX.SmartButton();
|
|
this.listBoxContents = new System.Windows.Forms.ListBox();
|
|
this.smartFile1 = new SmartX.SmartFile();
|
|
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.listBoxContents);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleFileList);
|
|
this.smartGroupBox1.Controls.Add(this.smartLabel6);
|
|
this.smartGroupBox1.Controls.Add(this.labelFilesCount);
|
|
this.smartGroupBox1.Controls.Add(this.buttonFileView);
|
|
this.smartGroupBox1.Controls.Add(this.buttonClear);
|
|
this.smartGroupBox1.Controls.Add(this.listBoxList);
|
|
this.smartGroupBox1.Controls.Add(this.buttonBackup);
|
|
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 = 0;
|
|
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 = 173;
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// labelTitleFileList
|
|
//
|
|
this.labelTitleFileList.BackColor = System.Drawing.Color.Black;
|
|
this.labelTitleFileList.BackPictureBox1 = null;
|
|
this.labelTitleFileList.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelTitleFileList.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitleFileList.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleFileList.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleFileList.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleFileList.InitVisible = true;
|
|
this.labelTitleFileList.LineSpacing = 0F;
|
|
this.labelTitleFileList.Location = new System.Drawing.Point(17, 8);
|
|
this.labelTitleFileList.Name = "labelTitleFileList";
|
|
this.labelTitleFileList.Size = new System.Drawing.Size(512, 24);
|
|
this.labelTitleFileList.TabIndex = 222;
|
|
this.labelTitleFileList.Text = "파일 목록";
|
|
this.labelTitleFileList.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelTitleFileList.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleFileList.Wordwrap = false;
|
|
//
|
|
// smartLabel6
|
|
//
|
|
this.smartLabel6.BackColor = System.Drawing.Color.Black;
|
|
this.smartLabel6.BackPictureBox1 = null;
|
|
this.smartLabel6.BackPictureBox2 = this.smartGroupBox1;
|
|
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel6.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel6.ForeColor = System.Drawing.Color.White;
|
|
this.smartLabel6.InitVisible = true;
|
|
this.smartLabel6.LineSpacing = 0F;
|
|
this.smartLabel6.Location = new System.Drawing.Point(599, 8);
|
|
this.smartLabel6.Name = "smartLabel6";
|
|
this.smartLabel6.Size = new System.Drawing.Size(40, 24);
|
|
this.smartLabel6.TabIndex = 221;
|
|
this.smartLabel6.Text = "ea";
|
|
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel6.Wordwrap = false;
|
|
//
|
|
// labelFilesCount
|
|
//
|
|
this.labelFilesCount.BackColor = System.Drawing.Color.BlanchedAlmond;
|
|
this.labelFilesCount.BackPictureBox1 = null;
|
|
this.labelFilesCount.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelFilesCount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelFilesCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelFilesCount.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|
this.labelFilesCount.ForeColor = System.Drawing.Color.White;
|
|
this.labelFilesCount.InitVisible = true;
|
|
this.labelFilesCount.LineSpacing = 0F;
|
|
this.labelFilesCount.Location = new System.Drawing.Point(535, 8);
|
|
this.labelFilesCount.Name = "labelFilesCount";
|
|
this.labelFilesCount.Size = new System.Drawing.Size(58, 24);
|
|
this.labelFilesCount.TabIndex = 219;
|
|
this.labelFilesCount.Text = "00";
|
|
this.labelFilesCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelFilesCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelFilesCount.Wordwrap = false;
|
|
//
|
|
// buttonFileView
|
|
//
|
|
this.buttonFileView.BackPictureBox = null;
|
|
this.buttonFileView.BackPictureBox1 = null;
|
|
this.buttonFileView.BackPictureBox2 = null;
|
|
this.buttonFileView.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonFileView.ButtonImageAutoSize = true;
|
|
this.buttonFileView.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonFileView.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonFileView.DisableImage")));
|
|
this.buttonFileView.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFileView.DownImage")));
|
|
this.buttonFileView.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
this.buttonFileView.GroupID = 0;
|
|
this.buttonFileView.InitVisible = true;
|
|
this.buttonFileView.Location = new System.Drawing.Point(645, 10);
|
|
this.buttonFileView.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonFileView.Name = "buttonFileView";
|
|
this.buttonFileView.NestedClickEventPrevent = false;
|
|
this.buttonFileView.OutlinePixel = 1;
|
|
this.buttonFileView.RepeatInterval = 200;
|
|
this.buttonFileView.RepeatIntervalAccelerate = null;
|
|
this.buttonFileView.SafeInterval = 200;
|
|
this.buttonFileView.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonFileView.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonFileView.TabIndex = 217;
|
|
this.buttonFileView.TextColor = System.Drawing.Color.White;
|
|
this.buttonFileView.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonFileView.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonFileView.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonFileView.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonFileView.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonFileView.UpImage")));
|
|
this.buttonFileView.Click += new System.EventHandler(this.buttonFileView_Click);
|
|
//
|
|
// buttonClear
|
|
//
|
|
this.buttonClear.BackPictureBox = null;
|
|
this.buttonClear.BackPictureBox1 = null;
|
|
this.buttonClear.BackPictureBox2 = null;
|
|
this.buttonClear.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonClear.ButtonImageAutoSize = true;
|
|
this.buttonClear.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonClear.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonClear.DisableImage")));
|
|
this.buttonClear.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonClear.DownImage")));
|
|
this.buttonClear.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
this.buttonClear.GroupID = 0;
|
|
this.buttonClear.InitVisible = true;
|
|
this.buttonClear.Location = new System.Drawing.Point(645, 123);
|
|
this.buttonClear.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonClear.Name = "buttonClear";
|
|
this.buttonClear.NestedClickEventPrevent = false;
|
|
this.buttonClear.OutlinePixel = 1;
|
|
this.buttonClear.RepeatInterval = 200;
|
|
this.buttonClear.RepeatIntervalAccelerate = null;
|
|
this.buttonClear.SafeInterval = 200;
|
|
this.buttonClear.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonClear.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonClear.TabIndex = 216;
|
|
this.buttonClear.TextColor = System.Drawing.Color.White;
|
|
this.buttonClear.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonClear.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonClear.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonClear.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonClear.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonClear.UpImage")));
|
|
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
|
|
//
|
|
// listBoxList
|
|
//
|
|
this.listBoxList.Font = new System.Drawing.Font("새굴림", 16F, System.Drawing.FontStyle.Bold);
|
|
this.listBoxList.Location = new System.Drawing.Point(17, 33);
|
|
this.listBoxList.Name = "listBoxList";
|
|
this.listBoxList.Size = new System.Drawing.Size(622, 146);
|
|
this.listBoxList.TabIndex = 185;
|
|
this.listBoxList.SelectedIndexChanged += new System.EventHandler(this.listBoxList_SelectedIndexChanged);
|
|
//
|
|
// buttonBackup
|
|
//
|
|
this.buttonBackup.BackPictureBox = null;
|
|
this.buttonBackup.BackPictureBox1 = null;
|
|
this.buttonBackup.BackPictureBox2 = null;
|
|
this.buttonBackup.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBackup.ButtonImageAutoSize = true;
|
|
this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBackup.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DisableImage")));
|
|
this.buttonBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DownImage")));
|
|
this.buttonBackup.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
this.buttonBackup.GroupID = 0;
|
|
this.buttonBackup.InitVisible = true;
|
|
this.buttonBackup.Location = new System.Drawing.Point(645, 66);
|
|
this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonBackup.Name = "buttonBackup";
|
|
this.buttonBackup.NestedClickEventPrevent = false;
|
|
this.buttonBackup.OutlinePixel = 1;
|
|
this.buttonBackup.RepeatInterval = 200;
|
|
this.buttonBackup.RepeatIntervalAccelerate = null;
|
|
this.buttonBackup.SafeInterval = 200;
|
|
this.buttonBackup.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBackup.TabIndex = 182;
|
|
this.buttonBackup.TextColor = System.Drawing.Color.White;
|
|
this.buttonBackup.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBackup.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBackup.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.UpImage")));
|
|
this.buttonBackup.Click += new System.EventHandler(this.buttonBackup_Click);
|
|
//
|
|
// listBoxContents
|
|
//
|
|
this.listBoxContents.BackColor = System.Drawing.Color.Black;
|
|
this.listBoxContents.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
|
|
this.listBoxContents.ForeColor = System.Drawing.Color.White;
|
|
this.listBoxContents.Location = new System.Drawing.Point(22, 188);
|
|
this.listBoxContents.Name = "listBoxContents";
|
|
this.listBoxContents.Size = new System.Drawing.Size(665, 257);
|
|
this.listBoxContents.TabIndex = 223;
|
|
//
|
|
// smartFile1
|
|
//
|
|
this.smartFile1.FilePathName = null;
|
|
//
|
|
// ControlCenterEquipSystemLog
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Name = "ControlCenterEquipSystemLog";
|
|
this.Size = new System.Drawing.Size(710, 470);
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private System.Windows.Forms.ListBox listBoxList;
|
|
private SmartX.SmartButton buttonBackup;
|
|
private SmartX.SmartButton buttonClear;
|
|
private SmartX.SmartButton buttonFileView;
|
|
private SmartX.SmartLabel smartLabel6;
|
|
private SmartX.SmartLabel labelFilesCount;
|
|
private SmartX.SmartLabel labelTitleFileList;
|
|
private System.Windows.Forms.ListBox listBoxContents;
|
|
private SmartX.SmartFile smartFile1;
|
|
|
|
}
|
|
}
|