Merge branch 'main' of https://gitlab.com/IntechkoreaLCD/int_pt002 into main
						commit
						db7021ce12
					
				|  | @ -29,13 +29,22 @@ | ||||||
|         private void InitializeComponent() |         private void InitializeComponent() | ||||||
|         { |         { | ||||||
|             this.smartGroupBox1 = new SmartX.SmartGroupBox(); |             this.smartGroupBox1 = new SmartX.SmartGroupBox(); | ||||||
|  |             this.listBoxDetail = new SmartX.SmartListBox(); | ||||||
|  |             this.listBoxEvent = new SmartX.SmartListBox(); | ||||||
|  |             this.listBoxLoginID = new SmartX.SmartListBox(); | ||||||
|  |             this.smartLabel1 = new SmartX.SmartLabel(); | ||||||
|  |             this.smartLabel2 = new SmartX.SmartLabel(); | ||||||
|  |             this.smartLabel8 = new SmartX.SmartLabel(); | ||||||
|  |             this.smartLabel9 = 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.treeView = new System.Windows.Forms.TreeView(); | ||||||
|             this.smartLabel4 = new SmartX.SmartLabel(); |             this.smartLabel4 = new SmartX.SmartLabel(); | ||||||
|             this.smartLabel3 = new SmartX.SmartLabel(); |             this.smartLabel3 = new SmartX.SmartLabel(); | ||||||
|             this.labelFileName = new SmartX.SmartLabel(); |             this.labelFileName = new SmartX.SmartLabel(); | ||||||
|             this.buttonBackup = new SmartX.SmartButton(); |             this.buttonBackup = new SmartX.SmartButton(); | ||||||
|             this.labelCount = new SmartX.SmartLabel(); |             this.labelCount = new SmartX.SmartLabel(); | ||||||
|             this.listBox = new SmartX.SmartListBox(); |  | ||||||
|             this.smartFile1 = new SmartX.SmartFile(); |             this.smartFile1 = new SmartX.SmartFile(); | ||||||
|             this.smartGroupBox1.SuspendLayout(); |             this.smartGroupBox1.SuspendLayout(); | ||||||
|             this.SuspendLayout(); |             this.SuspendLayout(); | ||||||
|  | @ -45,13 +54,22 @@ | ||||||
|             this.smartGroupBox1.BackGround = null; |             this.smartGroupBox1.BackGround = null; | ||||||
|             this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); |             this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); | ||||||
|             this.smartGroupBox1.BackImage = null; |             this.smartGroupBox1.BackImage = null; | ||||||
|  |             this.smartGroupBox1.Controls.Add(this.listBoxDetail); | ||||||
|  |             this.smartGroupBox1.Controls.Add(this.listBoxEvent); | ||||||
|  |             this.smartGroupBox1.Controls.Add(this.listBoxLoginID); | ||||||
|  |             this.smartGroupBox1.Controls.Add(this.smartLabel1); | ||||||
|  |             this.smartGroupBox1.Controls.Add(this.smartLabel2); | ||||||
|  |             this.smartGroupBox1.Controls.Add(this.smartLabel8); | ||||||
|  |             this.smartGroupBox1.Controls.Add(this.smartLabel9); | ||||||
|  |             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.treeView); | ||||||
|             this.smartGroupBox1.Controls.Add(this.smartLabel4); |             this.smartGroupBox1.Controls.Add(this.smartLabel4); | ||||||
|             this.smartGroupBox1.Controls.Add(this.smartLabel3); |             this.smartGroupBox1.Controls.Add(this.smartLabel3); | ||||||
|             this.smartGroupBox1.Controls.Add(this.labelFileName); |             this.smartGroupBox1.Controls.Add(this.labelFileName); | ||||||
|             this.smartGroupBox1.Controls.Add(this.buttonBackup); |             this.smartGroupBox1.Controls.Add(this.buttonBackup); | ||||||
|             this.smartGroupBox1.Controls.Add(this.labelCount); |             this.smartGroupBox1.Controls.Add(this.labelCount); | ||||||
|             this.smartGroupBox1.Controls.Add(this.listBox); |  | ||||||
|             this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); |             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.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); | ||||||
|             this.smartGroupBox1.FrameLineThickness = 2; |             this.smartGroupBox1.FrameLineThickness = 2; | ||||||
|  | @ -65,11 +83,623 @@ | ||||||
|             this.smartGroupBox1.Text = "smartGroupBox1"; |             this.smartGroupBox1.Text = "smartGroupBox1"; | ||||||
|             this.smartGroupBox1.TextColor = System.Drawing.Color.White; |             this.smartGroupBox1.TextColor = System.Drawing.Color.White; | ||||||
|             //  |             //  | ||||||
|  |             // 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; | ||||||
|  |             //  | ||||||
|  |             // smartLabel1 | ||||||
|  |             //  | ||||||
|  |             this.smartLabel1.BackGround = this.smartGroupBox1; | ||||||
|  |             this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|  |             this.smartLabel1.BorderColor = System.Drawing.Color.Black; | ||||||
|  |             this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|  |             this.smartLabel1.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|  |             this.smartLabel1.LineSpacing = 1F; | ||||||
|  |             this.smartLabel1.Location = new System.Drawing.Point(732, 108); | ||||||
|  |             this.smartLabel1.Name = "smartLabel1"; | ||||||
|  |             this.smartLabel1.OverlapOptimize = true; | ||||||
|  |             this.smartLabel1.PasswordChar = '\0'; | ||||||
|  |             this.smartLabel1.Radius = 3; | ||||||
|  |             this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue; | ||||||
|  |             this.smartLabel1.Size = new System.Drawing.Size(110, 29); | ||||||
|  |             this.smartLabel1.TabIndex = 128; | ||||||
|  |             this.smartLabel1.Text = "Detail"; | ||||||
|  |             this.smartLabel1.TextColor = System.Drawing.Color.White; | ||||||
|  |             this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; | ||||||
|  |             this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; | ||||||
|  |             this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; | ||||||
|  |             this.smartLabel1.Wordwrap = false; | ||||||
|  |             //  | ||||||
|  |             // smartLabel2 | ||||||
|  |             //  | ||||||
|  |             this.smartLabel2.BackGround = this.smartGroupBox1; | ||||||
|  |             this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|  |             this.smartLabel2.BorderColor = System.Drawing.Color.Black; | ||||||
|  |             this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|  |             this.smartLabel2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|  |             this.smartLabel2.LineSpacing = 1F; | ||||||
|  |             this.smartLabel2.Location = new System.Drawing.Point(448, 108); | ||||||
|  |             this.smartLabel2.Name = "smartLabel2"; | ||||||
|  |             this.smartLabel2.OverlapOptimize = true; | ||||||
|  |             this.smartLabel2.PasswordChar = '\0'; | ||||||
|  |             this.smartLabel2.Radius = 3; | ||||||
|  |             this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue; | ||||||
|  |             this.smartLabel2.Size = new System.Drawing.Size(285, 29); | ||||||
|  |             this.smartLabel2.TabIndex = 127; | ||||||
|  |             this.smartLabel2.Text = "Event"; | ||||||
|  |             this.smartLabel2.TextColor = System.Drawing.Color.White; | ||||||
|  |             this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; | ||||||
|  |             this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; | ||||||
|  |             this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; | ||||||
|  |             this.smartLabel2.Wordwrap = false; | ||||||
|  |             //  | ||||||
|  |             // smartLabel8 | ||||||
|  |             //  | ||||||
|  |             this.smartLabel8.BackGround = this.smartGroupBox1; | ||||||
|  |             this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|  |             this.smartLabel8.BorderColor = System.Drawing.Color.Black; | ||||||
|  |             this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|  |             this.smartLabel8.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|  |             this.smartLabel8.LineSpacing = 1F; | ||||||
|  |             this.smartLabel8.Location = new System.Drawing.Point(350, 108); | ||||||
|  |             this.smartLabel8.Name = "smartLabel8"; | ||||||
|  |             this.smartLabel8.OverlapOptimize = true; | ||||||
|  |             this.smartLabel8.PasswordChar = '\0'; | ||||||
|  |             this.smartLabel8.Radius = 3; | ||||||
|  |             this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue; | ||||||
|  |             this.smartLabel8.Size = new System.Drawing.Size(99, 29); | ||||||
|  |             this.smartLabel8.TabIndex = 126; | ||||||
|  |             this.smartLabel8.Text = "Login ID"; | ||||||
|  |             this.smartLabel8.TextColor = System.Drawing.Color.White; | ||||||
|  |             this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray; | ||||||
|  |             this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; | ||||||
|  |             this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; | ||||||
|  |             this.smartLabel8.Wordwrap = false; | ||||||
|  |             //  | ||||||
|  |             // smartLabel9 | ||||||
|  |             //  | ||||||
|  |             this.smartLabel9.BackGround = this.smartGroupBox1; | ||||||
|  |             this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|  |             this.smartLabel9.BorderColor = System.Drawing.Color.Black; | ||||||
|  |             this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|  |             this.smartLabel9.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|  |             this.smartLabel9.LineSpacing = 1F; | ||||||
|  |             this.smartLabel9.Location = new System.Drawing.Point(271, 108); | ||||||
|  |             this.smartLabel9.Name = "smartLabel9"; | ||||||
|  |             this.smartLabel9.OverlapOptimize = true; | ||||||
|  |             this.smartLabel9.PasswordChar = '\0'; | ||||||
|  |             this.smartLabel9.Radius = 3; | ||||||
|  |             this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue; | ||||||
|  |             this.smartLabel9.Size = new System.Drawing.Size(80, 29); | ||||||
|  |             this.smartLabel9.TabIndex = 125; | ||||||
|  |             this.smartLabel9.Text = "Time"; | ||||||
|  |             this.smartLabel9.TextColor = System.Drawing.Color.White; | ||||||
|  |             this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray; | ||||||
|  |             this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; | ||||||
|  |             this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; | ||||||
|  |             this.smartLabel9.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, 563); | ||||||
|  |             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, 75); | ||||||
|  |             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, 75); | ||||||
|  |             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 |             // treeView | ||||||
|             //  |             //  | ||||||
|             this.treeView.Location = new System.Drawing.Point(24, 70); |             this.treeView.Location = new System.Drawing.Point(22, 69); | ||||||
|             this.treeView.Name = "treeView"; |             this.treeView.Name = "treeView"; | ||||||
|             this.treeView.Size = new System.Drawing.Size(299, 566); |             this.treeView.Size = new System.Drawing.Size(240, 569); | ||||||
|             this.treeView.TabIndex = 81; |             this.treeView.TabIndex = 81; | ||||||
|             this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewLogAlarm_AfterSelect); |             this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewLogAlarm_AfterSelect); | ||||||
|             //  |             //  | ||||||
|  | @ -80,7 +710,7 @@ | ||||||
|             this.smartLabel4.BorderColor = System.Drawing.Color.Black; |             this.smartLabel4.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; |             this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; | ||||||
|             this.smartLabel4.LineSpacing = 0F; |             this.smartLabel4.LineSpacing = 0F; | ||||||
|             this.smartLabel4.Location = new System.Drawing.Point(24, 49); |             this.smartLabel4.Location = new System.Drawing.Point(22, 45); | ||||||
|             this.smartLabel4.Name = "smartLabel4"; |             this.smartLabel4.Name = "smartLabel4"; | ||||||
|             this.smartLabel4.OverlapOptimize = true; |             this.smartLabel4.OverlapOptimize = true; | ||||||
|             this.smartLabel4.PasswordChar = '\0'; |             this.smartLabel4.PasswordChar = '\0'; | ||||||
|  | @ -102,13 +732,13 @@ | ||||||
|             this.smartLabel3.BorderColor = System.Drawing.Color.Black; |             this.smartLabel3.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; |             this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; | ||||||
|             this.smartLabel3.LineSpacing = 0F; |             this.smartLabel3.LineSpacing = 0F; | ||||||
|             this.smartLabel3.Location = new System.Drawing.Point(333, 49); |             this.smartLabel3.Location = new System.Drawing.Point(271, 45); | ||||||
|             this.smartLabel3.Name = "smartLabel3"; |             this.smartLabel3.Name = "smartLabel3"; | ||||||
|             this.smartLabel3.OverlapOptimize = true; |             this.smartLabel3.OverlapOptimize = true; | ||||||
|             this.smartLabel3.PasswordChar = '\0'; |             this.smartLabel3.PasswordChar = '\0'; | ||||||
|             this.smartLabel3.Radius = 3; |             this.smartLabel3.Radius = 3; | ||||||
|             this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue; |             this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue; | ||||||
|             this.smartLabel3.Size = new System.Drawing.Size(460, 18); |             this.smartLabel3.Size = new System.Drawing.Size(541, 18); | ||||||
|             this.smartLabel3.TabIndex = 87; |             this.smartLabel3.TabIndex = 87; | ||||||
|             this.smartLabel3.Text = "File name"; |             this.smartLabel3.Text = "File name"; | ||||||
|             this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); |             this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); | ||||||
|  | @ -125,13 +755,13 @@ | ||||||
|             this.labelFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; |             this.labelFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; | ||||||
|             this.labelFileName.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); |             this.labelFileName.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); | ||||||
|             this.labelFileName.LineSpacing = 0F; |             this.labelFileName.LineSpacing = 0F; | ||||||
|             this.labelFileName.Location = new System.Drawing.Point(333, 70); |             this.labelFileName.Location = new System.Drawing.Point(271, 69); | ||||||
|             this.labelFileName.Name = "labelFileName"; |             this.labelFileName.Name = "labelFileName"; | ||||||
|             this.labelFileName.OverlapOptimize = true; |             this.labelFileName.OverlapOptimize = true; | ||||||
|             this.labelFileName.PasswordChar = '\0'; |             this.labelFileName.PasswordChar = '\0'; | ||||||
|             this.labelFileName.Radius = 10; |             this.labelFileName.Radius = 10; | ||||||
|             this.labelFileName.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); |             this.labelFileName.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); | ||||||
|             this.labelFileName.Size = new System.Drawing.Size(460, 36); |             this.labelFileName.Size = new System.Drawing.Size(541, 33); | ||||||
|             this.labelFileName.TabIndex = 85; |             this.labelFileName.TabIndex = 85; | ||||||
|             this.labelFileName.Text = "00"; |             this.labelFileName.Text = "00"; | ||||||
|             this.labelFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); |             this.labelFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); | ||||||
|  | @ -143,19 +773,18 @@ | ||||||
|             // buttonBackup |             // buttonBackup | ||||||
|             //  |             //  | ||||||
|             this.buttonBackup.BackGround = this.smartGroupBox1; |             this.buttonBackup.BackGround = this.smartGroupBox1; | ||||||
|             this.buttonBackup.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(53))))); |             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)(226)))), ((int)(((byte)(155)))), ((int)(((byte)(110))))); |             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.ButtonDownColor = System.Drawing.Color.SlateGray; | ||||||
|             this.buttonBackup.ButtonImageAutoSize = true; |             this.buttonBackup.ButtonImageAutoSize = true; | ||||||
|             this.buttonBackup.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; |             this.buttonBackup.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; | ||||||
|             this.buttonBackup.ButtonText = "Backup"; |             this.buttonBackup.ButtonText = "Backup"; | ||||||
|             this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |             this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | ||||||
|             this.buttonBackup.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); |  | ||||||
|             this.buttonBackup.GroupID = 0; |             this.buttonBackup.GroupID = 0; | ||||||
|             this.buttonBackup.ImageDisable = null; |             this.buttonBackup.ImageDisable = null; | ||||||
|             this.buttonBackup.ImageDown = null; |             this.buttonBackup.ImageDown = null; | ||||||
|             this.buttonBackup.ImageUp = null; |             this.buttonBackup.ImageUp = null; | ||||||
|             this.buttonBackup.Location = new System.Drawing.Point(799, 65); |             this.buttonBackup.Location = new System.Drawing.Point(818, 69); | ||||||
|             this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; |             this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; | ||||||
|             this.buttonBackup.Name = "buttonBackup"; |             this.buttonBackup.Name = "buttonBackup"; | ||||||
|             this.buttonBackup.NestedClickEventPrevent = false; |             this.buttonBackup.NestedClickEventPrevent = false; | ||||||
|  | @ -165,15 +794,16 @@ | ||||||
|             this.buttonBackup.RepeatIntervalAccelerate = null; |             this.buttonBackup.RepeatIntervalAccelerate = null; | ||||||
|             this.buttonBackup.RoundSize = 10; |             this.buttonBackup.RoundSize = 10; | ||||||
|             this.buttonBackup.SafeInterval = 200; |             this.buttonBackup.SafeInterval = 200; | ||||||
|             this.buttonBackup.Size = new System.Drawing.Size(90, 41); |             this.buttonBackup.Size = new System.Drawing.Size(75, 33); | ||||||
|             this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |             this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | ||||||
|             this.buttonBackup.TabIndex = 84; |             this.buttonBackup.TabIndex = 84; | ||||||
|             this.buttonBackup.Text = null; |             this.buttonBackup.Text = null; | ||||||
|             this.buttonBackup.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); |             this.buttonBackup.TextColor = System.Drawing.Color.White; | ||||||
|             this.buttonBackup.TextColorDisable = System.Drawing.Color.Gray; |             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.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); | ||||||
|             this.buttonBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; |             this.buttonBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; | ||||||
|             this.buttonBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; |             this.buttonBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; | ||||||
|  |             this.buttonBackup.Click += new System.EventHandler(this.buttonBackup_Click); | ||||||
|             //  |             //  | ||||||
|             // labelCount |             // labelCount | ||||||
|             //  |             //  | ||||||
|  | @ -183,13 +813,13 @@ | ||||||
|             this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None; |             this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None; | ||||||
|             this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); |             this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|             this.labelCount.LineSpacing = 0F; |             this.labelCount.LineSpacing = 0F; | ||||||
|             this.labelCount.Location = new System.Drawing.Point(75, 49); |             this.labelCount.Location = new System.Drawing.Point(75, 45); | ||||||
|             this.labelCount.Name = "labelCount"; |             this.labelCount.Name = "labelCount"; | ||||||
|             this.labelCount.OverlapOptimize = true; |             this.labelCount.OverlapOptimize = true; | ||||||
|             this.labelCount.PasswordChar = '\0'; |             this.labelCount.PasswordChar = '\0'; | ||||||
|             this.labelCount.Radius = 10; |             this.labelCount.Radius = 10; | ||||||
|             this.labelCount.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); |             this.labelCount.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); | ||||||
|             this.labelCount.Size = new System.Drawing.Size(248, 18); |             this.labelCount.Size = new System.Drawing.Size(187, 18); | ||||||
|             this.labelCount.TabIndex = 83; |             this.labelCount.TabIndex = 83; | ||||||
|             this.labelCount.Text = "00"; |             this.labelCount.Text = "00"; | ||||||
|             this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); |             this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); | ||||||
|  | @ -198,116 +828,6 @@ | ||||||
|             this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; |             this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; | ||||||
|             this.labelCount.Wordwrap = false; |             this.labelCount.Wordwrap = false; | ||||||
|             //  |             //  | ||||||
|             // listBox |  | ||||||
|             //  |  | ||||||
|             this.listBox.BackGround = null; |  | ||||||
|             this.listBox.BackGroundColor = System.Drawing.Color.White; |  | ||||||
|             this.listBox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |  | ||||||
|             this.listBox.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; |  | ||||||
|             this.listBox.ColumnStyles = null; |  | ||||||
|             this.listBox.DataSource = null; |  | ||||||
|             this.listBox.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; |  | ||||||
|             this.listBox.ItemOffsetGap = 10; |  | ||||||
|             this.listBox.ItemOffsetX = 1; |  | ||||||
|             this.listBox.ItemOffsetY = 0; |  | ||||||
|             this.listBox.ItemTextOffsetY = 1; |  | ||||||
|             this.listBox.Location = new System.Drawing.Point(333, 112); |  | ||||||
|             this.listBox.MouseMoveEventSpace = 3; |  | ||||||
|             this.listBox.MouseMoveSpace = 10; |  | ||||||
|             this.listBox.Name = "listBox"; |  | ||||||
|             this.listBox.OverlapOptimize = true; |  | ||||||
|             this.listBox.ScrollBarBackColor = System.Drawing.Color.DarkGray; |  | ||||||
|             this.listBox.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; |  | ||||||
|             this.listBox.ScrollBarButtonHeight = 15; |  | ||||||
|             this.listBox.ScrollBarButtonImage = null; |  | ||||||
|             this.listBox.ScrollBarButtonRound = 0; |  | ||||||
|             this.listBox.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.ScrollBar; |  | ||||||
|             this.listBox.ScrollButtonHeight = 30; |  | ||||||
|             this.listBox.ScrollButtonWidth = 30; |  | ||||||
|             //  |  | ||||||
|             //  |  | ||||||
|             //  |  | ||||||
|             this.listBox.ScrollDownButton.BackGround = null; |  | ||||||
|             this.listBox.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; |  | ||||||
|             this.listBox.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |  | ||||||
|             this.listBox.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); |  | ||||||
|             this.listBox.ScrollDownButton.ButtonImageAutoSize = false; |  | ||||||
|             this.listBox.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; |  | ||||||
|             this.listBox.ScrollDownButton.ButtonText = "▼"; |  | ||||||
|             this.listBox.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |  | ||||||
|             this.listBox.ScrollDownButton.GroupID = 0; |  | ||||||
|             this.listBox.ScrollDownButton.ImageDisable = null; |  | ||||||
|             this.listBox.ScrollDownButton.ImageDown = null; |  | ||||||
|             this.listBox.ScrollDownButton.ImageUp = null; |  | ||||||
|             this.listBox.ScrollDownButton.Location = new System.Drawing.Point(524, 492); |  | ||||||
|             this.listBox.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; |  | ||||||
|             this.listBox.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; |  | ||||||
|             this.listBox.ScrollDownButton.NestedClickEventPrevent = false; |  | ||||||
|             this.listBox.ScrollDownButton.OutlinePixel = 1; |  | ||||||
|             this.listBox.ScrollDownButton.OverlapOptimize = true; |  | ||||||
|             this.listBox.ScrollDownButton.RepeatInterval = 200; |  | ||||||
|             this.listBox.ScrollDownButton.RepeatIntervalAccelerate = null; |  | ||||||
|             this.listBox.ScrollDownButton.RoundSize = 10; |  | ||||||
|             this.listBox.ScrollDownButton.SafeInterval = 200; |  | ||||||
|             this.listBox.ScrollDownButton.Size = new System.Drawing.Size(30, 30); |  | ||||||
|             this.listBox.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |  | ||||||
|             this.listBox.ScrollDownButton.TabIndex = 0; |  | ||||||
|             this.listBox.ScrollDownButton.Text = null; |  | ||||||
|             this.listBox.ScrollDownButton.TextColor = System.Drawing.Color.White; |  | ||||||
|             this.listBox.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; |  | ||||||
|             this.listBox.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); |  | ||||||
|             this.listBox.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; |  | ||||||
|             this.listBox.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; |  | ||||||
|             this.listBox.ScrollStep = 1; |  | ||||||
|             //  |  | ||||||
|             //  |  | ||||||
|             //  |  | ||||||
|             this.listBox.ScrollUpButton.BackGround = null; |  | ||||||
|             this.listBox.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; |  | ||||||
|             this.listBox.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |  | ||||||
|             this.listBox.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); |  | ||||||
|             this.listBox.ScrollUpButton.ButtonImageAutoSize = false; |  | ||||||
|             this.listBox.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; |  | ||||||
|             this.listBox.ScrollUpButton.ButtonText = "▲"; |  | ||||||
|             this.listBox.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |  | ||||||
|             this.listBox.ScrollUpButton.GroupID = 0; |  | ||||||
|             this.listBox.ScrollUpButton.ImageDisable = null; |  | ||||||
|             this.listBox.ScrollUpButton.ImageDown = null; |  | ||||||
|             this.listBox.ScrollUpButton.ImageUp = null; |  | ||||||
|             this.listBox.ScrollUpButton.Location = new System.Drawing.Point(524, 2); |  | ||||||
|             this.listBox.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; |  | ||||||
|             this.listBox.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; |  | ||||||
|             this.listBox.ScrollUpButton.NestedClickEventPrevent = false; |  | ||||||
|             this.listBox.ScrollUpButton.OutlinePixel = 1; |  | ||||||
|             this.listBox.ScrollUpButton.OverlapOptimize = true; |  | ||||||
|             this.listBox.ScrollUpButton.RepeatInterval = 200; |  | ||||||
|             this.listBox.ScrollUpButton.RepeatIntervalAccelerate = null; |  | ||||||
|             this.listBox.ScrollUpButton.RoundSize = 10; |  | ||||||
|             this.listBox.ScrollUpButton.SafeInterval = 200; |  | ||||||
|             this.listBox.ScrollUpButton.Size = new System.Drawing.Size(30, 30); |  | ||||||
|             this.listBox.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |  | ||||||
|             this.listBox.ScrollUpButton.TabIndex = 1; |  | ||||||
|             this.listBox.ScrollUpButton.Text = null; |  | ||||||
|             this.listBox.ScrollUpButton.TextColor = System.Drawing.Color.White; |  | ||||||
|             this.listBox.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; |  | ||||||
|             this.listBox.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); |  | ||||||
|             this.listBox.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; |  | ||||||
|             this.listBox.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; |  | ||||||
|             this.listBox.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); |  | ||||||
|             this.listBox.SelectFilled = true; |  | ||||||
|             this.listBox.SelectItemIndex = -1; |  | ||||||
|             this.listBox.SelectTextColor = System.Drawing.Color.White; |  | ||||||
|             this.listBox.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125))))); |  | ||||||
|             this.listBox.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); |  | ||||||
|             this.listBox.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; |  | ||||||
|             this.listBox.SeparationlineVisibleBottom = true; |  | ||||||
|             this.listBox.SeparationlineVisibleTop = true; |  | ||||||
|             this.listBox.Size = new System.Drawing.Size(556, 524); |  | ||||||
|             this.listBox.TabIndex = 82; |  | ||||||
|             this.listBox.Text = "smartListBox1"; |  | ||||||
|             this.listBox.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |  | ||||||
|             this.listBox.TextColorDisable = System.Drawing.Color.Gray; |  | ||||||
|             //  |  | ||||||
|             // smartFile1 |             // smartFile1 | ||||||
|             //  |             //  | ||||||
|             this.smartFile1.FilePathName = ""; |             this.smartFile1.FilePathName = ""; | ||||||
|  | @ -329,11 +849,20 @@ | ||||||
|         private SmartX.SmartGroupBox smartGroupBox1; |         private SmartX.SmartGroupBox smartGroupBox1; | ||||||
|         private SmartX.SmartButton buttonBackup; |         private SmartX.SmartButton buttonBackup; | ||||||
|         private SmartX.SmartLabel labelCount; |         private SmartX.SmartLabel labelCount; | ||||||
|         private SmartX.SmartListBox listBox; |  | ||||||
|         private System.Windows.Forms.TreeView treeView; |         private System.Windows.Forms.TreeView treeView; | ||||||
|         private SmartX.SmartLabel labelFileName; |         private SmartX.SmartLabel labelFileName; | ||||||
|         private SmartX.SmartLabel smartLabel3; |         private SmartX.SmartLabel smartLabel3; | ||||||
|         private SmartX.SmartLabel smartLabel4; |         private SmartX.SmartLabel smartLabel4; | ||||||
|         private SmartX.SmartFile smartFile1; |         private SmartX.SmartFile smartFile1; | ||||||
|  |         private SmartX.SmartListBox listBoxDetail; | ||||||
|  |         private SmartX.SmartListBox listBoxEvent; | ||||||
|  |         private SmartX.SmartListBox listBoxLoginID; | ||||||
|  |         private SmartX.SmartLabel smartLabel1; | ||||||
|  |         private SmartX.SmartLabel smartLabel2; | ||||||
|  |         private SmartX.SmartLabel smartLabel8; | ||||||
|  |         private SmartX.SmartLabel smartLabel9; | ||||||
|  |         private SmartX.SmartButton buttonDown; | ||||||
|  |         private SmartX.SmartButton buttonUp; | ||||||
|  |         private SmartX.SmartListBox listBoxTime; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -7,6 +7,7 @@ using System.Data; | ||||||
| using System.Text; | using System.Text; | ||||||
| using System.Windows.Forms; | using System.Windows.Forms; | ||||||
| using System.IO; | using System.IO; | ||||||
|  | using System.Collections.ObjectModel; | ||||||
| 
 | 
 | ||||||
