938 lines
		
	
	
		
			64 KiB
		
	
	
	
		
			C#
		
	
			
		
		
	
	
			938 lines
		
	
	
		
			64 KiB
		
	
	
	
		
			C#
		
	
| namespace INT_LKD.Controls
 | |
| {
 | |
|     partial class ControlMenuLogAlarm
 | |
|     {
 | |
|         /// <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()
 | |
|         {
 | |
|             this.smartGroupBox1 = new SmartX.SmartGroupBox();
 | |
|             this.labelTitleDetail = new SmartX.SmartLabel();
 | |
|             this.labelTitleEvent = new SmartX.SmartLabel();
 | |
|             this.labelTitleID = new SmartX.SmartLabel();
 | |
|             this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
 | |
|             this.labelTotalIndex = new SmartX.SmartLabel();
 | |
|             this.labelRemainIndex = new SmartX.SmartLabel();
 | |
|             this.listBoxDetail = new SmartX.SmartListBox();
 | |
|             this.listBoxEvent = new SmartX.SmartListBox();
 | |
|             this.listBoxLoginID = new SmartX.SmartListBox();
 | |
|             this.labelTitleTime = new SmartX.SmartLabel();
 | |
|             this.buttonDown = new SmartX.SmartButton();
 | |
|             this.buttonUp = new SmartX.SmartButton();
 | |
|             this.listBoxTime = new SmartX.SmartListBox();
 | |
|             this.treeView = new System.Windows.Forms.TreeView();
 | |
|             this.labelTitleList = new SmartX.SmartLabel();
 | |
|             this.labelTitleFileName = new SmartX.SmartLabel();
 | |
|             this.labelFileName = new SmartX.SmartLabel();
 | |
|             this.buttonBackup = new SmartX.SmartButton();
 | |
|             this.labelCount = new SmartX.SmartLabel();
 | |
|             this.smartFile1 = new SmartX.SmartFile();
 | |
|             this.smartGroupBox1.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // smartGroupBox1
 | |
|             // 
 | |
|             this.smartGroupBox1.BackGround = null;
 | |
|             this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
 | |
|             this.smartGroupBox1.BackImage = null;
 | |
|             this.smartGroupBox1.Controls.Add(this.labelTitleDetail);
 | |
|             this.smartGroupBox1.Controls.Add(this.labelTitleEvent);
 | |
|             this.smartGroupBox1.Controls.Add(this.labelTitleID);
 | |
|             this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
 | |
|             this.smartGroupBox1.Controls.Add(this.labelTotalIndex);
 | |
|             this.smartGroupBox1.Controls.Add(this.labelRemainIndex);
 | |
|             this.smartGroupBox1.Controls.Add(this.listBoxDetail);
 | |
|             this.smartGroupBox1.Controls.Add(this.listBoxEvent);
 | |
|             this.smartGroupBox1.Controls.Add(this.listBoxLoginID);
 | |
|             this.smartGroupBox1.Controls.Add(this.labelTitleTime);
 | |
|             this.smartGroupBox1.Controls.Add(this.buttonDown);
 | |
|             this.smartGroupBox1.Controls.Add(this.buttonUp);
 | |
|             this.smartGroupBox1.Controls.Add(this.listBoxTime);
 | |
|             this.smartGroupBox1.Controls.Add(this.treeView);
 | |
|             this.smartGroupBox1.Controls.Add(this.labelTitleList);
 | |
|             this.smartGroupBox1.Controls.Add(this.labelTitleFileName);
 | |
|             this.smartGroupBox1.Controls.Add(this.labelFileName);
 | |
|             this.smartGroupBox1.Controls.Add(this.buttonBackup);
 | |
|             this.smartGroupBox1.Controls.Add(this.labelCount);
 | |
|             this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
 | |
|             this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
 | |
|             this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
 | |
|             this.smartGroupBox1.FrameLineThickness = 2;
 | |
|             this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
 | |
|             this.smartGroupBox1.HeaderHeightOffset = 9;
 | |
|             this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.smartGroupBox1.Name = "smartGroupBox1";
 | |
|             this.smartGroupBox1.RoundRadius = 5;
 | |
|             this.smartGroupBox1.Size = new System.Drawing.Size(909, 664);
 | |
|             this.smartGroupBox1.TabIndex = 2;
 | |
|             this.smartGroupBox1.Text = "smartGroupBox1";
 | |
|             this.smartGroupBox1.TextColor = System.Drawing.Color.White;
 | |
|             // 
 | |
|             // labelTitleDetail
 | |
|             // 
 | |
|             this.labelTitleDetail.BackGround = this.smartGroupBox1;
 | |
|             this.labelTitleDetail.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.labelTitleDetail.BorderColor = System.Drawing.Color.Black;
 | |
|             this.labelTitleDetail.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
 | |
|             this.labelTitleDetail.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
 | |
|             this.labelTitleDetail.LineSpacing = 1F;
 | |
|             this.labelTitleDetail.Location = new System.Drawing.Point(732, 108);
 | |
|             this.labelTitleDetail.Name = "labelTitleDetail";
 | |
|             this.labelTitleDetail.OverlapOptimize = true;
 | |
|             this.labelTitleDetail.PasswordChar = '\0';
 | |
|             this.labelTitleDetail.Radius = 3;
 | |
|             this.labelTitleDetail.RoundRectFillColor = System.Drawing.Color.LightBlue;
 | |
|             this.labelTitleDetail.Size = new System.Drawing.Size(110, 29);
 | |
|             this.labelTitleDetail.TabIndex = 128;
 | |
|             this.labelTitleDetail.Text = "Detail";
 | |
|             this.labelTitleDetail.TextColor = System.Drawing.Color.White;
 | |
|             this.labelTitleDetail.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.labelTitleDetail.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
 | |
|             this.labelTitleDetail.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | |
|             this.labelTitleDetail.Wordwrap = false;
 | |
|             // 
 | |
|             // labelTitleEvent
 | |
|             // 
 | |
|             this.labelTitleEvent.BackGround = this.smartGroupBox1;
 | |
|             this.labelTitleEvent.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.labelTitleEvent.BorderColor = System.Drawing.Color.Black;
 | |
|             this.labelTitleEvent.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
 | |
|             this.labelTitleEvent.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
 | |
|             this.labelTitleEvent.LineSpacing = 1F;
 | |
|             this.labelTitleEvent.Location = new System.Drawing.Point(448, 108);
 | |
|             this.labelTitleEvent.Name = "labelTitleEvent";
 | |
|             this.labelTitleEvent.OverlapOptimize = true;
 | |
|             this.labelTitleEvent.PasswordChar = '\0';
 | |
|             this.labelTitleEvent.Radius = 3;
 | |
|             this.labelTitleEvent.RoundRectFillColor = System.Drawing.Color.LightBlue;
 | |
|             this.labelTitleEvent.Size = new System.Drawing.Size(285, 29);
 | |
|             this.labelTitleEvent.TabIndex = 127;
 | |
|             this.labelTitleEvent.Text = "Event";
 | |
|             this.labelTitleEvent.TextColor = System.Drawing.Color.White;
 | |
|             this.labelTitleEvent.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.labelTitleEvent.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
 | |
|             this.labelTitleEvent.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | |
|             this.labelTitleEvent.Wordwrap = false;
 | |
|             // 
 | |
|             // labelTitleID
 | |
|             // 
 | |
|             this.labelTitleID.BackGround = this.smartGroupBox1;
 | |
|             this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.labelTitleID.BorderColor = System.Drawing.Color.Black;
 | |
|             this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
 | |
|             this.labelTitleID.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
 | |
|             this.labelTitleID.LineSpacing = 1F;
 | |
|             this.labelTitleID.Location = new System.Drawing.Point(350, 108);
 | |
|             this.labelTitleID.Name = "labelTitleID";
 | |
|             this.labelTitleID.OverlapOptimize = true;
 | |
|             this.labelTitleID.PasswordChar = '\0';
 | |
|             this.labelTitleID.Radius = 3;
 | |
|             this.labelTitleID.RoundRectFillColor = System.Drawing.Color.LightBlue;
 | |
|             this.labelTitleID.Size = new System.Drawing.Size(99, 29);
 | |
|             this.labelTitleID.TabIndex = 126;
 | |
|             this.labelTitleID.Text = "Login ID";
 | |
|             this.labelTitleID.TextColor = System.Drawing.Color.White;
 | |
|             this.labelTitleID.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
 | |
|             this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | |
|             this.labelTitleID.Wordwrap = false;
 | |
|             // 
 | |
|             // smartSeparatorLine1
 | |
|             // 
 | |
|             this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
 | |
|             this.smartSeparatorLine1.Line1Width = 1F;
 | |
|             this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
 | |
|             this.smartSeparatorLine1.Line2Width = 1F;
 | |
|             this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
 | |
|             this.smartSeparatorLine1.Location = new System.Drawing.Point(845, 371);
 | |
|             this.smartSeparatorLine1.Name = "smartSeparatorLine1";
 | |
|             this.smartSeparatorLine1.Size = new System.Drawing.Size(50, 2);
 | |
|             this.smartSeparatorLine1.TabIndex = 142;
 | |
|             this.smartSeparatorLine1.Text = "smartSeparatorLine1";
 | |
|             // 
 | |
|             // labelTotalIndex
 | |
|             // 
 | |
|             this.labelTotalIndex.BackGround = this.smartGroupBox1;
 | |
|             this.labelTotalIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
 | |
|             this.labelTotalIndex.BorderColor = System.Drawing.Color.Black;
 | |
|             this.labelTotalIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
 | |
|             this.labelTotalIndex.LineSpacing = 0F;
 | |
|             this.labelTotalIndex.Location = new System.Drawing.Point(845, 382);
 | |
|             this.labelTotalIndex.Name = "labelTotalIndex";
 | |
|             this.labelTotalIndex.OverlapOptimize = true;
 | |
|             this.labelTotalIndex.PasswordChar = '\0';
 | |
|             this.labelTotalIndex.Radius = 3;
 | |
|             this.labelTotalIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
 | |
|             this.labelTotalIndex.Size = new System.Drawing.Size(50, 18);
 | |
|             this.labelTotalIndex.TabIndex = 141;
 | |
|             this.labelTotalIndex.Text = "0";
 | |
|             this.labelTotalIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
 | |
|             this.labelTotalIndex.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.labelTotalIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
 | |
|             this.labelTotalIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | |
|             this.labelTotalIndex.Wordwrap = false;
 | |
|             // 
 | |
|             // labelRemainIndex
 | |
|             // 
 | |
|             this.labelRemainIndex.BackGround = this.smartGroupBox1;
 | |
|             this.labelRemainIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
 | |
|             this.labelRemainIndex.BorderColor = System.Drawing.Color.Black;
 | |
|             this.labelRemainIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
 | |
|             this.labelRemainIndex.LineSpacing = 0F;
 | |
|             this.labelRemainIndex.Location = new System.Drawing.Point(845, 347);
 | |
|             this.labelRemainIndex.Name = "labelRemainIndex";
 | |
|             this.labelRemainIndex.OverlapOptimize = true;
 | |
|             this.labelRemainIndex.PasswordChar = '\0';
 | |
|             this.labelRemainIndex.Radius = 3;
 | |
|             this.labelRemainIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
 | |
|             this.labelRemainIndex.Size = new System.Drawing.Size(50, 18);
 | |
|             this.labelRemainIndex.TabIndex = 140;
 | |
|             this.labelRemainIndex.Text = "0";
 | |
|             this.labelRemainIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
 | |
|             this.labelRemainIndex.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.labelRemainIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
 | |
|             this.labelRemainIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | |
|             this.labelRemainIndex.Wordwrap = false;
 | |
|             // 
 | |
|             // listBoxDetail
 | |
|             // 
 | |
|             this.listBoxDetail.BackGround = null;
 | |
|             this.listBoxDetail.BackGroundColor = System.Drawing.Color.White;
 | |
|             this.listBoxDetail.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.listBoxDetail.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle;
 | |
|             this.listBoxDetail.ColumnStyles = null;
 | |
|             this.listBoxDetail.DataSource = null;
 | |
|             this.listBoxDetail.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
 | |
|             this.listBoxDetail.ItemOffsetGap = 10;
 | |
|             this.listBoxDetail.ItemOffsetX = 1;
 | |
|             this.listBoxDetail.ItemOffsetY = 0;
 | |
|             this.listBoxDetail.ItemTextOffsetY = 1;
 | |
|             this.listBoxDetail.Location = new System.Drawing.Point(732, 136);
 | |
|             this.listBoxDetail.MouseMoveEventSpace = 3;
 | |
|             this.listBoxDetail.MouseMoveSpace = 10;
 | |
|             this.listBoxDetail.Name = "listBoxDetail";
 | |
|             this.listBoxDetail.OverlapOptimize = true;
 | |
|             this.listBoxDetail.ScrollBarBackColor = System.Drawing.Color.DarkGray;
 | |
|             this.listBoxDetail.ScrollBarButtonColor = System.Drawing.Color.GhostWhite;
 | |
|             this.listBoxDetail.ScrollBarButtonHeight = 15;
 | |
|             this.listBoxDetail.ScrollBarButtonImage = null;
 | |
|             this.listBoxDetail.ScrollBarButtonRound = 0;
 | |
|             this.listBoxDetail.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None;
 | |
|             this.listBoxDetail.ScrollButtonHeight = 30;
 | |
|             this.listBoxDetail.ScrollButtonWidth = 30;
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.listBoxDetail.ScrollDownButton.BackGround = null;
 | |
|             this.listBoxDetail.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue;
 | |
|             this.listBoxDetail.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.listBoxDetail.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
 | |
|             this.listBoxDetail.ScrollDownButton.ButtonImageAutoSize = false;
 | |
|             this.listBoxDetail.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
 | |
|             this.listBoxDetail.ScrollDownButton.ButtonText = "▼";
 | |
|             this.listBoxDetail.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | |
|             this.listBoxDetail.ScrollDownButton.GroupID = 0;
 | |
|             this.listBoxDetail.ScrollDownButton.ImageDisable = null;
 | |
|             this.listBoxDetail.ScrollDownButton.ImageDown = null;
 | |
|             this.listBoxDetail.ScrollDownButton.ImageUp = null;
 | |
|             this.listBoxDetail.ScrollDownButton.Location = new System.Drawing.Point(508, 492);
 | |
|             this.listBoxDetail.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | |
|             this.listBoxDetail.ScrollDownButton.Name = "SmartListBox_m_butScrollDown";
 | |
|             this.listBoxDetail.ScrollDownButton.NestedClickEventPrevent = false;
 | |
|             this.listBoxDetail.ScrollDownButton.OutlinePixel = 1;
 | |
|             this.listBoxDetail.ScrollDownButton.OverlapOptimize = true;
 | |
|             this.listBoxDetail.ScrollDownButton.RepeatInterval = 200;
 | |
|             this.listBoxDetail.ScrollDownButton.RepeatIntervalAccelerate = null;
 | |
|             this.listBoxDetail.ScrollDownButton.RoundSize = 10;
 | |
|             this.listBoxDetail.ScrollDownButton.SafeInterval = 200;
 | |
|             this.listBoxDetail.ScrollDownButton.Size = new System.Drawing.Size(30, 30);
 | |
|             this.listBoxDetail.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | |
|             this.listBoxDetail.ScrollDownButton.TabIndex = 0;
 | |
|             this.listBoxDetail.ScrollDownButton.Text = null;
 | |
|             this.listBoxDetail.ScrollDownButton.TextColor = System.Drawing.Color.White;
 | |
|             this.listBoxDetail.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.listBoxDetail.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
 | |
|             this.listBoxDetail.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | |
|             this.listBoxDetail.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | |
|             this.listBoxDetail.ScrollDownButton.Visible = false;
 | |
|             this.listBoxDetail.ScrollStep = 1;
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.listBoxDetail.ScrollUpButton.BackGround = null;
 | |
|             this.listBoxDetail.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue;
 | |
|             this.listBoxDetail.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.listBoxDetail.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
 | |
|             this.listBoxDetail.ScrollUpButton.ButtonImageAutoSize = false;
 | |
|             this.listBoxDetail.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
 | |
|             this.listBoxDetail.ScrollUpButton.ButtonText = "▲";
 | |
|             this.listBoxDetail.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | |
|             this.listBoxDetail.ScrollUpButton.GroupID = 0;
 | |
|             this.listBoxDetail.ScrollUpButton.ImageDisable = null;
 | |
|             this.listBoxDetail.ScrollUpButton.ImageDown = null;
 | |
|             this.listBoxDetail.ScrollUpButton.ImageUp = null;
 | |
|             this.listBoxDetail.ScrollUpButton.Location = new System.Drawing.Point(508, 2);
 | |
|             this.listBoxDetail.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | |
|             this.listBoxDetail.ScrollUpButton.Name = "SmartListBox_m_butScrollUp";
 | |
|             this.listBoxDetail.ScrollUpButton.NestedClickEventPrevent = false;
 | |
|             this.listBoxDetail.ScrollUpButton.OutlinePixel = 1;
 | |
|             this.listBoxDetail.ScrollUpButton.OverlapOptimize = true;
 | |
|             this.listBoxDetail.ScrollUpButton.RepeatInterval = 200;
 | |
|             this.listBoxDetail.ScrollUpButton.RepeatIntervalAccelerate = null;
 | |
|             this.listBoxDetail.ScrollUpButton.RoundSize = 10;
 | |
|             this.listBoxDetail.ScrollUpButton.SafeInterval = 200;
 | |
|             this.listBoxDetail.ScrollUpButton.Size = new System.Drawing.Size(30, 30);
 | |
|             this.listBoxDetail.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | |
|             this.listBoxDetail.ScrollUpButton.TabIndex = 1;
 | |
|             this.listBoxDetail.ScrollUpButton.Text = null;
 | |
|             this.listBoxDetail.ScrollUpButton.TextColor = System.Drawing.Color.White;
 | |
|             this.listBoxDetail.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.listBoxDetail.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
 | |
|             this.listBoxDetail.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | |
|             this.listBoxDetail.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | |
|             this.listBoxDetail.ScrollUpButton.Visible = false;
 | |
|             this.listBoxDetail.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184)))));
 | |
