-
Notifications
You must be signed in to change notification settings - Fork 2
/
Form1.Designer.cs
346 lines (339 loc) · 21.1 KB
/
Form1.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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
namespace AimWare_V5_Loader
{
partial class Form1
{
/// <summary>
///Gerekli tasarımcı değişkeni.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
///Kullanılan tüm kaynakları temizleyin.
/// </summary>
///<param name="disposing">yönetilen kaynaklar dispose edilmeliyse doğru; aksi halde yanlış.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer üretilen kod
/// <summary>
/// Tasarımcı desteği için gerekli metot - bu metodun
///içeriğini kod düzenleyici ile değiştirmeyin.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.guna2Panel1 = new Guna.UI2.WinForms.Guna2Panel();
this.guna2HtmlLabel2 = new Guna.UI2.WinForms.Guna2HtmlLabel();
this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel();
this.guna2Panel2 = new Guna.UI2.WinForms.Guna2Panel();
this.guna2PictureBox4 = new Guna.UI2.WinForms.Guna2PictureBox();
this.guna2Panel3 = new Guna.UI2.WinForms.Guna2Panel();
this.guna2HtmlLabel3 = new Guna.UI2.WinForms.Guna2HtmlLabel();
this.guna2PictureBox3 = new Guna.UI2.WinForms.Guna2PictureBox();
this.guna2PictureBox2 = new Guna.UI2.WinForms.Guna2PictureBox();
this.guna2Elipse1 = new Guna.UI2.WinForms.Guna2Elipse(this.components);
this.guna2PictureBox5 = new Guna.UI2.WinForms.Guna2PictureBox();
this.guna2PictureBox1 = new Guna.UI2.WinForms.Guna2PictureBox();
this.guna2Elipse2 = new Guna.UI2.WinForms.Guna2Elipse(this.components);
this.guna2Elipse3 = new Guna.UI2.WinForms.Guna2Elipse(this.components);
this.guna2TextBox1 = new Guna.UI2.WinForms.Guna2TextBox();
this.guna2TextBox2 = new Guna.UI2.WinForms.Guna2TextBox();
this.guna2HtmlLabel4 = new Guna.UI2.WinForms.Guna2HtmlLabel();
this.guna2HtmlLabel5 = new Guna.UI2.WinForms.Guna2HtmlLabel();
this.guna2Panel1.SuspendLayout();
this.guna2Panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox4)).BeginInit();
this.guna2Panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).BeginInit();
this.SuspendLayout();
//
// guna2Panel1
//
this.guna2Panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.guna2Panel1.Controls.Add(this.guna2HtmlLabel2);
this.guna2Panel1.Controls.Add(this.guna2HtmlLabel1);
this.guna2Panel1.Location = new System.Drawing.Point(-8, 533);
this.guna2Panel1.Name = "guna2Panel1";
this.guna2Panel1.ShadowDecoration.Parent = this.guna2Panel1;
this.guna2Panel1.Size = new System.Drawing.Size(1103, 37);
this.guna2Panel1.TabIndex = 0;
this.guna2Panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.guna2PictureBox1_MouseDown);
//
// guna2HtmlLabel2
//
this.guna2HtmlLabel2.BackColor = System.Drawing.Color.Transparent;
this.guna2HtmlLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.guna2HtmlLabel2.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.guna2HtmlLabel2.Location = new System.Drawing.Point(990, 5);
this.guna2HtmlLabel2.Name = "guna2HtmlLabel2";
this.guna2HtmlLabel2.Size = new System.Drawing.Size(90, 18);
this.guna2HtmlLabel2.TabIndex = 3;
this.guna2HtmlLabel2.Text = "Aimware.Net";
//
// guna2HtmlLabel1
//
this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent;
this.guna2HtmlLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.guna2HtmlLabel1.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.guna2HtmlLabel1.Location = new System.Drawing.Point(20, 7);
this.guna2HtmlLabel1.Name = "guna2HtmlLabel1";
this.guna2HtmlLabel1.Size = new System.Drawing.Size(61, 15);
this.guna2HtmlLabel1.TabIndex = 2;
this.guna2HtmlLabel1.Text = "V5 Loader";
//
// guna2Panel2
//
this.guna2Panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.guna2Panel2.BorderRadius = 35;
this.guna2Panel2.Controls.Add(this.guna2PictureBox4);
this.guna2Panel2.Controls.Add(this.guna2Panel3);
this.guna2Panel2.Controls.Add(this.guna2PictureBox2);
this.guna2Panel2.Location = new System.Drawing.Point(-12, -5);
this.guna2Panel2.Name = "guna2Panel2";
this.guna2Panel2.ShadowDecoration.Parent = this.guna2Panel2;
this.guna2Panel2.Size = new System.Drawing.Size(1103, 55);
this.guna2Panel2.TabIndex = 1;
this.guna2Panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.guna2PictureBox1_MouseDown);
//
// guna2PictureBox4
//
this.guna2PictureBox4.BackColor = System.Drawing.Color.Transparent;
this.guna2PictureBox4.FillColor = System.Drawing.Color.Transparent;
this.guna2PictureBox4.Image = global::AimWare_V5_Loader.Properties.Resources.aimware_beyaz;
this.guna2PictureBox4.ImageRotate = 0F;
this.guna2PictureBox4.Location = new System.Drawing.Point(40, 5);
this.guna2PictureBox4.Name = "guna2PictureBox4";
this.guna2PictureBox4.ShadowDecoration.Parent = this.guna2PictureBox4;
this.guna2PictureBox4.Size = new System.Drawing.Size(50, 50);
this.guna2PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.guna2PictureBox4.TabIndex = 2;
this.guna2PictureBox4.TabStop = false;
this.guna2PictureBox4.UseTransparentBackground = true;
//
// guna2Panel3
//
this.guna2Panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(60)))), ((int)(((byte)(40)))));
this.guna2Panel3.BorderColor = System.Drawing.Color.Transparent;
this.guna2Panel3.BorderThickness = 1;
this.guna2Panel3.Controls.Add(this.guna2HtmlLabel3);
this.guna2Panel3.Controls.Add(this.guna2PictureBox3);
this.guna2Panel3.Location = new System.Drawing.Point(108, 11);
this.guna2Panel3.Name = "guna2Panel3";
this.guna2Panel3.ShadowDecoration.BorderRadius = 15;
this.guna2Panel3.ShadowDecoration.Depth = 15;
this.guna2Panel3.ShadowDecoration.Parent = this.guna2Panel3;
this.guna2Panel3.Size = new System.Drawing.Size(480, 62);
this.guna2Panel3.TabIndex = 1;
//
// guna2HtmlLabel3
//
this.guna2HtmlLabel3.BackColor = System.Drawing.Color.Transparent;
this.guna2HtmlLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.guna2HtmlLabel3.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.guna2HtmlLabel3.Location = new System.Drawing.Point(72, 11);
this.guna2HtmlLabel3.Name = "guna2HtmlLabel3";
this.guna2HtmlLabel3.Size = new System.Drawing.Size(41, 18);
this.guna2HtmlLabel3.TabIndex = 3;
this.guna2HtmlLabel3.Text = "Login";
//
// guna2PictureBox3
//
this.guna2PictureBox3.BackColor = System.Drawing.Color.Transparent;
this.guna2PictureBox3.FillColor = System.Drawing.Color.Transparent;
this.guna2PictureBox3.Image = global::AimWare_V5_Loader.Properties.Resources._4444;
this.guna2PictureBox3.ImageRotate = 0F;
this.guna2PictureBox3.Location = new System.Drawing.Point(18, 7);
this.guna2PictureBox3.Name = "guna2PictureBox3";
this.guna2PictureBox3.ShadowDecoration.Parent = this.guna2PictureBox3;
this.guna2PictureBox3.Size = new System.Drawing.Size(50, 39);
this.guna2PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.guna2PictureBox3.TabIndex = 0;
this.guna2PictureBox3.TabStop = false;
this.guna2PictureBox3.UseTransparentBackground = true;
//
// guna2PictureBox2
//
this.guna2PictureBox2.BackColor = System.Drawing.Color.Transparent;
this.guna2PictureBox2.FillColor = System.Drawing.Color.Transparent;
this.guna2PictureBox2.Image = global::AimWare_V5_Loader.Properties.Resources.close_window_24px;
this.guna2PictureBox2.ImageRotate = 0F;
this.guna2PictureBox2.Location = new System.Drawing.Point(1045, 14);
this.guna2PictureBox2.Name = "guna2PictureBox2";
this.guna2PictureBox2.ShadowDecoration.Parent = this.guna2PictureBox2;
this.guna2PictureBox2.Size = new System.Drawing.Size(29, 29);
this.guna2PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.guna2PictureBox2.TabIndex = 0;
this.guna2PictureBox2.TabStop = false;
this.guna2PictureBox2.UseTransparentBackground = true;
this.guna2PictureBox2.Click += new System.EventHandler(this.guna2PictureBox2_Click);
//
// guna2Elipse1
//
this.guna2Elipse1.BorderRadius = 15;
this.guna2Elipse1.TargetControl = this.guna2Panel3;
//
// guna2PictureBox5
//
this.guna2PictureBox5.BackColor = System.Drawing.Color.Transparent;
this.guna2PictureBox5.FillColor = System.Drawing.Color.Transparent;
this.guna2PictureBox5.Image = global::AimWare_V5_Loader.Properties.Resources.WHİTE_AİMWARE;
this.guna2PictureBox5.ImageRotate = 0F;
this.guna2PictureBox5.Location = new System.Drawing.Point(168, 74);
this.guna2PictureBox5.Name = "guna2PictureBox5";
this.guna2PictureBox5.ShadowDecoration.Parent = this.guna2PictureBox5;
this.guna2PictureBox5.Size = new System.Drawing.Size(794, 120);
this.guna2PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.guna2PictureBox5.TabIndex = 2;
this.guna2PictureBox5.TabStop = false;
this.guna2PictureBox5.UseTransparentBackground = true;
//
// guna2PictureBox1
//
this.guna2PictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41)))));
this.guna2PictureBox1.Image = global::AimWare_V5_Loader.Properties.Resources.backbg3;
this.guna2PictureBox1.ImageRotate = 0F;
this.guna2PictureBox1.Location = new System.Drawing.Point(-8, 30);
this.guna2PictureBox1.Name = "guna2PictureBox1";
this.guna2PictureBox1.ShadowDecoration.Parent = this.guna2PictureBox1;
this.guna2PictureBox1.Size = new System.Drawing.Size(1096, 505);
this.guna2PictureBox1.TabIndex = 1;
this.guna2PictureBox1.TabStop = false;
this.guna2PictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.guna2PictureBox1_MouseDown);
//
// guna2Elipse2
//
this.guna2Elipse2.BorderRadius = 25;
this.guna2Elipse2.TargetControl = this.guna2TextBox1;
//
// guna2Elipse3
//
this.guna2Elipse3.BorderRadius = 25;
this.guna2Elipse3.TargetControl = this.guna2TextBox2;
//
// guna2TextBox1
//
this.guna2TextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
this.guna2TextBox1.DefaultText = "";
this.guna2TextBox1.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.guna2TextBox1.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.guna2TextBox1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.guna2TextBox1.DisabledState.Parent = this.guna2TextBox1;
this.guna2TextBox1.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.guna2TextBox1.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.guna2TextBox1.FocusedState.Parent = this.guna2TextBox1;
this.guna2TextBox1.Font = new System.Drawing.Font("Segoe UI", 9F);
this.guna2TextBox1.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.guna2TextBox1.HoverState.Parent = this.guna2TextBox1;
this.guna2TextBox1.Location = new System.Drawing.Point(361, 263);
this.guna2TextBox1.Name = "guna2TextBox1";
this.guna2TextBox1.PasswordChar = '\0';
this.guna2TextBox1.PlaceholderText = "";
this.guna2TextBox1.SelectedText = "";
this.guna2TextBox1.ShadowDecoration.Parent = this.guna2TextBox1;
this.guna2TextBox1.Size = new System.Drawing.Size(420, 50);
this.guna2TextBox1.TabIndex = 3;
//
// guna2TextBox2
//
this.guna2TextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
this.guna2TextBox2.DefaultText = "";
this.guna2TextBox2.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.guna2TextBox2.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.guna2TextBox2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.guna2TextBox2.DisabledState.Parent = this.guna2TextBox2;
this.guna2TextBox2.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.guna2TextBox2.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.guna2TextBox2.FocusedState.Parent = this.guna2TextBox2;
this.guna2TextBox2.Font = new System.Drawing.Font("Segoe UI", 9F);
this.guna2TextBox2.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.guna2TextBox2.HoverState.Parent = this.guna2TextBox2;
this.guna2TextBox2.Location = new System.Drawing.Point(361, 368);
this.guna2TextBox2.Name = "guna2TextBox2";
this.guna2TextBox2.PasswordChar = '\0';
this.guna2TextBox2.PlaceholderText = "";
this.guna2TextBox2.SelectedText = "";
this.guna2TextBox2.ShadowDecoration.Parent = this.guna2TextBox2;
this.guna2TextBox2.Size = new System.Drawing.Size(420, 50);
this.guna2TextBox2.TabIndex = 4;
//
// guna2HtmlLabel4
//
this.guna2HtmlLabel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41)))));
this.guna2HtmlLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.guna2HtmlLabel4.ForeColor = System.Drawing.Color.White;
this.guna2HtmlLabel4.Location = new System.Drawing.Point(381, 228);
this.guna2HtmlLabel4.Name = "guna2HtmlLabel4";
this.guna2HtmlLabel4.Size = new System.Drawing.Size(41, 18);
this.guna2HtmlLabel4.TabIndex = 4;
this.guna2HtmlLabel4.Text = "Login";
//
// guna2HtmlLabel5
//
this.guna2HtmlLabel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72)))));
this.guna2HtmlLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.guna2HtmlLabel5.ForeColor = System.Drawing.Color.White;
this.guna2HtmlLabel5.Location = new System.Drawing.Point(381, 334);
this.guna2HtmlLabel5.Name = "guna2HtmlLabel5";
this.guna2HtmlLabel5.Size = new System.Drawing.Size(71, 18);
this.guna2HtmlLabel5.TabIndex = 5;
this.guna2HtmlLabel5.Text = "Password";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1084, 561);
this.Controls.Add(this.guna2HtmlLabel5);
this.Controls.Add(this.guna2HtmlLabel4);
this.Controls.Add(this.guna2TextBox2);
this.Controls.Add(this.guna2TextBox1);
this.Controls.Add(this.guna2PictureBox5);
this.Controls.Add(this.guna2Panel2);
this.Controls.Add(this.guna2PictureBox1);
this.Controls.Add(this.guna2Panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form1";
this.guna2Panel1.ResumeLayout(false);
this.guna2Panel1.PerformLayout();
this.guna2Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox4)).EndInit();
this.guna2Panel3.ResumeLayout(false);
this.guna2Panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Guna.UI2.WinForms.Guna2Panel guna2Panel1;
private Guna.UI2.WinForms.Guna2PictureBox guna2PictureBox1;
private Guna.UI2.WinForms.Guna2Panel guna2Panel2;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel2;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel1;
private Guna.UI2.WinForms.Guna2PictureBox guna2PictureBox2;
private Guna.UI2.WinForms.Guna2Panel guna2Panel3;
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse1;
private Guna.UI2.WinForms.Guna2PictureBox guna2PictureBox3;
private Guna.UI2.WinForms.Guna2PictureBox guna2PictureBox4;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel3;
private Guna.UI2.WinForms.Guna2PictureBox guna2PictureBox5;
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse2;
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse3;
private Guna.UI2.WinForms.Guna2TextBox guna2TextBox1;
private Guna.UI2.WinForms.Guna2TextBox guna2TextBox2;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel4;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel5;
}
}