| using INT_PT002.Forms; | using INT_PT002.Forms; | ||||||
| using INT_PT002.DataStore; | using INT_PT002.DataStore; | ||||||
|  | @ -19,8 +20,9 @@ namespace INT_PT002.Controls | ||||||
|         #region Field |         #region Field | ||||||
|         private FormMenu m_ParentForm; |         private FormMenu m_ParentForm; | ||||||
| 
 | 
 | ||||||
|         private Define.E_DataType SelecteDataType; |         private Define.E_DataType CurrentDataType; | ||||||
|         private List<DataBackupYear> ListAlarmFile; |         private List<DataBackupYear> ListAlarmFile; | ||||||
|  |         private Collection<SmartX.SmartListBox> CollectionListBox; | ||||||
|         #endregion |         #endregion | ||||||
| 
 | 
 | ||||||
|         #region Constructor |         #region Constructor | ||||||
|  | @ -50,9 +52,16 @@ namespace INT_PT002.Controls | ||||||
|         } |         } | ||||||
|         private void DefaultSetting() |         private void DefaultSetting() | ||||||
|         { |         { | ||||||
|             this.SelecteDataType = Define.E_DataType.None; |             this.CurrentDataType = Define.E_DataType.Alarm; | ||||||
| 
 | 
 | ||||||
|             this.ListAlarmFile = new List<DataBackupYear>(); |             this.ListAlarmFile = new List<DataBackupYear>(); | ||||||
|  | 
 | ||||||
|  |             this.CollectionListBox = new Collection<SmartX.SmartListBox>(); | ||||||
|  |             this.CollectionListBox.Clear(); | ||||||
|  |             this.CollectionListBox.Add(this.listBoxTime); | ||||||
|  |             this.CollectionListBox.Add(this.listBoxLoginID); | ||||||
|  |             this.CollectionListBox.Add(this.listBoxEvent); | ||||||
|  |             this.CollectionListBox.Add(this.listBoxDetail); | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|         public void LoadFile(string fullFilePath) |         public void LoadFile(string fullFilePath) | ||||||
|  | @ -71,7 +80,7 @@ namespace INT_PT002.Controls | ||||||
|                 long lineNum = this.smartFile1.StringType.GetCount(); |                 long lineNum = this.smartFile1.StringType.GetCount(); | ||||||
|                 for (int i = 1; i < lineNum; i++) |                 for (int i = 1; i < lineNum; i++) | ||||||
|                 { |                 { | ||||||
|                     this.listBox.AddItem(this.smartFile1.StringType.ReadBuffer(i)); |                     this.UpdateListBoxDataDisplay(this.smartFile1.StringType.ReadBuffer(i)); | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             catch |             catch | ||||||
|  | @ -84,6 +93,17 @@ namespace INT_PT002.Controls | ||||||
| 
 | 
 | ||||||
|             this.smartFile1.Close(); |             this.smartFile1.Close(); | ||||||
|         } |         } | ||||||
|  |         private void UpdateListBoxDataDisplay(string data) | ||||||
|  |         { | ||||||
|  |             if (data.Contains(",") == false) | ||||||
|  |                 return; | ||||||
|  | 
 | ||||||
|  |             string[] sb = data.Split(','); | ||||||
|  | 
 | ||||||
|  |             // Date-생략, Time, LoginID, Event, Detail | ||||||
|  |             for (int i = 0; i < this.CollectionListBox.Count; i++) | ||||||
|  |                 this.CollectionListBox[i].AddItem(sb[i + 1]); | ||||||
|  |         } | ||||||
|         private void UpdateDisplayFile() |         private void UpdateDisplayFile() | ||||||
|         { |         { | ||||||
|             int fileCount = 0; |             int fileCount = 0; | ||||||
|  | @ -194,8 +214,6 @@ namespace INT_PT002.Controls | ||||||
|             this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplayMode = Define.E_DisplayModeStore.LogAlarm; |             this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplayMode = Define.E_DisplayModeStore.LogAlarm; | ||||||
|             this.ParentForm.ParentForm.SetDisplayMode(Define.E_EquipmentMode.Menu); |             this.ParentForm.ParentForm.SetDisplayMode(Define.E_EquipmentMode.Menu); | ||||||
| 
 | 
 | ||||||
|             this.SelecteDataType = Define.E_DataType.None; |  | ||||||
| 
 |  | ||||||
|             this.UpdateDisplayFile(); |             this.UpdateDisplayFile(); | ||||||
|             this.treeView.ExpandAll(); |             this.treeView.ExpandAll(); | ||||||
| 
 | 
 | ||||||
|  | @ -212,8 +230,26 @@ namespace INT_PT002.Controls | ||||||
|         private void treeViewLogAlarm_AfterSelect(object sender, TreeViewEventArgs e) |         private void treeViewLogAlarm_AfterSelect(object sender, TreeViewEventArgs e) | ||||||
|         { |         { | ||||||
|             this.labelFileName.Text = e.Node.Text; |             this.labelFileName.Text = e.Node.Text; | ||||||
|             this.LoadFile(this.ParentForm.ParentForm.PathDataInspectionFolder + this.treeView.SelectedNode.FullPath); |             for (int i = 0; i < this.CollectionListBox.Count; i++) | ||||||
|  |                 this.CollectionListBox[i].ClearAll(); | ||||||
|  |             this.LoadFile(this.ParentForm.ParentForm.PathDataAlarmFolder + this.treeView.SelectedNode.FullPath); | ||||||
|  |         } | ||||||
|  | 
 | ||||||
|  |         private void buttonUp_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             for (int i = 0; i < this.CollectionListBox.Count; i++) | ||||||
|  |                 this.CollectionListBox[i].ScrollUp(); | ||||||
|  |         } | ||||||
|  |         private void buttonDown_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             for (int i = 0; i < this.CollectionListBox.Count; i++) | ||||||
|  |                 this.CollectionListBox[i].ScrollDown(); | ||||||
|         } |         } | ||||||
|         #endregion |         #endregion | ||||||
|  | 
 | ||||||
|  |         private void buttonBackup_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  | 
 | ||||||
|  |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -118,10 +118,10 @@ | ||||||
|     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||
|   </resheader> |   </resheader> | ||||||
|   <metadata name="smartFile1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="smartFile1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|     <value>17, 17</value> |     <value>18, 7</value> | ||||||
|   </metadata> |   </metadata> | ||||||
|   <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |   <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|     <value>53</value> |     <value>35</value> | ||||||
|   </metadata> |   </metadata> | ||||||
|   <metadata name="$this.FormFactorShadowProperty" xml:space="preserve"> |   <metadata name="$this.FormFactorShadowProperty" xml:space="preserve"> | ||||||
|     <value>WEBPAD</value> |     <value>WEBPAD</value> | ||||||
|  |  | ||||||
											
												
													File diff suppressed because it is too large
													Load Diff
												
											
										
									
								|  | @ -6,6 +6,7 @@ using System.Drawing; | ||||||
| using System.Data; | using System.Data; | ||||||
| using System.Text; | using System.Text; | ||||||
| using System.Windows.Forms; | using System.Windows.Forms; | ||||||
|  | using System.Collections.ObjectModel; | ||||||
| using System.IO; | using System.IO; | ||||||
| 
 | 
 | ||||||
| using SmartX; | using SmartX; | ||||||
|  | @ -20,8 +21,9 @@ namespace INT_PT002.Controls | ||||||
|         #region Field |         #region Field | ||||||
|         private FormMenu m_ParentForm; |         private FormMenu m_ParentForm; | ||||||
| 
 | 
 | ||||||
|         private Define.E_DataType SelecteDataType; |         private Define.E_DataType CurrentDataType; | ||||||
|         private List<DataBackupYear> ListHistoryFile; |         private List<DataBackupYear> ListHistoryFile; | ||||||
|  |         private Collection<SmartX.SmartListBox> CollectionListBox; | ||||||
|         #endregion |         #endregion | ||||||
| 
 | 
 | ||||||
|         #region Constructor |         #region Constructor | ||||||
|  | @ -51,9 +53,19 @@ namespace INT_PT002.Controls | ||||||
|         } |         } | ||||||
|         private void DefaultSetting() |         private void DefaultSetting() | ||||||
|         { |         { | ||||||
|             this.SelecteDataType = Define.E_DataType.None; |             this.CurrentDataType = Define.E_DataType.History; | ||||||
| 
 | 
 | ||||||
|             this.ListHistoryFile = new List<DataBackupYear>(); |             this.ListHistoryFile = new List<DataBackupYear>(); | ||||||
|  | 
 | ||||||
|  |             this.CollectionListBox = new Collection<SmartX.SmartListBox>(); | ||||||
|  |             this.CollectionListBox.Clear(); | ||||||
|  |             this.CollectionListBox.Add(this.listBoxTime); | ||||||
|  |             this.CollectionListBox.Add(this.listBoxLoginID); | ||||||
|  |             this.CollectionListBox.Add(this.listBoxEvent); | ||||||
|  |             this.CollectionListBox.Add(this.listBoxDetail); | ||||||
|  |             this.CollectionListBox.Add(this.listBoxBefore); | ||||||
|  |             this.CollectionListBox.Add(this.listBoxAfter); | ||||||
|  |             this.CollectionListBox.Add(this.listBoxType); | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|         public void LoadFile(string fullFilePath) |         public void LoadFile(string fullFilePath) | ||||||
|  | @ -72,7 +84,7 @@ namespace INT_PT002.Controls | ||||||
|                 long lineNum = this.smartFile1.StringType.GetCount(); |                 long lineNum = this.smartFile1.StringType.GetCount(); | ||||||
|                 for (int i = 1; i < lineNum; i++) |                 for (int i = 1; i < lineNum; i++) | ||||||
|                 { |                 { | ||||||
|                     this.listBox.AddItem(this.smartFile1.StringType.ReadBuffer(i)); |                     this.UpdateListBoxDataDisplay(this.smartFile1.StringType.ReadBuffer(i)); | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             catch |             catch | ||||||
|  | @ -85,6 +97,17 @@ namespace INT_PT002.Controls | ||||||
| 
 | 
 | ||||||
|             this.smartFile1.Close(); |             this.smartFile1.Close(); | ||||||
|         } |         } | ||||||
|  |         private void UpdateListBoxDataDisplay(string data) | ||||||
|  |         { | ||||||
|  |             if (data.Contains(",") == false) | ||||||
|  |                 return; | ||||||
|  | 
 | ||||||
|  |             string[] sb = data.Split(','); | ||||||
|  | 
 | ||||||
|  |             // Date-생략, Time, LoginID, Event, Detail, Before, After, Type | ||||||
|  |             for (int i = 0; i < this.CollectionListBox.Count; i++) | ||||||
|  |                 this.CollectionListBox[i].AddItem(sb[i + 1]); | ||||||
|  |         } | ||||||
|         private void UpdateDisplayFile() |         private void UpdateDisplayFile() | ||||||
|         { |         { | ||||||
|             int fileCount = 0; |             int fileCount = 0; | ||||||
|  | @ -194,8 +217,6 @@ namespace INT_PT002.Controls | ||||||
|             this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplayMode = Define.E_DisplayModeStore.LogHistory; |             this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplayMode = Define.E_DisplayModeStore.LogHistory; | ||||||
|             this.ParentForm.ParentForm.SetDisplayMode(Define.E_EquipmentMode.Menu); |             this.ParentForm.ParentForm.SetDisplayMode(Define.E_EquipmentMode.Menu); | ||||||
| 
 | 
 | ||||||
|             this.SelecteDataType = Define.E_DataType.None; |  | ||||||
| 
 |  | ||||||
|             this.UpdateDisplayFile(); |             this.UpdateDisplayFile(); | ||||||
|             this.treeView.ExpandAll(); |             this.treeView.ExpandAll(); | ||||||
| 
 | 
 | ||||||
|  | @ -212,8 +233,26 @@ namespace INT_PT002.Controls | ||||||
|         private void treeViewHistory_AfterSelect(object sender, TreeViewEventArgs e) |         private void treeViewHistory_AfterSelect(object sender, TreeViewEventArgs e) | ||||||
|         { |         { | ||||||
|             this.labelFileName.Text = e.Node.Text; |             this.labelFileName.Text = e.Node.Text; | ||||||
|  |             for (int i = 0; i < this.CollectionListBox.Count; i++) | ||||||
|  |                 this.CollectionListBox[i].ClearAll(); | ||||||
|             this.LoadFile(this.ParentForm.ParentForm.PathDataHistoryFolder + this.treeView.SelectedNode.FullPath); |             this.LoadFile(this.ParentForm.ParentForm.PathDataHistoryFolder + this.treeView.SelectedNode.FullPath); | ||||||
|         } |         } | ||||||
|  | 
 | ||||||
|  |         private void buttonUp_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             for (int i = 0; i < this.CollectionListBox.Count; i++) | ||||||
|  |                 this.CollectionListBox[i].ScrollUp(); | ||||||
|  |         } | ||||||
|  |         private void buttonDown_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             for (int i = 0; i < this.CollectionListBox.Count; i++) | ||||||
|  |                 this.CollectionListBox[i].ScrollDown(); | ||||||
|  |         } | ||||||
|         #endregion |         #endregion | ||||||
|  | 
 | ||||||
|  |         private void buttonBackup_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  | 
 | ||||||
|  |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -52,11 +52,10 @@ | ||||||
|             this.labelLeakCount2 = new SmartX.SmartLabel(); |             this.labelLeakCount2 = new SmartX.SmartLabel(); | ||||||
|             this.labelPassCount1 = new SmartX.SmartLabel(); |             this.labelPassCount1 = new SmartX.SmartLabel(); | ||||||
|             this.labelLeakCount1 = new SmartX.SmartLabel(); |             this.labelLeakCount1 = new SmartX.SmartLabel(); | ||||||
|             this.labelPath = new SmartX.SmartLabel(); |             this.labelFileName = new SmartX.SmartLabel(); | ||||||
|             this.buttonDown = new SmartX.SmartButton(); |             this.buttonDown = new SmartX.SmartButton(); | ||||||
|             this.buttonUp = new SmartX.SmartButton(); |             this.buttonUp = new SmartX.SmartButton(); | ||||||
|             this.treeViewInspection = new System.Windows.Forms.TreeView(); |             this.treeViewInspection = new System.Windows.Forms.TreeView(); | ||||||
|             this.buttonRemove = new SmartX.SmartButton(); |  | ||||||
|             this.smartLabel11 = new SmartX.SmartLabel(); |             this.smartLabel11 = new SmartX.SmartLabel(); | ||||||
|             this.smartLabel10 = new SmartX.SmartLabel(); |             this.smartLabel10 = new SmartX.SmartLabel(); | ||||||
|             this.smartLabel9 = new SmartX.SmartLabel(); |             this.smartLabel9 = new SmartX.SmartLabel(); | ||||||
|  | @ -81,14 +80,18 @@ | ||||||
|             this.buttonBackup = new SmartX.SmartButton(); |             this.buttonBackup = new SmartX.SmartButton(); | ||||||
|             this.listBoxTime = new SmartX.SmartListBox(); |             this.listBoxTime = new SmartX.SmartListBox(); | ||||||
|             this.smartFile1 = new SmartX.SmartFile(); |             this.smartFile1 = new SmartX.SmartFile(); | ||||||
|  |             this.smartLabel12 = new SmartX.SmartLabel(); | ||||||
|  |             this.smartLabel13 = new SmartX.SmartLabel(); | ||||||
|             this.smartGroupBox1.SuspendLayout(); |             this.smartGroupBox1.SuspendLayout(); | ||||||
|             this.SuspendLayout(); |             this.SuspendLayout(); | ||||||
|             //  |             //  | ||||||
|             // smartGroupBox1 |             // smartGroupBox1 | ||||||
|             //  |             //  | ||||||
|             this.smartGroupBox1.BackGround = null; |             this.smartGroupBox1.BackGround = null; | ||||||
|             this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |             this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); | ||||||
|             this.smartGroupBox1.BackImage = null; |             this.smartGroupBox1.BackImage = null; | ||||||
|  |             this.smartGroupBox1.Controls.Add(this.smartLabel13); | ||||||
|  |             this.smartGroupBox1.Controls.Add(this.smartLabel12); | ||||||
|             this.smartGroupBox1.Controls.Add(this.labelCount); |             this.smartGroupBox1.Controls.Add(this.labelCount); | ||||||
|             this.smartGroupBox1.Controls.Add(this.smartLabel32); |             this.smartGroupBox1.Controls.Add(this.smartLabel32); | ||||||
|             this.smartGroupBox1.Controls.Add(this.smartLabel33); |             this.smartGroupBox1.Controls.Add(this.smartLabel33); | ||||||
|  | @ -112,11 +115,10 @@ | ||||||
|             this.smartGroupBox1.Controls.Add(this.labelLeakCount2); |             this.smartGroupBox1.Controls.Add(this.labelLeakCount2); | ||||||
|             this.smartGroupBox1.Controls.Add(this.labelPassCount1); |             this.smartGroupBox1.Controls.Add(this.labelPassCount1); | ||||||
|             this.smartGroupBox1.Controls.Add(this.labelLeakCount1); |             this.smartGroupBox1.Controls.Add(this.labelLeakCount1); | ||||||
|             this.smartGroupBox1.Controls.Add(this.labelPath); |             this.smartGroupBox1.Controls.Add(this.labelFileName); | ||||||
|             this.smartGroupBox1.Controls.Add(this.buttonDown); |             this.smartGroupBox1.Controls.Add(this.buttonDown); | ||||||
|             this.smartGroupBox1.Controls.Add(this.buttonUp); |             this.smartGroupBox1.Controls.Add(this.buttonUp); | ||||||
|             this.smartGroupBox1.Controls.Add(this.treeViewInspection); |             this.smartGroupBox1.Controls.Add(this.treeViewInspection); | ||||||
|             this.smartGroupBox1.Controls.Add(this.buttonRemove); |  | ||||||
|             this.smartGroupBox1.Controls.Add(this.smartLabel11); |             this.smartGroupBox1.Controls.Add(this.smartLabel11); | ||||||
|             this.smartGroupBox1.Controls.Add(this.smartLabel10); |             this.smartGroupBox1.Controls.Add(this.smartLabel10); | ||||||
|             this.smartGroupBox1.Controls.Add(this.smartLabel9); |             this.smartGroupBox1.Controls.Add(this.smartLabel9); | ||||||
|  | @ -140,8 +142,8 @@ | ||||||
|             this.smartGroupBox1.Controls.Add(this.listBox1); |             this.smartGroupBox1.Controls.Add(this.listBox1); | ||||||
|             this.smartGroupBox1.Controls.Add(this.buttonBackup); |             this.smartGroupBox1.Controls.Add(this.buttonBackup); | ||||||
|             this.smartGroupBox1.Controls.Add(this.listBoxTime); |             this.smartGroupBox1.Controls.Add(this.listBoxTime); | ||||||
|             this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             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)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); | ||||||
|             this.smartGroupBox1.FrameLineThickness = 2; |             this.smartGroupBox1.FrameLineThickness = 2; | ||||||
|             this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; |             this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; | ||||||
|             this.smartGroupBox1.HeaderHeightOffset = 9; |             this.smartGroupBox1.HeaderHeightOffset = 9; | ||||||
|  | @ -156,21 +158,21 @@ | ||||||
|             // labelCount |             // labelCount | ||||||
|             //  |             //  | ||||||
|             this.labelCount.BackGround = this.smartGroupBox1; |             this.labelCount.BackGround = this.smartGroupBox1; | ||||||
|             this.labelCount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |             this.labelCount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); | ||||||
|             this.labelCount.BorderColor = System.Drawing.Color.Black; |             this.labelCount.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None; |             this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None; | ||||||
|             this.labelCount.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); |             this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|             this.labelCount.LineSpacing = 0F; |             this.labelCount.LineSpacing = 0F; | ||||||
|             this.labelCount.Location = new System.Drawing.Point(22, 51); |             this.labelCount.Location = new System.Drawing.Point(75, 45); | ||||||
|             this.labelCount.Name = "labelCount"; |             this.labelCount.Name = "labelCount"; | ||||||
|             this.labelCount.OverlapOptimize = true; |             this.labelCount.OverlapOptimize = true; | ||||||
|             this.labelCount.PasswordChar = '\0'; |             this.labelCount.PasswordChar = '\0'; | ||||||
|             this.labelCount.Radius = 3; |             this.labelCount.Radius = 3; | ||||||
|             this.labelCount.RoundRectFillColor = System.Drawing.Color.LightBlue; |             this.labelCount.RoundRectFillColor = System.Drawing.Color.LightBlue; | ||||||
|             this.labelCount.Size = new System.Drawing.Size(240, 50); |             this.labelCount.Size = new System.Drawing.Size(187, 18); | ||||||
|             this.labelCount.TabIndex = 130; |             this.labelCount.TabIndex = 130; | ||||||
|             this.labelCount.Text = "00"; |             this.labelCount.Text = "00"; | ||||||
|             this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.labelCount.TextColor = System.Drawing.Color.White; | ||||||
|             this.labelCount.TextColorDisable = System.Drawing.Color.Gray; |             this.labelCount.TextColorDisable = System.Drawing.Color.Gray; | ||||||
|             this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; |             this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; | ||||||
|             this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; |             this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; | ||||||
|  | @ -182,9 +184,9 @@ | ||||||
|             this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.smartLabel32.BorderColor = System.Drawing.Color.Black; |             this.smartLabel32.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel32.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.smartLabel32.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.smartLabel32.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); |             this.smartLabel32.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel32.LineSpacing = 0F; |             this.smartLabel32.LineSpacing = 0F; | ||||||
|             this.smartLabel32.Location = new System.Drawing.Point(268, 603); |             this.smartLabel32.Location = new System.Drawing.Point(271, 599); | ||||||
|             this.smartLabel32.Name = "smartLabel32"; |             this.smartLabel32.Name = "smartLabel32"; | ||||||
|             this.smartLabel32.OverlapOptimize = true; |             this.smartLabel32.OverlapOptimize = true; | ||||||
|             this.smartLabel32.PasswordChar = '\0'; |             this.smartLabel32.PasswordChar = '\0'; | ||||||
|  | @ -205,9 +207,9 @@ | ||||||
|             this.smartLabel33.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartLabel33.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.smartLabel33.BorderColor = System.Drawing.Color.Black; |             this.smartLabel33.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel33.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.smartLabel33.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.smartLabel33.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); |             this.smartLabel33.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel33.LineSpacing = 0F; |             this.smartLabel33.LineSpacing = 0F; | ||||||
|             this.smartLabel33.Location = new System.Drawing.Point(268, 622); |             this.smartLabel33.Location = new System.Drawing.Point(271, 618); | ||||||
|             this.smartLabel33.Name = "smartLabel33"; |             this.smartLabel33.Name = "smartLabel33"; | ||||||
|             this.smartLabel33.OverlapOptimize = true; |             this.smartLabel33.OverlapOptimize = true; | ||||||
|             this.smartLabel33.PasswordChar = '\0'; |             this.smartLabel33.PasswordChar = '\0'; | ||||||
|  | @ -228,9 +230,9 @@ | ||||||
|             this.labelPassCount10.BackGroundColor = System.Drawing.Color.White; |             this.labelPassCount10.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelPassCount10.BorderColor = System.Drawing.Color.Black; |             this.labelPassCount10.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelPassCount10.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelPassCount10.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelPassCount10.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelPassCount10.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelPassCount10.LineSpacing = 0F; |             this.labelPassCount10.LineSpacing = 0F; | ||||||
|             this.labelPassCount10.Location = new System.Drawing.Point(788, 603); |             this.labelPassCount10.Location = new System.Drawing.Point(791, 599); | ||||||
|             this.labelPassCount10.Name = "labelPassCount10"; |             this.labelPassCount10.Name = "labelPassCount10"; | ||||||
|             this.labelPassCount10.OverlapOptimize = true; |             this.labelPassCount10.OverlapOptimize = true; | ||||||
|             this.labelPassCount10.PasswordChar = '\0'; |             this.labelPassCount10.PasswordChar = '\0'; | ||||||
|  | @ -251,9 +253,9 @@ | ||||||
|             this.labelLeakCount10.BackGroundColor = System.Drawing.Color.White; |             this.labelLeakCount10.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelLeakCount10.BorderColor = System.Drawing.Color.Black; |             this.labelLeakCount10.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelLeakCount10.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelLeakCount10.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelLeakCount10.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelLeakCount10.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelLeakCount10.LineSpacing = 0F; |             this.labelLeakCount10.LineSpacing = 0F; | ||||||
|             this.labelLeakCount10.Location = new System.Drawing.Point(788, 622); |             this.labelLeakCount10.Location = new System.Drawing.Point(791, 618); | ||||||
|             this.labelLeakCount10.Name = "labelLeakCount10"; |             this.labelLeakCount10.Name = "labelLeakCount10"; | ||||||
|             this.labelLeakCount10.OverlapOptimize = true; |             this.labelLeakCount10.OverlapOptimize = true; | ||||||
|             this.labelLeakCount10.PasswordChar = '\0'; |             this.labelLeakCount10.PasswordChar = '\0'; | ||||||
|  | @ -274,9 +276,9 @@ | ||||||
|             this.labelPassCount9.BackGroundColor = System.Drawing.Color.White; |             this.labelPassCount9.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelPassCount9.BorderColor = System.Drawing.Color.Black; |             this.labelPassCount9.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelPassCount9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelPassCount9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelPassCount9.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelPassCount9.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelPassCount9.LineSpacing = 0F; |             this.labelPassCount9.LineSpacing = 0F; | ||||||
|             this.labelPassCount9.Location = new System.Drawing.Point(739, 603); |             this.labelPassCount9.Location = new System.Drawing.Point(742, 599); | ||||||
|             this.labelPassCount9.Name = "labelPassCount9"; |             this.labelPassCount9.Name = "labelPassCount9"; | ||||||
|             this.labelPassCount9.OverlapOptimize = true; |             this.labelPassCount9.OverlapOptimize = true; | ||||||
|             this.labelPassCount9.PasswordChar = '\0'; |             this.labelPassCount9.PasswordChar = '\0'; | ||||||
|  | @ -297,9 +299,9 @@ | ||||||
|             this.labelLeakCount9.BackGroundColor = System.Drawing.Color.White; |             this.labelLeakCount9.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelLeakCount9.BorderColor = System.Drawing.Color.Black; |             this.labelLeakCount9.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelLeakCount9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelLeakCount9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelLeakCount9.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelLeakCount9.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelLeakCount9.LineSpacing = 0F; |             this.labelLeakCount9.LineSpacing = 0F; | ||||||
|             this.labelLeakCount9.Location = new System.Drawing.Point(739, 622); |             this.labelLeakCount9.Location = new System.Drawing.Point(742, 618); | ||||||
|             this.labelLeakCount9.Name = "labelLeakCount9"; |             this.labelLeakCount9.Name = "labelLeakCount9"; | ||||||
|             this.labelLeakCount9.OverlapOptimize = true; |             this.labelLeakCount9.OverlapOptimize = true; | ||||||
|             this.labelLeakCount9.PasswordChar = '\0'; |             this.labelLeakCount9.PasswordChar = '\0'; | ||||||
|  | @ -320,9 +322,9 @@ | ||||||
|             this.labelPassCount8.BackGroundColor = System.Drawing.Color.White; |             this.labelPassCount8.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelPassCount8.BorderColor = System.Drawing.Color.Black; |             this.labelPassCount8.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelPassCount8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelPassCount8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelPassCount8.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelPassCount8.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelPassCount8.LineSpacing = 0F; |             this.labelPassCount8.LineSpacing = 0F; | ||||||
|             this.labelPassCount8.Location = new System.Drawing.Point(690, 603); |             this.labelPassCount8.Location = new System.Drawing.Point(693, 599); | ||||||
|             this.labelPassCount8.Name = "labelPassCount8"; |             this.labelPassCount8.Name = "labelPassCount8"; | ||||||
|             this.labelPassCount8.OverlapOptimize = true; |             this.labelPassCount8.OverlapOptimize = true; | ||||||
|             this.labelPassCount8.PasswordChar = '\0'; |             this.labelPassCount8.PasswordChar = '\0'; | ||||||
|  | @ -343,9 +345,9 @@ | ||||||
|             this.labelLeakCount8.BackGroundColor = System.Drawing.Color.White; |             this.labelLeakCount8.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelLeakCount8.BorderColor = System.Drawing.Color.Black; |             this.labelLeakCount8.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelLeakCount8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelLeakCount8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelLeakCount8.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelLeakCount8.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelLeakCount8.LineSpacing = 0F; |             this.labelLeakCount8.LineSpacing = 0F; | ||||||
|             this.labelLeakCount8.Location = new System.Drawing.Point(690, 622); |             this.labelLeakCount8.Location = new System.Drawing.Point(693, 618); | ||||||
|             this.labelLeakCount8.Name = "labelLeakCount8"; |             this.labelLeakCount8.Name = "labelLeakCount8"; | ||||||
|             this.labelLeakCount8.OverlapOptimize = true; |             this.labelLeakCount8.OverlapOptimize = true; | ||||||
|             this.labelLeakCount8.PasswordChar = '\0'; |             this.labelLeakCount8.PasswordChar = '\0'; | ||||||
|  | @ -366,9 +368,9 @@ | ||||||
|             this.labelPassCount7.BackGroundColor = System.Drawing.Color.White; |             this.labelPassCount7.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelPassCount7.BorderColor = System.Drawing.Color.Black; |             this.labelPassCount7.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelPassCount7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelPassCount7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelPassCount7.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelPassCount7.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelPassCount7.LineSpacing = 0F; |             this.labelPassCount7.LineSpacing = 0F; | ||||||
|             this.labelPassCount7.Location = new System.Drawing.Point(641, 603); |             this.labelPassCount7.Location = new System.Drawing.Point(644, 599); | ||||||
|             this.labelPassCount7.Name = "labelPassCount7"; |             this.labelPassCount7.Name = "labelPassCount7"; | ||||||
|             this.labelPassCount7.OverlapOptimize = true; |             this.labelPassCount7.OverlapOptimize = true; | ||||||
|             this.labelPassCount7.PasswordChar = '\0'; |             this.labelPassCount7.PasswordChar = '\0'; | ||||||
|  | @ -389,9 +391,9 @@ | ||||||
|             this.labelLeakCount7.BackGroundColor = System.Drawing.Color.White; |             this.labelLeakCount7.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelLeakCount7.BorderColor = System.Drawing.Color.Black; |             this.labelLeakCount7.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelLeakCount7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelLeakCount7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelLeakCount7.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelLeakCount7.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelLeakCount7.LineSpacing = 0F; |             this.labelLeakCount7.LineSpacing = 0F; | ||||||
|             this.labelLeakCount7.Location = new System.Drawing.Point(641, 622); |             this.labelLeakCount7.Location = new System.Drawing.Point(644, 618); | ||||||
|             this.labelLeakCount7.Name = "labelLeakCount7"; |             this.labelLeakCount7.Name = "labelLeakCount7"; | ||||||
|             this.labelLeakCount7.OverlapOptimize = true; |             this.labelLeakCount7.OverlapOptimize = true; | ||||||
|             this.labelLeakCount7.PasswordChar = '\0'; |             this.labelLeakCount7.PasswordChar = '\0'; | ||||||
|  | @ -412,9 +414,9 @@ | ||||||
|             this.labelPassCount6.BackGroundColor = System.Drawing.Color.White; |             this.labelPassCount6.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelPassCount6.BorderColor = System.Drawing.Color.Black; |             this.labelPassCount6.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelPassCount6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelPassCount6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelPassCount6.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelPassCount6.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelPassCount6.LineSpacing = 0F; |             this.labelPassCount6.LineSpacing = 0F; | ||||||
|             this.labelPassCount6.Location = new System.Drawing.Point(592, 603); |             this.labelPassCount6.Location = new System.Drawing.Point(595, 599); | ||||||
|             this.labelPassCount6.Name = "labelPassCount6"; |             this.labelPassCount6.Name = "labelPassCount6"; | ||||||
|             this.labelPassCount6.OverlapOptimize = true; |             this.labelPassCount6.OverlapOptimize = true; | ||||||
|             this.labelPassCount6.PasswordChar = '\0'; |             this.labelPassCount6.PasswordChar = '\0'; | ||||||
|  | @ -435,9 +437,9 @@ | ||||||
|             this.labelLeakCount6.BackGroundColor = System.Drawing.Color.White; |             this.labelLeakCount6.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelLeakCount6.BorderColor = System.Drawing.Color.Black; |             this.labelLeakCount6.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelLeakCount6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelLeakCount6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelLeakCount6.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelLeakCount6.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelLeakCount6.LineSpacing = 0F; |             this.labelLeakCount6.LineSpacing = 0F; | ||||||
|             this.labelLeakCount6.Location = new System.Drawing.Point(592, 622); |             this.labelLeakCount6.Location = new System.Drawing.Point(595, 618); | ||||||
|             this.labelLeakCount6.Name = "labelLeakCount6"; |             this.labelLeakCount6.Name = "labelLeakCount6"; | ||||||
|             this.labelLeakCount6.OverlapOptimize = true; |             this.labelLeakCount6.OverlapOptimize = true; | ||||||
|             this.labelLeakCount6.PasswordChar = '\0'; |             this.labelLeakCount6.PasswordChar = '\0'; | ||||||
|  | @ -458,9 +460,9 @@ | ||||||
|             this.labelPassCount5.BackGroundColor = System.Drawing.Color.White; |             this.labelPassCount5.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelPassCount5.BorderColor = System.Drawing.Color.Black; |             this.labelPassCount5.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelPassCount5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelPassCount5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelPassCount5.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelPassCount5.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelPassCount5.LineSpacing = 0F; |             this.labelPassCount5.LineSpacing = 0F; | ||||||
|             this.labelPassCount5.Location = new System.Drawing.Point(543, 603); |             this.labelPassCount5.Location = new System.Drawing.Point(546, 599); | ||||||
|             this.labelPassCount5.Name = "labelPassCount5"; |             this.labelPassCount5.Name = "labelPassCount5"; | ||||||
|             this.labelPassCount5.OverlapOptimize = true; |             this.labelPassCount5.OverlapOptimize = true; | ||||||
|             this.labelPassCount5.PasswordChar = '\0'; |             this.labelPassCount5.PasswordChar = '\0'; | ||||||
|  | @ -481,9 +483,9 @@ | ||||||
|             this.labelLeakCount5.BackGroundColor = System.Drawing.Color.White; |             this.labelLeakCount5.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelLeakCount5.BorderColor = System.Drawing.Color.Black; |             this.labelLeakCount5.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelLeakCount5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelLeakCount5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelLeakCount5.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelLeakCount5.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelLeakCount5.LineSpacing = 0F; |             this.labelLeakCount5.LineSpacing = 0F; | ||||||
|             this.labelLeakCount5.Location = new System.Drawing.Point(543, 622); |             this.labelLeakCount5.Location = new System.Drawing.Point(546, 618); | ||||||
|             this.labelLeakCount5.Name = "labelLeakCount5"; |             this.labelLeakCount5.Name = "labelLeakCount5"; | ||||||
|             this.labelLeakCount5.OverlapOptimize = true; |             this.labelLeakCount5.OverlapOptimize = true; | ||||||
|             this.labelLeakCount5.PasswordChar = '\0'; |             this.labelLeakCount5.PasswordChar = '\0'; | ||||||
|  | @ -504,9 +506,9 @@ | ||||||
|             this.labelPassCount4.BackGroundColor = System.Drawing.Color.White; |             this.labelPassCount4.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelPassCount4.BorderColor = System.Drawing.Color.Black; |             this.labelPassCount4.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelPassCount4.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelPassCount4.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelPassCount4.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelPassCount4.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelPassCount4.LineSpacing = 0F; |             this.labelPassCount4.LineSpacing = 0F; | ||||||
|             this.labelPassCount4.Location = new System.Drawing.Point(494, 603); |             this.labelPassCount4.Location = new System.Drawing.Point(497, 599); | ||||||
|             this.labelPassCount4.Name = "labelPassCount4"; |             this.labelPassCount4.Name = "labelPassCount4"; | ||||||
|             this.labelPassCount4.OverlapOptimize = true; |             this.labelPassCount4.OverlapOptimize = true; | ||||||
|             this.labelPassCount4.PasswordChar = '\0'; |             this.labelPassCount4.PasswordChar = '\0'; | ||||||
|  | @ -527,9 +529,9 @@ | ||||||
|             this.labelLeakCount4.BackGroundColor = System.Drawing.Color.White; |             this.labelLeakCount4.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelLeakCount4.BorderColor = System.Drawing.Color.Black; |             this.labelLeakCount4.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelLeakCount4.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelLeakCount4.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelLeakCount4.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelLeakCount4.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelLeakCount4.LineSpacing = 0F; |             this.labelLeakCount4.LineSpacing = 0F; | ||||||
|             this.labelLeakCount4.Location = new System.Drawing.Point(494, 622); |             this.labelLeakCount4.Location = new System.Drawing.Point(497, 618); | ||||||
|             this.labelLeakCount4.Name = "labelLeakCount4"; |             this.labelLeakCount4.Name = "labelLeakCount4"; | ||||||
|             this.labelLeakCount4.OverlapOptimize = true; |             this.labelLeakCount4.OverlapOptimize = true; | ||||||
|             this.labelLeakCount4.PasswordChar = '\0'; |             this.labelLeakCount4.PasswordChar = '\0'; | ||||||
|  | @ -550,9 +552,9 @@ | ||||||
|             this.labelPassCount3.BackGroundColor = System.Drawing.Color.White; |             this.labelPassCount3.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelPassCount3.BorderColor = System.Drawing.Color.Black; |             this.labelPassCount3.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelPassCount3.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelPassCount3.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelPassCount3.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelPassCount3.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelPassCount3.LineSpacing = 0F; |             this.labelPassCount3.LineSpacing = 0F; | ||||||
|             this.labelPassCount3.Location = new System.Drawing.Point(445, 603); |             this.labelPassCount3.Location = new System.Drawing.Point(448, 599); | ||||||
|             this.labelPassCount3.Name = "labelPassCount3"; |             this.labelPassCount3.Name = "labelPassCount3"; | ||||||
|             this.labelPassCount3.OverlapOptimize = true; |             this.labelPassCount3.OverlapOptimize = true; | ||||||
|             this.labelPassCount3.PasswordChar = '\0'; |             this.labelPassCount3.PasswordChar = '\0'; | ||||||
|  | @ -573,9 +575,9 @@ | ||||||
|             this.labelLeakCount3.BackGroundColor = System.Drawing.Color.White; |             this.labelLeakCount3.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelLeakCount3.BorderColor = System.Drawing.Color.Black; |             this.labelLeakCount3.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelLeakCount3.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelLeakCount3.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelLeakCount3.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelLeakCount3.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelLeakCount3.LineSpacing = 0F; |             this.labelLeakCount3.LineSpacing = 0F; | ||||||
|             this.labelLeakCount3.Location = new System.Drawing.Point(445, 622); |             this.labelLeakCount3.Location = new System.Drawing.Point(448, 618); | ||||||
|             this.labelLeakCount3.Name = "labelLeakCount3"; |             this.labelLeakCount3.Name = "labelLeakCount3"; | ||||||
|             this.labelLeakCount3.OverlapOptimize = true; |             this.labelLeakCount3.OverlapOptimize = true; | ||||||
|             this.labelLeakCount3.PasswordChar = '\0'; |             this.labelLeakCount3.PasswordChar = '\0'; | ||||||
|  | @ -596,9 +598,9 @@ | ||||||
|             this.labelPassCount2.BackGroundColor = System.Drawing.Color.White; |             this.labelPassCount2.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelPassCount2.BorderColor = System.Drawing.Color.Black; |             this.labelPassCount2.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelPassCount2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelPassCount2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelPassCount2.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelPassCount2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelPassCount2.LineSpacing = 0F; |             this.labelPassCount2.LineSpacing = 0F; | ||||||
|             this.labelPassCount2.Location = new System.Drawing.Point(396, 603); |             this.labelPassCount2.Location = new System.Drawing.Point(399, 599); | ||||||
|             this.labelPassCount2.Name = "labelPassCount2"; |             this.labelPassCount2.Name = "labelPassCount2"; | ||||||
|             this.labelPassCount2.OverlapOptimize = true; |             this.labelPassCount2.OverlapOptimize = true; | ||||||
|             this.labelPassCount2.PasswordChar = '\0'; |             this.labelPassCount2.PasswordChar = '\0'; | ||||||
|  | @ -619,9 +621,9 @@ | ||||||
|             this.labelLeakCount2.BackGroundColor = System.Drawing.Color.White; |             this.labelLeakCount2.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelLeakCount2.BorderColor = System.Drawing.Color.Black; |             this.labelLeakCount2.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelLeakCount2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelLeakCount2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelLeakCount2.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelLeakCount2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelLeakCount2.LineSpacing = 0F; |             this.labelLeakCount2.LineSpacing = 0F; | ||||||
|             this.labelLeakCount2.Location = new System.Drawing.Point(396, 622); |             this.labelLeakCount2.Location = new System.Drawing.Point(399, 618); | ||||||
|             this.labelLeakCount2.Name = "labelLeakCount2"; |             this.labelLeakCount2.Name = "labelLeakCount2"; | ||||||
|             this.labelLeakCount2.OverlapOptimize = true; |             this.labelLeakCount2.OverlapOptimize = true; | ||||||
|             this.labelLeakCount2.PasswordChar = '\0'; |             this.labelLeakCount2.PasswordChar = '\0'; | ||||||
|  | @ -642,9 +644,9 @@ | ||||||
|             this.labelPassCount1.BackGroundColor = System.Drawing.Color.White; |             this.labelPassCount1.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelPassCount1.BorderColor = System.Drawing.Color.Black; |             this.labelPassCount1.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelPassCount1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelPassCount1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelPassCount1.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelPassCount1.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelPassCount1.LineSpacing = 0F; |             this.labelPassCount1.LineSpacing = 0F; | ||||||
|             this.labelPassCount1.Location = new System.Drawing.Point(347, 603); |             this.labelPassCount1.Location = new System.Drawing.Point(350, 599); | ||||||
|             this.labelPassCount1.Name = "labelPassCount1"; |             this.labelPassCount1.Name = "labelPassCount1"; | ||||||
|             this.labelPassCount1.OverlapOptimize = true; |             this.labelPassCount1.OverlapOptimize = true; | ||||||
|             this.labelPassCount1.PasswordChar = '\0'; |             this.labelPassCount1.PasswordChar = '\0'; | ||||||
|  | @ -665,9 +667,9 @@ | ||||||
|             this.labelLeakCount1.BackGroundColor = System.Drawing.Color.White; |             this.labelLeakCount1.BackGroundColor = System.Drawing.Color.White; | ||||||
|             this.labelLeakCount1.BorderColor = System.Drawing.Color.Black; |             this.labelLeakCount1.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.labelLeakCount1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.labelLeakCount1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.labelLeakCount1.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); |             this.labelLeakCount1.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); | ||||||
|             this.labelLeakCount1.LineSpacing = 0F; |             this.labelLeakCount1.LineSpacing = 0F; | ||||||
|             this.labelLeakCount1.Location = new System.Drawing.Point(347, 622); |             this.labelLeakCount1.Location = new System.Drawing.Point(350, 618); | ||||||
|             this.labelLeakCount1.Name = "labelLeakCount1"; |             this.labelLeakCount1.Name = "labelLeakCount1"; | ||||||
|             this.labelLeakCount1.OverlapOptimize = true; |             this.labelLeakCount1.OverlapOptimize = true; | ||||||
|             this.labelLeakCount1.PasswordChar = '\0'; |             this.labelLeakCount1.PasswordChar = '\0'; | ||||||
|  | @ -682,33 +684,33 @@ | ||||||
|             this.labelLeakCount1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; |             this.labelLeakCount1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; | ||||||
|             this.labelLeakCount1.Wordwrap = false; |             this.labelLeakCount1.Wordwrap = false; | ||||||
|             //  |             //  | ||||||
|             // labelPath |             // labelFileName | ||||||
|             //  |             //  | ||||||
|             this.labelPath.BackGround = this.smartGroupBox1; |             this.labelFileName.BackGround = this.smartGroupBox1; | ||||||
|             this.labelPath.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |             this.labelFileName.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66))))); | ||||||
|             this.labelPath.BorderColor = System.Drawing.Color.Black; |             this.labelFileName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); | ||||||
|             this.labelPath.BorderStyle = SmartX.SmartLabel.BorderStyles.None; |             this.labelFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; | ||||||
|             this.labelPath.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); |             this.labelFileName.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); | ||||||
|             this.labelPath.LineSpacing = 0F; |             this.labelFileName.LineSpacing = 0F; | ||||||
|             this.labelPath.Location = new System.Drawing.Point(268, 51); |             this.labelFileName.Location = new System.Drawing.Point(271, 69); | ||||||
|             this.labelPath.Name = "labelPath"; |             this.labelFileName.Name = "labelFileName"; | ||||||
|             this.labelPath.OverlapOptimize = true; |             this.labelFileName.OverlapOptimize = true; | ||||||
|             this.labelPath.PasswordChar = '\0'; |             this.labelFileName.PasswordChar = '\0'; | ||||||
|             this.labelPath.Radius = 3; |             this.labelFileName.Radius = 10; | ||||||
|             this.labelPath.RoundRectFillColor = System.Drawing.Color.LightBlue; |             this.labelFileName.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); | ||||||
|             this.labelPath.Size = new System.Drawing.Size(429, 50); |             this.labelFileName.Size = new System.Drawing.Size(541, 33); | ||||||
|             this.labelPath.TabIndex = 107; |             this.labelFileName.TabIndex = 107; | ||||||
|             this.labelPath.Text = "00"; |             this.labelFileName.Text = "00"; | ||||||
|             this.labelPath.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.labelFileName.TextColor = System.Drawing.Color.White; | ||||||
|             this.labelPath.TextColorDisable = System.Drawing.Color.Gray; |             this.labelFileName.TextColorDisable = System.Drawing.Color.Gray; | ||||||
|             this.labelPath.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; |             this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; | ||||||
|             this.labelPath.TextVAlign = SmartX.SmartLabel.TextVerAlign.Bottom; |             this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; | ||||||
|             this.labelPath.Wordwrap = false; |             this.labelFileName.Wordwrap = false; | ||||||
|             //  |             //  | ||||||
|             // buttonDown |             // buttonDown | ||||||
|             //  |             //  | ||||||
|             this.buttonDown.BackGround = this.smartGroupBox1; |             this.buttonDown.BackGround = this.smartGroupBox1; | ||||||
|             this.buttonDown.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |             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.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.buttonDown.ButtonDownColor = System.Drawing.Color.SlateGray; |             this.buttonDown.ButtonDownColor = System.Drawing.Color.SlateGray; | ||||||
|             this.buttonDown.ButtonImageAutoSize = true; |             this.buttonDown.ButtonImageAutoSize = true; | ||||||
|  | @ -720,7 +722,7 @@ | ||||||
|             this.buttonDown.ImageDisable = null; |             this.buttonDown.ImageDisable = null; | ||||||
|             this.buttonDown.ImageDown = null; |             this.buttonDown.ImageDown = null; | ||||||
|             this.buttonDown.ImageUp = null; |             this.buttonDown.ImageUp = null; | ||||||
|             this.buttonDown.Location = new System.Drawing.Point(844, 523); |             this.buttonDown.Location = new System.Drawing.Point(847, 518); | ||||||
|             this.buttonDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; |             this.buttonDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; | ||||||
|             this.buttonDown.Name = "buttonDown"; |             this.buttonDown.Name = "buttonDown"; | ||||||
|             this.buttonDown.NestedClickEventPrevent = false; |             this.buttonDown.NestedClickEventPrevent = false; | ||||||
|  | @ -744,7 +746,7 @@ | ||||||
|             // buttonUp |             // buttonUp | ||||||
|             //  |             //  | ||||||
|             this.buttonUp.BackGround = this.smartGroupBox1; |             this.buttonUp.BackGround = this.smartGroupBox1; | ||||||
|             this.buttonUp.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |             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.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.buttonUp.ButtonDownColor = System.Drawing.Color.SlateGray; |             this.buttonUp.ButtonDownColor = System.Drawing.Color.SlateGray; | ||||||
|             this.buttonUp.ButtonImageAutoSize = true; |             this.buttonUp.ButtonImageAutoSize = true; | ||||||
|  | @ -756,7 +758,7 @@ | ||||||
|             this.buttonUp.ImageDisable = null; |             this.buttonUp.ImageDisable = null; | ||||||
|             this.buttonUp.ImageDown = null; |             this.buttonUp.ImageDown = null; | ||||||
|             this.buttonUp.ImageUp = null; |             this.buttonUp.ImageUp = null; | ||||||
|             this.buttonUp.Location = new System.Drawing.Point(844, 107); |             this.buttonUp.Location = new System.Drawing.Point(848, 108); | ||||||
|             this.buttonUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; |             this.buttonUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; | ||||||
|             this.buttonUp.Name = "buttonUp"; |             this.buttonUp.Name = "buttonUp"; | ||||||
|             this.buttonUp.NestedClickEventPrevent = false; |             this.buttonUp.NestedClickEventPrevent = false; | ||||||
|  | @ -779,56 +781,21 @@ | ||||||
|             //  |             //  | ||||||
|             // treeViewInspection |             // treeViewInspection | ||||||
|             //  |             //  | ||||||
|             this.treeViewInspection.Location = new System.Drawing.Point(22, 107); |             this.treeViewInspection.Location = new System.Drawing.Point(22, 69); | ||||||
|             this.treeViewInspection.Name = "treeViewInspection"; |             this.treeViewInspection.Name = "treeViewInspection"; | ||||||
|             this.treeViewInspection.Size = new System.Drawing.Size(240, 535); |             this.treeViewInspection.Size = new System.Drawing.Size(240, 569); | ||||||
|             this.treeViewInspection.TabIndex = 3; |             this.treeViewInspection.TabIndex = 3; | ||||||
|             this.treeViewInspection.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewInspection_AfterSelect); |             this.treeViewInspection.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewInspection_AfterSelect); | ||||||
|             //  |             //  | ||||||
|             // buttonRemove |  | ||||||
|             //  |  | ||||||
|             this.buttonRemove.BackGround = this.smartGroupBox1; |  | ||||||
|             this.buttonRemove.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |  | ||||||
|             this.buttonRemove.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |  | ||||||
|             this.buttonRemove.ButtonDownColor = System.Drawing.Color.SlateGray; |  | ||||||
|             this.buttonRemove.ButtonImageAutoSize = true; |  | ||||||
|             this.buttonRemove.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; |  | ||||||
|             this.buttonRemove.ButtonText = "Remove"; |  | ||||||
|             this.buttonRemove.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |  | ||||||
|             this.buttonRemove.GroupID = 0; |  | ||||||
|             this.buttonRemove.ImageDisable = null; |  | ||||||
|             this.buttonRemove.ImageDown = null; |  | ||||||
|             this.buttonRemove.ImageUp = null; |  | ||||||
|             this.buttonRemove.Location = new System.Drawing.Point(799, 51); |  | ||||||
|             this.buttonRemove.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; |  | ||||||
|             this.buttonRemove.Name = "buttonRemove"; |  | ||||||
|             this.buttonRemove.NestedClickEventPrevent = false; |  | ||||||
|             this.buttonRemove.OutlinePixel = 2; |  | ||||||
|             this.buttonRemove.OverlapOptimize = true; |  | ||||||
|             this.buttonRemove.RepeatInterval = 200; |  | ||||||
|             this.buttonRemove.RepeatIntervalAccelerate = null; |  | ||||||
|             this.buttonRemove.RoundSize = 10; |  | ||||||
|             this.buttonRemove.SafeInterval = 200; |  | ||||||
|             this.buttonRemove.Size = new System.Drawing.Size(90, 50); |  | ||||||
|             this.buttonRemove.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |  | ||||||
|             this.buttonRemove.TabIndex = 104; |  | ||||||
|             this.buttonRemove.Text = null; |  | ||||||
|             this.buttonRemove.TextColor = System.Drawing.Color.White; |  | ||||||
|             this.buttonRemove.TextColorDisable = System.Drawing.Color.Gray; |  | ||||||
|             this.buttonRemove.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); |  | ||||||
|             this.buttonRemove.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; |  | ||||||
|             this.buttonRemove.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; |  | ||||||
|             this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click); |  | ||||||
|             //  |  | ||||||
|             // smartLabel11 |             // smartLabel11 | ||||||
|             //  |             //  | ||||||
|             this.smartLabel11.BackGround = this.smartGroupBox1; |             this.smartLabel11.BackGround = this.smartGroupBox1; | ||||||
|             this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.smartLabel11.BorderColor = System.Drawing.Color.Black; |             this.smartLabel11.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel11.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.smartLabel11.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.smartLabel11.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); |             this.smartLabel11.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel11.LineSpacing = 1F; |             this.smartLabel11.LineSpacing = 1F; | ||||||
|             this.smartLabel11.Location = new System.Drawing.Point(788, 107); |             this.smartLabel11.Location = new System.Drawing.Point(791, 108); | ||||||
|             this.smartLabel11.Name = "smartLabel11"; |             this.smartLabel11.Name = "smartLabel11"; | ||||||
|             this.smartLabel11.OverlapOptimize = true; |             this.smartLabel11.OverlapOptimize = true; | ||||||
|             this.smartLabel11.PasswordChar = '\0'; |             this.smartLabel11.PasswordChar = '\0'; | ||||||
|  | @ -849,9 +816,9 @@ | ||||||
|             this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.smartLabel10.BorderColor = System.Drawing.Color.Black; |             this.smartLabel10.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.smartLabel10.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); |             this.smartLabel10.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel10.LineSpacing = 1F; |             this.smartLabel10.LineSpacing = 1F; | ||||||
|             this.smartLabel10.Location = new System.Drawing.Point(739, 107); |             this.smartLabel10.Location = new System.Drawing.Point(742, 108); | ||||||
|             this.smartLabel10.Name = "smartLabel10"; |             this.smartLabel10.Name = "smartLabel10"; | ||||||
|             this.smartLabel10.OverlapOptimize = true; |             this.smartLabel10.OverlapOptimize = true; | ||||||
|             this.smartLabel10.PasswordChar = '\0'; |             this.smartLabel10.PasswordChar = '\0'; | ||||||
|  | @ -872,9 +839,9 @@ | ||||||
|             this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.smartLabel9.BorderColor = System.Drawing.Color.Black; |             this.smartLabel9.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); |             this.smartLabel9.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel9.LineSpacing = 1F; |             this.smartLabel9.LineSpacing = 1F; | ||||||
|             this.smartLabel9.Location = new System.Drawing.Point(690, 107); |             this.smartLabel9.Location = new System.Drawing.Point(693, 108); | ||||||
|             this.smartLabel9.Name = "smartLabel9"; |             this.smartLabel9.Name = "smartLabel9"; | ||||||
|             this.smartLabel9.OverlapOptimize = true; |             this.smartLabel9.OverlapOptimize = true; | ||||||
|             this.smartLabel9.PasswordChar = '\0'; |             this.smartLabel9.PasswordChar = '\0'; | ||||||
|  | @ -895,9 +862,9 @@ | ||||||
|             this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.smartLabel8.BorderColor = System.Drawing.Color.Black; |             this.smartLabel8.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); |             this.smartLabel8.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel8.LineSpacing = 1F; |             this.smartLabel8.LineSpacing = 1F; | ||||||
|             this.smartLabel8.Location = new System.Drawing.Point(641, 107); |             this.smartLabel8.Location = new System.Drawing.Point(644, 108); | ||||||
|             this.smartLabel8.Name = "smartLabel8"; |             this.smartLabel8.Name = "smartLabel8"; | ||||||
|             this.smartLabel8.OverlapOptimize = true; |             this.smartLabel8.OverlapOptimize = true; | ||||||
|             this.smartLabel8.PasswordChar = '\0'; |             this.smartLabel8.PasswordChar = '\0'; | ||||||
|  | @ -918,9 +885,9 @@ | ||||||
|             this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.smartLabel7.BorderColor = System.Drawing.Color.Black; |             this.smartLabel7.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.smartLabel7.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); |             this.smartLabel7.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel7.LineSpacing = 1F; |             this.smartLabel7.LineSpacing = 1F; | ||||||
|             this.smartLabel7.Location = new System.Drawing.Point(592, 107); |             this.smartLabel7.Location = new System.Drawing.Point(595, 108); | ||||||
|             this.smartLabel7.Name = "smartLabel7"; |             this.smartLabel7.Name = "smartLabel7"; | ||||||
|             this.smartLabel7.OverlapOptimize = true; |             this.smartLabel7.OverlapOptimize = true; | ||||||
|             this.smartLabel7.PasswordChar = '\0'; |             this.smartLabel7.PasswordChar = '\0'; | ||||||
|  | @ -941,9 +908,9 @@ | ||||||
|             this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.smartLabel6.BorderColor = System.Drawing.Color.Black; |             this.smartLabel6.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.smartLabel6.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); |             this.smartLabel6.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel6.LineSpacing = 1F; |             this.smartLabel6.LineSpacing = 1F; | ||||||
|             this.smartLabel6.Location = new System.Drawing.Point(543, 107); |             this.smartLabel6.Location = new System.Drawing.Point(546, 108); | ||||||
|             this.smartLabel6.Name = "smartLabel6"; |             this.smartLabel6.Name = "smartLabel6"; | ||||||
|             this.smartLabel6.OverlapOptimize = true; |             this.smartLabel6.OverlapOptimize = true; | ||||||
|             this.smartLabel6.PasswordChar = '\0'; |             this.smartLabel6.PasswordChar = '\0'; | ||||||
|  | @ -964,9 +931,9 @@ | ||||||
|             this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.smartLabel5.BorderColor = System.Drawing.Color.Black; |             this.smartLabel5.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); |             this.smartLabel5.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel5.LineSpacing = 1F; |             this.smartLabel5.LineSpacing = 1F; | ||||||
|             this.smartLabel5.Location = new System.Drawing.Point(494, 107); |             this.smartLabel5.Location = new System.Drawing.Point(497, 108); | ||||||
|             this.smartLabel5.Name = "smartLabel5"; |             this.smartLabel5.Name = "smartLabel5"; | ||||||
|             this.smartLabel5.OverlapOptimize = true; |             this.smartLabel5.OverlapOptimize = true; | ||||||
|             this.smartLabel5.PasswordChar = '\0'; |             this.smartLabel5.PasswordChar = '\0'; | ||||||
|  | @ -987,9 +954,9 @@ | ||||||
|             this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.smartLabel4.BorderColor = System.Drawing.Color.Black; |             this.smartLabel4.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); |             this.smartLabel4.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel4.LineSpacing = 1F; |             this.smartLabel4.LineSpacing = 1F; | ||||||
|             this.smartLabel4.Location = new System.Drawing.Point(445, 107); |             this.smartLabel4.Location = new System.Drawing.Point(448, 108); | ||||||
|             this.smartLabel4.Name = "smartLabel4"; |             this.smartLabel4.Name = "smartLabel4"; | ||||||
|             this.smartLabel4.OverlapOptimize = true; |             this.smartLabel4.OverlapOptimize = true; | ||||||
|             this.smartLabel4.PasswordChar = '\0'; |             this.smartLabel4.PasswordChar = '\0'; | ||||||
|  | @ -1010,9 +977,9 @@ | ||||||
|             this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.smartLabel3.BorderColor = System.Drawing.Color.Black; |             this.smartLabel3.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); |             this.smartLabel3.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel3.LineSpacing = 1F; |             this.smartLabel3.LineSpacing = 1F; | ||||||
|             this.smartLabel3.Location = new System.Drawing.Point(396, 107); |             this.smartLabel3.Location = new System.Drawing.Point(399, 108); | ||||||
|             this.smartLabel3.Name = "smartLabel3"; |             this.smartLabel3.Name = "smartLabel3"; | ||||||
|             this.smartLabel3.OverlapOptimize = true; |             this.smartLabel3.OverlapOptimize = true; | ||||||
|             this.smartLabel3.PasswordChar = '\0'; |             this.smartLabel3.PasswordChar = '\0'; | ||||||
|  | @ -1033,9 +1000,9 @@ | ||||||
|             this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.smartLabel2.BorderColor = System.Drawing.Color.Black; |             this.smartLabel2.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); |             this.smartLabel2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel2.LineSpacing = 1F; |             this.smartLabel2.LineSpacing = 1F; | ||||||
|             this.smartLabel2.Location = new System.Drawing.Point(347, 107); |             this.smartLabel2.Location = new System.Drawing.Point(350, 108); | ||||||
|             this.smartLabel2.Name = "smartLabel2"; |             this.smartLabel2.Name = "smartLabel2"; | ||||||
|             this.smartLabel2.OverlapOptimize = true; |             this.smartLabel2.OverlapOptimize = true; | ||||||
|             this.smartLabel2.PasswordChar = '\0'; |             this.smartLabel2.PasswordChar = '\0'; | ||||||
|  | @ -1056,9 +1023,9 @@ | ||||||
|             this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.smartLabel1.BorderColor = System.Drawing.Color.Black; |             this.smartLabel1.BorderColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; |             this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; | ||||||
|             this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); |             this.smartLabel1.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel1.LineSpacing = 1F; |             this.smartLabel1.LineSpacing = 1F; | ||||||
|             this.smartLabel1.Location = new System.Drawing.Point(268, 107); |             this.smartLabel1.Location = new System.Drawing.Point(271, 108); | ||||||
|             this.smartLabel1.Name = "smartLabel1"; |             this.smartLabel1.Name = "smartLabel1"; | ||||||
|             this.smartLabel1.OverlapOptimize = true; |             this.smartLabel1.OverlapOptimize = true; | ||||||
|             this.smartLabel1.PasswordChar = '\0'; |             this.smartLabel1.PasswordChar = '\0'; | ||||||
|  | @ -1087,7 +1054,7 @@ | ||||||
|             this.listBox10.ItemOffsetX = 1; |             this.listBox10.ItemOffsetX = 1; | ||||||
|             this.listBox10.ItemOffsetY = 0; |             this.listBox10.ItemOffsetY = 0; | ||||||
|             this.listBox10.ItemTextOffsetY = 1; |             this.listBox10.ItemTextOffsetY = 1; | ||||||
|             this.listBox10.Location = new System.Drawing.Point(788, 135); |             this.listBox10.Location = new System.Drawing.Point(791, 136); | ||||||
|             this.listBox10.MouseMoveEventSpace = 3; |             this.listBox10.MouseMoveEventSpace = 3; | ||||||
|             this.listBox10.MouseMoveSpace = 10; |             this.listBox10.MouseMoveSpace = 10; | ||||||
|             this.listBox10.Name = "listBox10"; |             this.listBox10.Name = "listBox10"; | ||||||
|  | @ -1180,7 +1147,7 @@ | ||||||
|             this.listBox10.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; |             this.listBox10.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; | ||||||
|             this.listBox10.SeparationlineVisibleBottom = true; |             this.listBox10.SeparationlineVisibleBottom = true; | ||||||
|             this.listBox10.SeparationlineVisibleTop = true; |             this.listBox10.SeparationlineVisibleTop = true; | ||||||
|             this.listBox10.Size = new System.Drawing.Size(50, 463); |             this.listBox10.Size = new System.Drawing.Size(50, 457); | ||||||
|             this.listBox10.TabIndex = 92; |             this.listBox10.TabIndex = 92; | ||||||
|             this.listBox10.Text = "smartListBox8"; |             this.listBox10.Text = "smartListBox8"; | ||||||
|             this.listBox10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.listBox10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|  | @ -1200,7 +1167,7 @@ | ||||||
|             this.listBox9.ItemOffsetX = 1; |             this.listBox9.ItemOffsetX = 1; | ||||||
|             this.listBox9.ItemOffsetY = 0; |             this.listBox9.ItemOffsetY = 0; | ||||||
|             this.listBox9.ItemTextOffsetY = 1; |             this.listBox9.ItemTextOffsetY = 1; | ||||||
|             this.listBox9.Location = new System.Drawing.Point(739, 135); |             this.listBox9.Location = new System.Drawing.Point(742, 136); | ||||||
|             this.listBox9.MouseMoveEventSpace = 3; |             this.listBox9.MouseMoveEventSpace = 3; | ||||||
|             this.listBox9.MouseMoveSpace = 10; |             this.listBox9.MouseMoveSpace = 10; | ||||||
|             this.listBox9.Name = "listBox9"; |             this.listBox9.Name = "listBox9"; | ||||||
|  | @ -1293,7 +1260,7 @@ | ||||||
|             this.listBox9.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; |             this.listBox9.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; | ||||||
|             this.listBox9.SeparationlineVisibleBottom = true; |             this.listBox9.SeparationlineVisibleBottom = true; | ||||||
|             this.listBox9.SeparationlineVisibleTop = true; |             this.listBox9.SeparationlineVisibleTop = true; | ||||||
|             this.listBox9.Size = new System.Drawing.Size(50, 463); |             this.listBox9.Size = new System.Drawing.Size(50, 457); | ||||||
|             this.listBox9.TabIndex = 91; |             this.listBox9.TabIndex = 91; | ||||||
|             this.listBox9.Text = "smartListBox9"; |             this.listBox9.Text = "smartListBox9"; | ||||||
|             this.listBox9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.listBox9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|  | @ -1313,7 +1280,7 @@ | ||||||
|             this.listBox8.ItemOffsetX = 1; |             this.listBox8.ItemOffsetX = 1; | ||||||
|             this.listBox8.ItemOffsetY = 0; |             this.listBox8.ItemOffsetY = 0; | ||||||
|             this.listBox8.ItemTextOffsetY = 1; |             this.listBox8.ItemTextOffsetY = 1; | ||||||
|             this.listBox8.Location = new System.Drawing.Point(690, 135); |             this.listBox8.Location = new System.Drawing.Point(693, 136); | ||||||
|             this.listBox8.MouseMoveEventSpace = 3; |             this.listBox8.MouseMoveEventSpace = 3; | ||||||
|             this.listBox8.MouseMoveSpace = 10; |             this.listBox8.MouseMoveSpace = 10; | ||||||
|             this.listBox8.Name = "listBox8"; |             this.listBox8.Name = "listBox8"; | ||||||
|  | @ -1406,7 +1373,7 @@ | ||||||
|             this.listBox8.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; |             this.listBox8.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; | ||||||
|             this.listBox8.SeparationlineVisibleBottom = true; |             this.listBox8.SeparationlineVisibleBottom = true; | ||||||
|             this.listBox8.SeparationlineVisibleTop = true; |             this.listBox8.SeparationlineVisibleTop = true; | ||||||
|             this.listBox8.Size = new System.Drawing.Size(50, 463); |             this.listBox8.Size = new System.Drawing.Size(50, 457); | ||||||
|             this.listBox8.TabIndex = 90; |             this.listBox8.TabIndex = 90; | ||||||
|             this.listBox8.Text = "smartListBox10"; |             this.listBox8.Text = "smartListBox10"; | ||||||
|             this.listBox8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.listBox8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|  | @ -1426,7 +1393,7 @@ | ||||||
|             this.listBox7.ItemOffsetX = 1; |             this.listBox7.ItemOffsetX = 1; | ||||||
|             this.listBox7.ItemOffsetY = 0; |             this.listBox7.ItemOffsetY = 0; | ||||||
|             this.listBox7.ItemTextOffsetY = 1; |             this.listBox7.ItemTextOffsetY = 1; | ||||||
|             this.listBox7.Location = new System.Drawing.Point(641, 135); |             this.listBox7.Location = new System.Drawing.Point(644, 136); | ||||||
|             this.listBox7.MouseMoveEventSpace = 3; |             this.listBox7.MouseMoveEventSpace = 3; | ||||||
|             this.listBox7.MouseMoveSpace = 10; |             this.listBox7.MouseMoveSpace = 10; | ||||||
|             this.listBox7.Name = "listBox7"; |             this.listBox7.Name = "listBox7"; | ||||||
|  | @ -1519,7 +1486,7 @@ | ||||||
|             this.listBox7.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; |             this.listBox7.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; | ||||||
|             this.listBox7.SeparationlineVisibleBottom = true; |             this.listBox7.SeparationlineVisibleBottom = true; | ||||||
|             this.listBox7.SeparationlineVisibleTop = true; |             this.listBox7.SeparationlineVisibleTop = true; | ||||||
|             this.listBox7.Size = new System.Drawing.Size(50, 463); |             this.listBox7.Size = new System.Drawing.Size(50, 457); | ||||||
|             this.listBox7.TabIndex = 89; |             this.listBox7.TabIndex = 89; | ||||||
|             this.listBox7.Text = "smartListBox11"; |             this.listBox7.Text = "smartListBox11"; | ||||||
|             this.listBox7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.listBox7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|  | @ -1539,7 +1506,7 @@ | ||||||
|             this.listBox6.ItemOffsetX = 1; |             this.listBox6.ItemOffsetX = 1; | ||||||
|             this.listBox6.ItemOffsetY = 0; |             this.listBox6.ItemOffsetY = 0; | ||||||
|             this.listBox6.ItemTextOffsetY = 1; |             this.listBox6.ItemTextOffsetY = 1; | ||||||
|             this.listBox6.Location = new System.Drawing.Point(592, 135); |             this.listBox6.Location = new System.Drawing.Point(595, 136); | ||||||
|             this.listBox6.MouseMoveEventSpace = 3; |             this.listBox6.MouseMoveEventSpace = 3; | ||||||
|             this.listBox6.MouseMoveSpace = 10; |             this.listBox6.MouseMoveSpace = 10; | ||||||
|             this.listBox6.Name = "listBox6"; |             this.listBox6.Name = "listBox6"; | ||||||
|  | @ -1632,7 +1599,7 @@ | ||||||
|             this.listBox6.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; |             this.listBox6.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; | ||||||
|             this.listBox6.SeparationlineVisibleBottom = true; |             this.listBox6.SeparationlineVisibleBottom = true; | ||||||
|             this.listBox6.SeparationlineVisibleTop = true; |             this.listBox6.SeparationlineVisibleTop = true; | ||||||
|             this.listBox6.Size = new System.Drawing.Size(50, 463); |             this.listBox6.Size = new System.Drawing.Size(50, 457); | ||||||
|             this.listBox6.TabIndex = 88; |             this.listBox6.TabIndex = 88; | ||||||
|             this.listBox6.Text = "smartListBox5"; |             this.listBox6.Text = "smartListBox5"; | ||||||
|             this.listBox6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.listBox6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|  | @ -1652,7 +1619,7 @@ | ||||||
|             this.listBox5.ItemOffsetX = 1; |             this.listBox5.ItemOffsetX = 1; | ||||||
|             this.listBox5.ItemOffsetY = 0; |             this.listBox5.ItemOffsetY = 0; | ||||||
|             this.listBox5.ItemTextOffsetY = 1; |             this.listBox5.ItemTextOffsetY = 1; | ||||||
|             this.listBox5.Location = new System.Drawing.Point(543, 135); |             this.listBox5.Location = new System.Drawing.Point(546, 136); | ||||||
|             this.listBox5.MouseMoveEventSpace = 3; |             this.listBox5.MouseMoveEventSpace = 3; | ||||||
|             this.listBox5.MouseMoveSpace = 10; |             this.listBox5.MouseMoveSpace = 10; | ||||||
|             this.listBox5.Name = "listBox5"; |             this.listBox5.Name = "listBox5"; | ||||||
|  | @ -1745,7 +1712,7 @@ | ||||||
|             this.listBox5.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; |             this.listBox5.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; | ||||||
|             this.listBox5.SeparationlineVisibleBottom = true; |             this.listBox5.SeparationlineVisibleBottom = true; | ||||||
|             this.listBox5.SeparationlineVisibleTop = true; |             this.listBox5.SeparationlineVisibleTop = true; | ||||||
|             this.listBox5.Size = new System.Drawing.Size(50, 463); |             this.listBox5.Size = new System.Drawing.Size(50, 457); | ||||||
|             this.listBox5.TabIndex = 87; |             this.listBox5.TabIndex = 87; | ||||||
|             this.listBox5.Text = "smartListBox6"; |             this.listBox5.Text = "smartListBox6"; | ||||||
|             this.listBox5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.listBox5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|  | @ -1765,7 +1732,7 @@ | ||||||
|             this.listBox4.ItemOffsetX = 1; |             this.listBox4.ItemOffsetX = 1; | ||||||
|             this.listBox4.ItemOffsetY = 0; |             this.listBox4.ItemOffsetY = 0; | ||||||
|             this.listBox4.ItemTextOffsetY = 1; |             this.listBox4.ItemTextOffsetY = 1; | ||||||
|             this.listBox4.Location = new System.Drawing.Point(494, 135); |             this.listBox4.Location = new System.Drawing.Point(497, 136); | ||||||
|             this.listBox4.MouseMoveEventSpace = 3; |             this.listBox4.MouseMoveEventSpace = 3; | ||||||
|             this.listBox4.MouseMoveSpace = 10; |             this.listBox4.MouseMoveSpace = 10; | ||||||
|             this.listBox4.Name = "listBox4"; |             this.listBox4.Name = "listBox4"; | ||||||
|  | @ -1858,7 +1825,7 @@ | ||||||
|             this.listBox4.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; |             this.listBox4.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; | ||||||
|             this.listBox4.SeparationlineVisibleBottom = true; |             this.listBox4.SeparationlineVisibleBottom = true; | ||||||
|             this.listBox4.SeparationlineVisibleTop = true; |             this.listBox4.SeparationlineVisibleTop = true; | ||||||
|             this.listBox4.Size = new System.Drawing.Size(50, 463); |             this.listBox4.Size = new System.Drawing.Size(50, 457); | ||||||
|             this.listBox4.TabIndex = 86; |             this.listBox4.TabIndex = 86; | ||||||
|             this.listBox4.Text = "smartListBox7"; |             this.listBox4.Text = "smartListBox7"; | ||||||
|             this.listBox4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.listBox4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|  | @ -1878,7 +1845,7 @@ | ||||||
|             this.listBox3.ItemOffsetX = 1; |             this.listBox3.ItemOffsetX = 1; | ||||||
|             this.listBox3.ItemOffsetY = 0; |             this.listBox3.ItemOffsetY = 0; | ||||||
|             this.listBox3.ItemTextOffsetY = 1; |             this.listBox3.ItemTextOffsetY = 1; | ||||||
|             this.listBox3.Location = new System.Drawing.Point(445, 135); |             this.listBox3.Location = new System.Drawing.Point(448, 136); | ||||||
|             this.listBox3.MouseMoveEventSpace = 3; |             this.listBox3.MouseMoveEventSpace = 3; | ||||||
|             this.listBox3.MouseMoveSpace = 10; |             this.listBox3.MouseMoveSpace = 10; | ||||||
|             this.listBox3.Name = "listBox3"; |             this.listBox3.Name = "listBox3"; | ||||||
|  | @ -1971,7 +1938,7 @@ | ||||||
|             this.listBox3.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; |             this.listBox3.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; | ||||||
|             this.listBox3.SeparationlineVisibleBottom = true; |             this.listBox3.SeparationlineVisibleBottom = true; | ||||||
|             this.listBox3.SeparationlineVisibleTop = true; |             this.listBox3.SeparationlineVisibleTop = true; | ||||||
|             this.listBox3.Size = new System.Drawing.Size(50, 463); |             this.listBox3.Size = new System.Drawing.Size(50, 457); | ||||||
|             this.listBox3.TabIndex = 85; |             this.listBox3.TabIndex = 85; | ||||||
|             this.listBox3.Text = "smartListBox4"; |             this.listBox3.Text = "smartListBox4"; | ||||||
|             this.listBox3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.listBox3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|  | @ -1991,7 +1958,7 @@ | ||||||
|             this.listBox2.ItemOffsetX = 1; |             this.listBox2.ItemOffsetX = 1; | ||||||
|             this.listBox2.ItemOffsetY = 0; |             this.listBox2.ItemOffsetY = 0; | ||||||
|             this.listBox2.ItemTextOffsetY = 1; |             this.listBox2.ItemTextOffsetY = 1; | ||||||
|             this.listBox2.Location = new System.Drawing.Point(396, 135); |             this.listBox2.Location = new System.Drawing.Point(399, 136); | ||||||
|             this.listBox2.MouseMoveEventSpace = 3; |             this.listBox2.MouseMoveEventSpace = 3; | ||||||
|             this.listBox2.MouseMoveSpace = 10; |             this.listBox2.MouseMoveSpace = 10; | ||||||
|             this.listBox2.Name = "listBox2"; |             this.listBox2.Name = "listBox2"; | ||||||
|  | @ -2084,7 +2051,7 @@ | ||||||
|             this.listBox2.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; |             this.listBox2.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; | ||||||
|             this.listBox2.SeparationlineVisibleBottom = true; |             this.listBox2.SeparationlineVisibleBottom = true; | ||||||
|             this.listBox2.SeparationlineVisibleTop = true; |             this.listBox2.SeparationlineVisibleTop = true; | ||||||
|             this.listBox2.Size = new System.Drawing.Size(50, 463); |             this.listBox2.Size = new System.Drawing.Size(50, 457); | ||||||
|             this.listBox2.TabIndex = 84; |             this.listBox2.TabIndex = 84; | ||||||
|             this.listBox2.Text = "smartListBox3"; |             this.listBox2.Text = "smartListBox3"; | ||||||
|             this.listBox2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.listBox2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|  | @ -2104,7 +2071,7 @@ | ||||||
|             this.listBox1.ItemOffsetX = 1; |             this.listBox1.ItemOffsetX = 1; | ||||||
|             this.listBox1.ItemOffsetY = 0; |             this.listBox1.ItemOffsetY = 0; | ||||||
|             this.listBox1.ItemTextOffsetY = 1; |             this.listBox1.ItemTextOffsetY = 1; | ||||||
|             this.listBox1.Location = new System.Drawing.Point(347, 135); |             this.listBox1.Location = new System.Drawing.Point(350, 136); | ||||||
|             this.listBox1.MouseMoveEventSpace = 3; |             this.listBox1.MouseMoveEventSpace = 3; | ||||||
|             this.listBox1.MouseMoveSpace = 10; |             this.listBox1.MouseMoveSpace = 10; | ||||||
|             this.listBox1.Name = "listBox1"; |             this.listBox1.Name = "listBox1"; | ||||||
|  | @ -2197,7 +2164,7 @@ | ||||||
|             this.listBox1.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; |             this.listBox1.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; | ||||||
|             this.listBox1.SeparationlineVisibleBottom = true; |             this.listBox1.SeparationlineVisibleBottom = true; | ||||||
|             this.listBox1.SeparationlineVisibleTop = true; |             this.listBox1.SeparationlineVisibleTop = true; | ||||||
|             this.listBox1.Size = new System.Drawing.Size(50, 463); |             this.listBox1.Size = new System.Drawing.Size(50, 457); | ||||||
|             this.listBox1.TabIndex = 83; |             this.listBox1.TabIndex = 83; | ||||||
|             this.listBox1.Text = "smartListBox2"; |             this.listBox1.Text = "smartListBox2"; | ||||||
|             this.listBox1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.listBox1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|  | @ -2206,7 +2173,7 @@ | ||||||
|             // buttonBackup |             // buttonBackup | ||||||
|             //  |             //  | ||||||
|             this.buttonBackup.BackGround = this.smartGroupBox1; |             this.buttonBackup.BackGround = this.smartGroupBox1; | ||||||
|             this.buttonBackup.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |             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.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); | ||||||
|             this.buttonBackup.ButtonDownColor = System.Drawing.Color.SlateGray; |             this.buttonBackup.ButtonDownColor = System.Drawing.Color.SlateGray; | ||||||
|             this.buttonBackup.ButtonImageAutoSize = true; |             this.buttonBackup.ButtonImageAutoSize = true; | ||||||
|  | @ -2217,7 +2184,7 @@ | ||||||
|             this.buttonBackup.ImageDisable = null; |             this.buttonBackup.ImageDisable = null; | ||||||
|             this.buttonBackup.ImageDown = null; |             this.buttonBackup.ImageDown = null; | ||||||
|             this.buttonBackup.ImageUp = null; |             this.buttonBackup.ImageUp = null; | ||||||
|             this.buttonBackup.Location = new System.Drawing.Point(703, 51); |             this.buttonBackup.Location = new System.Drawing.Point(818, 69); | ||||||
|             this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; |             this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; | ||||||
|             this.buttonBackup.Name = "buttonBackup"; |             this.buttonBackup.Name = "buttonBackup"; | ||||||
|             this.buttonBackup.NestedClickEventPrevent = false; |             this.buttonBackup.NestedClickEventPrevent = false; | ||||||
|  | @ -2227,7 +2194,7 @@ | ||||||
|             this.buttonBackup.RepeatIntervalAccelerate = null; |             this.buttonBackup.RepeatIntervalAccelerate = null; | ||||||
|             this.buttonBackup.RoundSize = 10; |             this.buttonBackup.RoundSize = 10; | ||||||
|             this.buttonBackup.SafeInterval = 200; |             this.buttonBackup.SafeInterval = 200; | ||||||
|             this.buttonBackup.Size = new System.Drawing.Size(90, 50); |             this.buttonBackup.Size = new System.Drawing.Size(75, 33); | ||||||
|             this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |             this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | ||||||
|             this.buttonBackup.TabIndex = 82; |             this.buttonBackup.TabIndex = 82; | ||||||
|             this.buttonBackup.Text = null; |             this.buttonBackup.Text = null; | ||||||
|  | @ -2252,7 +2219,7 @@ | ||||||
|             this.listBoxTime.ItemOffsetX = 1; |             this.listBoxTime.ItemOffsetX = 1; | ||||||
|             this.listBoxTime.ItemOffsetY = 0; |             this.listBoxTime.ItemOffsetY = 0; | ||||||
|             this.listBoxTime.ItemTextOffsetY = 1; |             this.listBoxTime.ItemTextOffsetY = 1; | ||||||
|             this.listBoxTime.Location = new System.Drawing.Point(268, 135); |             this.listBoxTime.Location = new System.Drawing.Point(271, 136); | ||||||
|             this.listBoxTime.MouseMoveEventSpace = 3; |             this.listBoxTime.MouseMoveEventSpace = 3; | ||||||
|             this.listBoxTime.MouseMoveSpace = 10; |             this.listBoxTime.MouseMoveSpace = 10; | ||||||
|             this.listBoxTime.Name = "listBoxTime"; |             this.listBoxTime.Name = "listBoxTime"; | ||||||
|  | @ -2345,7 +2312,7 @@ | ||||||
|             this.listBoxTime.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; |             this.listBoxTime.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; | ||||||
|             this.listBoxTime.SeparationlineVisibleBottom = true; |             this.listBoxTime.SeparationlineVisibleBottom = true; | ||||||
|             this.listBoxTime.SeparationlineVisibleTop = true; |             this.listBoxTime.SeparationlineVisibleTop = true; | ||||||
|             this.listBoxTime.Size = new System.Drawing.Size(80, 463); |             this.listBoxTime.Size = new System.Drawing.Size(80, 457); | ||||||
|             this.listBoxTime.TabIndex = 2; |             this.listBoxTime.TabIndex = 2; | ||||||
|             this.listBoxTime.Text = "smartListBox1"; |             this.listBoxTime.Text = "smartListBox1"; | ||||||
|             this.listBoxTime.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.listBoxTime.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|  | @ -2355,6 +2322,50 @@ | ||||||
|             //  |             //  | ||||||
|             this.smartFile1.FilePathName = ""; |             this.smartFile1.FilePathName = ""; | ||||||
|             //  |             //  | ||||||
|  |             // smartLabel12 | ||||||
|  |             //  | ||||||
|  |             this.smartLabel12.BackGround = this.smartGroupBox1; | ||||||
|  |             this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); | ||||||
|  |             this.smartLabel12.BorderColor = System.Drawing.Color.Black; | ||||||
|  |             this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; | ||||||
|  |             this.smartLabel12.LineSpacing = 0F; | ||||||
|  |             this.smartLabel12.Location = new System.Drawing.Point(22, 45); | ||||||
|  |             this.smartLabel12.Name = "smartLabel12"; | ||||||
|  |             this.smartLabel12.OverlapOptimize = true; | ||||||
|  |             this.smartLabel12.PasswordChar = '\0'; | ||||||
|  |             this.smartLabel12.Radius = 3; | ||||||
|  |             this.smartLabel12.RoundRectFillColor = System.Drawing.Color.LightBlue; | ||||||
|  |             this.smartLabel12.Size = new System.Drawing.Size(45, 18); | ||||||
|  |             this.smartLabel12.TabIndex = 131; | ||||||
|  |             this.smartLabel12.Text = "List"; | ||||||
|  |             this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); | ||||||
|  |             this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray; | ||||||
|  |             this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; | ||||||
|  |             this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; | ||||||
|  |             this.smartLabel12.Wordwrap = false; | ||||||
|  |             //  | ||||||
|  |             // smartLabel13 | ||||||
|  |             //  | ||||||
|  |             this.smartLabel13.BackGround = this.smartGroupBox1; | ||||||
|  |             this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); | ||||||
|  |             this.smartLabel13.BorderColor = System.Drawing.Color.Black; | ||||||
|  |             this.smartLabel13.BorderStyle = SmartX.SmartLabel.BorderStyles.None; | ||||||
|  |             this.smartLabel13.LineSpacing = 0F; | ||||||
|  |             this.smartLabel13.Location = new System.Drawing.Point(271, 45); | ||||||
|  |             this.smartLabel13.Name = "smartLabel13"; | ||||||
|  |             this.smartLabel13.OverlapOptimize = true; | ||||||
|  |             this.smartLabel13.PasswordChar = '\0'; | ||||||
|  |             this.smartLabel13.Radius = 3; | ||||||
|  |             this.smartLabel13.RoundRectFillColor = System.Drawing.Color.LightBlue; | ||||||
|  |             this.smartLabel13.Size = new System.Drawing.Size(541, 18); | ||||||
|  |             this.smartLabel13.TabIndex = 132; | ||||||
|  |             this.smartLabel13.Text = "File name"; | ||||||
|  |             this.smartLabel13.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); | ||||||
|  |             this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray; | ||||||
|  |             this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; | ||||||
|  |             this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; | ||||||
|  |             this.smartLabel13.Wordwrap = false; | ||||||
|  |             //  | ||||||
|             // ControlMenuLogInspection |             // ControlMenuLogInspection | ||||||
|             //  |             //  | ||||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); |             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); | ||||||
|  | @ -2394,11 +2405,10 @@ | ||||||
|         private SmartX.SmartLabel smartLabel3; |         private SmartX.SmartLabel smartLabel3; | ||||||
|         private SmartX.SmartLabel smartLabel2; |         private SmartX.SmartLabel smartLabel2; | ||||||
|         private SmartX.SmartLabel smartLabel1; |         private SmartX.SmartLabel smartLabel1; | ||||||
|         private SmartX.SmartButton buttonRemove; |  | ||||||
|         private SmartX.SmartFile smartFile1; |         private SmartX.SmartFile smartFile1; | ||||||
|         private SmartX.SmartButton buttonDown; |         private SmartX.SmartButton buttonDown; | ||||||
|         private SmartX.SmartButton buttonUp; |         private SmartX.SmartButton buttonUp; | ||||||
|         private SmartX.SmartLabel labelPath; |         private SmartX.SmartLabel labelFileName; | ||||||
|         private SmartX.SmartLabel smartLabel32; |         private SmartX.SmartLabel smartLabel32; | ||||||
|         private SmartX.SmartLabel smartLabel33; |         private SmartX.SmartLabel smartLabel33; | ||||||
|         private SmartX.SmartLabel labelPassCount10; |         private SmartX.SmartLabel labelPassCount10; | ||||||
|  | @ -2422,5 +2432,7 @@ | ||||||
|         private SmartX.SmartLabel labelPassCount1; |         private SmartX.SmartLabel labelPassCount1; | ||||||
|         private SmartX.SmartLabel labelLeakCount1; |         private SmartX.SmartLabel labelLeakCount1; | ||||||
|         private SmartX.SmartLabel labelCount; |         private SmartX.SmartLabel labelCount; | ||||||
|  |         private SmartX.SmartLabel smartLabel12; | ||||||
|  |         private SmartX.SmartLabel smartLabel13; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -20,7 +20,7 @@ namespace INT_PT002.Controls | ||||||
|         #region Field |         #region Field | ||||||
|         private FormMenu m_ParentForm; |         private FormMenu m_ParentForm; | ||||||
| 
 | 
 | ||||||
