ITC81DB_2H/ITC81DB_0H/Controls/CenterLog/ControlCenterLogOthers.desi...

532 lines
30 KiB
C#

namespace ITC81DB_0H.Controls
{
partial class ControlCenterLogOthers
{
/// <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(ControlCenterLogOthers));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelTitleFind = new SmartX.SmartLabel();
this.labelFind = new SmartX.SmartLabel();
this.buttonFind = new SmartX.SmartButton();
this.buttonRead = new SmartX.SmartButton();
this.smartLabel4 = new SmartX.SmartLabel();
this.listBoxLog = new SmartX.SmartListBox();
this.treeView = new System.Windows.Forms.TreeView();
this.labelTotalIndex = new SmartX.SmartLabel();
this.labelCurrentIndex = new SmartX.SmartLabel();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.buttonDown = new SmartX.SmartButton();
this.buttonUp = new SmartX.SmartButton();
this.labelFileName = new SmartX.SmartLabel();
this.labelTitleFileName = new SmartX.SmartLabel();
this.labelTitleFileList = new SmartX.SmartLabel();
this.labelCount = new SmartX.SmartLabel();
this.buttonBackup = new SmartX.SmartButton();
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.labelTitleFind);
this.smartGroupBox1.Controls.Add(this.labelFind);
this.smartGroupBox1.Controls.Add(this.buttonFind);
this.smartGroupBox1.Controls.Add(this.buttonRead);
this.smartGroupBox1.Controls.Add(this.smartLabel4);
this.smartGroupBox1.Controls.Add(this.listBoxLog);
this.smartGroupBox1.Controls.Add(this.treeView);
this.smartGroupBox1.Controls.Add(this.labelTotalIndex);
this.smartGroupBox1.Controls.Add(this.labelCurrentIndex);
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
this.smartGroupBox1.Controls.Add(this.buttonDown);
this.smartGroupBox1.Controls.Add(this.buttonUp);
this.smartGroupBox1.Controls.Add(this.labelFileName);
this.smartGroupBox1.Controls.Add(this.labelTitleFileName);
this.smartGroupBox1.Controls.Add(this.labelTitleFileList);
this.smartGroupBox1.Controls.Add(this.labelCount);
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;
//
// labelTitleFind
//
this.labelTitleFind.BackColor = System.Drawing.Color.Black;
this.labelTitleFind.BackPictureBox1 = null;
this.labelTitleFind.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleFind.BorderColor = System.Drawing.Color.Black;
this.labelTitleFind.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleFind.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleFind.ForeColor = System.Drawing.Color.White;
this.labelTitleFind.InitVisible = true;
this.labelTitleFind.LineSpacing = 0F;
this.labelTitleFind.Location = new System.Drawing.Point(254, 78);
this.labelTitleFind.Name = "labelTitleFind";
this.labelTitleFind.Size = new System.Drawing.Size(159, 34);
this.labelTitleFind.TabIndex = 251;
this.labelTitleFind.Text = "데이터 찾기(Line)";
this.labelTitleFind.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleFind.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleFind.Wordwrap = false;
//
// labelFind
//
this.labelFind.BackColor = System.Drawing.Color.White;
this.labelFind.BackPictureBox = null;
this.labelFind.BackPictureBox1 = null;
this.labelFind.BackPictureBox2 = null;
this.labelFind.BorderColor = System.Drawing.Color.White;
this.labelFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelFind.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.labelFind.ForeColor = System.Drawing.Color.Black;
this.labelFind.InitVisible = true;
this.labelFind.LineSpacing = 0F;
this.labelFind.Location = new System.Drawing.Point(419, 77);
this.labelFind.Name = "labelFind";
this.labelFind.Size = new System.Drawing.Size(175, 35);
this.labelFind.TabIndex = 250;
this.labelFind.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelFind.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelFind.Wordwrap = false;
this.labelFind.Click += new System.EventHandler(this.labelFind_Click);
//
// buttonFind
//
this.buttonFind.BackPictureBox = null;
this.buttonFind.BackPictureBox1 = null;
this.buttonFind.BackPictureBox2 = null;
this.buttonFind.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.buttonFind.ButtonImageAutoSize = true;
this.buttonFind.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonFind.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonFind.DisableImage")));
this.buttonFind.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFind.DownImage")));
this.buttonFind.GroupID = 0;
this.buttonFind.InitVisible = true;
this.buttonFind.Location = new System.Drawing.Point(600, 77);
this.buttonFind.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonFind.Name = "buttonFind";
this.buttonFind.NestedClickEventPrevent = false;
this.buttonFind.OutlinePixel = 1;
this.buttonFind.RepeatInterval = 200;
this.buttonFind.RepeatIntervalAccelerate = null;
this.buttonFind.SafeInterval = 200;
this.buttonFind.Size = new System.Drawing.Size(41, 35);
this.buttonFind.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonFind.TabIndex = 249;
this.buttonFind.TextColor = System.Drawing.Color.White;
this.buttonFind.TextDownColor = System.Drawing.Color.White;
this.buttonFind.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonFind.TextLocation = new System.Drawing.Point(0, 0);
this.buttonFind.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonFind.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonFind.UpImage")));
this.buttonFind.Click += new System.EventHandler(this.buttonFind_Click);
//
// buttonRead
//
this.buttonRead.BackPictureBox = null;
this.buttonRead.BackPictureBox1 = null;
this.buttonRead.BackPictureBox2 = null;
this.buttonRead.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.buttonRead.ButtonImageAutoSize = true;
this.buttonRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonRead.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.DisableImage")));
this.buttonRead.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.DownImage")));
this.buttonRead.GroupID = 0;
this.buttonRead.InitVisible = true;
this.buttonRead.Location = new System.Drawing.Point(600, 37);
this.buttonRead.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonRead.Name = "buttonRead";
this.buttonRead.NestedClickEventPrevent = false;
this.buttonRead.OutlinePixel = 1;
this.buttonRead.RepeatInterval = 200;
this.buttonRead.RepeatIntervalAccelerate = null;
this.buttonRead.SafeInterval = 200;
this.buttonRead.Size = new System.Drawing.Size(41, 35);
this.buttonRead.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonRead.TabIndex = 248;
this.buttonRead.TextColor = System.Drawing.Color.White;
this.buttonRead.TextDownColor = System.Drawing.Color.White;
this.buttonRead.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonRead.TextLocation = new System.Drawing.Point(0, 0);
this.buttonRead.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonRead.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.UpImage")));
this.buttonRead.Click += new System.EventHandler(this.buttonRead_Click);
//
// smartLabel4
//
this.smartLabel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.smartLabel4.BackPictureBox = null;
this.smartLabel4.BackPictureBox1 = null;
this.smartLabel4.BackPictureBox2 = null;
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel4.ForeColor = System.Drawing.Color.White;
this.smartLabel4.InitVisible = true;
this.smartLabel4.LineSpacing = 0F;
this.smartLabel4.Location = new System.Drawing.Point(254, 118);
this.smartLabel4.Name = "smartLabel4";
this.smartLabel4.Size = new System.Drawing.Size(387, 23);
this.smartLabel4.TabIndex = 242;
this.smartLabel4.Text = "Detail";
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel4.Wordwrap = false;
//
// listBoxLog
//
this.listBoxLog.BackColor = System.Drawing.Color.White;
this.listBoxLog.BackPictureBox = null;
this.listBoxLog.BackPictureBox1 = null;
this.listBoxLog.BackPictureBox2 = null;
this.listBoxLog.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
this.listBoxLog.ColumnDelimiter = '\0';
this.listBoxLog.ColumnOffsets = null;
this.listBoxLog.Enabled = false;
this.listBoxLog.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.listBoxLog.FontColor = System.Drawing.Color.Black;
this.listBoxLog.InitVisible = true;
this.listBoxLog.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
this.listBoxLog.ItemOffsetGap = 8;
this.listBoxLog.ItemOffsetX = 2;
this.listBoxLog.ItemOffsetY = 0;
this.listBoxLog.Location = new System.Drawing.Point(254, 141);
this.listBoxLog.MouseMoveEventSpace = 3;
this.listBoxLog.MouseMoveSpace = 10;
this.listBoxLog.Name = "listBoxLog";
this.listBoxLog.OutLineColor = System.Drawing.SystemColors.ControlText;
this.listBoxLog.SelectColor = System.Drawing.Color.Blue;
this.listBoxLog.SelectFilled = true;
this.listBoxLog.SelectFontColor = System.Drawing.Color.DarkBlue;
this.listBoxLog.SelectItemIndex = -1;
this.listBoxLog.SeparationlineColor1 = System.Drawing.Color.Gray;
this.listBoxLog.SeparationlineColor2 = System.Drawing.Color.LightGray;
this.listBoxLog.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxLog.SeparationlineVisibleBottom = true;
this.listBoxLog.SeparationlineVisibleTop = true;
this.listBoxLog.Size = new System.Drawing.Size(387, 318);
this.listBoxLog.TabIndex = 241;
this.listBoxLog.Text = "smartListBox1";
this.listBoxLog.Click += new System.EventHandler(this.listBox_Click);
//
// treeView
//
this.treeView.CheckBoxes = true;
this.treeView.Location = new System.Drawing.Point(8, 37);
this.treeView.Name = "treeView";
this.treeView.Size = new System.Drawing.Size(240, 422);
this.treeView.TabIndex = 240;
this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
//
// labelTotalIndex
//
this.labelTotalIndex.BackColor = System.Drawing.Color.BlanchedAlmond;
this.labelTotalIndex.BackPictureBox1 = null;
this.labelTotalIndex.BackPictureBox2 = this.smartGroupBox1;
this.labelTotalIndex.BorderColor = System.Drawing.Color.Black;
this.labelTotalIndex.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTotalIndex.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTotalIndex.ForeColor = System.Drawing.Color.White;
this.labelTotalIndex.InitVisible = true;
this.labelTotalIndex.LineSpacing = 0F;
this.labelTotalIndex.Location = new System.Drawing.Point(646, 273);
this.labelTotalIndex.Name = "labelTotalIndex";
this.labelTotalIndex.Size = new System.Drawing.Size(50, 21);
this.labelTotalIndex.TabIndex = 239;
this.labelTotalIndex.Text = "0";
this.labelTotalIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTotalIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTotalIndex.Wordwrap = false;
//
// labelCurrentIndex
//
this.labelCurrentIndex.BackColor = System.Drawing.Color.BlanchedAlmond;
this.labelCurrentIndex.BackPictureBox1 = null;
this.labelCurrentIndex.BackPictureBox2 = this.smartGroupBox1;
this.labelCurrentIndex.BorderColor = System.Drawing.Color.Black;
this.labelCurrentIndex.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelCurrentIndex.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelCurrentIndex.ForeColor = System.Drawing.Color.White;
this.labelCurrentIndex.InitVisible = true;
this.labelCurrentIndex.LineSpacing = 0F;
this.labelCurrentIndex.Location = new System.Drawing.Point(646, 238);
this.labelCurrentIndex.Name = "labelCurrentIndex";
this.labelCurrentIndex.Size = new System.Drawing.Size(50, 21);
this.labelCurrentIndex.TabIndex = 238;
this.labelCurrentIndex.Text = "0";
this.labelCurrentIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelCurrentIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelCurrentIndex.Wordwrap = false;
//
// smartSeparatorLine1
//
this.smartSeparatorLine1.InitVisible = true;
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.DimGray;
this.smartSeparatorLine1.Line1Width = 1F;
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.LightGray;
this.smartSeparatorLine1.Line2Visible = true;
this.smartSeparatorLine1.Line2Width = 1F;
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine1.Location = new System.Drawing.Point(646, 265);
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
this.smartSeparatorLine1.Size = new System.Drawing.Size(50, 2);
this.smartSeparatorLine1.TabIndex = 237;
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
//
// buttonDown
//
this.buttonDown.BackPictureBox = null;
this.buttonDown.BackPictureBox1 = null;
this.buttonDown.BackPictureBox2 = null;
this.buttonDown.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.buttonDown.ButtonImageAutoSize = true;
this.buttonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDown.DisableImage = null;
this.buttonDown.DownImage = null;
this.buttonDown.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
this.buttonDown.GroupID = 0;
this.buttonDown.InitVisible = true;
this.buttonDown.Location = new System.Drawing.Point(646, 310);
this.buttonDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDown.Name = "buttonDown";
this.buttonDown.NestedClickEventPrevent = false;
this.buttonDown.OutlinePixel = 1;
this.buttonDown.RepeatInterval = 200;
this.buttonDown.RepeatIntervalAccelerate = null;
this.buttonDown.SafeInterval = 200;
this.buttonDown.Size = new System.Drawing.Size(50, 149);
this.buttonDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDown.TabIndex = 226;
this.buttonDown.Text = "▼";
this.buttonDown.TextColor = System.Drawing.Color.White;
this.buttonDown.TextDownColor = System.Drawing.Color.White;
this.buttonDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDown.TextLocation = new System.Drawing.Point(0, 0);
this.buttonDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDown.UpImage = null;
this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
//
// buttonUp
//
this.buttonUp.BackPictureBox = null;
this.buttonUp.BackPictureBox1 = null;
this.buttonUp.BackPictureBox2 = null;
this.buttonUp.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.buttonUp.ButtonImageAutoSize = true;
this.buttonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUp.DisableImage = null;
this.buttonUp.DownImage = null;
this.buttonUp.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
this.buttonUp.GroupID = 0;
this.buttonUp.InitVisible = true;
this.buttonUp.Location = new System.Drawing.Point(646, 73);
this.buttonUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonUp.Name = "buttonUp";
this.buttonUp.NestedClickEventPrevent = false;
this.buttonUp.OutlinePixel = 1;
this.buttonUp.RepeatInterval = 200;
this.buttonUp.RepeatIntervalAccelerate = null;
this.buttonUp.SafeInterval = 200;
this.buttonUp.Size = new System.Drawing.Size(50, 149);
this.buttonUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUp.TabIndex = 225;
this.buttonUp.Text = "▲";
this.buttonUp.TextColor = System.Drawing.Color.White;
this.buttonUp.TextDownColor = System.Drawing.Color.White;
this.buttonUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonUp.TextLocation = new System.Drawing.Point(0, 0);
this.buttonUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUp.UpImage = null;
this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
//
// labelFileName
//
this.labelFileName.BackColor = System.Drawing.Color.Black;
this.labelFileName.BackPictureBox = null;
this.labelFileName.BackPictureBox1 = null;
this.labelFileName.BackPictureBox2 = null;
this.labelFileName.BorderColor = System.Drawing.Color.White;
this.labelFileName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelFileName.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.labelFileName.ForeColor = System.Drawing.Color.White;
this.labelFileName.InitVisible = true;
this.labelFileName.LineSpacing = 0F;
this.labelFileName.Location = new System.Drawing.Point(254, 37);
this.labelFileName.Name = "labelFileName";
this.labelFileName.Size = new System.Drawing.Size(340, 35);
this.labelFileName.TabIndex = 224;
this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelFileName.Wordwrap = false;
//
// labelTitleFileName
//
this.labelTitleFileName.BackColor = System.Drawing.Color.Black;
this.labelTitleFileName.BackPictureBox1 = null;
this.labelTitleFileName.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleFileName.BorderColor = System.Drawing.Color.Black;
this.labelTitleFileName.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleFileName.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleFileName.ForeColor = System.Drawing.Color.White;
this.labelTitleFileName.InitVisible = true;
this.labelTitleFileName.LineSpacing = 0F;
this.labelTitleFileName.Location = new System.Drawing.Point(254, 12);
this.labelTitleFileName.Name = "labelTitleFileName";
this.labelTitleFileName.Size = new System.Drawing.Size(382, 21);
this.labelTitleFileName.TabIndex = 223;
this.labelTitleFileName.Text = "파일 이름";
this.labelTitleFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleFileName.Wordwrap = false;
//
// 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("새굴림", 10F, 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(8, 12);
this.labelTitleFileList.Name = "labelTitleFileList";
this.labelTitleFileList.Size = new System.Drawing.Size(153, 21);
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;
//
// labelCount
//
this.labelCount.BackColor = System.Drawing.Color.BlanchedAlmond;
this.labelCount.BackPictureBox1 = null;
this.labelCount.BackPictureBox2 = this.smartGroupBox1;
this.labelCount.BorderColor = System.Drawing.Color.Black;
this.labelCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelCount.ForeColor = System.Drawing.Color.White;
this.labelCount.InitVisible = true;
this.labelCount.LineSpacing = 0F;
this.labelCount.Location = new System.Drawing.Point(167, 12);
this.labelCount.Name = "labelCount";
this.labelCount.Size = new System.Drawing.Size(81, 21);
this.labelCount.TabIndex = 219;
this.labelCount.Text = "0";
this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelCount.Wordwrap = false;
//
// 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(646, 12);
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);
//
// smartFile1
//
this.smartFile1.FilePathName = null;
//
// ControlCenterLogOthers
//
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 = "ControlCenterLogOthers";
this.Size = new System.Drawing.Size(710, 470);
this.smartGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartButton buttonBackup;
private SmartX.SmartLabel labelCount;
private SmartX.SmartLabel labelTitleFileList;
private SmartX.SmartFile smartFile1;
private SmartX.SmartLabel labelFileName;
private SmartX.SmartLabel labelTitleFileName;
private SmartX.SmartButton buttonDown;
private SmartX.SmartButton buttonUp;
private SmartX.SmartLabel labelTotalIndex;
private SmartX.SmartLabel labelCurrentIndex;
private SmartX.SmartSeparatorLine smartSeparatorLine1;
private System.Windows.Forms.TreeView treeView;
private SmartX.SmartListBox listBoxLog;
private SmartX.SmartLabel smartLabel4;
private SmartX.SmartButton buttonFind;
private SmartX.SmartButton buttonRead;
private SmartX.SmartLabel labelTitleFind;
private SmartX.SmartLabel labelFind;
}
}