namespace INT_LKD.DialogForms { partial class DialogFormProgressBar { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.buttonCancel = new SmartX.SmartButton(); this.labelMessage2 = new SmartX.SmartLabel(); this.progressBarUpdate = new SmartX.SmartProgressBar(); this.labelMessage1 = new SmartX.SmartLabel(); this.timerUpdate = new SmartX.SmartTimer(); this.smartTimerUpdate = new SmartX.SmartTimer(); this.smartSerialPort1 = new SmartX.SmartSerialPort(this.components); this.timerForMainBoard = new SmartX.SmartTimer(); this.smartTimerReboot = new SmartX.SmartTimer(); this.smartFileCommunicationLog = new SmartX.SmartFile(); this.smartGroupBox1.SuspendLayout(); this.SuspendLayout(); // // smartGroupBox1 // this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox1.BackImage = null; this.smartGroupBox1.Controls.Add(this.buttonCancel); this.smartGroupBox1.Controls.Add(this.labelMessage2); this.smartGroupBox1.Controls.Add(this.progressBarUpdate); this.smartGroupBox1.Controls.Add(this.labelMessage1); this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.smartGroupBox1.HeaderHeightOffset = 12; this.smartGroupBox1.Location = new System.Drawing.Point(0, 0); this.smartGroupBox1.Name = "smartGroupBox1"; this.smartGroupBox1.RoundRadius = 5; this.smartGroupBox1.Size = new System.Drawing.Size(450, 195); this.smartGroupBox1.TabIndex = 7; this.smartGroupBox1.Text = "Update"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // // buttonCancel // this.buttonCancel.BackGround = null; this.buttonCancel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.buttonCancel.ButtonColor = System.Drawing.Color.Silver; this.buttonCancel.ButtonDownColor = System.Drawing.Color.Silver; this.buttonCancel.ButtonImageAutoSize = true; this.buttonCancel.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D; this.buttonCancel.ButtonText = "Cancel"; this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonCancel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonCancel.GroupID = 0; this.buttonCancel.ImageDisable = null; this.buttonCancel.ImageDown = null; this.buttonCancel.ImageUp = null; this.buttonCancel.Location = new System.Drawing.Point(179, 158); this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.NestedClickEventPrevent = false; this.buttonCancel.OutlinePixel = 2; this.buttonCancel.OverlapOptimize = true; this.buttonCancel.RepeatInterval = 200; this.buttonCancel.RepeatIntervalAccelerate = null; this.buttonCancel.RoundSize = 10; this.buttonCancel.SafeInterval = 200; this.buttonCancel.Size = new System.Drawing.Size(90, 25); this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonCancel.TabIndex = 7; this.buttonCancel.Text = null; this.buttonCancel.TextColor = System.Drawing.Color.Black; this.buttonCancel.TextColorDisable = System.Drawing.Color.Gray; this.buttonCancel.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonCancel.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // labelMessage2 // this.labelMessage2.BackGround = null; this.labelMessage2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelMessage2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMessage2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelMessage2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelMessage2.LineSpacing = 0F; this.labelMessage2.Location = new System.Drawing.Point(43, 90); this.labelMessage2.Name = "labelMessage2"; this.labelMessage2.OverlapOptimize = true; this.labelMessage2.PasswordChar = '\0'; this.labelMessage2.Radius = 3; this.labelMessage2.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelMessage2.Size = new System.Drawing.Size(360, 20); this.labelMessage2.TabIndex = 6; this.labelMessage2.Text = "소수점을 변경하면 랜덤모드 설정값이 초기화됩니다."; this.labelMessage2.TextColor = System.Drawing.Color.Black; this.labelMessage2.TextColorDisable = System.Drawing.Color.Gray; this.labelMessage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMessage2.Wordwrap = false; // // progressBarUpdate // this.progressBarUpdate.AutoColorSet = true; this.progressBarUpdate.BackGround = this.smartGroupBox1; this.progressBarUpdate.BackGroundColor = System.Drawing.Color.Silver; this.progressBarUpdate.BarBackColor1 = System.Drawing.Color.White; this.progressBarUpdate.BarBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(224)))), ((int)(((byte)(255))))); this.progressBarUpdate.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(192))))); this.progressBarUpdate.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(154)))), ((int)(((byte)(255))))); this.progressBarUpdate.BarStyle = SmartX.SmartProgressBar.BARTYPE.Normal; this.progressBarUpdate.Direction = SmartX.SmartProgressBar.DIR.Horizontal; this.progressBarUpdate.FormatString = ""; this.progressBarUpdate.Location = new System.Drawing.Point(25, 119); this.progressBarUpdate.Maximum = new decimal(new int[] { 100, 0, 0, 0}); this.progressBarUpdate.Minimum = new decimal(new int[] { 0, 0, 0, 0}); this.progressBarUpdate.Name = "progressBarUpdate"; this.progressBarUpdate.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.progressBarUpdate.OverlapOptimize = true; this.progressBarUpdate.RoundedCorners = true; this.progressBarUpdate.Size = new System.Drawing.Size(401, 30); this.progressBarUpdate.TabIndex = 5; this.progressBarUpdate.Text = "smartProgressBar1"; this.progressBarUpdate.TextAutoRotation = true; this.progressBarUpdate.TextColor = System.Drawing.Color.Black; this.progressBarUpdate.TextColorDisable = System.Drawing.Color.Gray; this.progressBarUpdate.TextHAlign = SmartX.SmartProgressBar.TextHorAlign.Middle; this.progressBarUpdate.TextVAlign = SmartX.SmartProgressBar.TextVerAlign.Middle; this.progressBarUpdate.Units = ""; this.progressBarUpdate.Value = new decimal(new int[] { 0, 0, 0, 0}); this.progressBarUpdate.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; // // labelMessage1 // this.labelMessage1.BackGround = null; this.labelMessage1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelMessage1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMessage1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelMessage1.LineSpacing = 0F; this.labelMessage1.Location = new System.Drawing.Point(43, 68); this.labelMessage1.Name = "labelMessage1"; this.labelMessage1.OverlapOptimize = true; this.labelMessage1.PasswordChar = '\0'; this.labelMessage1.Radius = 3; this.labelMessage1.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelMessage1.Size = new System.Drawing.Size(360, 20); this.labelMessage1.TabIndex = 4; this.labelMessage1.Text = "소수점을 변경하면 랜덤모드 설정값이 초기화됩니다."; this.labelMessage1.TextColor = System.Drawing.Color.Black; this.labelMessage1.TextColorDisable = System.Drawing.Color.Gray; this.labelMessage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMessage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMessage1.Wordwrap = false; // // timerUpdate // this.timerUpdate.CounterMode = SmartX.SmartTimer.CounterModes.Up_Counter; this.timerUpdate.Interval = 1000; this.timerUpdate.IntervalSeries = null; this.timerUpdate.TimeCount = ((long)(1000000)); this.timerUpdate.TimeFormStringSeparator = ":"; this.timerUpdate.Tick += new System.EventHandler(this.timerUpdate_Tick); // // smartTimerUpdate // this.smartTimerUpdate.CounterMode = SmartX.SmartTimer.CounterModes.Up_Counter; this.smartTimerUpdate.Interval = 5000; this.smartTimerUpdate.IntervalSeries = null; this.smartTimerUpdate.TimeCount = ((long)(1000000000)); this.smartTimerUpdate.TimeFormStringSeparator = ":"; this.smartTimerUpdate.Tick += new System.EventHandler(this.smartTimerUpdate_Tick); // // smartSerialPort1 // this.smartSerialPort1.Baud_Rate = SmartX.SmartSerialPort.BAUDRATE._115200bps; this.smartSerialPort1.ErrorCheckCodeType = SmartX.SmartSerialPort.ERRORCHECKCODETYPES.ASCIICODE; this.smartSerialPort1.ErrorCheckMode = SmartX.SmartSerialPort.ERRORCHECK.NONE; this.smartSerialPort1.ErrorCode_Location = SmartX.SmartSerialPort.ERRORCODELOCATION.HEADER; this.smartSerialPort1.ETXCode = ((byte)(3)); this.smartSerialPort1.ETXCodes = null; this.smartSerialPort1.FrameBufferSize = ((uint)(1024u)); this.smartSerialPort1.FrameSeparationType = SmartX.SmartSerialPort.FRAMESEPARATIONTYPES.STXANDETX; this.smartSerialPort1.HeadErrorCodeOffset = 0; this.smartSerialPort1.PortNo = SmartX.SmartSerialPort.COMPORTNO.COM2; this.smartSerialPort1.ReadTimeout = -1; this.smartSerialPort1.ReceiveDetect = SmartX.SmartSerialPort.RECEIVEDETECTTYPE.EVENT_QUEUE; this.smartSerialPort1.ReceiveFrameDebugMode = false; this.smartSerialPort1.RS485SoftwareDetection = false; this.smartSerialPort1.STXCode = ((byte)(2)); this.smartSerialPort1.STXCodes = null; this.smartSerialPort1.TailErrorCodeOffset = 0; this.smartSerialPort1.OnReadQueueEvent += new SmartX.SmartSerialPort.ReceiveDataHandler(this.smartSerialPort1_OnReadQueueEvent); // // timerForMainBoard // this.timerForMainBoard.CounterMode = SmartX.SmartTimer.CounterModes.Up_Counter; this.timerForMainBoard.Interval = 1000; this.timerForMainBoard.IntervalSeries = null; this.timerForMainBoard.TimeCount = ((long)(1000000000)); this.timerForMainBoard.TimeFormStringSeparator = ":"; this.timerForMainBoard.Tick += new System.EventHandler(this.timerForMainBoard_Tick); // // smartTimerReboot // this.smartTimerReboot.CounterMode = SmartX.SmartTimer.CounterModes.Up_Counter; this.smartTimerReboot.Interval = 3000; this.smartTimerReboot.IntervalSeries = null; this.smartTimerReboot.TimeCount = ((long)(1000000)); this.smartTimerReboot.TimeFormStringSeparator = ":"; this.smartTimerReboot.Tick += new System.EventHandler(this.smartTimerReboot_Tick); // // smartFileCommunicationLog // this.smartFileCommunicationLog.FilePathName = ""; // // DialogFormProgressBar // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.ClientSize = new System.Drawing.Size(450, 195); this.ControlBox = false; this.Controls.Add(this.smartGroupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "DialogFormProgressBar"; this.Text = "DialogFormProgressBar"; this.smartGroupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartLabel labelMessage1; private SmartX.SmartProgressBar progressBarUpdate; private SmartX.SmartLabel labelMessage2; private SmartX.SmartTimer timerUpdate; private SmartX.SmartTimer smartTimerUpdate; private SmartX.SmartSerialPort smartSerialPort1; private SmartX.SmartButton buttonCancel; private SmartX.SmartTimer timerForMainBoard; private SmartX.SmartTimer smartTimerReboot; private SmartX.SmartFile smartFileCommunicationLog; } }