namespace BiskLog_Point_Of_Sale.Mains { partial class AboutBISKI { /// /// 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(AboutBISKI)); this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.gradientCurve1 = new BiskLog_Point_Of_Sale.Classes.GradientCurve(); this.magicButton1 = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.label5 = new System.Windows.Forms.Label(); this.textBoxDescription = new System.Windows.Forms.Label(); this.copyrightlabel = new System.Windows.Forms.Label(); this.Versionlabel = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.gradientPanel1.SuspendLayout(); this.gradientCurve1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // gradientPanel1 // this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gradientPanel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.gradientPanel1.ColorTop = System.Drawing.Color.WhiteSmoke; this.gradientPanel1.Controls.Add(this.gradientCurve1); this.gradientPanel1.Controls.Add(this.panel1); this.gradientPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.gradientPanel1.Location = new System.Drawing.Point(0, 0); this.gradientPanel1.Name = "gradientPanel1"; this.gradientPanel1.Padding = new System.Windows.Forms.Padding(10); this.gradientPanel1.Size = new System.Drawing.Size(598, 344); this.gradientPanel1.TabIndex = 0; // // gradientCurve1 // this.gradientCurve1.BorderRadius = 20; this.gradientCurve1.ColorBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.gradientCurve1.ColorTopColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.gradientCurve1.Controls.Add(this.label3); this.gradientCurve1.Controls.Add(this.magicButton1); this.gradientCurve1.Controls.Add(this.label5); this.gradientCurve1.Controls.Add(this.textBoxDescription); this.gradientCurve1.Controls.Add(this.copyrightlabel); this.gradientCurve1.Controls.Add(this.Versionlabel); this.gradientCurve1.Controls.Add(this.label2); this.gradientCurve1.Dock = System.Windows.Forms.DockStyle.Fill; this.gradientCurve1.Location = new System.Drawing.Point(10, 48); this.gradientCurve1.Name = "gradientCurve1"; this.gradientCurve1.Size = new System.Drawing.Size(576, 284); this.gradientCurve1.TabIndex = 1; // // magicButton1 // this.magicButton1.Angle = 345F; this.magicButton1.BackColor = System.Drawing.Color.Transparent; this.magicButton1.BorderRadius = 20; this.magicButton1.ButtonImage = null; this.magicButton1.ButtonText = "OK"; this.magicButton1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.magicButton1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(56))))); this.magicButton1.Cursor = System.Windows.Forms.Cursors.Hand; this.magicButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18.25F); this.magicButton1.ForeColor = System.Drawing.Color.White; this.magicButton1.ForeColor1 = System.Drawing.Color.White; this.magicButton1.Location = new System.Drawing.Point(449, 235); this.magicButton1.Name = "magicButton1"; this.magicButton1.Size = new System.Drawing.Size(112, 38); this.magicButton1.TabIndex = 3; this.magicButton1.Click += new System.EventHandler(this.MagicButton1_Click); // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.label5.ForeColor = System.Drawing.Color.White; this.label5.Location = new System.Drawing.Point(7, 175); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(486, 60); this.label5.TabIndex = 2; this.label5.Text = resources.GetString("label5.Text"); // // textBoxDescription // this.textBoxDescription.AutoSize = true; this.textBoxDescription.BackColor = System.Drawing.Color.Transparent; this.textBoxDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F); this.textBoxDescription.ForeColor = System.Drawing.Color.White; this.textBoxDescription.Location = new System.Drawing.Point(6, 137); this.textBoxDescription.Name = "textBoxDescription"; this.textBoxDescription.Size = new System.Drawing.Size(95, 20); this.textBoxDescription.TabIndex = 2; this.textBoxDescription.Text = "Description"; // // copyrightlabel // this.copyrightlabel.AutoSize = true; this.copyrightlabel.BackColor = System.Drawing.Color.Transparent; this.copyrightlabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F); this.copyrightlabel.ForeColor = System.Drawing.Color.White; this.copyrightlabel.Location = new System.Drawing.Point(6, 103); this.copyrightlabel.Name = "copyrightlabel"; this.copyrightlabel.Size = new System.Drawing.Size(80, 20); this.copyrightlabel.TabIndex = 2; this.copyrightlabel.Text = "Copyright"; // // Versionlabel // this.Versionlabel.AutoSize = true; this.Versionlabel.BackColor = System.Drawing.Color.Transparent; this.Versionlabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F); this.Versionlabel.ForeColor = System.Drawing.Color.White; this.Versionlabel.Location = new System.Drawing.Point(81, 69); this.Versionlabel.Name = "Versionlabel"; this.Versionlabel.Size = new System.Drawing.Size(66, 20); this.Versionlabel.TabIndex = 2; this.Versionlabel.Text = "Version"; // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Wicked Grit", 25F, System.Drawing.FontStyle.Bold); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(3, 11); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(488, 49); this.label2.TabIndex = 1; this.label2.Text = "BISKILOG Point of Sale"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(10, 10); this.panel1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 5); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(576, 38); this.panel1.TabIndex = 0; // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Right; this.label1.Font = new System.Drawing.Font("Wicked Grit", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label1.Location = new System.Drawing.Point(445, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(131, 38); this.label1.TabIndex = 0; this.label1.Text = "BACWARE"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(8, 69); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(76, 20); this.label3.TabIndex = 4; this.label3.Text = "Premium"; // // AboutBISKI // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(598, 344); this.Controls.Add(this.gradientPanel1); this.ForeColor = System.Drawing.SystemColors.ControlText; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "AboutBISKI"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "AboutBISKI"; this.gradientPanel1.ResumeLayout(false); this.gradientCurve1.ResumeLayout(false); this.gradientCurve1.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Classes.gradientPanel gradientPanel1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private Classes.GradientCurve gradientCurve1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label copyrightlabel; private System.Windows.Forms.Label Versionlabel; private System.Windows.Forms.Label label5; private Classes.MagicButton magicButton1; private System.Windows.Forms.Label textBoxDescription; private System.Windows.Forms.Label label3; } }