|             this.listBoxDetail.SelectFilled = true;
 | |
|             this.listBoxDetail.SelectItemIndex = -1;
 | |
|             this.listBoxDetail.SelectTextColor = System.Drawing.Color.White;
 | |
|             this.listBoxDetail.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125)))));
 | |
|             this.listBoxDetail.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224)))));
 | |
|             this.listBoxDetail.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
 | |
|             this.listBoxDetail.SeparationlineVisibleBottom = true;
 | |
|             this.listBoxDetail.SeparationlineVisibleTop = true;
 | |
|             this.listBoxDetail.Size = new System.Drawing.Size(110, 502);
 | |
|             this.listBoxDetail.TabIndex = 134;
 | |
|             this.listBoxDetail.Text = "smartListBox1";
 | |
|             this.listBoxDetail.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
 | |
|             this.listBoxDetail.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             // 
 | |
|             // listBoxEvent
 | |
|             // 
 | |
|             this.listBoxEvent.BackGround = null;
 | |
|             this.listBoxEvent.BackGroundColor = System.Drawing.Color.White;
 | |
|             this.listBoxEvent.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.listBoxEvent.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle;
 | |
|             this.listBoxEvent.ColumnStyles = null;
 | |
|             this.listBoxEvent.DataSource = null;
 | |
