INT_PT002/INT_PT002/DialogForms/DialogFormProgressBar.Desig...

266 lines
15 KiB
C#

namespace INT_PT002.DialogForms
{
partial class DialogFormProgressBar
{
/// <summary>
/// 필수 디자이너 변수입니다.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 사용 중인 모든 리소스를 정리합니다.
/// </summary>
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 디자이너에서 생성한 코드
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.buttonOK = 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.smartSerialPort2 = new SmartX.SmartSerialPort(this.components);
this.timerForMainBoard = new SmartX.SmartTimer();
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.buttonOK);
this.smartGroupBox1.Controls.Add(this.labelMessage2);
this.smartGroupBox1.Controls.Add(this.progressBarUpdate);
this.smartGroupBox1.Controls.Add(this.labelMessage1);
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;
//
// buttonOK
//
this.buttonOK.BackGround = null;
this.buttonOK.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonOK.ButtonColor = System.Drawing.Color.Silver;
this.buttonOK.ButtonDownColor = System.Drawing.Color.Silver;
this.buttonOK.ButtonImageAutoSize = true;
this.buttonOK.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D;
this.buttonOK.ButtonText = "OK";
this.buttonOK.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOK.GroupID = 0;
this.buttonOK.ImageDisable = null;
this.buttonOK.ImageDown = null;
this.buttonOK.ImageUp = null;
this.buttonOK.Location = new System.Drawing.Point(179, 153);
this.buttonOK.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonOK.Name = "buttonOK";
this.buttonOK.NestedClickEventPrevent = false;
this.buttonOK.OutlinePixel = 2;
this.buttonOK.OverlapOptimize = true;
this.buttonOK.RepeatInterval = 200;
this.buttonOK.RepeatIntervalAccelerate = null;
this.buttonOK.RoundSize = 10;
this.buttonOK.SafeInterval = 200;
this.buttonOK.Size = new System.Drawing.Size(90, 25);
this.buttonOK.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOK.TabIndex = 7;
this.buttonOK.Text = null;
this.buttonOK.TextColor = System.Drawing.Color.Black;
this.buttonOK.TextColorDisable = System.Drawing.Color.Gray;
this.buttonOK.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonOK.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOK.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonOK.Visible = false;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_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("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.LineSpacing = 0F;
this.labelMessage2.Location = new System.Drawing.Point(43, 84);
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, 117);
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.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("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.LineSpacing = 0F;
this.labelMessage1.Location = new System.Drawing.Point(43, 62);
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);
//
// smartSerialPort2
//
this.smartSerialPort2.Baud_Rate = SmartX.SmartSerialPort.BAUDRATE._115200bps;
this.smartSerialPort2.ErrorCheckCodeType = SmartX.SmartSerialPort.ERRORCHECKCODETYPES.ASCIICODE;
this.smartSerialPort2.ErrorCheckMode = SmartX.SmartSerialPort.ERRORCHECK.NONE;
this.smartSerialPort2.ErrorCode_Location = SmartX.SmartSerialPort.ERRORCODELOCATION.HEADER;
this.smartSerialPort2.ETXCode = ((byte)(3));
this.smartSerialPort2.ETXCodes = null;
this.smartSerialPort2.FrameBufferSize = ((uint)(2048u));
this.smartSerialPort2.FrameSeparationType = SmartX.SmartSerialPort.FRAMESEPARATIONTYPES.STXANDETX;
this.smartSerialPort2.HeadErrorCodeOffset = 0;
this.smartSerialPort2.PortNo = SmartX.SmartSerialPort.COMPORTNO.COM2;
this.smartSerialPort2.ReadTimeout = -1;
this.smartSerialPort2.ReceiveDetect = SmartX.SmartSerialPort.RECEIVEDETECTTYPE.EVENT_QUEUE;
this.smartSerialPort2.ReceiveFrameDebugMode = false;
this.smartSerialPort2.RS485SoftwareDetection = false;
this.smartSerialPort2.STXCode = ((byte)(2));
this.smartSerialPort2.STXCodes = null;
this.smartSerialPort2.TailErrorCodeOffset = 0;
this.smartSerialPort2.OnReadQueueEvent += new SmartX.SmartSerialPort.ReceiveDataHandler(this.smartSerialPort2_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);
//
// 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 smartSerialPort2;
private SmartX.SmartButton buttonOK;
private SmartX.SmartTimer timerForMainBoard;
}
}