using BiskLog_Point_Of_Sale.Classes; namespace BiskLog_Point_Of_Sale.Multiple_Login { partial class idleLogout { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(idleLogout)); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.panel2 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.label2 = new System.Windows.Forms.Label(); this.cllose = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(1073, 761); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // panel1 // this.panel1.Anchor = System.Windows.Forms.AnchorStyles.None; this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.panel2); this.panel1.Location = new System.Drawing.Point(345, 284); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(437, 194); this.panel1.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 12F); this.label1.Location = new System.Drawing.Point(5, 56); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(426, 63); this.label1.TabIndex = 6; this.label1.Text = "You were automatically logged out while you away to\r\nkeep the company\'s informati" + "on secured from unauthorized\r\npersons."; // // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.button2.Cursor = System.Windows.Forms.Cursors.Hand; this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.button2.ForeColor = System.Drawing.Color.Silver; this.button2.Location = new System.Drawing.Point(208, 137); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(159, 39); this.button2.TabIndex = 4; this.button2.Text = "DIFFERENT USER"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.Cllose_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56))))); this.button1.Cursor = System.Windows.Forms.Cursors.Hand; this.button1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.button1.ForeColor = System.Drawing.Color.Gray; this.button1.Location = new System.Drawing.Point(61, 137); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(113, 39); this.button1.TabIndex = 5; this.button1.Text = "RESUME"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.Button1_Click); // // panel2 // this.panel2.BackColor = System.Drawing.Color.Transparent; this.panel2.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.panel2.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.cllose); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(437, 44); this.panel2.TabIndex = 3; // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Font = new System.Drawing.Font("Segoe UI", 12F); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(399, 44); this.label2.TabIndex = 1; this.label2.Text = "INACTIVITY LOG OUT"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cllose // this.cllose.BackColor = System.Drawing.Color.Transparent; this.cllose.Cursor = System.Windows.Forms.Cursors.Hand; this.cllose.Dock = System.Windows.Forms.DockStyle.Right; this.cllose.Font = new System.Drawing.Font("Segoe UI", 20F); this.cllose.ForeColor = System.Drawing.Color.White; this.cllose.Location = new System.Drawing.Point(399, 0); this.cllose.Name = "cllose"; this.cllose.Size = new System.Drawing.Size(38, 44); this.cllose.TabIndex = 0; this.cllose.Text = "x"; this.cllose.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.cllose.Click += new System.EventHandler(this.Cllose_Click); this.cllose.MouseEnter += new System.EventHandler(this.Cllose_MouseEnter); this.cllose.MouseHover += new System.EventHandler(this.Cllose_MouseLeave); // // idleLogout // this.AcceptButton = this.button1; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.button2; this.ClientSize = new System.Drawing.Size(1073, 761); this.ControlBox = false; this.Controls.Add(this.panel1); this.Controls.Add(this.pictureBox1); this.Font = new System.Drawing.Font("Segoe UI", 10F); this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "idleLogout"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.IdleLogout_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private gradientPanel panel2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label cllose; } }