This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathContactNumber.Designer.cs
123 lines (117 loc) · 6.27 KB
/
ContactNumber.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
namespace Capstone.Personnel
{
partial class ContactNumber
{
/// <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.bunifuMetroTextbox1 = new Bunifu.Framework.UI.BunifuMetroTextbox();
this.label1 = new System.Windows.Forms.Label();
this.Update = new Bunifu.Framework.UI.BunifuFlatButton();
this.SuspendLayout();
//
// bunifuMetroTextbox1
//
this.bunifuMetroTextbox1.BorderColorFocused = System.Drawing.Color.Blue;
this.bunifuMetroTextbox1.BorderColorIdle = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.bunifuMetroTextbox1.BorderColorMouseHover = System.Drawing.Color.Blue;
this.bunifuMetroTextbox1.BorderThickness = 3;
this.bunifuMetroTextbox1.Cursor = System.Windows.Forms.Cursors.IBeam;
this.bunifuMetroTextbox1.Font = new System.Drawing.Font("Century Gothic", 9.75F);
this.bunifuMetroTextbox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.bunifuMetroTextbox1.isPassword = false;
this.bunifuMetroTextbox1.Location = new System.Drawing.Point(43, 110);
this.bunifuMetroTextbox1.Margin = new System.Windows.Forms.Padding(4);
this.bunifuMetroTextbox1.Name = "bunifuMetroTextbox1";
this.bunifuMetroTextbox1.Size = new System.Drawing.Size(370, 44);
this.bunifuMetroTextbox1.TabIndex = 0;
this.bunifuMetroTextbox1.Text = "`";
this.bunifuMetroTextbox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Roboto", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(49, 78);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(187, 18);
this.label1.TabIndex = 1;
this.label1.Text = "Type New Contact Number";
//
// Update
//
this.Update.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
this.Update.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
this.Update.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.Update.BorderRadius = 0;
this.Update.ButtonText = "Update Contact Number";
this.Update.Cursor = System.Windows.Forms.Cursors.Hand;
this.Update.DisabledColor = System.Drawing.Color.Gray;
this.Update.Iconcolor = System.Drawing.Color.Transparent;
this.Update.Iconimage = null;
this.Update.Iconimage_right = null;
this.Update.Iconimage_right_Selected = null;
this.Update.Iconimage_Selected = null;
this.Update.IconMarginLeft = 0;
this.Update.IconMarginRight = 0;
this.Update.IconRightVisible = true;
this.Update.IconRightZoom = 0D;
this.Update.IconVisible = true;
this.Update.IconZoom = 90D;
this.Update.IsTab = false;
this.Update.Location = new System.Drawing.Point(43, 162);
this.Update.Name = "Update";
this.Update.Normalcolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
this.Update.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
this.Update.OnHoverTextColor = System.Drawing.Color.White;
this.Update.selected = false;
this.Update.Size = new System.Drawing.Size(370, 48);
this.Update.TabIndex = 2;
this.Update.Text = "Update Contact Number";
this.Update.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.Update.Textcolor = System.Drawing.Color.White;
this.Update.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Update.Click += new System.EventHandler(this.Update_Click);
//
// ContactNumber
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(472, 304);
this.Controls.Add(this.Update);
this.Controls.Add(this.label1);
this.Controls.Add(this.bunifuMetroTextbox1);
this.Name = "ContactNumber";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ContactNumber";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Bunifu.Framework.UI.BunifuMetroTextbox bunifuMetroTextbox1;
private System.Windows.Forms.Label label1;
private Bunifu.Framework.UI.BunifuFlatButton Update;
}
}