|             this.listBoxEvent.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
 | |
|             this.listBoxEvent.ItemOffsetGap = 10;
 | |
|             this.listBoxEvent.ItemOffsetX = 1;
 | |
|             this.listBoxEvent.ItemOffsetY = 0;
 | |
|             this.listBoxEvent.ItemTextOffsetY = 1;
 | |
|             this.listBoxEvent.Location = new System.Drawing.Point(448, 136);
 | |
|             this.listBoxEvent.MouseMoveEventSpace = 3;
 | |
|             this.listBoxEvent.MouseMoveSpace = 10;
 | |
|             this.listBoxEvent.Name = "listBoxEvent";
 | |
|             this.listBoxEvent.OverlapOptimize = true;
 | |
|             this.listBoxEvent.ScrollBarBackColor = System.Drawing.Color.DarkGray;
 | |
|             this.listBoxEvent.ScrollBarButtonColor = System.Drawing.Color.GhostWhite;
 | |
|             this.listBoxEvent.ScrollBarButtonHeight = 15;
 | |
|             this.listBoxEvent.ScrollBarButtonImage = null;
 | |
|             this.listBoxEvent.ScrollBarButtonRound = 0;
 | |
|             this.listBoxEvent.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None;
 | |
|             this.listBoxEvent.ScrollButtonHeight = 30;
 | |
