namespace ITC81DB_0H.Controls
{
    partial class ControlMainDisplayAlarm
    {
        /// <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.labelTitle = new SmartX.SmartLabel();
            this.listBoxMessage = new SmartX.SmartListBox();
            this.SuspendLayout();
            // 
            // labelTitle
            // 
            this.labelTitle.BackColor = System.Drawing.Color.SteelBlue;
            this.labelTitle.BackPictureBox = null;
            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("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.labelTitle.ForeColor = System.Drawing.Color.DarkOrange;
            this.labelTitle.InitVisible = true;
            this.labelTitle.LineSpacing = 0F;
            this.labelTitle.Location = new System.Drawing.Point(3, 3);
            this.labelTitle.Name = "labelTitle";
            this.labelTitle.Size = new System.Drawing.Size(174, 20);
            this.labelTitle.TabIndex = 10;
            this.labelTitle.Text = "Error 01";
            this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
            this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
            this.labelTitle.Wordwrap = false;
            // 
            // listBoxMessage
            // 
            this.listBoxMessage.BackColor = System.Drawing.Color.SteelBlue;
            this.listBoxMessage.BackPictureBox = null;
            this.listBoxMessage.BackPictureBox1 = null;
            this.listBoxMessage.BackPictureBox2 = null;
            this.listBoxMessage.FontColor = System.Drawing.Color.White;
            this.listBoxMessage.InitVisible = true;
            this.listBoxMessage.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
            this.listBoxMessage.ItemOffsetGap = 0;
            this.listBoxMessage.ItemOffsetX = 0;
            this.listBoxMessage.ItemOffsetY = 0;
            this.listBoxMessage.Location = new System.Drawing.Point(3, 29);
            this.listBoxMessage.MouseMoveEventSpace = 3;
            this.listBoxMessage.MouseMoveSpace = 10;
            this.listBoxMessage.Name = "listBoxMessage";
            this.listBoxMessage.OutLineColor = System.Drawing.Color.LightGray;
            this.listBoxMessage.SelectColor = System.Drawing.Color.AliceBlue;
            this.listBoxMessage.SelectFilled = true;
            this.listBoxMessage.SelectFontColor = System.Drawing.Color.DarkBlue;
            this.listBoxMessage.SelectItemIndex = -1;
            this.listBoxMessage.SeparationlineColor1 = System.Drawing.Color.Gray;
            this.listBoxMessage.SeparationlineColor2 = System.Drawing.Color.LightGray;
            this.listBoxMessage.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
            this.listBoxMessage.SeparationlineVisibleBottom = true;
            this.listBoxMessage.SeparationlineVisibleTop = true;
            this.listBoxMessage.Size = new System.Drawing.Size(174, 108);
            this.listBoxMessage.TabIndex = 9;
            this.listBoxMessage.Text = "smartListBox1";
            // 
            // ControlMainDisplayAlarm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.SteelBlue;
            this.Controls.Add(this.labelTitle);
            this.Controls.Add(this.listBoxMessage);
            this.Name = "ControlMainDisplayAlarm";
            this.Size = new System.Drawing.Size(180, 140);
            this.ResumeLayout(false);

        }

        #endregion

        private SmartX.SmartLabel labelTitle;
        public SmartX.SmartListBox listBoxMessage;
    }
}