| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- namespace YangjieTester
- {
- partial class MessageForm
- {
- /// <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()
- {
- 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;
- }
- }
|