456 lines
26 KiB
C#
456 lines
26 KiB
C#
namespace INT69DB_2A.Forms
|
|
{
|
|
partial class FormCalibration
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormCalibration));
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.buttonBack = new SmartX.SmartButton();
|
|
this.listBoxHelp = new System.Windows.Forms.ListBox();
|
|
this.comboBoxDigit = new System.Windows.Forms.ComboBox();
|
|
this.labelBalanceWeight = new SmartX.SmartLabel();
|
|
this.labelStaticDigit = new SmartX.SmartLabel();
|
|
this.labelStaticMaxWeight = new SmartX.SmartLabel();
|
|
this.labelStaticBalanceWeight = new SmartX.SmartLabel();
|
|
this.labelMaxWeight = new SmartX.SmartLabel();
|
|
this.buttonStart = new SmartX.SmartButton();
|
|
this.buttonBalance = new SmartX.SmartButton();
|
|
this.buttonCancel = new SmartX.SmartButton();
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
|
this.groupBoxSetting = new SmartX.SmartGroupBox();
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.labelStaticHelp = new SmartX.SmartLabel();
|
|
this.timer = new System.Windows.Forms.Timer();
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
|
this.groupBoxSetting.SuspendLayout();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartForm1
|
|
//
|
|
this.smartForm1.CenterLocation = false;
|
|
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
|
|
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
|
|
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X600;
|
|
this.smartForm1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartForm1.MainForm = null;
|
|
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
|
|
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
|
|
this.smartForm1.Name = "smartForm1";
|
|
this.smartForm1.Size = new System.Drawing.Size(800, 600);
|
|
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
|
this.smartForm1.SuspendLayoutInterval = 0;
|
|
//
|
|
// buttonBack
|
|
//
|
|
this.buttonBack.BackPictureBox = this.smartForm1;
|
|
this.buttonBack.BackPictureBox1 = null;
|
|
this.buttonBack.BackPictureBox2 = null;
|
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBack.ButtonImageAutoSize = true;
|
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
|
this.buttonBack.GroupID = 0;
|
|
this.buttonBack.InitVisible = true;
|
|
this.buttonBack.Location = new System.Drawing.Point(720, 525);
|
|
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonBack.Name = "buttonBack";
|
|
this.buttonBack.NestedClickEventPrevent = false;
|
|
this.buttonBack.OutlinePixel = 1;
|
|
this.buttonBack.RepeatInterval = 200;
|
|
this.buttonBack.RepeatIntervalAccelerate = null;
|
|
this.buttonBack.SafeInterval = 200;
|
|
this.buttonBack.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBack.TabIndex = 2;
|
|
this.buttonBack.TextColor = System.Drawing.Color.Black;
|
|
this.buttonBack.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBack.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBack.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBack.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
|
|
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
|
|
//
|
|
// listBoxHelp
|
|
//
|
|
this.listBoxHelp.Enabled = false;
|
|
this.listBoxHelp.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
|
this.listBoxHelp.ForeColor = System.Drawing.Color.Black;
|
|
this.listBoxHelp.Items.Add("Calibration을 시작합니다");
|
|
this.listBoxHelp.Items.Add("중량조정을 취소합니다");
|
|
this.listBoxHelp.Items.Add("잠시만 기다리세요");
|
|
this.listBoxHelp.Items.Add("호퍼를 선택 후 시작을 누르세요");
|
|
this.listBoxHelp.Location = new System.Drawing.Point(115, 26);
|
|
this.listBoxHelp.Name = "listBoxHelp";
|
|
this.listBoxHelp.Size = new System.Drawing.Size(303, 82);
|
|
this.listBoxHelp.TabIndex = 141;
|
|
//
|
|
// comboBoxDigit
|
|
//
|
|
this.comboBoxDigit.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
this.comboBoxDigit.Location = new System.Drawing.Point(181, 87);
|
|
this.comboBoxDigit.Name = "comboBoxDigit";
|
|
this.comboBoxDigit.Size = new System.Drawing.Size(92, 29);
|
|
this.comboBoxDigit.TabIndex = 414;
|
|
this.comboBoxDigit.SelectedIndexChanged += new System.EventHandler(this.comboBoxDigit_SelectedIndexChanged);
|
|
//
|
|
// labelBalanceWeight
|
|
//
|
|
this.labelBalanceWeight.BackColor = System.Drawing.Color.White;
|
|
this.labelBalanceWeight.BackPictureBox = null;
|
|
this.labelBalanceWeight.BackPictureBox1 = null;
|
|
this.labelBalanceWeight.BackPictureBox2 = null;
|
|
this.labelBalanceWeight.BorderColor = System.Drawing.Color.Black;
|
|
this.labelBalanceWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelBalanceWeight.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
|
this.labelBalanceWeight.InitVisible = true;
|
|
this.labelBalanceWeight.LineSpacing = 0F;
|
|
this.labelBalanceWeight.Location = new System.Drawing.Point(181, 26);
|
|
this.labelBalanceWeight.Name = "labelBalanceWeight";
|
|
this.labelBalanceWeight.Size = new System.Drawing.Size(92, 25);
|
|
this.labelBalanceWeight.TabIndex = 409;
|
|
this.labelBalanceWeight.Text = "9999";
|
|
this.labelBalanceWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelBalanceWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelBalanceWeight.Wordwrap = false;
|
|
this.labelBalanceWeight.Click += new System.EventHandler(this.labelBalanceWeight_Click);
|
|
//
|
|
// labelStaticDigit
|
|
//
|
|
this.labelStaticDigit.BackPictureBox = this.smartForm1;
|
|
this.labelStaticDigit.BackPictureBox1 = null;
|
|
this.labelStaticDigit.BackPictureBox2 = null;
|
|
this.labelStaticDigit.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticDigit.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticDigit.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticDigit.InitVisible = true;
|
|
this.labelStaticDigit.LineSpacing = 0F;
|
|
this.labelStaticDigit.Location = new System.Drawing.Point(66, 87);
|
|
this.labelStaticDigit.Name = "labelStaticDigit";
|
|
this.labelStaticDigit.Size = new System.Drawing.Size(102, 25);
|
|
this.labelStaticDigit.TabIndex = 413;
|
|
this.labelStaticDigit.Text = "한눈의 값";
|
|
this.labelStaticDigit.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelStaticDigit.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticDigit.Wordwrap = false;
|
|
//
|
|
// labelStaticMaxWeight
|
|
//
|
|
this.labelStaticMaxWeight.BackPictureBox = this.smartForm1;
|
|
this.labelStaticMaxWeight.BackPictureBox1 = null;
|
|
this.labelStaticMaxWeight.BackPictureBox2 = null;
|
|
this.labelStaticMaxWeight.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticMaxWeight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticMaxWeight.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticMaxWeight.InitVisible = true;
|
|
this.labelStaticMaxWeight.LineSpacing = 0F;
|
|
this.labelStaticMaxWeight.Location = new System.Drawing.Point(66, 56);
|
|
this.labelStaticMaxWeight.Name = "labelStaticMaxWeight";
|
|
this.labelStaticMaxWeight.Size = new System.Drawing.Size(102, 25);
|
|
this.labelStaticMaxWeight.TabIndex = 412;
|
|
this.labelStaticMaxWeight.Text = "최대중량";
|
|
this.labelStaticMaxWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelStaticMaxWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticMaxWeight.Wordwrap = false;
|
|
//
|
|
// labelStaticBalanceWeight
|
|
//
|
|
this.labelStaticBalanceWeight.BackPictureBox = this.smartForm1;
|
|
this.labelStaticBalanceWeight.BackPictureBox1 = null;
|
|
this.labelStaticBalanceWeight.BackPictureBox2 = null;
|
|
this.labelStaticBalanceWeight.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticBalanceWeight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticBalanceWeight.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticBalanceWeight.InitVisible = true;
|
|
this.labelStaticBalanceWeight.LineSpacing = 0F;
|
|
this.labelStaticBalanceWeight.Location = new System.Drawing.Point(66, 26);
|
|
this.labelStaticBalanceWeight.Name = "labelStaticBalanceWeight";
|
|
this.labelStaticBalanceWeight.Size = new System.Drawing.Size(102, 25);
|
|
this.labelStaticBalanceWeight.TabIndex = 410;
|
|
this.labelStaticBalanceWeight.Text = "분동중량";
|
|
this.labelStaticBalanceWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelStaticBalanceWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticBalanceWeight.Wordwrap = false;
|
|
//
|
|
// labelMaxWeight
|
|
//
|
|
this.labelMaxWeight.BackColor = System.Drawing.Color.White;
|
|
this.labelMaxWeight.BackPictureBox = null;
|
|
this.labelMaxWeight.BackPictureBox1 = null;
|
|
this.labelMaxWeight.BackPictureBox2 = null;
|
|
this.labelMaxWeight.BorderColor = System.Drawing.Color.Black;
|
|
this.labelMaxWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelMaxWeight.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
|
this.labelMaxWeight.InitVisible = true;
|
|
this.labelMaxWeight.LineSpacing = 0F;
|
|
this.labelMaxWeight.Location = new System.Drawing.Point(181, 56);
|
|
this.labelMaxWeight.Name = "labelMaxWeight";
|
|
this.labelMaxWeight.Size = new System.Drawing.Size(92, 25);
|
|
this.labelMaxWeight.TabIndex = 411;
|
|
this.labelMaxWeight.Text = "9999";
|
|
this.labelMaxWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelMaxWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelMaxWeight.Wordwrap = false;
|
|
this.labelMaxWeight.Click += new System.EventHandler(this.labelMaxWeight_Click);
|
|
//
|
|
// buttonStart
|
|
//
|
|
this.buttonStart.BackPictureBox = this.smartForm1;
|
|
this.buttonStart.BackPictureBox1 = null;
|
|
this.buttonStart.BackPictureBox2 = null;
|
|
this.buttonStart.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonStart.ButtonImageAutoSize = true;
|
|
this.buttonStart.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonStart.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.DisableImage")));
|
|
this.buttonStart.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.DownImage")));
|
|
this.buttonStart.GroupID = 0;
|
|
this.buttonStart.InitVisible = true;
|
|
this.buttonStart.Location = new System.Drawing.Point(10, 525);
|
|
this.buttonStart.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonStart.Name = "buttonStart";
|
|
this.buttonStart.NestedClickEventPrevent = false;
|
|
this.buttonStart.OutlinePixel = 1;
|
|
this.buttonStart.RepeatInterval = 200;
|
|
this.buttonStart.RepeatIntervalAccelerate = null;
|
|
this.buttonStart.SafeInterval = 200;
|
|
this.buttonStart.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonStart.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonStart.TabIndex = 416;
|
|
this.buttonStart.TextColor = System.Drawing.Color.Black;
|
|
this.buttonStart.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonStart.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonStart.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonStart.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonStart.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.UpImage")));
|
|
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
|
|
//
|
|
// buttonBalance
|
|
//
|
|
this.buttonBalance.BackPictureBox = this.smartForm1;
|
|
this.buttonBalance.BackPictureBox1 = null;
|
|
this.buttonBalance.BackPictureBox2 = null;
|
|
this.buttonBalance.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBalance.ButtonImageAutoSize = true;
|
|
this.buttonBalance.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBalance.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.DisableImage")));
|
|
this.buttonBalance.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.DownImage")));
|
|
this.buttonBalance.GroupID = 0;
|
|
this.buttonBalance.InitVisible = true;
|
|
this.buttonBalance.Location = new System.Drawing.Point(86, 525);
|
|
this.buttonBalance.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonBalance.Name = "buttonBalance";
|
|
this.buttonBalance.NestedClickEventPrevent = false;
|
|
this.buttonBalance.OutlinePixel = 1;
|
|
this.buttonBalance.RepeatInterval = 200;
|
|
this.buttonBalance.RepeatIntervalAccelerate = null;
|
|
this.buttonBalance.SafeInterval = 200;
|
|
this.buttonBalance.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonBalance.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBalance.TabIndex = 416;
|
|
this.buttonBalance.TextColor = System.Drawing.Color.Black;
|
|
this.buttonBalance.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBalance.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBalance.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBalance.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBalance.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.UpImage")));
|
|
this.buttonBalance.Click += new System.EventHandler(this.buttonBalance_Click);
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.BackPictureBox = this.smartForm1;
|
|
this.buttonCancel.BackPictureBox1 = null;
|
|
this.buttonCancel.BackPictureBox2 = null;
|
|
this.buttonCancel.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonCancel.ButtonImageAutoSize = true;
|
|
this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonCancel.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.DisableImage")));
|
|
this.buttonCancel.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.DownImage")));
|
|
this.buttonCancel.GroupID = 0;
|
|
this.buttonCancel.InitVisible = true;
|
|
this.buttonCancel.Location = new System.Drawing.Point(162, 525);
|
|
this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.NestedClickEventPrevent = false;
|
|
this.buttonCancel.OutlinePixel = 1;
|
|
this.buttonCancel.RepeatInterval = 200;
|
|
this.buttonCancel.RepeatIntervalAccelerate = null;
|
|
this.buttonCancel.SafeInterval = 200;
|
|
this.buttonCancel.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonCancel.TabIndex = 416;
|
|
this.buttonCancel.TextColor = System.Drawing.Color.Black;
|
|
this.buttonCancel.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonCancel.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonCancel.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonCancel.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.UpImage")));
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|
//
|
|
// labelTitle
|
|
//
|
|
this.labelTitle.BackPictureBox = this.smartForm1;
|
|
this.labelTitle.BackPictureBox1 = null;
|
|
this.labelTitle.BackPictureBox2 = null;
|
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitle.InitVisible = true;
|
|
this.labelTitle.LineSpacing = 0F;
|
|
this.labelTitle.Location = new System.Drawing.Point(69, 11);
|
|
this.labelTitle.Name = "labelTitle";
|
|
this.labelTitle.Size = new System.Drawing.Size(382, 45);
|
|
this.labelTitle.TabIndex = 419;
|
|
this.labelTitle.Text = "중량 조정";
|
|
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle.Wordwrap = false;
|
|
//
|
|
// pictureBoxFormIcon
|
|
//
|
|
this.pictureBoxFormIcon.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFormIcon.Image")));
|
|
this.pictureBoxFormIcon.Location = new System.Drawing.Point(16, 11);
|
|
this.pictureBoxFormIcon.Name = "pictureBoxFormIcon";
|
|
this.pictureBoxFormIcon.Size = new System.Drawing.Size(47, 45);
|
|
//
|
|
// groupBoxSetting
|
|
//
|
|
this.groupBoxSetting.BackPictureBox = this.smartForm1;
|
|
this.groupBoxSetting.BackPictureBox1 = null;
|
|
this.groupBoxSetting.Controls.Add(this.labelStaticBalanceWeight);
|
|
this.groupBoxSetting.Controls.Add(this.labelMaxWeight);
|
|
this.groupBoxSetting.Controls.Add(this.labelStaticMaxWeight);
|
|
this.groupBoxSetting.Controls.Add(this.labelStaticDigit);
|
|
this.groupBoxSetting.Controls.Add(this.labelBalanceWeight);
|
|
this.groupBoxSetting.Controls.Add(this.comboBoxDigit);
|
|
this.groupBoxSetting.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
this.groupBoxSetting.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
|
this.groupBoxSetting.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.groupBoxSetting.FrameLineThickness = 3;
|
|
this.groupBoxSetting.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
|
this.groupBoxSetting.Image = null;
|
|
this.groupBoxSetting.InitVisible = true;
|
|
this.groupBoxSetting.Location = new System.Drawing.Point(3, 385);
|
|
this.groupBoxSetting.Name = "groupBoxSetting";
|
|
this.groupBoxSetting.RoundRadius = 10;
|
|
this.groupBoxSetting.Size = new System.Drawing.Size(358, 134);
|
|
this.groupBoxSetting.TabIndex = 432;
|
|
this.groupBoxSetting.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackPictureBox = this.smartForm1;
|
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|
this.smartGroupBox1.Controls.Add(this.labelStaticHelp);
|
|
this.smartGroupBox1.Controls.Add(this.listBoxHelp);
|
|
this.smartGroupBox1.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineThickness = 3;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
|
this.smartGroupBox1.Image = null;
|
|
this.smartGroupBox1.InitVisible = true;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(358, 385);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 10;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(439, 134);
|
|
this.smartGroupBox1.TabIndex = 433;
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// labelStaticHelp
|
|
//
|
|
this.labelStaticHelp.BackPictureBox = this.smartForm1;
|
|
this.labelStaticHelp.BackPictureBox1 = null;
|
|
this.labelStaticHelp.BackPictureBox2 = null;
|
|
this.labelStaticHelp.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticHelp.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticHelp.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticHelp.InitVisible = true;
|
|
this.labelStaticHelp.LineSpacing = 0F;
|
|
this.labelStaticHelp.Location = new System.Drawing.Point(32, 56);
|
|
this.labelStaticHelp.Name = "labelStaticHelp";
|
|
this.labelStaticHelp.Size = new System.Drawing.Size(61, 25);
|
|
this.labelStaticHelp.TabIndex = 414;
|
|
this.labelStaticHelp.Text = "도움말";
|
|
this.labelStaticHelp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelStaticHelp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticHelp.Wordwrap = false;
|
|
//
|
|
// timer
|
|
//
|
|
this.timer.Interval = 300;
|
|
this.timer.Tick += new System.EventHandler(this.timer_Tick);
|
|
//
|
|
// FormCalibration
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.AutoScroll = true;
|
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Controls.Add(this.groupBoxSetting);
|
|
this.Controls.Add(this.labelTitle);
|
|
this.Controls.Add(this.pictureBoxFormIcon);
|
|
this.Controls.Add(this.buttonCancel);
|
|
this.Controls.Add(this.buttonBalance);
|
|
this.Controls.Add(this.buttonStart);
|
|
this.Controls.Add(this.buttonBack);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.Name = "FormCalibration";
|
|
this.Text = "FormCalibration";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.groupBoxSetting.ResumeLayout(false);
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
private SmartX.SmartButton buttonBack;
|
|
private System.Windows.Forms.ComboBox comboBoxDigit;
|
|
private SmartX.SmartLabel labelStaticDigit;
|
|
private SmartX.SmartLabel labelStaticMaxWeight;
|
|
private SmartX.SmartLabel labelStaticBalanceWeight;
|
|
private SmartX.SmartLabel labelMaxWeight;
|
|
private SmartX.SmartButton buttonStart;
|
|
private SmartX.SmartButton buttonBalance;
|
|
private SmartX.SmartButton buttonCancel;
|
|
public System.Windows.Forms.ListBox listBoxHelp;
|
|
public SmartX.SmartLabel labelBalanceWeight;
|
|
private SmartX.SmartLabel labelTitle;
|
|
private System.Windows.Forms.PictureBox pictureBoxFormIcon;
|
|
private SmartX.SmartGroupBox groupBoxSetting;
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private SmartX.SmartLabel labelStaticHelp;
|
|
private System.Windows.Forms.Timer timer;
|
|
}
|
|
} |