-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfrmVerficationCode.Designer.cs
171 lines (165 loc) · 9.85 KB
/
frmVerficationCode.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
namespace bank
{
partial class frmVerficationCode
{
/// <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.components = new System.ComponentModel.Container();
this.guna2BorderlessForm1 = new Guna.UI2.WinForms.Guna2BorderlessForm(this.components);
this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel();
this.guna2PictureBox1 = new Guna.UI2.WinForms.Guna2PictureBox();
this.txtvcode = new Guna.UI2.WinForms.Guna2TextBox();
this.guna2Button1 = new Guna.UI2.WinForms.Guna2Button();
this.timvcode = new System.Windows.Forms.Timer(this.components);
this.guna2Button2 = new Guna.UI2.WinForms.Guna2Button();
((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).BeginInit();
this.SuspendLayout();
//
// guna2BorderlessForm1
//
this.guna2BorderlessForm1.BorderRadius = 50;
this.guna2BorderlessForm1.ContainerControl = this;
this.guna2BorderlessForm1.DockIndicatorTransparencyValue = 0.6D;
this.guna2BorderlessForm1.TransparentWhileDrag = true;
//
// guna2HtmlLabel1
//
this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent;
this.guna2HtmlLabel1.Font = new System.Drawing.Font("Times New Roman", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.SeaGreen;
this.guna2HtmlLabel1.Location = new System.Drawing.Point(183, 70);
this.guna2HtmlLabel1.Name = "guna2HtmlLabel1";
this.guna2HtmlLabel1.Size = new System.Drawing.Size(273, 26);
this.guna2HtmlLabel1.TabIndex = 0;
this.guna2HtmlLabel1.Text = "Enter Email Verfication Code?";
//
// guna2PictureBox1
//
this.guna2PictureBox1.Image = global::bank.Properties.Resources.verfiy;
this.guna2PictureBox1.ImageRotate = 0F;
this.guna2PictureBox1.Location = new System.Drawing.Point(12, 3);
this.guna2PictureBox1.Name = "guna2PictureBox1";
this.guna2PictureBox1.Size = new System.Drawing.Size(165, 147);
this.guna2PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.guna2PictureBox1.TabIndex = 1;
this.guna2PictureBox1.TabStop = false;
//
// txtvcode
//
this.txtvcode.Animated = true;
this.txtvcode.AutoRoundedCorners = true;
this.txtvcode.BorderColor = System.Drawing.Color.Green;
this.txtvcode.BorderRadius = 17;
this.txtvcode.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtvcode.DefaultText = "";
this.txtvcode.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.txtvcode.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.txtvcode.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtvcode.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtvcode.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtvcode.Font = new System.Drawing.Font("Segoe UI", 14.25F);
this.txtvcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.txtvcode.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtvcode.Location = new System.Drawing.Point(121, 140);
this.txtvcode.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.txtvcode.Name = "txtvcode";
this.txtvcode.PasswordChar = '\0';
this.txtvcode.PlaceholderText = "";
this.txtvcode.SelectedText = "";
this.txtvcode.Size = new System.Drawing.Size(283, 37);
this.txtvcode.TabIndex = 2;
//
// guna2Button1
//
this.guna2Button1.Animated = true;
this.guna2Button1.AutoRoundedCorners = true;
this.guna2Button1.BorderRadius = 21;
this.guna2Button1.DisabledState.BorderColor = System.Drawing.Color.DarkGray;
this.guna2Button1.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray;
this.guna2Button1.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))));
this.guna2Button1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))), ((int)(((byte)(141)))));
this.guna2Button1.FillColor = System.Drawing.Color.SeaGreen;
this.guna2Button1.Font = new System.Drawing.Font("Times New Roman", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
this.guna2Button1.ForeColor = System.Drawing.Color.White;
this.guna2Button1.Location = new System.Drawing.Point(164, 206);
this.guna2Button1.Name = "guna2Button1";
this.guna2Button1.Size = new System.Drawing.Size(180, 45);
this.guna2Button1.TabIndex = 3;
this.guna2Button1.Text = "Verify";
this.guna2Button1.Click += new System.EventHandler(this.guna2Button1_Click);
this.guna2Button1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.guna2Button1_MouseClick);
//
// timvcode
//
this.timvcode.Enabled = true;
this.timvcode.Interval = 1000;
this.timvcode.Tick += new System.EventHandler(this.timvcode_Tick);
//
// guna2Button2
//
this.guna2Button2.Animated = true;
this.guna2Button2.AutoRoundedCorners = true;
this.guna2Button2.BorderRadius = 11;
this.guna2Button2.DisabledState.BorderColor = System.Drawing.Color.DarkGray;
this.guna2Button2.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray;
this.guna2Button2.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))));
this.guna2Button2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))), ((int)(((byte)(141)))));
this.guna2Button2.FillColor = System.Drawing.Color.SeaGreen;
this.guna2Button2.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.guna2Button2.ForeColor = System.Drawing.Color.White;
this.guna2Button2.Location = new System.Drawing.Point(455, 12);
this.guna2Button2.Name = "guna2Button2";
this.guna2Button2.Size = new System.Drawing.Size(37, 25);
this.guna2Button2.TabIndex = 4;
this.guna2Button2.Text = "X";
//
// frmVerficationCode
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(504, 299);
this.Controls.Add(this.guna2Button2);
this.Controls.Add(this.guna2Button1);
this.Controls.Add(this.txtvcode);
this.Controls.Add(this.guna2PictureBox1);
this.Controls.Add(this.guna2HtmlLabel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmVerficationCode";
this.Text = "frmVerficationCode";
this.Load += new System.EventHandler(this.frmVerficationCode_Load);
((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Guna.UI2.WinForms.Guna2BorderlessForm guna2BorderlessForm1;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel1;
private Guna.UI2.WinForms.Guna2PictureBox guna2PictureBox1;
private Guna.UI2.WinForms.Guna2Button guna2Button1;
private Guna.UI2.WinForms.Guna2TextBox txtvcode;
private System.Windows.Forms.Timer timvcode;
private Guna.UI2.WinForms.Guna2Button guna2Button2;
}
}