|             this.listBoxEvent.ScrollButtonWidth = 30;
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.listBoxEvent.ScrollDownButton.BackGround = null;
 | |
|             this.listBoxEvent.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue;
 | |
|             this.listBoxEvent.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.listBoxEvent.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
 | |
|             this.listBoxEvent.ScrollDownButton.ButtonImageAutoSize = false;
 | |
|             this.listBoxEvent.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
 | |
|             this.listBoxEvent.ScrollDownButton.ButtonText = "▼";
 | |
|             this.listBoxEvent.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | |
|             this.listBoxEvent.ScrollDownButton.GroupID = 0;
 | |
|             this.listBoxEvent.ScrollDownButton.ImageDisable = null;
 | |
|             this.listBoxEvent.ScrollDownButton.ImageDown = null;
 | |
|             this.listBoxEvent.ScrollDownButton.ImageUp = null;
 | |
|             this.listBoxEvent.ScrollDownButton.Location = new System.Drawing.Point(508, 492);
 | |
|             this.listBoxEvent.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | |
|             this.listBoxEvent.ScrollDownButton.Name = "SmartListBox_m_butScrollDown";
 | |
|             this.listBoxEvent.ScrollDownButton.NestedClickEventPrevent = false;
 | |
|             this.listBoxEvent.ScrollDownButton.OutlinePixel = 1;
 | |
|             this.listBoxEvent.ScrollDownButton.OverlapOptimize = true;
 | |
|             this.listBoxEvent.ScrollDownButton.RepeatInterval = 200;
 | |
|             this.listBoxEvent.ScrollDownButton.RepeatIntervalAccelerate = null;
 | |
|             this.listBoxEvent.ScrollDownButton.RoundSize = 10;
 | |
|             this.listBoxEvent.ScrollDownButton.SafeInterval = 200;
 | |
|             this.listBoxEvent.ScrollDownButton.Size = new System.Drawing.Size(30, 30);
 | |
|             this.listBoxEvent.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | |
|             this.listBoxEvent.ScrollDownButton.TabIndex = 0;
 | |
|             this.listBoxEvent.ScrollDownButton.Text = null;
 | |
|             this.listBoxEvent.ScrollDownButton.TextColor = System.Drawing.Color.White;
 | |
|             this.listBoxEvent.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.listBoxEvent.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
 | |
|             this.listBoxEvent.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | |
|             this.listBoxEvent.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | |
|             this.listBoxEvent.ScrollDownButton.Visible = false;
 | |
|             this.listBoxEvent.ScrollStep = 1;
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.listBoxEvent.ScrollUpButton.BackGround = null;
 | |
|             this.listBoxEvent.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue;
 | |
|             this.listBoxEvent.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.listBoxEvent.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
 | |
|             this.listBoxEvent.ScrollUpButton.ButtonImageAutoSize = false;
 | |
|             this.listBoxEvent.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
 | |
|             this.listBoxEvent.ScrollUpButton.ButtonText = "▲";
 | |
|             this.listBoxEvent.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | |
|             this.listBoxEvent.ScrollUpButton.GroupID = 0;
 | |
|             this.listBoxEvent.ScrollUpButton.ImageDisable = null;
 | |
|             this.listBoxEvent.ScrollUpButton.ImageDown = null;
 | |
|             this.listBoxEvent.ScrollUpButton.ImageUp = null;
 | |
|             this.listBoxEvent.ScrollUpButton.Location = new System.Drawing.Point(508, 2);
 | |
|             this.listBoxEvent.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | |
|             this.listBoxEvent.ScrollUpButton.Name = "SmartListBox_m_butScrollUp";
 | |
|             this.listBoxEvent.ScrollUpButton.NestedClickEventPrevent = false;
 | |
|             this.listBoxEvent.ScrollUpButton.OutlinePixel = 1;
 | |
|             this.listBoxEvent.ScrollUpButton.OverlapOptimize = true;
 | |
|             this.listBoxEvent.ScrollUpButton.RepeatInterval = 200;
 | |
|             this.listBoxEvent.ScrollUpButton.RepeatIntervalAccelerate = null;
 | |
|             this.listBoxEvent.ScrollUpButton.RoundSize = 10;
 | |
|             this.listBoxEvent.ScrollUpButton.SafeInterval = 200;
 | |
|             this.listBoxEvent.ScrollUpButton.Size = new System.Drawing.Size(30, 30);
 | |
|             this.listBoxEvent.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | |
|             this.listBoxEvent.ScrollUpButton.TabIndex = 1;
 | |
|             this.listBoxEvent.ScrollUpButton.Text = null;
 | |
|             this.listBoxEvent.ScrollUpButton.TextColor = System.Drawing.Color.White;
 | |
|             this.listBoxEvent.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.listBoxEvent.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
 | |
|             this.listBoxEvent.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | |
|             this.listBoxEvent.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | |
|             this.listBoxEvent.ScrollUpButton.Visible = false;
 | |
|             this.listBoxEvent.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184)))));
 | |
|             this.listBoxEvent.SelectFilled = true;
 | |
|             this.listBoxEvent.SelectItemIndex = -1;
 | |
|             this.listBoxEvent.SelectTextColor = System.Drawing.Color.White;
 | |
|             this.listBoxEvent.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125)))));
 | |
|             this.listBoxEvent.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224)))));
 | |
|             this.listBoxEvent.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
 | |
|             this.listBoxEvent.SeparationlineVisibleBottom = true;
 | |
|             this.listBoxEvent.SeparationlineVisibleTop = true;
 | |
|             this.listBoxEvent.Size = new System.Drawing.Size(285, 502);
 | |
|             this.listBoxEvent.TabIndex = 133;
 | |
|             this.listBoxEvent.Text = "smartListBox1";
 | |
|             this.listBoxEvent.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
 | |
|             this.listBoxEvent.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             // 
 | |
|             // listBoxLoginID
 | |
|             // 
 | |
|             this.listBoxLoginID.BackGround = null;
 | |
|             this.listBoxLoginID.BackGroundColor = System.Drawing.Color.White;
 | |
|             this.listBoxLoginID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.listBoxLoginID.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle;
 | |
|             this.listBoxLoginID.ColumnStyles = null;
 | |
|             this.listBoxLoginID.DataSource = null;
 | |
|             this.listBoxLoginID.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
 | |
|             this.listBoxLoginID.ItemOffsetGap = 10;
 | |
|             this.listBoxLoginID.ItemOffsetX = 1;
 | |
|             this.listBoxLoginID.ItemOffsetY = 0;
 | |
|             this.listBoxLoginID.ItemTextOffsetY = 1;
 | |
|             this.listBoxLoginID.Location = new System.Drawing.Point(350, 136);
 | |
|             this.listBoxLoginID.MouseMoveEventSpace = 3;
 | |
|             this.listBoxLoginID.MouseMoveSpace = 10;
 | |
|             this.listBoxLoginID.Name = "listBoxLoginID";
 | |
|             this.listBoxLoginID.OverlapOptimize = true;
 | |
