Auth.designer.cs 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. namespace Gyee_Control.View
  2. {
  3. partial class Auth
  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(Auth));
  29. this.groupBox2 = new System.Windows.Forms.GroupBox();
  30. this.lblWaringInfo = new System.Windows.Forms.Label();
  31. this.lblInfo = new System.Windows.Forms.Label();
  32. this.lblClose = new System.Windows.Forms.Label();
  33. this.groupBox2.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // groupBox2
  37. //
  38. this.groupBox2.Controls.Add(this.lblWaringInfo);
  39. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  40. this.groupBox2.ForeColor = System.Drawing.Color.White;
  41. this.groupBox2.Location = new System.Drawing.Point(13, 22);
  42. this.groupBox2.Name = "groupBox2";
  43. this.groupBox2.Size = new System.Drawing.Size(359, 200);
  44. this.groupBox2.TabIndex = 8;
  45. this.groupBox2.TabStop = false;
  46. this.groupBox2.Text = "注意";
  47. //
  48. // lblWaringInfo
  49. //
  50. this.lblWaringInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.lblWaringInfo.Location = new System.Drawing.Point(3, 25);
  52. this.lblWaringInfo.Name = "lblWaringInfo";
  53. this.lblWaringInfo.Size = new System.Drawing.Size(353, 172);
  54. this.lblWaringInfo.TabIndex = 0;
  55. this.lblWaringInfo.Text = "正在对风机1,风机2,风机3进行停止操作";
  56. //
  57. // lblInfo
  58. //
  59. this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.lblInfo.ForeColor = System.Drawing.Color.White;
  61. this.lblInfo.Location = new System.Drawing.Point(139, 236);
  62. this.lblInfo.Name = "lblInfo";
  63. this.lblInfo.Size = new System.Drawing.Size(93, 22);
  64. this.lblInfo.TabIndex = 9;
  65. this.lblInfo.Text = "确认请刷指纹×";
  66. //
  67. // lblClose
  68. //
  69. this.lblClose.AutoSize = true;
  70. this.lblClose.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.lblClose.ForeColor = System.Drawing.Color.White;
  72. this.lblClose.Location = new System.Drawing.Point(353, -8);
  73. this.lblClose.Name = "lblClose";
  74. this.lblClose.Size = new System.Drawing.Size(39, 39);
  75. this.lblClose.TabIndex = 10;
  76. this.lblClose.Text = "×";
  77. this.lblClose.Click += new System.EventHandler(this.lblClose_Click);
  78. //
  79. // Auth
  80. //
  81. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  82. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  83. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  84. this.ClientSize = new System.Drawing.Size(384, 265);
  85. this.Controls.Add(this.lblClose);
  86. this.Controls.Add(this.lblInfo);
  87. this.Controls.Add(this.groupBox2);
  88. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  89. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  90. this.MaximizeBox = false;
  91. this.Name = "Auth";
  92. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  93. this.Text = "值长授权";
  94. this.Load += new System.EventHandler(this.Auth_Load);
  95. this.groupBox2.ResumeLayout(false);
  96. this.ResumeLayout(false);
  97. this.PerformLayout();
  98. }
  99. #endregion
  100. private System.Windows.Forms.GroupBox groupBox2;
  101. private System.Windows.Forms.Label lblWaringInfo;
  102. public bool passed;
  103. private System.Windows.Forms.Label lblInfo;
  104. private System.Windows.Forms.Label lblClose;
  105. }
  106. }