167 lines
8.4 KiB
C#
167 lines
8.4 KiB
C#
namespace INT69DC_7C.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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMainDisplayAlarm));
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.buttonClose = new SmartX.SmartButton();
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
this.listBoxMessage = new SmartX.SmartListBox();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackPictureBox = null;
|
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|
this.smartGroupBox1.Controls.Add(this.listBoxMessage);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitle);
|
|
this.smartGroupBox1.Controls.Add(this.buttonClose);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineThickness = 1;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
|
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
|
|
this.smartGroupBox1.InitVisible = true;
|
|
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, 300);
|
|
this.smartGroupBox1.TabIndex = 0;
|
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// buttonClose
|
|
//
|
|
this.buttonClose.BackPictureBox = null;
|
|
this.buttonClose.BackPictureBox1 = null;
|
|
this.buttonClose.BackPictureBox2 = null;
|
|
this.buttonClose.ButtonColor = System.Drawing.Color.WhiteSmoke;
|
|
this.buttonClose.ButtonImageAutoSize = true;
|
|
this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonClose.DisableImage = null;
|
|
this.buttonClose.DownImage = null;
|
|
this.buttonClose.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
|
this.buttonClose.GroupID = 0;
|
|
this.buttonClose.InitVisible = true;
|
|
this.buttonClose.Location = new System.Drawing.Point(335, 264);
|
|
this.buttonClose.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonClose.Name = "buttonClose";
|
|
this.buttonClose.NestedClickEventPrevent = false;
|
|
this.buttonClose.OutlinePixel = 1;
|
|
this.buttonClose.RepeatInterval = 200;
|
|
this.buttonClose.RepeatIntervalAccelerate = null;
|
|
this.buttonClose.SafeInterval = 200;
|
|
this.buttonClose.Size = new System.Drawing.Size(100, 25);
|
|
this.buttonClose.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonClose.TabIndex = 0;
|
|
this.buttonClose.Text = "Close";
|
|
this.buttonClose.TextColor = System.Drawing.Color.Black;
|
|
this.buttonClose.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonClose.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonClose.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonClose.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonClose.UpImage = null;
|
|
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
|
|
//
|
|
// labelTitle
|
|
//
|
|
this.labelTitle.BackColor = System.Drawing.Color.Gainsboro;
|
|
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.InitVisible = true;
|
|
this.labelTitle.LineSpacing = 0F;
|
|
this.labelTitle.Location = new System.Drawing.Point(12, 3);
|
|
this.labelTitle.Name = "labelTitle";
|
|
this.labelTitle.Size = new System.Drawing.Size(435, 31);
|
|
this.labelTitle.TabIndex = 1;
|
|
this.labelTitle.Text = " Alarm";
|
|
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.White;
|
|
this.listBoxMessage.BackPictureBox = null;
|
|
this.listBoxMessage.BackPictureBox1 = null;
|
|
this.listBoxMessage.BackPictureBox2 = null;
|
|
this.listBoxMessage.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
|
this.listBoxMessage.ColumnDelimiter = '\0';
|
|
this.listBoxMessage.ColumnOffsets = null;
|
|
this.listBoxMessage.Enabled = false;
|
|
this.listBoxMessage.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
|
this.listBoxMessage.FontColor = System.Drawing.Color.Black;
|
|
this.listBoxMessage.InitVisible = true;
|
|
this.listBoxMessage.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
|
this.listBoxMessage.ItemOffsetGap = 5;
|
|
this.listBoxMessage.ItemOffsetX = 2;
|
|
this.listBoxMessage.ItemOffsetY = 2;
|
|
this.listBoxMessage.Location = new System.Drawing.Point(19, 40);
|
|
this.listBoxMessage.MouseMoveEventSpace = 3;
|
|
this.listBoxMessage.MouseMoveSpace = 10;
|
|
this.listBoxMessage.Name = "listBoxMessage";
|
|
this.listBoxMessage.OutLineColor = System.Drawing.SystemColors.ControlText;
|
|
this.listBoxMessage.SelectColor = System.Drawing.Color.Blue;
|
|
this.listBoxMessage.SelectFilled = true;
|
|
this.listBoxMessage.SelectFontColor = System.Drawing.Color.White;
|
|
this.listBoxMessage.SelectItemIndex = -1;
|
|
this.listBoxMessage.SeparationlineColor1 = System.Drawing.Color.Gray;
|
|
this.listBoxMessage.SeparationlineColor2 = System.Drawing.Color.LightGray;
|
|
this.listBoxMessage.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.None;
|
|
this.listBoxMessage.SeparationlineVisibleBottom = true;
|
|
this.listBoxMessage.SeparationlineVisibleTop = true;
|
|
this.listBoxMessage.Size = new System.Drawing.Size(416, 212);
|
|
this.listBoxMessage.TabIndex = 2;
|
|
this.listBoxMessage.Text = "smartListBox1";
|
|
//
|
|
// ControlMainDisplayAlarm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Name = "ControlMainDisplayAlarm";
|
|
this.Size = new System.Drawing.Size(450, 300);
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private SmartX.SmartButton buttonClose;
|
|
private SmartX.SmartLabel labelTitle;
|
|
public SmartX.SmartListBox listBoxMessage;
|
|
}
|
|
}
|