|             this.listBoxLoginID.ScrollBarBackColor = System.Drawing.Color.DarkGray;
 | |
|             this.listBoxLoginID.ScrollBarButtonColor = System.Drawing.Color.GhostWhite;
 | |
|             this.listBoxLoginID.ScrollBarButtonHeight = 15;
 | |
|             this.listBoxLoginID.ScrollBarButtonImage = null;
 | |
|             this.listBoxLoginID.ScrollBarButtonRound = 0;
 | |
|             this.listBoxLoginID.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None;
 | |
|             this.listBoxLoginID.ScrollButtonHeight = 30;
 | |
|             this.listBoxLoginID.ScrollButtonWidth = 30;
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.listBoxLoginID.ScrollDownButton.BackGround = null;
 | |
|             this.listBoxLoginID.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue;
 | |
|             this.listBoxLoginID.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.listBoxLoginID.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
 | |
|             this.listBoxLoginID.ScrollDownButton.ButtonImageAutoSize = false;
 | |
|             this.listBoxLoginID.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
 | |
|             this.listBoxLoginID.ScrollDownButton.ButtonText = "▼";
 | |
|             this.listBoxLoginID.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | |
|             this.listBoxLoginID.ScrollDownButton.GroupID = 0;
 | |
|             this.listBoxLoginID.ScrollDownButton.ImageDisable = null;
 | |
|             this.listBoxLoginID.ScrollDownButton.ImageDown = null;
 | |
|             this.listBoxLoginID.ScrollDownButton.ImageUp = null;
 | |
|             this.listBoxLoginID.ScrollDownButton.Location = new System.Drawing.Point(508, 492);
 | |
|             this.listBoxLoginID.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | |
|             this.listBoxLoginID.ScrollDownButton.Name = "SmartListBox_m_butScrollDown";
 | |
|             this.listBoxLoginID.ScrollDownButton.NestedClickEventPrevent = false;
 | |
|             this.listBoxLoginID.ScrollDownButton.OutlinePixel = 1;
 | |
|             this.listBoxLoginID.ScrollDownButton.OverlapOptimize = true;
 | |
|             this.listBoxLoginID.ScrollDownButton.RepeatInterval = 200;
 | |
|             this.listBoxLoginID.ScrollDownButton.RepeatIntervalAccelerate = null;
 | |
|             this.listBoxLoginID.ScrollDownButton.RoundSize = 10;
 | |
|             this.listBoxLoginID.ScrollDownButton.SafeInterval = 200;
 | |
|             this.listBoxLoginID.ScrollDownButton.Size = new System.Drawing.Size(30, 30);
 | |
|             this.listBoxLoginID.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | |
|             this.listBoxLoginID.ScrollDownButton.TabIndex = 0;
 | |
|             this.listBoxLoginID.ScrollDownButton.Text = null;
 | |
|             this.listBoxLoginID.ScrollDownButton.TextColor = System.Drawing.Color.White;
 | |
|             this.listBoxLoginID.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.listBoxLoginID.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
 | |
|             this.listBoxLoginID.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | |
|             this.listBoxLoginID.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | |
|             this.listBoxLoginID.ScrollDownButton.Visible = false;
 | |
|             this.listBoxLoginID.ScrollStep = 1;
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.listBoxLoginID.ScrollUpButton.BackGround = null;
 | |
|             this.listBoxLoginID.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue;
 | |
|             this.listBoxLoginID.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.listBoxLoginID.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
 | |
|             this.listBoxLoginID.ScrollUpButton.ButtonImageAutoSize = false;
 | |
|             this.listBoxLoginID.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
 | |
|             this.listBoxLoginID.ScrollUpButton.ButtonText = "▲";
 | |
|             this.listBoxLoginID.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | |
|             this.listBoxLoginID.ScrollUpButton.GroupID = 0;
 | |
|             this.listBoxLoginID.ScrollUpButton.ImageDisable = null;
 | |
|             this.listBoxLoginID.ScrollUpButton.ImageDown = null;
 | |
|             this.listBoxLoginID.ScrollUpButton.ImageUp = null;
 | |
|             this.listBoxLoginID.ScrollUpButton.Location = new System.Drawing.Point(508, 2);
 | |
|             this.listBoxLoginID.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | |
|             this.listBoxLoginID.ScrollUpButton.Name = "SmartListBox_m_butScrollUp";
 | |
|             this.listBoxLoginID.ScrollUpButton.NestedClickEventPrevent = false;
 | |
|             this.listBoxLoginID.ScrollUpButton.OutlinePixel = 1;
 | |
|             this.listBoxLoginID.ScrollUpButton.OverlapOptimize = true;
 | |
|             this.listBoxLoginID.ScrollUpButton.RepeatInterval = 200;
 | |
|             this.listBoxLoginID.ScrollUpButton.RepeatIntervalAccelerate = null;
 | |
|             this.listBoxLoginID.ScrollUpButton.RoundSize = 10;
 | |
|             this.listBoxLoginID.ScrollUpButton.SafeInterval = 200;
 | |
|             this.listBoxLoginID.ScrollUpButton.Size = new System.Drawing.Size(30, 30);
 | |
|             this.listBoxLoginID.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | |
|             this.listBoxLoginID.ScrollUpButton.TabIndex = 1;
 | |
|             this.listBoxLoginID.ScrollUpButton.Text = null;
 | |
|             this.listBoxLoginID.ScrollUpButton.TextColor = System.Drawing.Color.White;
 | |
|             this.listBoxLoginID.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.listBoxLoginID.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
 | |
|             this.listBoxLoginID.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | |
|             this.listBoxLoginID.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | |
|             this.listBoxLoginID.ScrollUpButton.Visible = false;
 | |
|             this.listBoxLoginID.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184)))));
 | |
|             this.listBoxLoginID.SelectFilled = true;
 | |
|             this.listBoxLoginID.SelectItemIndex = -1;
 | |
|             this.listBoxLoginID.SelectTextColor = System.Drawing.Color.White;
 | |
|             this.listBoxLoginID.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125)))));
 | |
|             this.listBoxLoginID.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224)))));
 | |
|             this.listBoxLoginID.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
 | |
|             this.listBoxLoginID.SeparationlineVisibleBottom = true;
 | |
|             this.listBoxLoginID.SeparationlineVisibleTop = true;
 | |
|             this.listBoxLoginID.Size = new System.Drawing.Size(99, 502);
 | |
|             this.listBoxLoginID.TabIndex = 132;
 | |
|             this.listBoxLoginID.Text = "smartListBox1";
 | |
|             this.listBoxLoginID.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
 | |
|             this.listBoxLoginID.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             // 
 | |
|             // labelTitleTime
 | |
|             // 
 | |
|             this.labelTitleTime.BackGround = this.smartGroupBox1;
 | |
|             this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.labelTitleTime.BorderColor = System.Drawing.Color.Black;
 | |
|             this.labelTitleTime.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
 | |
|             this.labelTitleTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
 | |
|             this.labelTitleTime.LineSpacing = 1F;
 | |
