123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- namespace Gyee_Control.View
- {
- partial class Auth
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Auth));
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.lblWaringInfo = new System.Windows.Forms.Label();
- this.lblInfo = new System.Windows.Forms.Label();
- this.lblClose = new System.Windows.Forms.Label();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.lblWaringInfo);
- this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox2.ForeColor = System.Drawing.Color.White;
- this.groupBox2.Location = new System.Drawing.Point(13, 22);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(359, 200);
- this.groupBox2.TabIndex = 8;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "注意";
- //
- // lblWaringInfo
- //
- this.lblWaringInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lblWaringInfo.Location = new System.Drawing.Point(3, 25);
- this.lblWaringInfo.Name = "lblWaringInfo";
- this.lblWaringInfo.Size = new System.Drawing.Size(353, 172);
- this.lblWaringInfo.TabIndex = 0;
- this.lblWaringInfo.Text = "正在对风机1,风机2,风机3进行停止操作";
- //
- // lblInfo
- //
- this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblInfo.ForeColor = System.Drawing.Color.White;
- this.lblInfo.Location = new System.Drawing.Point(139, 236);
- this.lblInfo.Name = "lblInfo";
- this.lblInfo.Size = new System.Drawing.Size(93, 22);
- this.lblInfo.TabIndex = 9;
- this.lblInfo.Text = "确认请刷指纹×";
- //
- // lblClose
- //
- this.lblClose.AutoSize = true;
- this.lblClose.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblClose.ForeColor = System.Drawing.Color.White;
- this.lblClose.Location = new System.Drawing.Point(353, -8);
- this.lblClose.Name = "lblClose";
- this.lblClose.Size = new System.Drawing.Size(39, 39);
- this.lblClose.TabIndex = 10;
- this.lblClose.Text = "×";
- this.lblClose.Click += new System.EventHandler(this.lblClose_Click);
- //
- // Auth
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
- this.ClientSize = new System.Drawing.Size(384, 265);
- this.Controls.Add(this.lblClose);
- this.Controls.Add(this.lblInfo);
- this.Controls.Add(this.groupBox2);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "Auth";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "值长授权";
- this.Load += new System.EventHandler(this.Auth_Load);
- this.groupBox2.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Label lblWaringInfo;
- public bool passed;
- private System.Windows.Forms.Label lblInfo;
- private System.Windows.Forms.Label lblClose;
- }
- }
|