VM0AV-UI/VM0AV2024-UI/Registration.Designer.cs

266 lines
13 KiB
C#
Raw Permalink Normal View History

2024-06-02 02:44:40 -04:00

namespace VM0AV2024_UI
{
partial class Registration
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Registration));
this.panel1 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
this.label20 = new System.Windows.Forms.Label();
this.kryptonTextBox1 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.label3 = new System.Windows.Forms.Label();
this.kryptonTextBox2 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.label4 = new System.Windows.Forms.Label();
this.kryptonTextBox3 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.label5 = new System.Windows.Forms.Label();
this.kryptonTextBox4 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.label6 = new System.Windows.Forms.Label();
this.kryptonTextBox5 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
this.kryptonPanel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(743, 98);
this.panel1.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.label2.Location = new System.Drawing.Point(105, 51);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(534, 19);
this.label2.TabIndex = 2;
this.label2.Text = "Please enter your billing information to complete your purchase.";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.label1.Location = new System.Drawing.Point(103, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(195, 35);
this.label1.TabIndex = 1;
this.label1.Text = "Registration";
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(14, 16);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(83, 76);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// kryptonPanel1
//
this.kryptonPanel1.Controls.Add(this.kryptonButton1);
this.kryptonPanel1.Controls.Add(this.kryptonTextBox5);
this.kryptonPanel1.Controls.Add(this.label6);
this.kryptonPanel1.Controls.Add(this.kryptonTextBox4);
this.kryptonPanel1.Controls.Add(this.label5);
this.kryptonPanel1.Controls.Add(this.kryptonTextBox3);
this.kryptonPanel1.Controls.Add(this.label4);
this.kryptonPanel1.Controls.Add(this.kryptonTextBox2);
this.kryptonPanel1.Controls.Add(this.label3);
this.kryptonPanel1.Controls.Add(this.kryptonTextBox1);
this.kryptonPanel1.Controls.Add(this.label20);
this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonPanel1.Location = new System.Drawing.Point(0, 98);
this.kryptonPanel1.Name = "kryptonPanel1";
this.kryptonPanel1.Size = new System.Drawing.Size(743, 319);
this.kryptonPanel1.TabIndex = 2;
//
// label20
//
this.label20.AutoSize = true;
this.label20.BackColor = System.Drawing.Color.Transparent;
this.label20.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label20.ForeColor = System.Drawing.Color.White;
this.label20.Location = new System.Drawing.Point(12, 13);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(85, 18);
this.label20.TabIndex = 6;
this.label20.Text = "Legal Name";
//
// kryptonTextBox1
//
this.kryptonTextBox1.Location = new System.Drawing.Point(14, 43);
this.kryptonTextBox1.Name = "kryptonTextBox1";
this.kryptonTextBox1.Size = new System.Drawing.Size(193, 23);
this.kryptonTextBox1.TabIndex = 7;
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(12, 80);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(60, 18);
this.label3.TabIndex = 8;
this.label3.Text = "Address";
//
// kryptonTextBox2
//
this.kryptonTextBox2.Location = new System.Drawing.Point(14, 110);
this.kryptonTextBox2.Name = "kryptonTextBox2";
this.kryptonTextBox2.Size = new System.Drawing.Size(193, 23);
this.kryptonTextBox2.TabIndex = 9;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(259, 13);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(93, 18);
this.label4.TabIndex = 10;
this.label4.Text = "Card number";
//
// kryptonTextBox3
//
this.kryptonTextBox3.Location = new System.Drawing.Point(262, 43);
this.kryptonTextBox3.Name = "kryptonTextBox3";
this.kryptonTextBox3.Size = new System.Drawing.Size(193, 23);
this.kryptonTextBox3.TabIndex = 11;
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Location = new System.Drawing.Point(259, 80);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(35, 18);
this.label5.TabIndex = 12;
this.label5.Text = "CVC";
//
// kryptonTextBox4
//
this.kryptonTextBox4.Location = new System.Drawing.Point(262, 110);
this.kryptonTextBox4.Name = "kryptonTextBox4";
this.kryptonTextBox4.Size = new System.Drawing.Size(193, 23);
this.kryptonTextBox4.TabIndex = 13;
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(259, 150);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(104, 18);
this.label6.TabIndex = 14;
this.label6.Text = "Expiration date";
//
// kryptonTextBox5
//
this.kryptonTextBox5.Location = new System.Drawing.Point(262, 180);
this.kryptonTextBox5.Name = "kryptonTextBox5";
this.kryptonTextBox5.Size = new System.Drawing.Size(193, 23);
this.kryptonTextBox5.TabIndex = 15;
//
// kryptonButton1
//
this.kryptonButton1.Location = new System.Drawing.Point(641, 282);
this.kryptonButton1.Name = "kryptonButton1";
this.kryptonButton1.Size = new System.Drawing.Size(90, 25);
this.kryptonButton1.TabIndex = 16;
this.kryptonButton1.Values.Text = "Purchase";
//
// Registration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(743, 417);
this.Controls.Add(this.kryptonPanel1);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Registration";
this.Text = "Register VM0 Antivirus";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
this.kryptonPanel1.ResumeLayout(false);
this.kryptonPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton1;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox kryptonTextBox5;
private System.Windows.Forms.Label label6;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox kryptonTextBox4;
private System.Windows.Forms.Label label5;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox kryptonTextBox3;
private System.Windows.Forms.Label label4;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox kryptonTextBox2;
private System.Windows.Forms.Label label3;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox kryptonTextBox1;
private System.Windows.Forms.Label label20;
}
}