|             this.labelTitleTime.Location = new System.Drawing.Point(271, 108);
 | |
|             this.labelTitleTime.Name = "labelTitleTime";
 | |
|             this.labelTitleTime.OverlapOptimize = true;
 | |
|             this.labelTitleTime.PasswordChar = '\0';
 | |
|             this.labelTitleTime.Radius = 3;
 | |
|             this.labelTitleTime.RoundRectFillColor = System.Drawing.Color.LightBlue;
 | |
|             this.labelTitleTime.Size = new System.Drawing.Size(80, 29);
 | |
|             this.labelTitleTime.TabIndex = 125;
 | |
|             this.labelTitleTime.Text = "Time";
 | |
|             this.labelTitleTime.TextColor = System.Drawing.Color.White;
 | |
|             this.labelTitleTime.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.labelTitleTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
 | |
|             this.labelTitleTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | |
|             this.labelTitleTime.Wordwrap = false;
 | |
|             // 
 | |
|             // buttonDown
 | |
|             // 
 | |
|             this.buttonDown.BackGround = this.smartGroupBox1;
 | |
|             this.buttonDown.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
 | |
|             this.buttonDown.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.buttonDown.ButtonDownColor = System.Drawing.Color.SlateGray;
 | |
|             this.buttonDown.ButtonImageAutoSize = true;
 | |
|             this.buttonDown.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
 | |
|             this.buttonDown.ButtonText = "▼";
 | |
|             this.buttonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | |
|             this.buttonDown.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
 | |
|             this.buttonDown.GroupID = 0;
 | |
|             this.buttonDown.ImageDisable = null;
 | |
|             this.buttonDown.ImageDown = null;
 | |
|             this.buttonDown.ImageUp = null;
 | |
|             this.buttonDown.Location = new System.Drawing.Point(848, 423);
 | |
|             this.buttonDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | |
|             this.buttonDown.Name = "buttonDown";
 | |
|             this.buttonDown.NestedClickEventPrevent = false;
 | |
|             this.buttonDown.OutlinePixel = 2;
 | |
|             this.buttonDown.OverlapOptimize = true;
 | |
|             this.buttonDown.RepeatInterval = 200;
 | |
|             this.buttonDown.RepeatIntervalAccelerate = null;
 | |
|             this.buttonDown.RoundSize = 10;
 | |
|             this.buttonDown.SafeInterval = 200;
 | |
|             this.buttonDown.Size = new System.Drawing.Size(45, 215);
 | |
|             this.buttonDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | |
|             this.buttonDown.TabIndex = 124;
 | |
|             this.buttonDown.Text = null;
 | |
|             this.buttonDown.TextColor = System.Drawing.Color.White;
 | |
|             this.buttonDown.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.buttonDown.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
 | |
|             this.buttonDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | |
|             this.buttonDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | |
|             this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
 | |
|             // 
 | |
|             // buttonUp
 | |
|             // 
 | |
|             this.buttonUp.BackGround = this.smartGroupBox1;
 | |
|             this.buttonUp.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
 | |
|             this.buttonUp.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.buttonUp.ButtonDownColor = System.Drawing.Color.SlateGray;
 | |
|             this.buttonUp.ButtonImageAutoSize = true;
 | |
|             this.buttonUp.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
 | |
|             this.buttonUp.ButtonText = "▲";
 | |
|             this.buttonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | |
|             this.buttonUp.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
 | |
|             this.buttonUp.GroupID = 0;
 | |
|             this.buttonUp.ImageDisable = null;
 | |
|             this.buttonUp.ImageDown = null;
 | |
|             this.buttonUp.ImageUp = null;
 | |
|             this.buttonUp.Location = new System.Drawing.Point(848, 108);
 | |
|             this.buttonUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | |
|             this.buttonUp.Name = "buttonUp";
 | |
|             this.buttonUp.NestedClickEventPrevent = false;
 | |
|             this.buttonUp.OutlinePixel = 2;
 | |
|             this.buttonUp.OverlapOptimize = true;
 | |
|             this.buttonUp.RepeatInterval = 200;
 | |
|             this.buttonUp.RepeatIntervalAccelerate = null;
 | |
|             this.buttonUp.RoundSize = 10;
 | |
|             this.buttonUp.SafeInterval = 200;
 | |
|             this.buttonUp.Size = new System.Drawing.Size(45, 215);
 | |
|             this.buttonUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | |
|             this.buttonUp.TabIndex = 123;
 | |
|             this.buttonUp.Text = null;
 | |
|             this.buttonUp.TextColor = System.Drawing.Color.White;
 | |
|             this.buttonUp.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.buttonUp.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
 | |
|             this.buttonUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | |
|             this.buttonUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | |
|             this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
 | |
|             // 
 | |
|             // listBoxTime
 | |
|             // 
 | |
|             this.listBoxTime.BackGround = null;
 | |
|             this.listBoxTime.BackGroundColor = System.Drawing.Color.White;
 | |
|             this.listBoxTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.listBoxTime.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle;
 | |
|             this.listBoxTime.ColumnStyles = null;
 | |
|             this.listBoxTime.DataSource = null;
 | |
|             this.listBoxTime.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
 | |
|             this.listBoxTime.ItemOffsetGap = 10;
 | |
|             this.listBoxTime.ItemOffsetX = 1;
 | |
|             this.listBoxTime.ItemOffsetY = 0;
 | |
|             this.listBoxTime.ItemTextOffsetY = 1;
 | |
|             this.listBoxTime.Location = new System.Drawing.Point(271, 136);
 | |
|             this.listBoxTime.MouseMoveEventSpace = 3;
 | |
|             this.listBoxTime.MouseMoveSpace = 10;
 | |
|             this.listBoxTime.Name = "listBoxTime";
 | |
|             this.listBoxTime.OverlapOptimize = true;
 | |
|             this.listBoxTime.ScrollBarBackColor = System.Drawing.Color.DarkGray;
 | |
|             this.listBoxTime.ScrollBarButtonColor = System.Drawing.Color.GhostWhite;
 | |
|             this.listBoxTime.ScrollBarButtonHeight = 15;
 | |
|             this.listBoxTime.ScrollBarButtonImage = null;
 | |
|             this.listBoxTime.ScrollBarButtonRound = 0;
 | |
|             this.listBoxTime.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None;
 | |
|             this.listBoxTime.ScrollButtonHeight = 30;
 | |
|             this.listBoxTime.ScrollButtonWidth = 30;
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.listBoxTime.ScrollDownButton.BackGround = null;
 | |
|             this.listBoxTime.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue;
 | |
|             this.listBoxTime.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.listBoxTime.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
 | |
|             this.listBoxTime.ScrollDownButton.ButtonImageAutoSize = false;
 | |
|             this.listBoxTime.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
 | |
|             this.listBoxTime.ScrollDownButton.ButtonText = "▼";
 | |
|             this.listBoxTime.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | |
|             this.listBoxTime.ScrollDownButton.GroupID = 0;
 | |
|             this.listBoxTime.ScrollDownButton.ImageDisable = null;
 | |