|         private Define.E_DataType SelecteDataType; |         private Define.E_DataType CurrentDataType; | ||||||
|         private List<DataBackupYear> ListInspectionFile; |         private List<DataBackupYear> ListInspectionFile; | ||||||
| 
 | 
 | ||||||
|         private Collection<SmartX.SmartListBox> CollectionListBox; |         private Collection<SmartX.SmartListBox> CollectionListBox; | ||||||
|  | @ -57,7 +57,7 @@ namespace INT_PT002.Controls | ||||||
|         } |         } | ||||||
|         private void DefaultSetting() |         private void DefaultSetting() | ||||||
|         { |         { | ||||||
|             this.SelecteDataType = Define.E_DataType.None; |             this.CurrentDataType = Define.E_DataType.Inspection; | ||||||
| 
 | 
 | ||||||
|             this.ListInspectionFile = new List<DataBackupYear>(); |             this.ListInspectionFile = new List<DataBackupYear>(); | ||||||
| 
 | 
 | ||||||
|  | @ -294,8 +294,6 @@ namespace INT_PT002.Controls | ||||||
|             this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplayMode = Define.E_DisplayModeStore.LogInspection; |             this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplayMode = Define.E_DisplayModeStore.LogInspection; | ||||||
|             this.ParentForm.ParentForm.SetDisplayMode(Define.E_EquipmentMode.Menu); |             this.ParentForm.ParentForm.SetDisplayMode(Define.E_EquipmentMode.Menu); | ||||||
| 
 | 
 | ||||||
|             this.SelecteDataType = Define.E_DataType.None; |  | ||||||
| 
 |  | ||||||
|             this.UpdateDisplayFile(); |             this.UpdateDisplayFile(); | ||||||
|             this.treeViewInspection.ExpandAll(); |             this.treeViewInspection.ExpandAll(); | ||||||
| 
 | 
 | ||||||
|  | @ -309,6 +307,33 @@ namespace INT_PT002.Controls | ||||||
|         #endregion |         #endregion | ||||||
| 
 | 
 | ||||||
|         #region Event Handler |         #region Event Handler | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  |         private void treeViewInspection_AfterSelect(object sender, TreeViewEventArgs e) | ||||||
|  |         { | ||||||
|  |             this.labelFileName.Text = e.Node.Text; | ||||||
|  |             for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) | ||||||
|  |                 this.CollectionListBox[i].ClearAll(); | ||||||
|  |             this.listBoxTime.ClearAll(); | ||||||
|  |             this.LoadFile(this.ParentForm.ParentForm.PathDataInspectionFolder + this.treeViewInspection.SelectedNode.FullPath); | ||||||
|  |         } | ||||||
|  | 
 | ||||||
|  |         private void buttonUp_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             this.listBoxTime.ScrollUp(); | ||||||
|  | 
 | ||||||
|  |             for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) | ||||||
|  |                 this.CollectionListBox[i].ScrollUp(); | ||||||
|  |         } | ||||||
|  |         private void buttonDown_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             this.listBoxTime.ScrollDown(); | ||||||
|  | 
 | ||||||
