frmShutDown.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmShutDown
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmShutDown));
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.lab_Seconds = new LYFZ.ComponentLibrary.LabelEx();
  31. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.btn_Close = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.plExMainContainer.SuspendLayout();
  34. this.plFormMainContent.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // plExMainContainer
  38. //
  39. this.plExMainContainer.Controls.Add(this.btn_Close);
  40. this.plExMainContainer.Controls.Add(this.labelEx3);
  41. this.plExMainContainer.Controls.Add(this.lab_Seconds);
  42. this.plExMainContainer.Controls.Add(this.labelEx1);
  43. this.plExMainContainer.Size = new System.Drawing.Size(280, 173);
  44. //
  45. // plFormMainContent
  46. //
  47. this.plFormMainContent.Size = new System.Drawing.Size(280, 173);
  48. //
  49. // btnAppFormExit
  50. //
  51. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  52. this.btnAppFormExit.Location = new System.Drawing.Point(248, 0);
  53. //
  54. // btnAppFormMinimize
  55. //
  56. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  57. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  58. //
  59. // labelEx1
  60. //
  61. this.labelEx1.AutoSize = true;
  62. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  63. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  64. this.labelEx1.Location = new System.Drawing.Point(66, 58);
  65. this.labelEx1.Name = "labelEx1";
  66. this.labelEx1.Size = new System.Drawing.Size(80, 17);
  67. this.labelEx1.TabIndex = 0;
  68. this.labelEx1.Text = "关机倒计时:";
  69. //
  70. // lab_Seconds
  71. //
  72. this.lab_Seconds.AutoSize = true;
  73. this.lab_Seconds.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  74. this.lab_Seconds.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  75. this.lab_Seconds.Location = new System.Drawing.Point(152, 58);
  76. this.lab_Seconds.Name = "lab_Seconds";
  77. this.lab_Seconds.Size = new System.Drawing.Size(22, 17);
  78. this.lab_Seconds.TabIndex = 1;
  79. this.lab_Seconds.Text = "30";
  80. //
  81. // labelEx3
  82. //
  83. this.labelEx3.AutoSize = true;
  84. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  85. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  86. this.labelEx3.Location = new System.Drawing.Point(180, 58);
  87. this.labelEx3.Name = "labelEx3";
  88. this.labelEx3.Size = new System.Drawing.Size(15, 17);
  89. this.labelEx3.TabIndex = 1;
  90. this.labelEx3.Text = "S";
  91. //
  92. // btn_Close
  93. //
  94. this.btn_Close.BackColor = System.Drawing.Color.Transparent;
  95. this.btn_Close.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Close.BackImg")));
  96. this.btn_Close.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  97. this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  98. this.btn_Close.ForeColor = System.Drawing.Color.White;
  99. this.btn_Close.IsCustomBackImg = false;
  100. this.btn_Close.IsShowText = true;
  101. this.btn_Close.Location = new System.Drawing.Point(95, 110);
  102. this.btn_Close.Name = "btn_Close";
  103. this.btn_Close.Size = new System.Drawing.Size(85, 28);
  104. this.btn_Close.TabIndex = 2;
  105. this.btn_Close.Text = " 取消";
  106. this.btn_Close.UseVisualStyleBackColor = false;
  107. //
  108. // frmShutDown
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  113. this.ClientSize = new System.Drawing.Size(280, 238);
  114. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  115. this.MaximizeBox = false;
  116. this.MinimizeBox = false;
  117. this.Name = "frmShutDown";
  118. this.Text = "自动关机";
  119. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  120. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  121. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  122. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  123. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  124. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  125. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  126. this.plExMainContainer.ResumeLayout(false);
  127. this.plExMainContainer.PerformLayout();
  128. this.plFormMainContent.ResumeLayout(false);
  129. this.ResumeLayout(false);
  130. }
  131. #endregion
  132. private ComponentLibrary.LabelEx labelEx3;
  133. private ComponentLibrary.LabelEx labelEx1;
  134. protected internal ComponentLibrary.LabelEx lab_Seconds;
  135. protected internal ComponentLibrary.ButtonEx btn_Close;
  136. }
  137. }