|             this.listBoxTime.ScrollDownButton.ImageDown = null;
 | |
|             this.listBoxTime.ScrollDownButton.ImageUp = null;
 | |
|             this.listBoxTime.ScrollDownButton.Location = new System.Drawing.Point(508, 492);
 | |
|             this.listBoxTime.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | |
|             this.listBoxTime.ScrollDownButton.Name = "SmartListBox_m_butScrollDown";
 | |
|             this.listBoxTime.ScrollDownButton.NestedClickEventPrevent = false;
 | |
|             this.listBoxTime.ScrollDownButton.OutlinePixel = 1;
 | |
|             this.listBoxTime.ScrollDownButton.OverlapOptimize = true;
 | |
|             this.listBoxTime.ScrollDownButton.RepeatInterval = 200;
 | |
|             this.listBoxTime.ScrollDownButton.RepeatIntervalAccelerate = null;
 | |
|             this.listBoxTime.ScrollDownButton.RoundSize = 10;
 | |
|             this.listBoxTime.ScrollDownButton.SafeInterval = 200;
 | |
|             this.listBoxTime.ScrollDownButton.Size = new System.Drawing.Size(30, 30);
 | |
|             this.listBoxTime.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | |
|             this.listBoxTime.ScrollDownButton.TabIndex = 0;
 | |
|             this.listBoxTime.ScrollDownButton.Text = null;
 | |
|             this.listBoxTime.ScrollDownButton.TextColor = System.Drawing.Color.White;
 | |
|             this.listBoxTime.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.listBoxTime.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
 | |
|             this.listBoxTime.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | |
|             this.listBoxTime.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | |
|             this.listBoxTime.ScrollDownButton.Visible = false;
 | |
|             this.listBoxTime.ScrollStep = 1;
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.listBoxTime.ScrollUpButton.BackGround = null;
 | |
|             this.listBoxTime.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue;
 | |
|             this.listBoxTime.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.listBoxTime.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
 | |
|             this.listBoxTime.ScrollUpButton.ButtonImageAutoSize = false;
 | |
|             this.listBoxTime.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
 | |
|             this.listBoxTime.ScrollUpButton.ButtonText = "▲";
 | |
|             this.listBoxTime.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | |
|             this.listBoxTime.ScrollUpButton.GroupID = 0;
 | |
|             this.listBoxTime.ScrollUpButton.ImageDisable = null;
 | |
|             this.listBoxTime.ScrollUpButton.ImageDown = null;
 | |
|             this.listBoxTime.ScrollUpButton.ImageUp = null;
 | |
|             this.listBoxTime.ScrollUpButton.Location = new System.Drawing.Point(508, 2);
 | |
|             this.listBoxTime.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | |
|             this.listBoxTime.ScrollUpButton.Name = "SmartListBox_m_butScrollUp";
 | |
|             this.listBoxTime.ScrollUpButton.NestedClickEventPrevent = false;
 | |
|             this.listBoxTime.ScrollUpButton.OutlinePixel = 1;
 | |
|             this.listBoxTime.ScrollUpButton.OverlapOptimize = true;
 | |
|             this.listBoxTime.ScrollUpButton.RepeatInterval = 200;
 | |
|             this.listBoxTime.ScrollUpButton.RepeatIntervalAccelerate = null;
 | |
|             this.listBoxTime.ScrollUpButton.RoundSize = 10;
 | |
|             this.listBoxTime.ScrollUpButton.SafeInterval = 200;
 | |
|             this.listBoxTime.ScrollUpButton.Size = new System.Drawing.Size(30, 30);
 | |
|             this.listBoxTime.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | |
|             this.listBoxTime.ScrollUpButton.TabIndex = 1;
 | |
|             this.listBoxTime.ScrollUpButton.Text = null;
 | |
|             this.listBoxTime.ScrollUpButton.TextColor = System.Drawing.Color.White;
 | |
|             this.listBoxTime.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.listBoxTime.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
 | |
|             this.listBoxTime.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | |
|             this.listBoxTime.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | |
|             this.listBoxTime.ScrollUpButton.Visible = false;
 | |
|             this.listBoxTime.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184)))));
 | |
|             this.listBoxTime.SelectFilled = true;
 | |
|             this.listBoxTime.SelectItemIndex = -1;
 | |
|             this.listBoxTime.SelectTextColor = System.Drawing.Color.White;
 | |
|             this.listBoxTime.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125)))));
 | |
|             this.listBoxTime.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224)))));
 | |
|             this.listBoxTime.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
 | |
|             this.listBoxTime.SeparationlineVisibleBottom = true;
 | |
|             this.listBoxTime.SeparationlineVisibleTop = true;
 | |
|             this.listBoxTime.Size = new System.Drawing.Size(80, 502);
 | |
|             this.listBoxTime.TabIndex = 122;
 | |
|             this.listBoxTime.Text = "smartListBox1";
 | |
|             this.listBoxTime.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
 | |
|             this.listBoxTime.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             // 
 | |
|             // treeView
 | |
|             // 
 | |
|             this.treeView.Location = new System.Drawing.Point(22, 69);
 | |
|             this.treeView.Name = "treeView";
 | |
|             this.treeView.Size = new System.Drawing.Size(240, 569);
 | |
|             this.treeView.TabIndex = 81;
 | |
|             this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewLogAlarm_AfterSelect);
 | |
|             // 
 | |
|             // labelTitleList
 | |
|             // 
 | |
|             this.labelTitleList.BackGround = this.smartGroupBox1;
 | |
|             this.labelTitleList.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
 | |
|             this.labelTitleList.BorderColor = System.Drawing.Color.Black;
 | |
|             this.labelTitleList.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
 | |
|             this.labelTitleList.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
 | |
|             this.labelTitleList.LineSpacing = 0F;
 | |
|             this.labelTitleList.Location = new System.Drawing.Point(22, 45);
 | |
|             this.labelTitleList.Name = "labelTitleList";
 | |
|             this.labelTitleList.OverlapOptimize = true;
 | |
|             this.labelTitleList.PasswordChar = '\0';
 | |
|             this.labelTitleList.Radius = 3;
 | |
|             this.labelTitleList.RoundRectFillColor = System.Drawing.Color.LightBlue;
 | |
|             this.labelTitleList.Size = new System.Drawing.Size(73, 18);
 | |
|             this.labelTitleList.TabIndex = 88;
 | |
|             this.labelTitleList.Text = "List";
 | |
|             this.labelTitleList.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
 | |
|             this.labelTitleList.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.labelTitleList.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
 | |
|             this.labelTitleList.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | |
|             this.labelTitleList.Wordwrap = false;
 | |
|             // 
 | |
|             // labelTitleFileName
 | |
|             // 
 | |
|             this.labelTitleFileName.BackGround = this.smartGroupBox1;
 | |
|             this.labelTitleFileName.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
 | |
|             this.labelTitleFileName.BorderColor = System.Drawing.Color.Black;
 | |
|             this.labelTitleFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
 | |
|             this.labelTitleFileName.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
 | |
