MessageForm.Designer.cs 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. namespace YangjieTester
  2. {
  3. partial class MessageForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.lblCaption = new Sunny.UI.UILabel();
  29. this.lblInfo = new Sunny.UI.UILabel();
  30. this.SuspendLayout();
  31. //
  32. // lblCaption
  33. //
  34. this.lblCaption.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  35. this.lblCaption.Dock = System.Windows.Forms.DockStyle.Top;
  36. this.lblCaption.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  37. this.lblCaption.ForeColor = System.Drawing.Color.Black;
  38. this.lblCaption.Location = new System.Drawing.Point(0, 35);
  39. this.lblCaption.Name = "lblCaption";
  40. this.lblCaption.Size = new System.Drawing.Size(612, 57);
  41. this.lblCaption.TabIndex = 0;
  42. this.lblCaption.Text = "报警";
  43. this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  44. //
  45. // lblInfo
  46. //
  47. this.lblInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  48. this.lblInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  49. this.lblInfo.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.lblInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  51. this.lblInfo.Location = new System.Drawing.Point(0, 92);
  52. this.lblInfo.Name = "lblInfo";
  53. this.lblInfo.Size = new System.Drawing.Size(612, 281);
  54. this.lblInfo.TabIndex = 1;
  55. this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  56. //
  57. // MessageForm
  58. //
  59. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  60. this.ClientSize = new System.Drawing.Size(612, 373);
  61. this.Controls.Add(this.lblInfo);
  62. this.Controls.Add(this.lblCaption);
  63. this.MaximizeBox = false;
  64. this.MinimizeBox = false;
  65. this.Name = "MessageForm";
  66. this.Text = "MessageForm";
  67. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  68. this.ResumeLayout(false);
  69. }
  70. #endregion
  71. private Sunny.UI.UILabel lblCaption;
  72. private Sunny.UI.UILabel lblInfo;
  73. }
  74. }