namespace BiskLog_Point_Of_Sale.POSDialogs { partial class FillDetails { /// /// 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(FillDetails)); this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.label1 = new System.Windows.Forms.Label(); this.exitBTN = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.nameTXT = new System.Windows.Forms.TextBox(); this.addressTXT = new System.Windows.Forms.TextBox(); this.confirm = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.label4 = new System.Windows.Forms.Label(); this.telTXT = new System.Windows.Forms.TextBox(); this.gradientPanel1.SuspendLayout(); this.SuspendLayout(); // // gradientPanel1 // this.gradientPanel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.gradientPanel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(137))))); this.gradientPanel1.Controls.Add(this.label1); this.gradientPanel1.Controls.Add(this.exitBTN); this.gradientPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.gradientPanel1.Location = new System.Drawing.Point(0, 0); this.gradientPanel1.Name = "gradientPanel1"; this.gradientPanel1.Size = new System.Drawing.Size(459, 39); this.gradientPanel1.TabIndex = 1; // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("Segoe UI", 15F); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(411, 39); this.label1.TabIndex = 1; this.label1.Text = "Customer Details"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // exitBTN // this.exitBTN.BackColor = System.Drawing.Color.Transparent; this.exitBTN.Cursor = System.Windows.Forms.Cursors.Hand; this.exitBTN.Dock = System.Windows.Forms.DockStyle.Right; this.exitBTN.ForeColor = System.Drawing.Color.White; this.exitBTN.Location = new System.Drawing.Point(411, 0); this.exitBTN.Name = "exitBTN"; this.exitBTN.Size = new System.Drawing.Size(48, 39); this.exitBTN.TabIndex = 0; this.exitBTN.Text = "x"; this.exitBTN.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.exitBTN.Click += new System.EventHandler(this.exitBTN_Click); this.exitBTN.MouseEnter += new System.EventHandler(this.exitBTN_MouseEnter); this.exitBTN.MouseLeave += new System.EventHandler(this.exitBTN_MouseLeave); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(22, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(135, 21); this.label2.TabIndex = 2; this.label2.Text = "Customer\'s Name"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(22, 111); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(66, 21); this.label3.TabIndex = 2; this.label3.Text = "Address"; // // nameTXT // this.nameTXT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.nameTXT.Location = new System.Drawing.Point(178, 64); this.nameTXT.Name = "nameTXT"; this.nameTXT.Size = new System.Drawing.Size(258, 29); this.nameTXT.TabIndex = 3; // // addressTXT // this.addressTXT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.addressTXT.Location = new System.Drawing.Point(178, 108); this.addressTXT.Name = "addressTXT"; this.addressTXT.Size = new System.Drawing.Size(258, 29); this.addressTXT.TabIndex = 3; // // confirm // this.confirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.confirm.Angle = 202F; this.confirm.BorderRadius = 20; this.confirm.ButtonImage = null; this.confirm.ButtonText = "Continue"; this.confirm.ColorBottom = System.Drawing.Color.OliveDrab; this.confirm.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(32))))); this.confirm.Cursor = System.Windows.Forms.Cursors.Hand; this.confirm.Font = new System.Drawing.Font("Segoe UI", 12.5F); this.confirm.ForeColor = System.Drawing.Color.White; this.confirm.ForeColor1 = System.Drawing.Color.White; this.confirm.Location = new System.Drawing.Point(140, 188); this.confirm.Name = "confirm"; this.confirm.Size = new System.Drawing.Size(193, 52); this.confirm.TabIndex = 5; this.confirm.Click += new System.EventHandler(this.confirm_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(22, 152); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(80, 21); this.label4.TabIndex = 2; this.label4.Text = "Telephone"; // // telTXT // this.telTXT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.telTXT.Location = new System.Drawing.Point(178, 149); this.telTXT.Name = "telTXT"; this.telTXT.Size = new System.Drawing.Size(258, 29); this.telTXT.TabIndex = 3; // // FillDetails // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(459, 252); this.ControlBox = false; this.Controls.Add(this.confirm); this.Controls.Add(this.telTXT); this.Controls.Add(this.addressTXT); this.Controls.Add(this.nameTXT); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.gradientPanel1); this.Font = new System.Drawing.Font("Segoe UI", 12F); this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FillDetails"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.gradientPanel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Classes.gradientPanel gradientPanel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label exitBTN; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox nameTXT; private System.Windows.Forms.TextBox addressTXT; private Classes.MagicButton confirm; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox telTXT; } }