|  |             for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) | ||||||
|  |                 this.CollectionListBox[i].ScrollDown(); | ||||||
|  |         } | ||||||
|  |         #endregion | ||||||
|  | 
 | ||||||
|         private void buttonBackup_Click(object sender, EventArgs e) |         private void buttonBackup_Click(object sender, EventArgs e) | ||||||
|         { |         { | ||||||
|             string targetPath = "", sourceFilePath = "", destFilePath = "", dataFolderPath = ""; |             string targetPath = "", sourceFilePath = "", destFilePath = "", dataFolderPath = ""; | ||||||
|  | @ -348,34 +373,5 @@ namespace INT_PT002.Controls | ||||||
|             } |             } | ||||||
|             #endregion |             #endregion | ||||||
|         } |         } | ||||||
|         private void buttonRemove_Click(object sender, EventArgs e) |  | ||||||
|         { |  | ||||||
| 
 |  | ||||||
|         } |  | ||||||
| 
 |  | ||||||
|         private void treeViewInspection_AfterSelect(object sender, TreeViewEventArgs e) |  | ||||||
|         { |  | ||||||
|             this.labelPath.Text = e.Node.Text; |  | ||||||
|             for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) |  | ||||||
|                 this.CollectionListBox[i].ClearAll(); |  | ||||||
|             this.listBoxTime.ClearAll(); |  | ||||||
|             this.LoadFile(this.ParentForm.ParentForm.PathDataInspectionFolder + this.treeViewInspection.SelectedNode.FullPath); |  | ||||||
|         } |  | ||||||
| 
 |  | ||||||
