INT69DC_7C/INT69DC_7C/Controls/ControlChildformSystemSetti...

120 lines
6.5 KiB
C#

namespace INT69DC_7C.Controls
{
partial class ControlChildformSystemSetting
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.labelForcedZeroDelayTime = new SmartX.SmartLabel();
this.labelStaticForcedZeroDelayTime = new SmartX.SmartLabel();
this.groupBoxJudgment = new SmartX.SmartGroupBox();
this.groupBoxJudgment.SuspendLayout();
this.SuspendLayout();
//
// labelForcedZeroDelayTime
//
this.labelForcedZeroDelayTime.BackColor = System.Drawing.Color.White;
this.labelForcedZeroDelayTime.BackPictureBox = null;
this.labelForcedZeroDelayTime.BackPictureBox1 = null;
this.labelForcedZeroDelayTime.BackPictureBox2 = null;
this.labelForcedZeroDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelForcedZeroDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelForcedZeroDelayTime.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelForcedZeroDelayTime.InitVisible = true;
this.labelForcedZeroDelayTime.LineSpacing = 0F;
this.labelForcedZeroDelayTime.Location = new System.Drawing.Point(281, 49);
this.labelForcedZeroDelayTime.Name = "labelForcedZeroDelayTime";
this.labelForcedZeroDelayTime.Size = new System.Drawing.Size(100, 30);
this.labelForcedZeroDelayTime.TabIndex = 7;
this.labelForcedZeroDelayTime.Text = "9999";
this.labelForcedZeroDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelForcedZeroDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelForcedZeroDelayTime.Wordwrap = false;
this.labelForcedZeroDelayTime.Click += new System.EventHandler(this.labelForcedZeroDelayTime_Click);
//
// labelStaticForcedZeroDelayTime
//
this.labelStaticForcedZeroDelayTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
this.labelStaticForcedZeroDelayTime.BackPictureBox = null;
this.labelStaticForcedZeroDelayTime.BackPictureBox1 = null;
this.labelStaticForcedZeroDelayTime.BackPictureBox2 = null;
this.labelStaticForcedZeroDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticForcedZeroDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticForcedZeroDelayTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticForcedZeroDelayTime.InitVisible = true;
this.labelStaticForcedZeroDelayTime.LineSpacing = 0F;
this.labelStaticForcedZeroDelayTime.Location = new System.Drawing.Point(49, 49);
this.labelStaticForcedZeroDelayTime.Name = "labelStaticForcedZeroDelayTime";
this.labelStaticForcedZeroDelayTime.Size = new System.Drawing.Size(226, 30);
this.labelStaticForcedZeroDelayTime.TabIndex = 6;
this.labelStaticForcedZeroDelayTime.Text = "강제영점 지연시간";
this.labelStaticForcedZeroDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticForcedZeroDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticForcedZeroDelayTime.Wordwrap = false;
//
// groupBoxJudgment
//
this.groupBoxJudgment.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
this.groupBoxJudgment.BackPictureBox = null;
this.groupBoxJudgment.BackPictureBox1 = null;
this.groupBoxJudgment.Controls.Add(this.labelForcedZeroDelayTime);
this.groupBoxJudgment.Controls.Add(this.labelStaticForcedZeroDelayTime);
this.groupBoxJudgment.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxJudgment.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxJudgment.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxJudgment.FrameLineThickness = 1;
this.groupBoxJudgment.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
this.groupBoxJudgment.Image = null;
this.groupBoxJudgment.InitVisible = true;
this.groupBoxJudgment.Location = new System.Drawing.Point(0, 0);
this.groupBoxJudgment.Name = "groupBoxJudgment";
this.groupBoxJudgment.RoundRadius = 5;
this.groupBoxJudgment.Size = new System.Drawing.Size(476, 587);
this.groupBoxJudgment.TabIndex = 8;
this.groupBoxJudgment.Text = "판정설정2";
this.groupBoxJudgment.TextColor = System.Drawing.Color.Black;
//
// ControlChildformSystemSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
this.Controls.Add(this.groupBoxJudgment);
this.Name = "ControlChildformSystemSetting";
this.Size = new System.Drawing.Size(476, 587);
this.groupBoxJudgment.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartLabel labelForcedZeroDelayTime;
private SmartX.SmartLabel labelStaticForcedZeroDelayTime;
private SmartX.SmartGroupBox groupBoxJudgment;
}
}