namespace YangjieTester { partial class MessageForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblCaption = new Sunny.UI.UILabel(); this.lblInfo = new Sunny.UI.UILabel(); this.SuspendLayout(); // // lblCaption // this.lblCaption.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblCaption.Dock = System.Windows.Forms.DockStyle.Top; this.lblCaption.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCaption.ForeColor = System.Drawing.Color.Black; this.lblCaption.Location = new System.Drawing.Point(0, 35); this.lblCaption.Name = "lblCaption"; this.lblCaption.Size = new System.Drawing.Size(612, 57); this.lblCaption.TabIndex = 0; this.lblCaption.Text = "报警"; this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblInfo // this.lblInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.lblInfo.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); this.lblInfo.Location = new System.Drawing.Point(0, 92); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(612, 281); this.lblInfo.TabIndex = 1; this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // MessageForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(612, 373); this.Controls.Add(this.lblInfo); this.Controls.Add(this.lblCaption); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MessageForm"; this.Text = "MessageForm"; this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450); this.ResumeLayout(false); } #endregion private Sunny.UI.UILabel lblCaption; private Sunny.UI.UILabel lblInfo; } }