|         private void buttonUp_Click(object sender, EventArgs e) |  | ||||||
|         { |  | ||||||
|             this.listBoxTime.ScrollUp(); |  | ||||||
| 
 |  | ||||||
|             for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) |  | ||||||
|                 this.CollectionListBox[i].ScrollUp(); |  | ||||||
|         } |  | ||||||
|         private void buttonDown_Click(object sender, EventArgs e) |  | ||||||
|         { |  | ||||||
|             this.listBoxTime.ScrollDown(); |  | ||||||
| 
 |  | ||||||
|             for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) |  | ||||||
|                 this.CollectionListBox[i].ScrollDown(); |  | ||||||
|         } |  | ||||||
|         #endregion |  | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -242,7 +242,7 @@ namespace INT_PT002.DataStore | ||||||
|             None, |             None, | ||||||
|             History, |             History, | ||||||
|             Inspection, |             Inspection, | ||||||
|             Other, |             Alarm, | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -358,7 +358,7 @@ | ||||||
|             this.labelUserLevel.BackGroundColor = System.Drawing.Color.SkyBlue; |             this.labelUserLevel.BackGroundColor = System.Drawing.Color.SkyBlue; | ||||||
|             this.labelUserLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.labelUserLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|             this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; |             this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; | ||||||
|             this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); |             this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); | ||||||
|             this.labelUserLevel.LineSpacing = 0F; |             this.labelUserLevel.LineSpacing = 0F; | ||||||
|             this.labelUserLevel.Location = new System.Drawing.Point(782, 44); |             this.labelUserLevel.Location = new System.Drawing.Point(782, 44); | ||||||
|             this.labelUserLevel.Name = "labelUserLevel"; |             this.labelUserLevel.Name = "labelUserLevel"; | ||||||
|  | @ -381,7 +381,7 @@ | ||||||
|             this.labelUserID.BackGroundColor = System.Drawing.Color.SkyBlue; |             this.labelUserID.BackGroundColor = System.Drawing.Color.SkyBlue; | ||||||
|             this.labelUserID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.labelUserID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|             this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None; |             this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None; | ||||||
|             this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); |             this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); | ||||||
|             this.labelUserID.LineSpacing = 0F; |             this.labelUserID.LineSpacing = 0F; | ||||||
|             this.labelUserID.Location = new System.Drawing.Point(782, 18); |             this.labelUserID.Location = new System.Drawing.Point(782, 18); | ||||||
|             this.labelUserID.Name = "labelUserID"; |             this.labelUserID.Name = "labelUserID"; | ||||||
|  | @ -1158,7 +1158,7 @@ | ||||||
|             this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue; |             this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue; | ||||||
|             this.labelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.labelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|             this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; |             this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; | ||||||
|             this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); |             this.labelTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); | ||||||
|             this.labelTime.LineSpacing = 0F; |             this.labelTime.LineSpacing = 0F; | ||||||
|             this.labelTime.Location = new System.Drawing.Point(147, 119); |             this.labelTime.Location = new System.Drawing.Point(147, 119); | ||||||
|             this.labelTime.Name = "labelTime"; |             this.labelTime.Name = "labelTime"; | ||||||
|  | @ -2415,7 +2415,7 @@ | ||||||
|             this.buttonExit.ImageDisable = null; |             this.buttonExit.ImageDisable = null; | ||||||
|             this.buttonExit.ImageDown = null; |             this.buttonExit.ImageDown = null; | ||||||
|             this.buttonExit.ImageUp = null; |             this.buttonExit.ImageUp = null; | ||||||
|             this.buttonExit.Location = new System.Drawing.Point(917, 656); |             this.buttonExit.Location = new System.Drawing.Point(917, 660); | ||||||
|             this.buttonExit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; |             this.buttonExit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; | ||||||
|             this.buttonExit.Name = "buttonExit"; |             this.buttonExit.Name = "buttonExit"; | ||||||
|             this.buttonExit.NestedClickEventPrevent = false; |             this.buttonExit.NestedClickEventPrevent = false; | ||||||
|  | @ -2523,7 +2523,7 @@ | ||||||
|             this.buttonMenu.ImageDisable = null; |             this.buttonMenu.ImageDisable = null; | ||||||
|             this.buttonMenu.ImageDown = null; |             this.buttonMenu.ImageDown = null; | ||||||
|             this.buttonMenu.ImageUp = null; |             this.buttonMenu.ImageUp = null; | ||||||
|             this.buttonMenu.Location = new System.Drawing.Point(917, 701); |             this.buttonMenu.Location = new System.Drawing.Point(917, 705); | ||||||
|             this.buttonMenu.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; |             this.buttonMenu.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; | ||||||
|             this.buttonMenu.Name = "buttonMenu"; |             this.buttonMenu.Name = "buttonMenu"; | ||||||
|             this.buttonMenu.NestedClickEventPrevent = false; |             this.buttonMenu.NestedClickEventPrevent = false; | ||||||
|  |  | ||||||
|  | @ -52,8 +52,9 @@ | ||||||
|             //  |             //  | ||||||
|             // smartForm1 |             // smartForm1 | ||||||
|             //  |             //  | ||||||
|  |             this.smartForm1.BackColor = System.Drawing.Color.Black; | ||||||
|             this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.UseBackImage; |             this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.UseBackImage; | ||||||
|             this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage"))); |             this.smartForm1.BackImage = null; | ||||||
|             this.smartForm1.CenterLocation = false; |             this.smartForm1.CenterLocation = false; | ||||||
|             this.smartForm1.Controls.Add(this.labelStop); |             this.smartForm1.Controls.Add(this.labelStop); | ||||||
|             this.smartForm1.Controls.Add(this.labelStart); |             this.smartForm1.Controls.Add(this.labelStart); | ||||||
|  | @ -93,13 +94,13 @@ | ||||||
|             this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; |             this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; | ||||||
|             this.labelStop.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); |             this.labelStop.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); | ||||||
|             this.labelStop.LineSpacing = 0F; |             this.labelStop.LineSpacing = 0F; | ||||||
|             this.labelStop.Location = new System.Drawing.Point(911, 3); |             this.labelStop.Location = new System.Drawing.Point(917, 3); | ||||||
|             this.labelStop.Name = "labelStop"; |             this.labelStop.Name = "labelStop"; | ||||||
|             this.labelStop.OverlapOptimize = true; |             this.labelStop.OverlapOptimize = true; | ||||||
|             this.labelStop.PasswordChar = '\0'; |             this.labelStop.PasswordChar = '\0'; | ||||||
|             this.labelStop.Radius = 10; |             this.labelStop.Radius = 10; | ||||||
|             this.labelStop.RoundRectFillColor = System.Drawing.Color.Red; |             this.labelStop.RoundRectFillColor = System.Drawing.Color.Red; | ||||||
|             this.labelStop.Size = new System.Drawing.Size(110, 30); |             this.labelStop.Size = new System.Drawing.Size(104, 30); | ||||||
|             this.labelStop.TabIndex = 73; |             this.labelStop.TabIndex = 73; | ||||||
|             this.labelStop.Text = "STOP"; |             this.labelStop.Text = "STOP"; | ||||||
|             this.labelStop.TextColor = System.Drawing.Color.White; |             this.labelStop.TextColor = System.Drawing.Color.White; | ||||||
|  | @ -117,13 +118,13 @@ | ||||||
|             this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.None; |             this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.None; | ||||||
|             this.labelStart.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); |             this.labelStart.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); | ||||||
|             this.labelStart.LineSpacing = 0F; |             this.labelStart.LineSpacing = 0F; | ||||||
|             this.labelStart.Location = new System.Drawing.Point(911, 3); |             this.labelStart.Location = new System.Drawing.Point(917, 3); | ||||||
|             this.labelStart.Name = "labelStart"; |             this.labelStart.Name = "labelStart"; | ||||||
|             this.labelStart.OverlapOptimize = true; |             this.labelStart.OverlapOptimize = true; | ||||||
|             this.labelStart.PasswordChar = '\0'; |             this.labelStart.PasswordChar = '\0'; | ||||||
|             this.labelStart.Radius = 10; |             this.labelStart.Radius = 10; | ||||||
|             this.labelStart.RoundRectFillColor = System.Drawing.Color.DarkGreen; |             this.labelStart.RoundRectFillColor = System.Drawing.Color.DarkGreen; | ||||||
|             this.labelStart.Size = new System.Drawing.Size(110, 30); |             this.labelStart.Size = new System.Drawing.Size(104, 30); | ||||||
|             this.labelStart.TabIndex = 88; |             this.labelStart.TabIndex = 88; | ||||||
|             this.labelStart.Text = "START"; |             this.labelStart.Text = "START"; | ||||||
|             this.labelStart.TextColor = System.Drawing.Color.White; |             this.labelStart.TextColor = System.Drawing.Color.White; | ||||||
|  | @ -136,18 +137,19 @@ | ||||||
|             // buttonUser |             // buttonUser | ||||||
|             //  |             //  | ||||||
|             this.buttonUser.BackGround = this.smartForm1; |             this.buttonUser.BackGround = this.smartForm1; | ||||||
|             this.buttonUser.BackGroundColor = System.Drawing.Color.LightBlue; |             this.buttonUser.BackGroundColor = System.Drawing.Color.Black; | ||||||
|             this.buttonUser.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.buttonUser.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188))))); | ||||||
|             this.buttonUser.ButtonDownColor = System.Drawing.Color.SlateGray; |             this.buttonUser.ButtonDownColor = System.Drawing.Color.SlateGray; | ||||||
|             this.buttonUser.ButtonImageAutoSize = true; |             this.buttonUser.ButtonImageAutoSize = true; | ||||||
|             this.buttonUser.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; |             this.buttonUser.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; | ||||||
|             this.buttonUser.ButtonText = "User"; |             this.buttonUser.ButtonText = "User"; | ||||||
|             this.buttonUser.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |             this.buttonUser.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | ||||||
|  |             this.buttonUser.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); | ||||||
|             this.buttonUser.GroupID = 0; |             this.buttonUser.GroupID = 0; | ||||||
|             this.buttonUser.ImageDisable = null; |             this.buttonUser.ImageDisable = null; | ||||||
|             this.buttonUser.ImageDown = null; |             this.buttonUser.ImageDown = null; | ||||||
|             this.buttonUser.ImageUp = null; |             this.buttonUser.ImageUp = null; | ||||||
|             this.buttonUser.Location = new System.Drawing.Point(911, 105); |             this.buttonUser.Location = new System.Drawing.Point(917, 105); | ||||||
|             this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; |             this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; | ||||||
|             this.buttonUser.Name = "buttonUser"; |             this.buttonUser.Name = "buttonUser"; | ||||||
|             this.buttonUser.NestedClickEventPrevent = false; |             this.buttonUser.NestedClickEventPrevent = false; | ||||||
|  | @ -157,7 +159,7 @@ | ||||||
|             this.buttonUser.RepeatIntervalAccelerate = null; |             this.buttonUser.RepeatIntervalAccelerate = null; | ||||||
|             this.buttonUser.RoundSize = 10; |             this.buttonUser.RoundSize = 10; | ||||||
|             this.buttonUser.SafeInterval = 200; |             this.buttonUser.SafeInterval = 200; | ||||||
|             this.buttonUser.Size = new System.Drawing.Size(110, 60); |             this.buttonUser.Size = new System.Drawing.Size(100, 60); | ||||||
|             this.buttonUser.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |             this.buttonUser.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | ||||||
|             this.buttonUser.TabIndex = 86; |             this.buttonUser.TabIndex = 86; | ||||||
|             this.buttonUser.Text = null; |             this.buttonUser.Text = null; | ||||||
|  | @ -171,18 +173,18 @@ | ||||||
|             // labelUserID |             // labelUserID | ||||||
|             //  |             //  | ||||||
|             this.labelUserID.BackGround = this.smartForm1; |             this.labelUserID.BackGround = this.smartForm1; | ||||||
|             this.labelUserID.BackGroundColor = System.Drawing.Color.SkyBlue; |             this.labelUserID.BackGroundColor = System.Drawing.Color.Black; | ||||||
|             this.labelUserID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.labelUserID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|             this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None; |             this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None; | ||||||
|             this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); |             this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); | ||||||
|             this.labelUserID.LineSpacing = 0F; |             this.labelUserID.LineSpacing = 0F; | ||||||
|             this.labelUserID.Location = new System.Drawing.Point(743, 3); |             this.labelUserID.Location = new System.Drawing.Point(719, 3); | ||||||
|             this.labelUserID.Name = "labelUserID"; |             this.labelUserID.Name = "labelUserID"; | ||||||
|             this.labelUserID.OverlapOptimize = true; |             this.labelUserID.OverlapOptimize = true; | ||||||
|             this.labelUserID.PasswordChar = '\0'; |             this.labelUserID.PasswordChar = '\0'; | ||||||
|             this.labelUserID.Radius = 3; |             this.labelUserID.Radius = 3; | ||||||
|             this.labelUserID.RoundRectFillColor = System.Drawing.Color.LightBlue; |             this.labelUserID.RoundRectFillColor = System.Drawing.Color.LightBlue; | ||||||
|             this.labelUserID.Size = new System.Drawing.Size(100, 30); |             this.labelUserID.Size = new System.Drawing.Size(124, 30); | ||||||
|             this.labelUserID.TabIndex = 84; |             this.labelUserID.TabIndex = 84; | ||||||
|             this.labelUserID.Text = "Intech00"; |             this.labelUserID.Text = "Intech00"; | ||||||
|             this.labelUserID.TextColor = System.Drawing.Color.White; |             this.labelUserID.TextColor = System.Drawing.Color.White; | ||||||
|  | @ -194,10 +196,10 @@ | ||||||
|             // labelUserLevel |             // labelUserLevel | ||||||
|             //  |             //  | ||||||
|             this.labelUserLevel.BackGround = this.smartForm1; |             this.labelUserLevel.BackGround = this.smartForm1; | ||||||
|             this.labelUserLevel.BackGroundColor = System.Drawing.Color.SkyBlue; |             this.labelUserLevel.BackGroundColor = System.Drawing.Color.Black; | ||||||
|             this.labelUserLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.labelUserLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|             this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; |             this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; | ||||||
|             this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); |             this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); | ||||||
|             this.labelUserLevel.LineSpacing = 0F; |             this.labelUserLevel.LineSpacing = 0F; | ||||||
|             this.labelUserLevel.Location = new System.Drawing.Point(849, 3); |             this.labelUserLevel.Location = new System.Drawing.Point(849, 3); | ||||||
|             this.labelUserLevel.Name = "labelUserLevel"; |             this.labelUserLevel.Name = "labelUserLevel"; | ||||||
|  | @ -219,17 +221,17 @@ | ||||||
|             this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); |             this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); | ||||||
|             this.pictureBox1.Location = new System.Drawing.Point(3, 3); |             this.pictureBox1.Location = new System.Drawing.Point(3, 3); | ||||||
|             this.pictureBox1.Name = "pictureBox1"; |             this.pictureBox1.Name = "pictureBox1"; | ||||||
|             this.pictureBox1.Size = new System.Drawing.Size(110, 30); |             this.pictureBox1.Size = new System.Drawing.Size(53, 30); | ||||||
|             //  |             //  | ||||||
|             // smartLabel1 |             // smartLabel1 | ||||||
|             //  |             //  | ||||||
|             this.smartLabel1.BackGround = this.smartForm1; |             this.smartLabel1.BackGround = this.smartForm1; | ||||||
|             this.smartLabel1.BackGroundColor = System.Drawing.Color.SkyBlue; |             this.smartLabel1.BackGroundColor = System.Drawing.Color.Black; | ||||||
|             this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); |             this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); | ||||||
|             this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; |             this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; | ||||||
|             this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); |             this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); | ||||||
|             this.smartLabel1.LineSpacing = 0F; |             this.smartLabel1.LineSpacing = 0F; | ||||||
|             this.smartLabel1.Location = new System.Drawing.Point(119, 3); |             this.smartLabel1.Location = new System.Drawing.Point(62, 3); | ||||||
|             this.smartLabel1.Name = "smartLabel1"; |             this.smartLabel1.Name = "smartLabel1"; | ||||||
|             this.smartLabel1.OverlapOptimize = true; |             this.smartLabel1.OverlapOptimize = true; | ||||||
|             this.smartLabel1.PasswordChar = '\0'; |             this.smartLabel1.PasswordChar = '\0'; | ||||||
|  | @ -240,25 +242,26 @@ | ||||||
|             this.smartLabel1.Text = "2023-02-13 16:30:25"; |             this.smartLabel1.Text = "2023-02-13 16:30:25"; | ||||||
|             this.smartLabel1.TextColor = System.Drawing.Color.White; |             this.smartLabel1.TextColor = System.Drawing.Color.White; | ||||||
|             this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; |             this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; | ||||||
|             this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; |             this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; | ||||||
|             this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; |             this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; | ||||||
|             this.smartLabel1.Wordwrap = false; |             this.smartLabel1.Wordwrap = false; | ||||||
|             //  |             //  | ||||||
|             // buttonBottom4 |             // buttonBottom4 | ||||||
|             //  |             //  | ||||||
|             this.buttonBottom4.BackGround = this.smartForm1; |             this.buttonBottom4.BackGround = this.smartForm1; | ||||||
|             this.buttonBottom4.BackGroundColor = System.Drawing.Color.LightBlue; |             this.buttonBottom4.BackGroundColor = System.Drawing.Color.Black; | ||||||
|             this.buttonBottom4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.buttonBottom4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188))))); | ||||||
|             this.buttonBottom4.ButtonDownColor = System.Drawing.Color.SlateGray; |             this.buttonBottom4.ButtonDownColor = System.Drawing.Color.SlateGray; | ||||||
|             this.buttonBottom4.ButtonImageAutoSize = true; |             this.buttonBottom4.ButtonImageAutoSize = true; | ||||||
|             this.buttonBottom4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; |             this.buttonBottom4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; | ||||||
|             this.buttonBottom4.ButtonText = "측정시작"; |             this.buttonBottom4.ButtonText = "측정시작"; | ||||||
|             this.buttonBottom4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |             this.buttonBottom4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | ||||||
|  |             this.buttonBottom4.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); | ||||||
|             this.buttonBottom4.GroupID = 1; |             this.buttonBottom4.GroupID = 1; | ||||||
|             this.buttonBottom4.ImageDisable = null; |             this.buttonBottom4.ImageDisable = null; | ||||||
|             this.buttonBottom4.ImageDown = null; |             this.buttonBottom4.ImageDown = null; | ||||||
|             this.buttonBottom4.ImageUp = null; |             this.buttonBottom4.ImageUp = null; | ||||||
|             this.buttonBottom4.Location = new System.Drawing.Point(351, 705); |             this.buttonBottom4.Location = new System.Drawing.Point(321, 705); | ||||||
|             this.buttonBottom4.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; |             this.buttonBottom4.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; | ||||||
|             this.buttonBottom4.Name = "buttonBottom4"; |             this.buttonBottom4.Name = "buttonBottom4"; | ||||||
|             this.buttonBottom4.NestedClickEventPrevent = false; |             this.buttonBottom4.NestedClickEventPrevent = false; | ||||||
|  | @ -268,7 +271,7 @@ | ||||||
|             this.buttonBottom4.RepeatIntervalAccelerate = null; |             this.buttonBottom4.RepeatIntervalAccelerate = null; | ||||||
|             this.buttonBottom4.RoundSize = 10; |             this.buttonBottom4.RoundSize = 10; | ||||||
|             this.buttonBottom4.SafeInterval = 200; |             this.buttonBottom4.SafeInterval = 200; | ||||||
|             this.buttonBottom4.Size = new System.Drawing.Size(110, 60); |             this.buttonBottom4.Size = new System.Drawing.Size(100, 60); | ||||||
|             this.buttonBottom4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |             this.buttonBottom4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | ||||||
|             this.buttonBottom4.TabIndex = 81; |             this.buttonBottom4.TabIndex = 81; | ||||||
|             this.buttonBottom4.Text = null; |             this.buttonBottom4.Text = null; | ||||||
|  | @ -282,18 +285,19 @@ | ||||||
|             // buttonBottom3 |             // buttonBottom3 | ||||||
|             //  |             //  | ||||||
|             this.buttonBottom3.BackGround = this.smartForm1; |             this.buttonBottom3.BackGround = this.smartForm1; | ||||||
|             this.buttonBottom3.BackGroundColor = System.Drawing.Color.LightBlue; |             this.buttonBottom3.BackGroundColor = System.Drawing.Color.Black; | ||||||
|             this.buttonBottom3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.buttonBottom3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188))))); | ||||||
|             this.buttonBottom3.ButtonDownColor = System.Drawing.Color.SlateGray; |             this.buttonBottom3.ButtonDownColor = System.Drawing.Color.SlateGray; | ||||||
|             this.buttonBottom3.ButtonImageAutoSize = true; |             this.buttonBottom3.ButtonImageAutoSize = true; | ||||||
|             this.buttonBottom3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; |             this.buttonBottom3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; | ||||||
|             this.buttonBottom3.ButtonText = "측정시작"; |             this.buttonBottom3.ButtonText = "측정시작"; | ||||||
|             this.buttonBottom3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |             this.buttonBottom3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | ||||||
|  |             this.buttonBottom3.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); | ||||||
|             this.buttonBottom3.GroupID = 1; |             this.buttonBottom3.GroupID = 1; | ||||||
|             this.buttonBottom3.ImageDisable = null; |             this.buttonBottom3.ImageDisable = null; | ||||||
|             this.buttonBottom3.ImageDown = null; |             this.buttonBottom3.ImageDown = null; | ||||||
|             this.buttonBottom3.ImageUp = null; |             this.buttonBottom3.ImageUp = null; | ||||||
|             this.buttonBottom3.Location = new System.Drawing.Point(235, 705); |             this.buttonBottom3.Location = new System.Drawing.Point(215, 705); | ||||||
|             this.buttonBottom3.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; |             this.buttonBottom3.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; | ||||||
|             this.buttonBottom3.Name = "buttonBottom3"; |             this.buttonBottom3.Name = "buttonBottom3"; | ||||||
|             this.buttonBottom3.NestedClickEventPrevent = false; |             this.buttonBottom3.NestedClickEventPrevent = false; | ||||||
|  | @ -303,7 +307,7 @@ | ||||||
|             this.buttonBottom3.RepeatIntervalAccelerate = null; |             this.buttonBottom3.RepeatIntervalAccelerate = null; | ||||||
|             this.buttonBottom3.RoundSize = 10; |             this.buttonBottom3.RoundSize = 10; | ||||||
|             this.buttonBottom3.SafeInterval = 200; |             this.buttonBottom3.SafeInterval = 200; | ||||||
|             this.buttonBottom3.Size = new System.Drawing.Size(110, 60); |             this.buttonBottom3.Size = new System.Drawing.Size(100, 60); | ||||||
|             this.buttonBottom3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |             this.buttonBottom3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | ||||||
|             this.buttonBottom3.TabIndex = 80; |             this.buttonBottom3.TabIndex = 80; | ||||||
|             this.buttonBottom3.Text = null; |             this.buttonBottom3.Text = null; | ||||||
|  | @ -317,18 +321,19 @@ | ||||||
|             // buttonBottom2 |             // buttonBottom2 | ||||||
|             //  |             //  | ||||||
|             this.buttonBottom2.BackGround = this.smartForm1; |             this.buttonBottom2.BackGround = this.smartForm1; | ||||||
|             this.buttonBottom2.BackGroundColor = System.Drawing.Color.LightBlue; |             this.buttonBottom2.BackGroundColor = System.Drawing.Color.Black; | ||||||
|             this.buttonBottom2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.buttonBottom2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188))))); | ||||||
|             this.buttonBottom2.ButtonDownColor = System.Drawing.Color.SlateGray; |             this.buttonBottom2.ButtonDownColor = System.Drawing.Color.SlateGray; | ||||||
|             this.buttonBottom2.ButtonImageAutoSize = true; |             this.buttonBottom2.ButtonImageAutoSize = true; | ||||||
|             this.buttonBottom2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; |             this.buttonBottom2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; | ||||||
|             this.buttonBottom2.ButtonText = "측정시작"; |             this.buttonBottom2.ButtonText = "측정시작"; | ||||||
|             this.buttonBottom2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |             this.buttonBottom2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | ||||||
|  |             this.buttonBottom2.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); | ||||||
|             this.buttonBottom2.GroupID = 1; |             this.buttonBottom2.GroupID = 1; | ||||||
|             this.buttonBottom2.ImageDisable = null; |             this.buttonBottom2.ImageDisable = null; | ||||||
|             this.buttonBottom2.ImageDown = null; |             this.buttonBottom2.ImageDown = null; | ||||||
|             this.buttonBottom2.ImageUp = null; |             this.buttonBottom2.ImageUp = null; | ||||||
|             this.buttonBottom2.Location = new System.Drawing.Point(119, 705); |             this.buttonBottom2.Location = new System.Drawing.Point(109, 705); | ||||||
|             this.buttonBottom2.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; |             this.buttonBottom2.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; | ||||||
|             this.buttonBottom2.Name = "buttonBottom2"; |             this.buttonBottom2.Name = "buttonBottom2"; | ||||||
|             this.buttonBottom2.NestedClickEventPrevent = false; |             this.buttonBottom2.NestedClickEventPrevent = false; | ||||||
|  | @ -338,7 +343,7 @@ | ||||||
|             this.buttonBottom2.RepeatIntervalAccelerate = null; |             this.buttonBottom2.RepeatIntervalAccelerate = null; | ||||||
|             this.buttonBottom2.RoundSize = 10; |             this.buttonBottom2.RoundSize = 10; | ||||||
|             this.buttonBottom2.SafeInterval = 200; |             this.buttonBottom2.SafeInterval = 200; | ||||||
|             this.buttonBottom2.Size = new System.Drawing.Size(110, 60); |             this.buttonBottom2.Size = new System.Drawing.Size(100, 60); | ||||||
|             this.buttonBottom2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |             this.buttonBottom2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | ||||||
|             this.buttonBottom2.TabIndex = 79; |             this.buttonBottom2.TabIndex = 79; | ||||||
|             this.buttonBottom2.Text = null; |             this.buttonBottom2.Text = null; | ||||||
|  | @ -352,13 +357,14 @@ | ||||||
|             // buttonBottom1 |             // buttonBottom1 | ||||||
|             //  |             //  | ||||||
|             this.buttonBottom1.BackGround = this.smartForm1; |             this.buttonBottom1.BackGround = this.smartForm1; | ||||||
|             this.buttonBottom1.BackGroundColor = System.Drawing.Color.LightBlue; |             this.buttonBottom1.BackGroundColor = System.Drawing.Color.Black; | ||||||
|             this.buttonBottom1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.buttonBottom1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188))))); | ||||||
|             this.buttonBottom1.ButtonDownColor = System.Drawing.Color.SlateGray; |             this.buttonBottom1.ButtonDownColor = System.Drawing.Color.SlateGray; | ||||||
|             this.buttonBottom1.ButtonImageAutoSize = true; |             this.buttonBottom1.ButtonImageAutoSize = true; | ||||||
|             this.buttonBottom1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; |             this.buttonBottom1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; | ||||||
|             this.buttonBottom1.ButtonText = "측정시작"; |             this.buttonBottom1.ButtonText = "측정시작"; | ||||||
|             this.buttonBottom1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |             this.buttonBottom1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | ||||||
|  |             this.buttonBottom1.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); | ||||||
|             this.buttonBottom1.GroupID = 1; |             this.buttonBottom1.GroupID = 1; | ||||||
|             this.buttonBottom1.ImageDisable = null; |             this.buttonBottom1.ImageDisable = null; | ||||||
|             this.buttonBottom1.ImageDown = null; |             this.buttonBottom1.ImageDown = null; | ||||||
|  | @ -373,7 +379,7 @@ | ||||||
|             this.buttonBottom1.RepeatIntervalAccelerate = null; |             this.buttonBottom1.RepeatIntervalAccelerate = null; | ||||||
|             this.buttonBottom1.RoundSize = 10; |             this.buttonBottom1.RoundSize = 10; | ||||||
|             this.buttonBottom1.SafeInterval = 200; |             this.buttonBottom1.SafeInterval = 200; | ||||||
|             this.buttonBottom1.Size = new System.Drawing.Size(110, 60); |             this.buttonBottom1.Size = new System.Drawing.Size(100, 60); | ||||||
|             this.buttonBottom1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |             this.buttonBottom1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | ||||||
|             this.buttonBottom1.TabIndex = 78; |             this.buttonBottom1.TabIndex = 78; | ||||||
|             this.buttonBottom1.Text = null; |             this.buttonBottom1.Text = null; | ||||||
|  | @ -387,18 +393,19 @@ | ||||||
|             // buttonSystem |             // buttonSystem | ||||||
|             //  |             //  | ||||||
|             this.buttonSystem.BackGround = this.smartForm1; |             this.buttonSystem.BackGround = this.smartForm1; | ||||||
|             this.buttonSystem.BackGroundColor = System.Drawing.Color.LightBlue; |             this.buttonSystem.BackGroundColor = System.Drawing.Color.Black; | ||||||
|             this.buttonSystem.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.buttonSystem.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188))))); | ||||||
|             this.buttonSystem.ButtonDownColor = System.Drawing.Color.SlateGray; |             this.buttonSystem.ButtonDownColor = System.Drawing.Color.SlateGray; | ||||||
|             this.buttonSystem.ButtonImageAutoSize = true; |             this.buttonSystem.ButtonImageAutoSize = true; | ||||||
|             this.buttonSystem.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; |             this.buttonSystem.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; | ||||||
|             this.buttonSystem.ButtonText = "System"; |             this.buttonSystem.ButtonText = "System"; | ||||||
|             this.buttonSystem.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |             this.buttonSystem.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | ||||||
|  |             this.buttonSystem.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); | ||||||
|             this.buttonSystem.GroupID = 0; |             this.buttonSystem.GroupID = 0; | ||||||
|             this.buttonSystem.ImageDisable = null; |             this.buttonSystem.ImageDisable = null; | ||||||
|             this.buttonSystem.ImageDown = null; |             this.buttonSystem.ImageDown = null; | ||||||
|             this.buttonSystem.ImageUp = null; |             this.buttonSystem.ImageUp = null; | ||||||
|             this.buttonSystem.Location = new System.Drawing.Point(911, 303); |             this.buttonSystem.Location = new System.Drawing.Point(917, 303); | ||||||
|             this.buttonSystem.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; |             this.buttonSystem.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; | ||||||
|             this.buttonSystem.Name = "buttonSystem"; |             this.buttonSystem.Name = "buttonSystem"; | ||||||
|             this.buttonSystem.NestedClickEventPrevent = false; |             this.buttonSystem.NestedClickEventPrevent = false; | ||||||
|  | @ -408,7 +415,7 @@ | ||||||
|             this.buttonSystem.RepeatIntervalAccelerate = null; |             this.buttonSystem.RepeatIntervalAccelerate = null; | ||||||
|             this.buttonSystem.RoundSize = 10; |             this.buttonSystem.RoundSize = 10; | ||||||
|             this.buttonSystem.SafeInterval = 200; |             this.buttonSystem.SafeInterval = 200; | ||||||
|             this.buttonSystem.Size = new System.Drawing.Size(110, 60); |             this.buttonSystem.Size = new System.Drawing.Size(100, 60); | ||||||
|             this.buttonSystem.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |             this.buttonSystem.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | ||||||
|             this.buttonSystem.TabIndex = 77; |             this.buttonSystem.TabIndex = 77; | ||||||
|             this.buttonSystem.Text = null; |             this.buttonSystem.Text = null; | ||||||
|  | @ -422,18 +429,19 @@ | ||||||
|             // buttonLog |             // buttonLog | ||||||
|             //  |             //  | ||||||
|             this.buttonLog.BackGround = this.smartForm1; |             this.buttonLog.BackGround = this.smartForm1; | ||||||
|             this.buttonLog.BackGroundColor = System.Drawing.Color.LightBlue; |             this.buttonLog.BackGroundColor = System.Drawing.Color.Black; | ||||||
|             this.buttonLog.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.buttonLog.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188))))); | ||||||
|             this.buttonLog.ButtonDownColor = System.Drawing.Color.SlateGray; |             this.buttonLog.ButtonDownColor = System.Drawing.Color.SlateGray; | ||||||
|             this.buttonLog.ButtonImageAutoSize = true; |             this.buttonLog.ButtonImageAutoSize = true; | ||||||
|             this.buttonLog.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; |             this.buttonLog.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; | ||||||
|             this.buttonLog.ButtonText = "Log"; |             this.buttonLog.ButtonText = "Log"; | ||||||
|             this.buttonLog.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |             this.buttonLog.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | ||||||
|  |             this.buttonLog.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); | ||||||
|             this.buttonLog.GroupID = 0; |             this.buttonLog.GroupID = 0; | ||||||
|             this.buttonLog.ImageDisable = null; |             this.buttonLog.ImageDisable = null; | ||||||
|             this.buttonLog.ImageDown = null; |             this.buttonLog.ImageDown = null; | ||||||
|             this.buttonLog.ImageUp = null; |             this.buttonLog.ImageUp = null; | ||||||
|             this.buttonLog.Location = new System.Drawing.Point(911, 237); |             this.buttonLog.Location = new System.Drawing.Point(917, 237); | ||||||
|             this.buttonLog.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; |             this.buttonLog.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; | ||||||
|             this.buttonLog.Name = "buttonLog"; |             this.buttonLog.Name = "buttonLog"; | ||||||
|             this.buttonLog.NestedClickEventPrevent = false; |             this.buttonLog.NestedClickEventPrevent = false; | ||||||
|  | @ -443,7 +451,7 @@ | ||||||
|             this.buttonLog.RepeatIntervalAccelerate = null; |             this.buttonLog.RepeatIntervalAccelerate = null; | ||||||
|             this.buttonLog.RoundSize = 10; |             this.buttonLog.RoundSize = 10; | ||||||
|             this.buttonLog.SafeInterval = 200; |             this.buttonLog.SafeInterval = 200; | ||||||
|             this.buttonLog.Size = new System.Drawing.Size(110, 60); |             this.buttonLog.Size = new System.Drawing.Size(100, 60); | ||||||
|             this.buttonLog.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |             this.buttonLog.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | ||||||
|             this.buttonLog.TabIndex = 76; |             this.buttonLog.TabIndex = 76; | ||||||
|             this.buttonLog.Text = null; |             this.buttonLog.Text = null; | ||||||
|  | @ -457,18 +465,19 @@ | ||||||
|             // buttonManual |             // buttonManual | ||||||
|             //  |             //  | ||||||
|             this.buttonManual.BackGround = this.smartForm1; |             this.buttonManual.BackGround = this.smartForm1; | ||||||
|             this.buttonManual.BackGroundColor = System.Drawing.Color.LightBlue; |             this.buttonManual.BackGroundColor = System.Drawing.Color.Black; | ||||||
|             this.buttonManual.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.buttonManual.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188))))); | ||||||
|             this.buttonManual.ButtonDownColor = System.Drawing.Color.SlateGray; |             this.buttonManual.ButtonDownColor = System.Drawing.Color.SlateGray; | ||||||
|             this.buttonManual.ButtonImageAutoSize = true; |             this.buttonManual.ButtonImageAutoSize = true; | ||||||
|             this.buttonManual.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; |             this.buttonManual.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; | ||||||
|             this.buttonManual.ButtonText = "Manual"; |             this.buttonManual.ButtonText = "Manual"; | ||||||
|             this.buttonManual.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |             this.buttonManual.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | ||||||
|  |             this.buttonManual.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); | ||||||
|             this.buttonManual.GroupID = 0; |             this.buttonManual.GroupID = 0; | ||||||
|             this.buttonManual.ImageDisable = null; |             this.buttonManual.ImageDisable = null; | ||||||
|             this.buttonManual.ImageDown = null; |             this.buttonManual.ImageDown = null; | ||||||
|             this.buttonManual.ImageUp = null; |             this.buttonManual.ImageUp = null; | ||||||
|             this.buttonManual.Location = new System.Drawing.Point(911, 171); |             this.buttonManual.Location = new System.Drawing.Point(917, 171); | ||||||
|             this.buttonManual.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; |             this.buttonManual.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; | ||||||
|             this.buttonManual.Name = "buttonManual"; |             this.buttonManual.Name = "buttonManual"; | ||||||
|             this.buttonManual.NestedClickEventPrevent = false; |             this.buttonManual.NestedClickEventPrevent = false; | ||||||
|  | @ -478,7 +487,7 @@ | ||||||
|             this.buttonManual.RepeatIntervalAccelerate = null; |             this.buttonManual.RepeatIntervalAccelerate = null; | ||||||
|             this.buttonManual.RoundSize = 10; |             this.buttonManual.RoundSize = 10; | ||||||
|             this.buttonManual.SafeInterval = 200; |             this.buttonManual.SafeInterval = 200; | ||||||
|             this.buttonManual.Size = new System.Drawing.Size(110, 60); |             this.buttonManual.Size = new System.Drawing.Size(100, 60); | ||||||
|             this.buttonManual.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |             this.buttonManual.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | ||||||
|             this.buttonManual.TabIndex = 75; |             this.buttonManual.TabIndex = 75; | ||||||
|             this.buttonManual.Text = null; |             this.buttonManual.Text = null; | ||||||
|  | @ -492,18 +501,19 @@ | ||||||
|             // buttonRecipe |             // buttonRecipe | ||||||
|             //  |             //  | ||||||
|             this.buttonRecipe.BackGround = this.smartForm1; |             this.buttonRecipe.BackGround = this.smartForm1; | ||||||
|             this.buttonRecipe.BackGroundColor = System.Drawing.Color.LightBlue; |             this.buttonRecipe.BackGroundColor = System.Drawing.Color.Black; | ||||||
|             this.buttonRecipe.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.buttonRecipe.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188))))); | ||||||
|             this.buttonRecipe.ButtonDownColor = System.Drawing.Color.SlateGray; |             this.buttonRecipe.ButtonDownColor = System.Drawing.Color.SlateGray; | ||||||
|             this.buttonRecipe.ButtonImageAutoSize = true; |             this.buttonRecipe.ButtonImageAutoSize = true; | ||||||
|             this.buttonRecipe.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; |             this.buttonRecipe.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; | ||||||
|             this.buttonRecipe.ButtonText = "Recipe"; |             this.buttonRecipe.ButtonText = "Recipe"; | ||||||
|             this.buttonRecipe.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |             this.buttonRecipe.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | ||||||
|  |             this.buttonRecipe.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); | ||||||
|             this.buttonRecipe.GroupID = 0; |             this.buttonRecipe.GroupID = 0; | ||||||
|             this.buttonRecipe.ImageDisable = null; |             this.buttonRecipe.ImageDisable = null; | ||||||
|             this.buttonRecipe.ImageDown = null; |             this.buttonRecipe.ImageDown = null; | ||||||
|             this.buttonRecipe.ImageUp = null; |             this.buttonRecipe.ImageUp = null; | ||||||
|             this.buttonRecipe.Location = new System.Drawing.Point(911, 39); |             this.buttonRecipe.Location = new System.Drawing.Point(917, 39); | ||||||
|             this.buttonRecipe.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; |             this.buttonRecipe.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; | ||||||
|             this.buttonRecipe.Name = "buttonRecipe"; |             this.buttonRecipe.Name = "buttonRecipe"; | ||||||
|             this.buttonRecipe.NestedClickEventPrevent = false; |             this.buttonRecipe.NestedClickEventPrevent = false; | ||||||
|  | @ -513,7 +523,7 @@ | ||||||
|             this.buttonRecipe.RepeatIntervalAccelerate = null; |             this.buttonRecipe.RepeatIntervalAccelerate = null; | ||||||
|             this.buttonRecipe.RoundSize = 10; |             this.buttonRecipe.RoundSize = 10; | ||||||
|             this.buttonRecipe.SafeInterval = 200; |             this.buttonRecipe.SafeInterval = 200; | ||||||
|             this.buttonRecipe.Size = new System.Drawing.Size(110, 60); |             this.buttonRecipe.Size = new System.Drawing.Size(100, 60); | ||||||
|             this.buttonRecipe.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |             this.buttonRecipe.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | ||||||
|             this.buttonRecipe.TabIndex = 72; |             this.buttonRecipe.TabIndex = 72; | ||||||
|             this.buttonRecipe.Text = null; |             this.buttonRecipe.Text = null; | ||||||
|  | @ -527,18 +537,19 @@ | ||||||
|             // buttonHome |             // buttonHome | ||||||
|             //  |             //  | ||||||
|             this.buttonHome.BackGround = this.smartForm1; |             this.buttonHome.BackGround = this.smartForm1; | ||||||
|             this.buttonHome.BackGroundColor = System.Drawing.Color.LightBlue; |             this.buttonHome.BackGroundColor = System.Drawing.Color.Black; | ||||||
|             this.buttonHome.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); |             this.buttonHome.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(196)))), ((int)(((byte)(188))))); | ||||||
|             this.buttonHome.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); |             this.buttonHome.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); | ||||||
|             this.buttonHome.ButtonImageAutoSize = true; |             this.buttonHome.ButtonImageAutoSize = true; | ||||||
|             this.buttonHome.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; |             this.buttonHome.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; | ||||||
|             this.buttonHome.ButtonText = "HOME"; |             this.buttonHome.ButtonText = "HOME"; | ||||||
|             this.buttonHome.ColorKeySamplePosition = new System.Drawing.Point(0, 0); |             this.buttonHome.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | ||||||
|  |             this.buttonHome.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); | ||||||
|             this.buttonHome.GroupID = 0; |             this.buttonHome.GroupID = 0; | ||||||
|             this.buttonHome.ImageDisable = null; |             this.buttonHome.ImageDisable = null; | ||||||
|             this.buttonHome.ImageDown = null; |             this.buttonHome.ImageDown = null; | ||||||
|             this.buttonHome.ImageUp = null; |             this.buttonHome.ImageUp = null; | ||||||
|             this.buttonHome.Location = new System.Drawing.Point(911, 705); |             this.buttonHome.Location = new System.Drawing.Point(917, 705); | ||||||
|             this.buttonHome.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; |             this.buttonHome.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; | ||||||
|             this.buttonHome.Name = "buttonHome"; |             this.buttonHome.Name = "buttonHome"; | ||||||
|             this.buttonHome.NestedClickEventPrevent = false; |             this.buttonHome.NestedClickEventPrevent = false; | ||||||
|  | @ -548,7 +559,7 @@ | ||||||
|             this.buttonHome.RepeatIntervalAccelerate = null; |             this.buttonHome.RepeatIntervalAccelerate = null; | ||||||
|             this.buttonHome.RoundSize = 10; |             this.buttonHome.RoundSize = 10; | ||||||
|             this.buttonHome.SafeInterval = 200; |             this.buttonHome.SafeInterval = 200; | ||||||
|             this.buttonHome.Size = new System.Drawing.Size(110, 60); |             this.buttonHome.Size = new System.Drawing.Size(100, 60); | ||||||
|             this.buttonHome.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; |             this.buttonHome.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | ||||||
|             this.buttonHome.TabIndex = 71; |             this.buttonHome.TabIndex = 71; | ||||||
|             this.buttonHome.Text = null; |             this.buttonHome.Text = null; | ||||||
|  |  | ||||||
|  | @ -176,78 +176,12 @@ namespace INT_PT002.Forms | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|         #region Log |         #region Log | ||||||
|         // Backup |  | ||||||
|         private void Backup(Define.E_DataType type, TreeView view) |  | ||||||
|         { |  | ||||||
|             string targetPath = "", sourceFilePath = "", destFilePath = "", dataFolderPath = ""; |  | ||||||
|             string[] result; |  | ||||||
|             DirectoryInfo dir; |  | ||||||
|             FileInfo[] files; |  | ||||||
|             List<string> listSelectedFile = new List<string>();     // 백업할 파일 리스트 (yyyy/MM/filename.csv) |  | ||||||
|             this.Q_FileList = new Queue<string>(); |  | ||||||
| 
 |  | ||||||
|             switch (type) |  | ||||||
|             { |  | ||||||
|                 case Define.E_DataType.None: |  | ||||||
|                     break; |  | ||||||
|                 case Define.E_DataType.History: |  | ||||||
|                     dataFolderPath = this.ParentForm.PathDataHistoryFolder; |  | ||||||
|                     break; |  | ||||||
|                 case Define.E_DataType.Inspection: |  | ||||||
|                     dataFolderPath = this.ParentForm.PathDataInspectionFolder; |  | ||||||
|                     break; |  | ||||||
|                 default: |  | ||||||
|                     break; |  | ||||||
|             } |  | ||||||
| 
 |  | ||||||
|             if (dataFolderPath == "") |  | ||||||
|                 return; |  | ||||||
| 
 |  | ||||||
|             #region 백업 할 파일 리스트 |  | ||||||
|             listSelectedFile = this.GetSeletedNodeList(view); |  | ||||||
|             #endregion |  | ||||||
| 
 |  | ||||||
|             if (listSelectedFile.Count == 0) |  | ||||||
|             { |  | ||||||
|                 DialogFormMessage msg = new DialogFormMessage(4, this.ParentForm.SystemConfig.LANGUAGE); |  | ||||||
|                 msg.ShowDialog(); |  | ||||||
|                 return; |  | ||||||
|             } |  | ||||||
| 
 |  | ||||||
|             SmartX.SmartSplash.Start(SmartSplash.BuiltInLoadingImages.PROCESSING1, 200); |  | ||||||
| 
 |  | ||||||
|             #region USB 장착 유무 체크 |  | ||||||
|             // USB 장착 유무 체크 |  | ||||||
|             dir = new DirectoryInfo(targetPath); |  | ||||||
|             if (dir.Exists == false) |  | ||||||
|             { |  | ||||||
|                 // USB메모리가 장착되지 않았습니다 |  | ||||||
|                 DialogFormMessage msg = new DialogFormMessage(5, this.ParentForm.SystemConfig.LANGUAGE); |  | ||||||
|                 msg.ShowDialog(); |  | ||||||
|                 SmartX.SmartSplash.Finish(); |  | ||||||
|                 return; |  | ||||||
|             } |  | ||||||
|             #endregion |  | ||||||
| 
 |  | ||||||
|             try |  | ||||||
|             { |  | ||||||
| 
 |  | ||||||
|             } |  | ||||||
|             catch |  | ||||||
|             { |  | ||||||
|                 // 제조사에 문의하세요 |  | ||||||
|                 DialogFormMessage msg = new DialogFormMessage(6, this.ParentForm.SystemConfig.LANGUAGE); |  | ||||||
|                 SmartX.SmartSplash.Finish(); |  | ||||||
|                 msg.ShowDialog(); |  | ||||||
|                 return; |  | ||||||
|             } |  | ||||||
|         } |  | ||||||
|         // FileCopy |         // FileCopy | ||||||
|         private void FileCopy(Define.E_DataType type) |         private void FileCopy(Define.E_DataType type) | ||||||
|         { |         { | ||||||
|             int count = 0; |             int count = 0; | ||||||
|             string targetPath = "", destTargetPath = "", sourceFilePath = "", destFilePath = ""; |             string targetPath = "", destTargetPath = "", sourceFolderPath = "", sourceFilePath = "", destFilePath = ""; | ||||||
|             string[] result; |             string[] result, dirFiles, folders; | ||||||
|             DirectoryInfo dir; |             DirectoryInfo dir; | ||||||
|             FileInfo[] files; |             FileInfo[] files; | ||||||
| 
 | 
 | ||||||
|  | @ -256,16 +190,32 @@ namespace INT_PT002.Forms | ||||||
|                 #region USB 복사 |                 #region USB 복사 | ||||||
|                 targetPath = "하드 디스크\\"; |                 targetPath = "하드 디스크\\"; | ||||||
| 
 | 
 | ||||||
|                 // USB\SerialNumber\ 루트 |                 // USB\SerialNumber\Inspection or Alarm or History | ||||||
|                 destTargetPath = string.Format("{0}{1}\\Data\\{2}\\{3}\\", targetPath, this.ParentForm.SystemConfig.SERIAL_NUMBER, type, DateTime.Now.ToString("yyyyMMdd_HHmmss")); |                 destTargetPath = string.Format("{0}{1}\\{2}\\", targetPath, this.ParentForm.SystemConfig.SERIAL_NUMBER, type); | ||||||
| 
 | 
 | ||||||
|                 // USB 폴더 체크 및 생성 |                 // USB 폴더 체크 및 생성 | ||||||
|                 dir = new DirectoryInfo(destTargetPath); |                 dir = new DirectoryInfo(destTargetPath); | ||||||
|                 if (dir.Exists == false) |                 if (dir.Exists == false) | ||||||
|                     dir.Create(); |                     dir.Create(); | ||||||
| 
 | 
 | ||||||
|                 // 파일 복사 |                 switch(type) | ||||||
|                 dir = new DirectoryInfo(this.ParentForm.PathDataInspectionFolder); |                 { | ||||||
|  |                     case Define.E_DataType.Inspection: | ||||||
|  |                         sourceFolderPath = this.ParentForm.PathDataInspectionFolder; | ||||||
|  |                         break; | ||||||
|  |                     case Define.E_DataType.History: | ||||||
|  |                         sourceFolderPath = this.ParentForm.PathDataHistoryFolder; | ||||||
|  |                         break; | ||||||
|  |                     case Define.E_DataType.Alarm: | ||||||
|  |                         sourceFolderPath = this.ParentForm.PathDataAlarmFolder; | ||||||
|  |                         break; | ||||||
|  |                     default: | ||||||
|  |                         sourceFolderPath = this.ParentForm.PathDataInspectionFolder; | ||||||
|  |                         break; | ||||||
|  |                 } | ||||||
|  | 
 | ||||||
|  |                 //  | ||||||
|  |                 dir = new DirectoryInfo(sourceFolderPath); | ||||||
|                 if (dir.Exists == false) |                 if (dir.Exists == false) | ||||||
|                     dir.Create();                 |                     dir.Create();                 | ||||||
| 
 | 
 | ||||||
|  | @ -302,6 +252,7 @@ namespace INT_PT002.Forms | ||||||
| 
 | 
 | ||||||
|                 // 복사 완료 메시지 |                 // 복사 완료 메시지 | ||||||
|                 DialogFormMessage msg = new DialogFormMessage(count.ToString(), this.ParentForm.SystemConfig.LANGUAGE); |                 DialogFormMessage msg = new DialogFormMessage(count.ToString(), this.ParentForm.SystemConfig.LANGUAGE); | ||||||
|  |                 //this.SplashFinish(); | ||||||
|                 msg.ShowDialog(); |                 msg.ShowDialog(); | ||||||
|                 #endregion |                 #endregion | ||||||
|             } |             } | ||||||
|  | @ -309,6 +260,7 @@ namespace INT_PT002.Forms | ||||||
|             { |             { | ||||||
|                 // 제조사에 문의하세요 |                 // 제조사에 문의하세요 | ||||||
|                 DialogFormMessage msg = new DialogFormMessage(6, this.ParentForm.SystemConfig.LANGUAGE); |                 DialogFormMessage msg = new DialogFormMessage(6, this.ParentForm.SystemConfig.LANGUAGE); | ||||||
|  |                 //this.SplashFinish(); | ||||||
|                 msg.ShowDialog(); |                 msg.ShowDialog(); | ||||||
|                 return; |                 return; | ||||||
|             } |             } | ||||||
|  |  | ||||||
|  | @ -118,159 +118,9 @@ | ||||||
|     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||
|   </resheader> |   </resheader> | ||||||
|   <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |   <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> | ||||||
|   <data name="smartForm1.BackImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |  | ||||||
|     <value> |  | ||||||
|         iVBORw0KGgoAAAANSUhEUgAABAAAAAMACAIAAAA12IJaAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH |  | ||||||
|         DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp |  | ||||||
|         bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis |  | ||||||
|         iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ |  | ||||||
|         sf0ABniAAaYAMFnpqb5B7sFAJC83F3q6yAn8i94MAUj8vmXo6U+ng/9P0qxUvgAAyF/E5mxOOkvE+SJO |  | ||||||
|         yhSkiu0zIqbGJIoZRomZL0pQxHJijlvkpZ99FtlRzOxkHlvE4pxT2clsMfeIeHuGkCNixEfEBRlcTqaI |  | ||||||
|         b4tYM0mYzBXxW3FsMoeZDgCKJLYLOKx4EZuImMQPDnQR8XIAcKS4LzjmCxZwsgTiQ7mkpGbzuXHxArou |  | ||||||
|         S49uam3NoHtyMpM4AoGhP5OVyOSz6S4pyalMXjYAi2f+LBlxbemiIluaWltaGpoZmX5RqP+6+Dcl7u0i |  | ||||||
|         vQr43DOI1veH7a/8UuoAYMyKarPrD1vMfgA6tgIgd/8Pm+YhACRFfWu/8cV5aOJ5iRcIUm2MjTMzM424 |  | ||||||
|         HJaRuKC/6386/A198T0j8Xa/l4fuyollCpMEdHHdWClJKUI+PT2VyeLQDf88xP848K/zWBrIieXwOTxR |  | ||||||
|         RKhoyri8OFG7eWyugJvCo3N5/6mJ/zDsT1qca5Eo9Z8ANcoISN2gAuTnPoCiEAESeVDc9d/75oMPBeKb |  | ||||||
|         F6Y6sTj3nwX9+65wifiRzo37HOcSGExnCfkZi2viawnQgAAkARXIAxWgAXSBITADVsAWOAI3sAL4gWAQ |  | ||||||
|         DtYCFogHyYAPMkEu2AwKQBHYBfaCSlAD6kEjaAEnQAc4DS6Ay+A6uAnugAdgBIyD52AGvAHzEARhITJE |  | ||||||
|         geQhVUgLMoDMIAZkD7lBPlAgFA5FQ3EQDxJCudAWqAgqhSqhWqgR+hY6BV2ArkID0D1oFJqCfoXewwhM |  | ||||||
|         gqmwMqwNG8MM2An2hoPhNXAcnAbnwPnwTrgCroOPwe3wBfg6fAcegZ/DswhAiAgNUUMMEQbigvghEUgs |  | ||||||
|         wkc2IIVIOVKHtCBdSC9yCxlBppF3KAyKgqKjDFG2KE9UCIqFSkNtQBWjKlFHUe2oHtQt1ChqBvUJTUYr |  | ||||||
|         oQ3QNmgv9Cp0HDoTXYAuRzeg29CX0HfQ4+g3GAyGhtHBWGE8MeGYBMw6TDHmAKYVcx4zgBnDzGKxWHms |  | ||||||
|         AdYO64dlYgXYAux+7DHsOewgdhz7FkfEqeLMcO64CBwPl4crxzXhzuIGcRO4ebwUXgtvg/fDs/HZ+BJ8 |  | ||||||
|         Pb4LfwM/jp8nSBN0CHaEYEICYTOhgtBCuER4SHhFJBLVidbEACKXuIlYQTxOvEIcJb4jyZD0SS6kSJKQ |  | ||||||
|         tJN0hHSedI/0ikwma5MdyRFkAXknuZF8kfyY/FaCImEk4SXBltgoUSXRLjEo8UISL6kl6SS5VjJHslzy |  | ||||||
|         pOQNyWkpvJS2lIsUU2qDVJXUKalhqVlpirSptJ90snSxdJP0VelJGayMtoybDFsmX+awzEWZMQpC0aC4 |  | ||||||
|         UFiULZR6yiXKOBVD1aF6UROoRdRvqP3UGVkZ2WWyobJZslWyZ2RHaAhNm+ZFS6KV0E7QhmjvlygvcVrC |  | ||||||
|         WbJjScuSwSVzcopyjnIcuUK5Vrk7cu/l6fJu8onyu+U75B8poBT0FQIUMhUOKlxSmFakKtoqshQLFU8o |  | ||||||
|         3leClfSVApXWKR1W6lOaVVZR9lBOVd6vfFF5WoWm4qiSoFKmclZlSpWiaq/KVS1TPaf6jC5Ld6In0Svo |  | ||||||
|         PfQZNSU1TzWhWq1av9q8uo56iHqeeqv6Iw2CBkMjVqNMo1tjRlNV01czV7NZ874WXouhFa+1T6tXa05b |  | ||||||
|         RztMe5t2h/akjpyOl06OTrPOQ12yroNumm6d7m09jB5DL1HvgN5NfVjfQj9ev0r/hgFsYGnANThgMLAU |  | ||||||
|         vdR6KW9p3dJhQ5Khk2GGYbPhqBHNyMcoz6jD6IWxpnGE8W7jXuNPJhYmSSb1Jg9MZUxXmOaZdpn+aqZv |  | ||||||
|         xjKrMrttTjZ3N99o3mn+cpnBMs6yg8vuWlAsfC22WXRbfLS0suRbtlhOWWlaRVtVWw0zqAx/RjHjijXa |  | ||||||
|         2tl6o/Vp63c2ljYCmxM2v9ga2ibaNtlOLtdZzllev3zMTt2OaVdrN2JPt4+2P2Q/4qDmwHSoc3jiqOHI |  | ||||||
|         dmxwnHDSc0pwOub0wtnEme/c5jznYuOy3uW8K+Lq4Vro2u8m4xbiVun22F3dPc692X3Gw8Jjncd5T7Sn |  | ||||||
|         t+duz2EvZS+WV6PXzAqrFetX9HiTvIO8K72f+Oj78H26fGHfFb57fB+u1FrJW9nhB/y8/Pb4PfLX8U/z |  | ||||||
|         /z4AE+AfUBXwNNA0MDewN4gSFBXUFPQm2Dm4JPhBiG6IMKQ7VDI0MrQxdC7MNaw0bGSV8ar1q66HK4Rz |  | ||||||
|         wzsjsBGhEQ0Rs6vdVu9dPR5pEVkQObRGZ03WmqtrFdYmrT0TJRnFjDoZjY4Oi26K/sD0Y9YxZ2O8Yqpj |  | ||||||
|         ZlgurH2s52xHdhl7imPHKeVMxNrFlsZOxtnF7YmbineIL4+f5rpwK7kvEzwTahLmEv0SjyQuJIUltSbj |  | ||||||
|         kqOTT/FkeIm8nhSVlKyUgVSD1ILUkTSbtL1pM3xvfkM6lL4mvVNAFf1M9Ql1hVuFoxn2GVUZbzNDM09m |  | ||||||
|         SWfxsvqy9bN3ZE/kuOd8vQ61jrWuO1ctd3Pu6Hqn9bUboA0xG7o3amzM3zi+yWPT0c2EzYmbf8gzySvN |  | ||||||
|         e70lbEtXvnL+pvyxrR5bmwskCvgFw9tst9VsR23nbu/fYb5j/45PhezCa0UmReVFH4pZxde+Mv2q4quF |  | ||||||
|         nbE7+0ssSw7uwuzi7Rra7bD7aKl0aU7p2B7fPe1l9LLCstd7o/ZeLV9WXrOPsE+4b6TCp6Jzv+b+Xfs/ |  | ||||||
|         VMZX3qlyrmqtVqreUT13gH1g8KDjwZYa5ZqimveHuIfu1nrUttdp15UfxhzOOPy0PrS+92vG140NCg1F |  | ||||||
|         DR+P8I6MHA082tNo1djYpNRU0gw3C5unjkUeu/mN6zedLYYtta201qLj4Ljw+LNvo78dOuF9ovsk42TL |  | ||||||
|         d1rfVbdR2grbofbs9pmO+I6RzvDOgVMrTnV32Xa1fW/0/ZHTaqerzsieKTlLOJt/duFczrnZ86nnpy/E |  | ||||||
|         XRjrjup+cHHVxds9AT39l7wvXbnsfvlir1PvuSt2V05ftbl66hrjWsd1y+vtfRZ9bT9Y/NDWb9nffsPq |  | ||||||
|         RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP |  | ||||||
|         lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l |  | ||||||
|         f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK |  | ||||||
|         j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAF2ZJREFUeF7t2jGqHVcU |  | ||||||
|         RNE3FBvHlmL9+Q/MgU6k1Ldgw1/Fgs47Opvuz49/fwAAQM0v2+zz88dPAACo+bLNBAAAAEV3rtrrCQAA |  | ||||||
|         AIruXLXXEwAAABTduWqvJwAAACi6c9VeTwAAAFB056q9ngAAAKDozlV7PQEAAEDRnav2egIAAICiO1ft |  | ||||||
|         9QQAAABFd67a6wkAAACK7ly11xMAAAAU3blqrycAAAAounPVXk8AAABQdOeqvZ4AAACg6M5Vez0BAABA |  | ||||||
|         0Z2r9noCAACAojtX7fUEAAAARXeu2usJAAAAiu5ctdcTAAAAFN25aq8nAAAAKLpz1V5PAAAAUHTnqr2e |  | ||||||
|         AAAAoOjOVXs9AQAAQNGdq/Z6AgAAgKI7V+31BAAAAEV3rtrrCQAAAIruXLXXEwAAABTduWqvJwAAACi6 |  | ||||||
|         c9VeTwAAAFB056q9ngAAAKDozlV7PQEAAEDRnav2egIAAICiO1ft9QQAAABFd67a6wkAAACK7ly11xMA |  | ||||||
|         AAAU3blqr/e5p5mZmZmZfYMJADMzMzMr7pdt9vnr738AAKDmdwb88V8Q/58AAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgA |  | ||||||
|         AACgSACMCAAAAIoEwIgAAACgSACMCAAAAIoEwIgAAACgSACMfH6/WTMzMzMz+w4TAGZmZmZm32ifP74I |  | ||||||
|         AABAwZ2r9noCAACAojtX7fUEAAAARXeu2usJAAAAiu5ctdcTAAAAFN25aq8nAAAAKLpz1V5PAAAAUHTn |  | ||||||
|         qr2eAAAAoOjOVXs9AQAAQNGdq/Z6AgAAgKI7V+31BAAAAEV3rtrrCQAAAIruXLXXEwAAABTduWqvJwAA |  | ||||||
|         ACi6c9VeTwAAAFB056q9ngAAAKDozlV7PQEAAEDRnav2egIAAICiO1ft9QQAAABFd67a6wkAAACK7ly1 |  | ||||||
|         1xMAAAAU3blqrycAAAAounPVXk8AAABQdOeqvZ4AAACg6M5Vez0BAABA0Z2r9noCAACAojtX7fUEAAAA |  | ||||||
|         RXeu2usJAAAAiu5ctdcTAAAAFN25aq8nAAAAKLpz1V5PAAAAUHTnqr2eAAAAoOjOVXs9AQAAQNGdq/Z6 |  | ||||||
|         AgAAgKI7V+31BAAAAEV3rtrrCQAAAIruXLXXEwAAABTduWqvJwAAACi6c9VeTwAAAFB056q9ngAAAKDo |  | ||||||
|         zlV7PQEAAEDRnav2egIAAICiO1ft9QQAAABFd67a6wkAAACK7ly11xMAAAAU3blqrycAAAAounPVXk8A |  | ||||||
|         AABQdOeqvZ4AAACg6M5Vez0BAABA0Z2r9noCAACAojtX7fUEAAAARXeu2usJAAAAiu5ctdcTAAAAFN25 |  | ||||||
|         aq8nAAAAKLpz1V5PAAAAUHTnqr2eAAAAoOjOVXs9AQAAQNGdq/Z6AgAAgKI7V+31BAAAAEV3rtrrCQAA |  | ||||||
|         AIruXLXXEwAAABTduWqvJwAAACi6c9VeTwAAAFB056q93dfXf2LbovjPXQkTAAAAAElFTkSuQmCC |  | ||||||
| </value> |  | ||||||
|   </data> |  | ||||||
|   <data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAAG4AAAAeCAIAAABCG7xtAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH |         iVBORw0KGgoAAAANSUhEUgAAADUAAAAeCAIAAAAD78HSAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH | ||||||
|         DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp |         DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp | ||||||
|         bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis |         bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis | ||||||
|         iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ |         iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ | ||||||
|  | @ -315,32 +165,38 @@ | ||||||
|         RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP |         RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP | ||||||
|         lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l |         lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l | ||||||
|         f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK |         f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK | ||||||
|         j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAABcpJREFUaEPtmvlTE2cc |         j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAByVJREFUWEe9WPtvU3UU | ||||||
|         h/svdKY/dFrp4bTWXnZ6aGE6rTPWVvuDVjmEANoCCgKtHOGSWzFQraUiHpQrIKaCpa2FcMkZIDCWO4QQ |         X7tnu7br+33v7ev2cdtuHWPdxp5tt3VsYwO2tpsiYoyv+CJqiKICiRiRgKiIosGoCIj4GKDDgUZijEbj | ||||||
|         Eo6QSAghjZoKCSjSL7z4ZnkTptM2yywdMs8wu5/3ze47D++777u7eaK0aXA14QukjQU/tv5wYThgp5q1 |         E/0BovCDDxTlof0P/Hx77+1KRzQxHSefLN97+r3f7+ee7znne87K/kWMNRVRnfx2n+5Ywvn9sHdH1PZe | ||||||
|         edxt00DYAY3LRqW3vTjhqIBXVFnVRnxlrbB6KvmCgc5vY9Xur8rYTmrWK9r9zwDjbi+DSrQNiE4Fax03 |         3Pn1IPtOj2MppWrRy2XlUmHqVZYKieQ+zvDzcv+LbfY/xrlsJgjs76S/HWL58VeD7FQ3g8chm1J456rJ | ||||||
|         SCM9qspbia8zn1VSKczJGvVx6D0RKI737UkOw+4IlSN+26EOVFB6bxMlHSurFxPHYTK0q+Q3ynoTA7As |         Krfm3ZjjpTb75gWWjRHzufEAz+lAJw0r8uOflvlX+/Ww6N4Oejrm6DDWCi/Pq1RJJdsWWngGwLqw8YVW | ||||||
|         ecg+efDnMJbBlDjBvzcxsC0tBe2KkoKkEazulHBcefTwBzfLmokDMhZ6VYLHgXA3rAboORVC3SV6JSBj |         2zNRK7CrzQ5CjzeaoXm62fps1PZYoxnW5WeeT3G3sFphlXmSSqnklUVUntzpUd/OFhs/PjsW+GHU9+RC | ||||||
|         O0OId8c8Xq8uaSAOy0zoVSmO98NSAJhnoFdSE0uVE052khhvaqL68t01MRfRqLIlK2NJh/NzevYu+Avz |         66EeBwa/jwkWBdG/0sJ84J6AXlhrPmRrU85yaS6bItu/3c180OvK7w281kF/I/ofD/gAwqVQs8KpFpYr | ||||||
|         icb5eewIsFQJLEw+yxPoqsTBGQhdKstruqEPIhHTFfnz8/PTlVfgaojtIKyqBOMTy40DrZmXiFMwDbpU |         raSYOrJBmjuX4j4b5f7OcLDNL8v9hXvvaae+WOwp1HyadO/roAs1MC1XVy0sWirRVZefGvGRDVKBTJiR | ||||||
|         UmeP6XLugsqKfGK8A1ZVwvVx6KvdRKj02grLKeIsjIIWlWUN/dSpQ+tkpw/+eOzQW5aCrKoEYM1EJEAz |         SiQPdgV3t846Io+5/MAGn1GoAQ73OKQSYeXSyNqQUVg9zaVCNDQrwvR0d84Xcdwi9nZQXw6K/ETljqj1 | ||||||
|         N5c4EaOgRaUwN4eq4E/uiQcjfboSrsb/w9neFtjGzCr6TWqFse46XElnJbcealWI2bt6tPFAKdUdee/+ |         12V+4ZH/KRMcsJYu6SgqpCeXCFkDe1xIBz8f4aa66E/7XcQRC7C/nTox5BGoiNjXTn0JoxYqM8GDXeQj | ||||||
|         FTiCeKo6X+G/jUoj76owL4sIEbLwPQ1FxSOBDnL27rIGCWpY09WCkQB7WcRe3FQbQotKWCdSVc6KW2CA |         SyP4VoFcDhs6fAlKu8JvnurzDgSd3UF3LMQShNmQzRB12fb3+T8eDbV5mWafqzXg9lkNnM3YEnA3scyW | ||||||
|         G9XKeylesGH1M+m5eWnL4nMnzmm2Twgbj0xTWtentC5PYjpTj4s4/tSESsf3sWij4mY7aljX2QiU4Kba |         ePDUWDhu17SalC/3umd67TP9NPB+kr7Nr6FqK6fiRHOkbxZH++mdbZaoXnYoQe3utKqrynlWbQbZdC+1 | ||||||
|         EFpUKny3W1GpUd37xntRzvycTm26VTnTXvPINI0SreOzUzcuG2sLHyoHUDJ3d9LY8JOxmgeWkcqH48Oy |         vdVctqnRLJLjspPhkJXkCFxrm3s4fmqRXOdUb4sHhYfLJek2HR7w8+N9mdZs2pm91sfjYNw+Qivzj0XY | ||||||
|         FD9wh6kuqcUqoRtSi8BjW3oSKqqs+h01rPNsJEpwU20ILSrx3L1c5W2s8k700urSUJiKElwZ+iBKDOnm |         EDHwA4+qin/9joAGj+cybNl03DHLbyLUzJjx81Jr7fa+MD81ShnGPPo+p6GqogKP19DKE6nIjfX0dZxN | ||||||
|         xTxSaWotFWWcFlwrwpTV9SKVGtbTpU1yohlYpYgT0JyXLeRmKo5uXWMqFb4fUTENdIOI6UnNxKXoRUvz |         JSOhingacJtWhukDww3v9rPQaBXyB1qc6+u16xr0wPqIvsMkz/OD2bZFTcATUdOTUdPdnHbSpYL+wqTX | ||||||
|         6pNeqEhXnIESXBmKUKLLS8bhjKQVhYaLgcgFoj0tAakc97Aj2gBglZYQNW0CLSpVX7xDxdTfARamtRpd |         KidbQFZ51NCcGfeUFTof+LU4LPh5JaPcNbQAA4Os8s+J+mzKnx33JUMuaNKUMpuGOxLNypAdGr9RDcPj | ||||||
|         WigyoolzQ0X6ojSU4MpQhBJ9VgIOV1LZdoHzP1e5wgA3Xyv1oZ+gIkM+ByW4MhShxJBuvudBA9xYf60j |         MTvmPZz0QuMxajYssDZoqxu0NUBEW6OqlC5jCL/zk15GUYk5hTIqUl8T1rUYZB1G+ZsxOx5Pj3nKkMCO | ||||||
|         61ztL+VL/FrBF0jNA7xRRjQDq4QNqFxf/NtgyKdrTOWI399MO/9O5ZxuTJHIGojct0TU/rqf+UglMBS0 |         xJ05OI4knAEzuaYWm+X3tpKddNUVSNQoW2a6qS6WsOkxyvGI+e/FHaN0HTQuTe00r4kxj0SFyOj209kJ | ||||||
|         QxJ/ENN1JgyrLK/pQg1rPxePEtxUG0KLyhUWQ6P/TOV5813miouh76KwSkvMi6GaTtSwjtQYlOCm2hBa |         N78rsKvdMmRXYPDHhJeuLebHU58Lwg9VydGEcybhPBp3zCRcnFmHFwbAr5lYy6BWHUx4jsYcx2J0J2uD | ||||||
|         VBJLdMNFNqzMJwvPj3+9A7TOdAsm3TehIl2cq1E1ZGwoxpUnWS+ZhKUGueQPv/dxeJ/HWWGJzoOpWXn4 |         JmaUo9zCfPwdYcht4aiTgR8WORZ3PNpMQQMp4gdPH6b+F78rnu8EpXw+SfzPZtBdWNFI8su4b1mDG5oM | ||||||
|         TZX3awTy0F2Cwuujvm9DbzUv0QvylEe2yNmf4abaEFpULtw4ulJuHBe5fXDLf7xxhP8QcSJGQYtKoDvZ |         rRLmZ4K3BozQhPQKvEg0qcDhfmL1gM24scnqUVa5c2BVVag8lovnO5df/nzhqd1meb+1FpEu8MO5iPvN | ||||||
|         /DgDQwx8wPrjDM831h9nmKE+ZMNYPoi0qrLf4rEm0Jp5mTgF06BLJWB+9PsYaaS7xuUFamJVJfHSApCF |         xsewRf50ggSpVa89O9nA8xupJxYdt8/mo5t8JNg5neIir0kF3uoj8aFRyNe2s0806bc0mwDEwYBNsQSO | ||||||
|         OhIHZyA0qgSIB5SaAxulEcte9ViqBNf9UZ7UZP2FxAKLr8lcqV6IHgdzUf/xQ9QEdjUuL+JduG5Wl9QT |         myOBxLG1mcQH8FSL6c6ANuMk8XFuwquvFvLLta46aEh8oMgT98vlFws534Va2eZcEqmrlZ+9RrDf4qAD | ||||||
|         h2Um9KoEFl/eBmI1MJ/A7Cw6eQxCsCaNYHWdjoaB3xfrA6E4wb/zTAyuPOrjsP7ylkSYkw23QAtvuiPd |         miUUburcVZEKXB+0QuNSyy+K9jvQL+SXPZm2ovySN9JcwGz8wCmGzq0+Mb8M2i7Lz5s6vb129Sqf8a3B | ||||||
|         ezhsLIsY4PKgvYNBe6DnytjOYHb9JwXWKauXoB+6DAfshO5mVWUPJ1TruAGulTU3aoivM5/VU4ngC6RN |         UJddc3OEuYTYBKGU//42NqRT7OwVChxopkYbI3rF6giVP99vx+rbLXVNBsWeJHs8SX04wAAfLWaQzxC2 | ||||||
|         BbyW7MzHP79aUAkXR6W3PSxFm7m5a/XnV02DfwHbO6vjgDMu+gAAAABJRU5ErkJggg== |         031E80GSzuP4AIPQaTXIkKgRsxoxP3ea5Jj5wiJLmbJSKhQHPHJ7H+pmyP0GjxzP3a25n3C/kWoKyWV2 | ||||||
|  |         sh9F9Yn8pQzkJh/qoktZIjwcFusDEZ8k3YjrIiXql9n6QARKa7QpRcoSNyWGmoofRwtMmAliy+1zCqe5 | ||||||
|  |         9dVvV6qvcCGVS0pbYOHWcqqLtsHGaIIKNXP5fdxfbGY0U2F1jbBoaaXIEigzC1IPwetwtcvre/RK+Y6O | ||||||
|  |         xw1ujbBcyaVaKiks1nHEaB8xuJTmcPpoeB+NmHkXROuEtujPFFfkA/cHDcJa8yQ15ZIdYs8GBg+FjVsW | ||||||
|  |         WGDX51psMN6aoAFjdEloLkEdDTz0/GR8w13++WzeCuVmVovDRW+L/hI2w948iTe6mPxpIjIeCBlhTkyD | ||||||
|  |         PmFRCC9fHcFZr683wdlfbafOLBVCu/D/G8f7XO/3Ok+OeFe65s3h/lMssooeUy3MCTYoI3CmKFu+G2ZR | ||||||
|  |         X43YVTGzAr2LMHWepKzsHxq3vd+iPTE2AAAAAElFTkSuQmCC | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <metadata name="$this.FormFactorShadowProperty" xml:space="preserve"> |   <metadata name="$this.FormFactorShadowProperty" xml:space="preserve"> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue