298 lines
14 KiB
C#
298 lines
14 KiB
C#
namespace WindowsFormsApplication2
|
|
{
|
|
partial class Login
|
|
{
|
|
/// <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(Login));
|
|
this.metroTile1 = new MetroFramework.Controls.MetroTile();
|
|
this.loginBtn = new MetroFramework.Controls.MetroTile();
|
|
this.clear = new MetroFramework.Controls.MetroTile();
|
|
this.phoneNumber = new System.Windows.Forms.RichTextBox();
|
|
this.num1 = new MetroFramework.Controls.MetroTile();
|
|
this.num2 = new MetroFramework.Controls.MetroTile();
|
|
this.num3 = new MetroFramework.Controls.MetroTile();
|
|
this.num4 = new MetroFramework.Controls.MetroTile();
|
|
this.num5 = new MetroFramework.Controls.MetroTile();
|
|
this.num6 = new MetroFramework.Controls.MetroTile();
|
|
this.num7 = new MetroFramework.Controls.MetroTile();
|
|
this.num8 = new MetroFramework.Controls.MetroTile();
|
|
this.num9 = new MetroFramework.Controls.MetroTile();
|
|
this.num0 = new MetroFramework.Controls.MetroTile();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// metroTile1
|
|
//
|
|
this.metroTile1.ActiveControl = null;
|
|
this.metroTile1.Enabled = false;
|
|
this.metroTile1.Location = new System.Drawing.Point(267, 63);
|
|
this.metroTile1.Name = "metroTile1";
|
|
this.metroTile1.Size = new System.Drawing.Size(110, 66);
|
|
this.metroTile1.Style = MetroFramework.MetroColorStyle.White;
|
|
this.metroTile1.TabIndex = 13;
|
|
this.metroTile1.TileImage = ((System.Drawing.Image)(resources.GetObject("metroTile1.TileImage")));
|
|
this.metroTile1.TileImageAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.metroTile1.UseSelectable = true;
|
|
this.metroTile1.UseTileImage = true;
|
|
this.metroTile1.Click += new System.EventHandler(this.metroTile1_Click);
|
|
//
|
|
// loginBtn
|
|
//
|
|
this.loginBtn.ActiveControl = null;
|
|
this.loginBtn.Location = new System.Drawing.Point(388, 392);
|
|
this.loginBtn.Name = "loginBtn";
|
|
this.loginBtn.Size = new System.Drawing.Size(64, 64);
|
|
this.loginBtn.Style = MetroFramework.MetroColorStyle.White;
|
|
this.loginBtn.TabIndex = 12;
|
|
this.loginBtn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.loginBtn.TileImage = ((System.Drawing.Image)(resources.GetObject("loginBtn.TileImage")));
|
|
this.loginBtn.UseSelectable = true;
|
|
this.loginBtn.UseTileImage = true;
|
|
this.loginBtn.Click += new System.EventHandler(this.loginBtn_Click);
|
|
//
|
|
// clear
|
|
//
|
|
this.clear.ActiveControl = null;
|
|
this.clear.Location = new System.Drawing.Point(183, 392);
|
|
this.clear.Name = "clear";
|
|
this.clear.Size = new System.Drawing.Size(64, 64);
|
|
this.clear.Style = MetroFramework.MetroColorStyle.White;
|
|
this.clear.TabIndex = 10;
|
|
this.clear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.clear.TileImage = ((System.Drawing.Image)(resources.GetObject("clear.TileImage")));
|
|
this.clear.UseSelectable = true;
|
|
this.clear.UseTileImage = true;
|
|
this.clear.Click += new System.EventHandler(this.clear_Click);
|
|
//
|
|
// phoneNumber
|
|
//
|
|
this.phoneNumber.BackColor = System.Drawing.SystemColors.MenuBar;
|
|
this.phoneNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.phoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.phoneNumber.Location = new System.Drawing.Point(183, 135);
|
|
this.phoneNumber.MaxLength = 11;
|
|
this.phoneNumber.Multiline = false;
|
|
this.phoneNumber.Name = "phoneNumber";
|
|
this.phoneNumber.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
|
this.phoneNumber.Size = new System.Drawing.Size(271, 41);
|
|
this.phoneNumber.TabIndex = 16;
|
|
this.phoneNumber.Text = "";
|
|
this.phoneNumber.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.masked_box);
|
|
//
|
|
// num1
|
|
//
|
|
this.num1.ActiveControl = null;
|
|
this.num1.Location = new System.Drawing.Point(183, 182);
|
|
this.num1.Name = "num1";
|
|
this.num1.Size = new System.Drawing.Size(64, 64);
|
|
this.num1.Style = MetroFramework.MetroColorStyle.White;
|
|
this.num1.TabIndex = 1;
|
|
this.num1.TileImage = ((System.Drawing.Image)(resources.GetObject("num1.TileImage")));
|
|
this.num1.UseSelectable = true;
|
|
this.num1.UseTileImage = true;
|
|
this.num1.Click += new System.EventHandler(this.num1_Click);
|
|
//
|
|
// num2
|
|
//
|
|
this.num2.ActiveControl = null;
|
|
this.num2.Location = new System.Drawing.Point(290, 182);
|
|
this.num2.Name = "num2";
|
|
this.num2.Size = new System.Drawing.Size(64, 64);
|
|
this.num2.Style = MetroFramework.MetroColorStyle.White;
|
|
this.num2.TabIndex = 2;
|
|
this.num2.TileImage = ((System.Drawing.Image)(resources.GetObject("num2.TileImage")));
|
|
this.num2.UseSelectable = true;
|
|
this.num2.UseTileImage = true;
|
|
this.num2.Click += new System.EventHandler(this.num2_Click);
|
|
//
|
|
// num3
|
|
//
|
|
this.num3.ActiveControl = null;
|
|
this.num3.Location = new System.Drawing.Point(390, 182);
|
|
this.num3.Name = "num3";
|
|
this.num3.Size = new System.Drawing.Size(64, 64);
|
|
this.num3.Style = MetroFramework.MetroColorStyle.White;
|
|
this.num3.TabIndex = 3;
|
|
this.num3.TileImage = ((System.Drawing.Image)(resources.GetObject("num3.TileImage")));
|
|
this.num3.UseSelectable = true;
|
|
this.num3.UseTileImage = true;
|
|
this.num3.Click += new System.EventHandler(this.num3_Click);
|
|
//
|
|
// num4
|
|
//
|
|
this.num4.ActiveControl = null;
|
|
this.num4.Location = new System.Drawing.Point(183, 252);
|
|
this.num4.Name = "num4";
|
|
this.num4.Size = new System.Drawing.Size(64, 64);
|
|
this.num4.Style = MetroFramework.MetroColorStyle.White;
|
|
this.num4.TabIndex = 4;
|
|
this.num4.TileImage = ((System.Drawing.Image)(resources.GetObject("num4.TileImage")));
|
|
this.num4.UseSelectable = true;
|
|
this.num4.UseTileImage = true;
|
|
this.num4.Click += new System.EventHandler(this.num4_Click);
|
|
//
|
|
// num5
|
|
//
|
|
this.num5.ActiveControl = null;
|
|
this.num5.Location = new System.Drawing.Point(290, 252);
|
|
this.num5.Name = "num5";
|
|
this.num5.Size = new System.Drawing.Size(64, 64);
|
|
this.num5.Style = MetroFramework.MetroColorStyle.White;
|
|
this.num5.TabIndex = 5;
|
|
this.num5.TileImage = ((System.Drawing.Image)(resources.GetObject("num5.TileImage")));
|
|
this.num5.UseSelectable = true;
|
|
this.num5.UseTileImage = true;
|
|
this.num5.Click += new System.EventHandler(this.num5_Click);
|
|
//
|
|
// num6
|
|
//
|
|
this.num6.ActiveControl = null;
|
|
this.num6.Location = new System.Drawing.Point(390, 252);
|
|
this.num6.Name = "num6";
|
|
this.num6.Size = new System.Drawing.Size(64, 64);
|
|
this.num6.Style = MetroFramework.MetroColorStyle.White;
|
|
this.num6.TabIndex = 6;
|
|
this.num6.TileImage = ((System.Drawing.Image)(resources.GetObject("num6.TileImage")));
|
|
this.num6.UseSelectable = true;
|
|
this.num6.UseTileImage = true;
|
|
this.num6.Click += new System.EventHandler(this.num6_Click);
|
|
//
|
|
// num7
|
|
//
|
|
this.num7.ActiveControl = null;
|
|
this.num7.Location = new System.Drawing.Point(183, 322);
|
|
this.num7.Name = "num7";
|
|
this.num7.Size = new System.Drawing.Size(64, 64);
|
|
this.num7.Style = MetroFramework.MetroColorStyle.White;
|
|
this.num7.TabIndex = 7;
|
|
this.num7.TileImage = ((System.Drawing.Image)(resources.GetObject("num7.TileImage")));
|
|
this.num7.UseSelectable = true;
|
|
this.num7.UseTileImage = true;
|
|
this.num7.Click += new System.EventHandler(this.num7_Click);
|
|
//
|
|
// num8
|
|
//
|
|
this.num8.ActiveControl = null;
|
|
this.num8.Location = new System.Drawing.Point(290, 322);
|
|
this.num8.Name = "num8";
|
|
this.num8.Size = new System.Drawing.Size(64, 64);
|
|
this.num8.Style = MetroFramework.MetroColorStyle.White;
|
|
this.num8.TabIndex = 8;
|
|
this.num8.TileImage = ((System.Drawing.Image)(resources.GetObject("num8.TileImage")));
|
|
this.num8.UseSelectable = true;
|
|
this.num8.UseTileImage = true;
|
|
this.num8.Click += new System.EventHandler(this.num8_Click);
|
|
//
|
|
// num9
|
|
//
|
|
this.num9.ActiveControl = null;
|
|
this.num9.Location = new System.Drawing.Point(390, 322);
|
|
this.num9.Name = "num9";
|
|
this.num9.Size = new System.Drawing.Size(64, 64);
|
|
this.num9.Style = MetroFramework.MetroColorStyle.White;
|
|
this.num9.TabIndex = 9;
|
|
this.num9.TileImage = ((System.Drawing.Image)(resources.GetObject("num9.TileImage")));
|
|
this.num9.UseSelectable = true;
|
|
this.num9.UseTileImage = true;
|
|
this.num9.Click += new System.EventHandler(this.num9_Click);
|
|
//
|
|
// num0
|
|
//
|
|
this.num0.ActiveControl = null;
|
|
this.num0.Location = new System.Drawing.Point(290, 392);
|
|
this.num0.Name = "num0";
|
|
this.num0.Size = new System.Drawing.Size(64, 64);
|
|
this.num0.Style = MetroFramework.MetroColorStyle.White;
|
|
this.num0.TabIndex = 11;
|
|
this.num0.TileImage = ((System.Drawing.Image)(resources.GetObject("num0.TileImage")));
|
|
this.num0.UseSelectable = true;
|
|
this.num0.UseTileImage = true;
|
|
this.num0.Click += new System.EventHandler(this.num0_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Location = new System.Drawing.Point(173, 53);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(295, 424);
|
|
this.groupBox1.TabIndex = 17;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// Login
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BorderStyle = MetroFramework.Forms.MetroFormBorderStyle.FixedSingle;
|
|
this.ClientSize = new System.Drawing.Size(675, 512);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.num0);
|
|
this.Controls.Add(this.num9);
|
|
this.Controls.Add(this.num8);
|
|
this.Controls.Add(this.num7);
|
|
this.Controls.Add(this.num6);
|
|
this.Controls.Add(this.num5);
|
|
this.Controls.Add(this.num4);
|
|
this.Controls.Add(this.num3);
|
|
this.Controls.Add(this.num2);
|
|
this.Controls.Add(this.num1);
|
|
this.Controls.Add(this.phoneNumber);
|
|
this.Controls.Add(this.clear);
|
|
this.Controls.Add(this.loginBtn);
|
|
this.Controls.Add(this.metroTile1);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "Login";
|
|
this.Style = MetroFramework.MetroColorStyle.White;
|
|
this.Load += new System.EventHandler(this.Login_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
private MetroFramework.Controls.MetroTile metroTile1;
|
|
private MetroFramework.Controls.MetroTile clear;
|
|
private System.Windows.Forms.RichTextBox phoneNumber;
|
|
private MetroFramework.Controls.MetroTile num1;
|
|
private MetroFramework.Controls.MetroTile num2;
|
|
private MetroFramework.Controls.MetroTile num3;
|
|
private MetroFramework.Controls.MetroTile num4;
|
|
private MetroFramework.Controls.MetroTile num5;
|
|
private MetroFramework.Controls.MetroTile num6;
|
|
private MetroFramework.Controls.MetroTile num7;
|
|
private MetroFramework.Controls.MetroTile num8;
|
|
private MetroFramework.Controls.MetroTile num9;
|
|
private MetroFramework.Controls.MetroTile num0;
|
|
public MetroFramework.Controls.MetroTile loginBtn;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
}
|
|
} |