using BiskLog_Point_Of_Sale.Classes; namespace BiskLog_Point_Of_Sale.Multiple_Login { partial class NoAction { /// /// 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() { this.panel1 = new System.Windows.Forms.Panel(); this.txtMessage = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.panel2 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.txtTitle = new System.Windows.Forms.Label(); this.cllose = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.txtMessage); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(373, 178); this.panel1.TabIndex = 2; // // txtMessage // this.txtMessage.Font = new System.Drawing.Font("Segoe UI", 12F); this.txtMessage.Location = new System.Drawing.Point(3, 47); this.txtMessage.Name = "txtMessage"; this.txtMessage.Size = new System.Drawing.Size(371, 90); this.txtMessage.TabIndex = 6; // // 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(130, 140); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(113, 33); this.button1.TabIndex = 5; this.button1.Text = "OK"; 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.txtTitle); 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(371, 44); this.panel2.TabIndex = 3; // // txtTitle // this.txtTitle.BackColor = System.Drawing.Color.Transparent; this.txtTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.txtTitle.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.txtTitle.ForeColor = System.Drawing.Color.White; this.txtTitle.Location = new System.Drawing.Point(0, 0); this.txtTitle.Name = "txtTitle"; this.txtTitle.Size = new System.Drawing.Size(333, 44); this.txtTitle.TabIndex = 1; this.txtTitle.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", 15F); this.cllose.ForeColor = System.Drawing.Color.White; this.cllose.Location = new System.Drawing.Point(333, 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.MiddleCenter; this.cllose.Click += new System.EventHandler(this.Cllose_Click); this.cllose.MouseEnter += new System.EventHandler(this.Cllose_MouseEnter); this.cllose.MouseLeave += new System.EventHandler(this.Cllose_MouseLeave); // // NoAction // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(373, 178); this.ControlBox = false; this.Controls.Add(this.panel1); 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 = "NoAction"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.IdleLogout_Load); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button1; private gradientPanel panel2; private System.Windows.Forms.Label txtTitle; private System.Windows.Forms.Label cllose; private System.Windows.Forms.Label txtMessage; } }