You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							177 lines
						
					
					
						
							8.7 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							177 lines
						
					
					
						
							8.7 KiB
						
					
					
				| using BiskLog_Point_Of_Sale.Classes; | |
| 
 | |
| namespace BiskLog_Point_Of_Sale.Multiple_Login | |
| { | |
|     partial class Confirmation | |
|     { | |
|         /// <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() | |
|         { | |
|             this.panel1 = new System.Windows.Forms.Panel(); | |
|             this.txtMessage = new System.Windows.Forms.TextBox(); | |
|             this.button2 = new System.Windows.Forms.Button(); | |
|             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.button2); | |
|             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(399, 178); | |
|             this.panel1.TabIndex = 2; | |
|             //  | |
|             // txtMessage | |
|             //  | |
|             this.txtMessage.BackColor = System.Drawing.SystemColors.Control; | |
|             this.txtMessage.BorderStyle = System.Windows.Forms.BorderStyle.None; | |
|             this.txtMessage.Enabled = false; | |
|             this.txtMessage.Font = new System.Drawing.Font("Segoe UI", 12F); | |
|             this.txtMessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); | |
|             this.txtMessage.Location = new System.Drawing.Point(6, 50); | |
|             this.txtMessage.Multiline = true; | |
|             this.txtMessage.Name = "txtMessage"; | |
|             this.txtMessage.ReadOnly = true; | |
|             this.txtMessage.Size = new System.Drawing.Size(394, 77); | |
|             this.txtMessage.TabIndex = 7; | |
|             this.txtMessage.EnabledChanged += new System.EventHandler(this.TxtMessage_EnabledChanged); | |
|             //  | |
|             // 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.No; | |
|             this.button2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); | |
|             this.button2.ForeColor = System.Drawing.Color.Gray; | |
|             this.button2.Location = new System.Drawing.Point(217, 133); | |
|             this.button2.Name = "button2"; | |
|             this.button2.Size = new System.Drawing.Size(113, 39); | |
|             this.button2.TabIndex = 5; | |
|             this.button2.Text = "NO"; | |
|             this.button2.UseVisualStyleBackColor = false; | |
|             this.button2.Click += new System.EventHandler(this.Button2_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.DialogResult = System.Windows.Forms.DialogResult.Yes; | |
|             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(73, 133); | |
|             this.button1.Name = "button1"; | |
|             this.button1.Size = new System.Drawing.Size(113, 39); | |
|             this.button1.TabIndex = 5; | |
|             this.button1.Text = "YES"; | |
|             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(397, 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(359, 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(359, 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); | |
|             //  | |
|             // Confirmation | |
|             //  | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |
|             this.ClientSize = new System.Drawing.Size(399, 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 = "Confirmation"; | |
|             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.panel1.PerformLayout(); | |
|             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.TextBox txtMessage; | |
|         private System.Windows.Forms.Button button2; | |
|     } | |
| } |