-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSupport.Designer.cs
219 lines (214 loc) · 10.8 KB
/
Support.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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
namespace Coders_Space
{
partial class Support
{
/// <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()
{
components = new System.ComponentModel.Container();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges9 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges10 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges7 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges8 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges5 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges6 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges3 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges4 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges1 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges2 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Support));
guna2Elipse1 = new Guna.UI2.WinForms.Guna2Elipse(components);
guna2Panel1 = new Guna.UI2.WinForms.Guna2Panel();
guna2HtmlLabel2 = new Guna.UI2.WinForms.Guna2HtmlLabel();
exitBTN = new Guna.UI2.WinForms.Guna2Button();
textBoxName = new Guna.UI2.WinForms.Guna2TextBox();
textBoxEmail = new Guna.UI2.WinForms.Guna2TextBox();
textBoxMessage = new RichTextBox();
send = new Guna.UI2.WinForms.Guna2Button();
guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel();
guna2Panel1.SuspendLayout();
SuspendLayout();
//
// guna2Elipse1
//
guna2Elipse1.TargetControl = this;
//
// guna2Panel1
//
guna2Panel1.BackColor = Color.FromArgb(0, 64, 221);
guna2Panel1.Controls.Add(guna2HtmlLabel2);
guna2Panel1.Controls.Add(exitBTN);
guna2Panel1.CustomizableEdges = customizableEdges9;
guna2Panel1.Dock = DockStyle.Top;
guna2Panel1.Location = new Point(0, 0);
guna2Panel1.Name = "guna2Panel1";
guna2Panel1.ShadowDecoration.CustomizableEdges = customizableEdges10;
guna2Panel1.Size = new Size(595, 29);
guna2Panel1.TabIndex = 24;
//
// guna2HtmlLabel2
//
guna2HtmlLabel2.BackColor = Color.Transparent;
guna2HtmlLabel2.Font = new Font("Times New Roman", 12F, FontStyle.Bold | FontStyle.Italic, GraphicsUnit.Point);
guna2HtmlLabel2.ForeColor = Color.White;
guna2HtmlLabel2.Location = new Point(13, 4);
guna2HtmlLabel2.Name = "guna2HtmlLabel2";
guna2HtmlLabel2.Size = new Size(96, 21);
guna2HtmlLabel2.TabIndex = 1;
guna2HtmlLabel2.Text = "Coder's Space";
//
// exitBTN
//
exitBTN.BackColor = Color.Transparent;
exitBTN.CustomizableEdges = customizableEdges7;
exitBTN.DisabledState.BorderColor = Color.DarkGray;
exitBTN.DisabledState.CustomBorderColor = Color.DarkGray;
exitBTN.DisabledState.FillColor = Color.FromArgb(169, 169, 169);
exitBTN.DisabledState.ForeColor = Color.FromArgb(141, 141, 141);
exitBTN.FillColor = Color.Transparent;
exitBTN.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
exitBTN.ForeColor = Color.White;
exitBTN.Image = Properties.Resources.Close1;
exitBTN.Location = new Point(557, 3);
exitBTN.Name = "exitBTN";
exitBTN.ShadowDecoration.CustomizableEdges = customizableEdges8;
exitBTN.Size = new Size(27, 23);
exitBTN.TabIndex = 0;
exitBTN.Click += guna2Button1_Click;
//
// textBoxName
//
textBoxName.BorderRadius = 10;
textBoxName.CustomizableEdges = customizableEdges5;
textBoxName.DefaultText = "";
textBoxName.DisabledState.BorderColor = Color.FromArgb(208, 208, 208);
textBoxName.DisabledState.FillColor = Color.FromArgb(226, 226, 226);
textBoxName.DisabledState.ForeColor = Color.FromArgb(138, 138, 138);
textBoxName.DisabledState.PlaceholderForeColor = Color.FromArgb(138, 138, 138);
textBoxName.FocusedState.BorderColor = Color.FromArgb(94, 148, 255);
textBoxName.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
textBoxName.HoverState.BorderColor = Color.FromArgb(94, 148, 255);
textBoxName.Location = new Point(146, 152);
textBoxName.Name = "textBoxName";
textBoxName.PasswordChar = '\0';
textBoxName.PlaceholderText = "Enter You Full Name";
textBoxName.SelectedText = "";
textBoxName.ShadowDecoration.CustomizableEdges = customizableEdges6;
textBoxName.Size = new Size(306, 36);
textBoxName.TabIndex = 25;
//
// textBoxEmail
//
textBoxEmail.BorderRadius = 10;
textBoxEmail.CustomizableEdges = customizableEdges3;
textBoxEmail.DefaultText = "";
textBoxEmail.DisabledState.BorderColor = Color.FromArgb(208, 208, 208);
textBoxEmail.DisabledState.FillColor = Color.FromArgb(226, 226, 226);
textBoxEmail.DisabledState.ForeColor = Color.FromArgb(138, 138, 138);
textBoxEmail.DisabledState.PlaceholderForeColor = Color.FromArgb(138, 138, 138);
textBoxEmail.FocusedState.BorderColor = Color.FromArgb(94, 148, 255);
textBoxEmail.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
textBoxEmail.HoverState.BorderColor = Color.FromArgb(94, 148, 255);
textBoxEmail.Location = new Point(146, 204);
textBoxEmail.Name = "textBoxEmail";
textBoxEmail.PasswordChar = '\0';
textBoxEmail.PlaceholderText = "Enter You Email";
textBoxEmail.SelectedText = "";
textBoxEmail.ShadowDecoration.CustomizableEdges = customizableEdges4;
textBoxEmail.Size = new Size(306, 36);
textBoxEmail.TabIndex = 26;
//
// textBoxMessage
//
textBoxMessage.Location = new Point(146, 262);
textBoxMessage.Name = "textBoxMessage";
textBoxMessage.Size = new Size(306, 96);
textBoxMessage.TabIndex = 27;
textBoxMessage.Text = "";
textBoxMessage.TextChanged += textBoxMessage_TextChanged;
textBoxMessage.Enter += textBoxMessage_Enter;
textBoxMessage.Leave += textBoxMessage_Leave;
//
// send
//
send.CustomizableEdges = customizableEdges1;
send.DisabledState.BorderColor = Color.DarkGray;
send.DisabledState.CustomBorderColor = Color.DarkGray;
send.DisabledState.FillColor = Color.FromArgb(169, 169, 169);
send.DisabledState.ForeColor = Color.FromArgb(141, 141, 141);
send.FillColor = Color.FromArgb(0, 64, 221);
send.Font = new Font("Times New Roman", 15.75F, FontStyle.Bold, GraphicsUnit.Point);
send.ForeColor = Color.White;
send.Location = new Point(146, 376);
send.Name = "send";
send.ShadowDecoration.CustomizableEdges = customizableEdges2;
send.Size = new Size(306, 45);
send.TabIndex = 28;
send.Text = "Send";
send.Click += send_Click;
//
// guna2HtmlLabel1
//
guna2HtmlLabel1.BackColor = Color.Transparent;
guna2HtmlLabel1.Font = new Font("Comic Sans MS", 36F, FontStyle.Bold | FontStyle.Italic, GraphicsUnit.Point);
guna2HtmlLabel1.Location = new Point(202, 51);
guna2HtmlLabel1.Name = "guna2HtmlLabel1";
guna2HtmlLabel1.Size = new Size(184, 70);
guna2HtmlLabel1.TabIndex = 29;
guna2HtmlLabel1.Text = "Support";
//
// Support
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = SystemColors.InactiveCaption;
ClientSize = new Size(595, 505);
Controls.Add(guna2HtmlLabel1);
Controls.Add(send);
Controls.Add(textBoxMessage);
Controls.Add(textBoxEmail);
Controls.Add(textBoxName);
Controls.Add(guna2Panel1);
FormBorderStyle = FormBorderStyle.None;
Icon = (Icon)resources.GetObject("$this.Icon");
Name = "Support";
StartPosition = FormStartPosition.CenterScreen;
Text = "Support";
Load += Support_Load;
guna2Panel1.ResumeLayout(false);
guna2Panel1.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse1;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel1;
private Guna.UI2.WinForms.Guna2Button send;
private RichTextBox textBoxMessage;
private Guna.UI2.WinForms.Guna2TextBox textBoxEmail;
private Guna.UI2.WinForms.Guna2TextBox textBoxName;
private Guna.UI2.WinForms.Guna2Panel guna2Panel1;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel2;
private Guna.UI2.WinForms.Guna2Button exitBTN;
}
}