|             this.labelTitleFileName.LineSpacing = 0F;
 | |
|             this.labelTitleFileName.Location = new System.Drawing.Point(271, 45);
 | |
|             this.labelTitleFileName.Name = "labelTitleFileName";
 | |
|             this.labelTitleFileName.OverlapOptimize = true;
 | |
|             this.labelTitleFileName.PasswordChar = '\0';
 | |
|             this.labelTitleFileName.Radius = 3;
 | |
|             this.labelTitleFileName.RoundRectFillColor = System.Drawing.Color.LightBlue;
 | |
|             this.labelTitleFileName.Size = new System.Drawing.Size(541, 18);
 | |
|             this.labelTitleFileName.TabIndex = 87;
 | |
|             this.labelTitleFileName.Text = "File name";
 | |
|             this.labelTitleFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
 | |
|             this.labelTitleFileName.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.labelTitleFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
 | |
|             this.labelTitleFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | |
|             this.labelTitleFileName.Wordwrap = false;
 | |
|             // 
 | |
|             // labelFileName
 | |
|             // 
 | |
|             this.labelFileName.BackGround = this.smartGroupBox1;
 | |
|             this.labelFileName.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66)))));
 | |
|             this.labelFileName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
 | |
|             this.labelFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
 | |
|             this.labelFileName.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
 | |
|             this.labelFileName.LineSpacing = 0F;
 | |
|             this.labelFileName.Location = new System.Drawing.Point(271, 69);
 | |
|             this.labelFileName.Name = "labelFileName";
 | |
|             this.labelFileName.OverlapOptimize = true;
 | |
|             this.labelFileName.PasswordChar = '\0';
 | |
|             this.labelFileName.Radius = 10;
 | |
|             this.labelFileName.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
 | |
|             this.labelFileName.Size = new System.Drawing.Size(541, 33);
 | |
|             this.labelFileName.TabIndex = 85;
 | |
|             this.labelFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
 | |
|             this.labelFileName.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
 | |
|             this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | |
|             this.labelFileName.Wordwrap = false;
 | |
|             // 
 | |
|             // buttonBackup
 | |
|             // 
 | |
|             this.buttonBackup.BackGround = this.smartGroupBox1;
 | |
|             this.buttonBackup.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
 | |
|             this.buttonBackup.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
 | |
|             this.buttonBackup.ButtonDownColor = System.Drawing.Color.SlateGray;
 | |
|             this.buttonBackup.ButtonImageAutoSize = true;
 | |
|             this.buttonBackup.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
 | |
|             this.buttonBackup.ButtonText = "Backup";
 | |
|             this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | |
|             this.buttonBackup.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
 | |
|             this.buttonBackup.GroupID = 0;
 | |
|             this.buttonBackup.ImageDisable = null;
 | |
|             this.buttonBackup.ImageDown = null;
 | |
|             this.buttonBackup.ImageUp = null;
 | |
|             this.buttonBackup.Location = new System.Drawing.Point(818, 69);
 | |
|             this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | |
|             this.buttonBackup.Name = "buttonBackup";
 | |
|             this.buttonBackup.NestedClickEventPrevent = false;
 | |
|             this.buttonBackup.OutlinePixel = 2;
 | |
|             this.buttonBackup.OverlapOptimize = true;
 | |
|             this.buttonBackup.RepeatInterval = 200;
 | |
|             this.buttonBackup.RepeatIntervalAccelerate = null;
 | |
|             this.buttonBackup.RoundSize = 10;
 | |
|             this.buttonBackup.SafeInterval = 200;
 | |
|             this.buttonBackup.Size = new System.Drawing.Size(75, 33);
 | |
|             this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | |
|             this.buttonBackup.TabIndex = 84;
 | |
|             this.buttonBackup.Text = null;
 | |
|             this.buttonBackup.TextColor = System.Drawing.Color.White;
 | |
|             this.buttonBackup.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.buttonBackup.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
 | |
|             this.buttonBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | |
|             this.buttonBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | |
|             this.buttonBackup.Click += new System.EventHandler(this.buttonBackup_Click);
 | |
|             // 
 | |
|             // labelCount
 | |
|             // 
 | |
|             this.labelCount.BackGround = this.smartGroupBox1;
 | |
|             this.labelCount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
 | |
|             this.labelCount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
 | |
|             this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
 | |
|             this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
 | |
|             this.labelCount.LineSpacing = 0F;
 | |
|             this.labelCount.Location = new System.Drawing.Point(101, 45);
 | |
|             this.labelCount.Name = "labelCount";
 | |
|             this.labelCount.OverlapOptimize = true;
 | |
|             this.labelCount.PasswordChar = '\0';
 | |
|             this.labelCount.Radius = 10;
 | |
|             this.labelCount.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
 | |
|             this.labelCount.Size = new System.Drawing.Size(161, 18);
 | |
|             this.labelCount.TabIndex = 83;
 | |
|             this.labelCount.Text = "00";
 | |
|             this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
 | |
|             this.labelCount.TextColorDisable = System.Drawing.Color.Gray;
 | |
|             this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
 | |
|             this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | |
|             this.labelCount.Wordwrap = false;
 | |
|             // 
 | |
|             // smartFile1
 | |
|             // 
 | |
|             this.smartFile1.FilePathName = "";
 | |
|             // 
 | |
|             // ControlMenuLogAlarm
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
 | |
|             this.Controls.Add(this.smartGroupBox1);
 | |
|             this.Name = "ControlMenuLogAlarm";
 | |
|             this.Size = new System.Drawing.Size(909, 664);
 | |
|             this.smartGroupBox1.ResumeLayout(false);
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private SmartX.SmartGroupBox smartGroupBox1;
 | |
|         private SmartX.SmartButton buttonBackup;
 | |
|         private SmartX.SmartLabel labelCount;
 | |
|         private System.Windows.Forms.TreeView treeView;
 | |
|         private SmartX.SmartLabel labelFileName;
 | |
|         private SmartX.SmartLabel labelTitleFileName;
 | |
|         private SmartX.SmartLabel labelTitleList;
 | |
|         private SmartX.SmartFile smartFile1;
 | |
|         private SmartX.SmartListBox listBoxDetail;
 | |
|         private SmartX.SmartListBox listBoxEvent;
 | |
|         private SmartX.SmartListBox listBoxLoginID;
 | |
|         private SmartX.SmartLabel labelTitleDetail;
 | |
|         private SmartX.SmartLabel labelTitleEvent;
 | |
|         private SmartX.SmartLabel labelTitleID;
 | |
|         private SmartX.SmartLabel labelTitleTime;
 | |
|         private SmartX.SmartButton buttonDown;
 | |
|         private SmartX.SmartButton buttonUp;
 | |
|         private SmartX.SmartListBox listBoxTime;
 | |
|         private SmartX.SmartSeparatorLine smartSeparatorLine1;
 | |
|         private SmartX.SmartLabel labelTotalIndex;
 | |
|         private SmartX.SmartLabel labelRemainIndex;
 | |
|     }
 | |
| }
 |