forked from tejashwikalptaru/csharp-clamAV-antivirus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
VaultPassword.Designer.cs
90 lines (84 loc) · 3.72 KB
/
VaultPassword.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
namespace AntiVirus_Project
{
partial class VaultPassword
{
/// <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.metroTextBox1 = new MetroFramework.Controls.MetroTextBox();
this.metroTile1 = new MetroFramework.Controls.MetroTile();
this.SuspendLayout();
//
// metroTextBox1
//
this.metroTextBox1.Lines = new string[0];
this.metroTextBox1.Location = new System.Drawing.Point(23, 81);
this.metroTextBox1.MaxLength = 32767;
this.metroTextBox1.Name = "metroTextBox1";
this.metroTextBox1.PasswordChar = '●';
this.metroTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.metroTextBox1.SelectedText = "";
this.metroTextBox1.Size = new System.Drawing.Size(254, 24);
this.metroTextBox1.TabIndex = 0;
this.metroTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.metroTextBox1.Theme = MetroFramework.MetroThemeStyle.Dark;
this.metroTextBox1.UseSelectable = true;
this.metroTextBox1.UseSystemPasswordChar = true;
//
// metroTile1
//
this.metroTile1.ActiveControl = null;
this.metroTile1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.metroTile1.Location = new System.Drawing.Point(65, 113);
this.metroTile1.Name = "metroTile1";
this.metroTile1.Size = new System.Drawing.Size(163, 27);
this.metroTile1.TabIndex = 1;
this.metroTile1.Text = "Okay";
this.metroTile1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.metroTile1.UseSelectable = true;
this.metroTile1.Click += new System.EventHandler(this.metroTile1_Click);
//
// ValultPassword
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(300, 154);
this.Controls.Add(this.metroTile1);
this.Controls.Add(this.metroTextBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ValultPassword";
this.Resizable = false;
this.ShadowType = MetroFramework.Forms.MetroFormShadowType.DropShadow;
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "Enter the password";
this.Theme = MetroFramework.MetroThemeStyle.Dark;
this.TopMost = true;
this.ResumeLayout(false);
}
#endregion
private MetroFramework.Controls.MetroTextBox metroTextBox1;
public MetroFramework.Controls.MetroTile metroTile1;
}
}