-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_us.Designer.cs
163 lines (158 loc) · 7.11 KB
/
about_us.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
namespace Abdal_Security_Group_App
{
partial class about_us
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(about_us));
visualStudio2022DarkTheme1 = new Telerik.WinControls.Themes.VisualStudio2022DarkTheme();
radLabel1 = new Telerik.WinControls.UI.RadLabel();
radPictureBox1 = new Telerik.WinControls.UI.RadPictureBox();
richTextBox_about_us = new RichTextBox();
radLabel2 = new Telerik.WinControls.UI.RadLabel();
radLabel3 = new Telerik.WinControls.UI.RadLabel();
label_version = new Telerik.WinControls.UI.RadLabel();
linkLabel1 = new LinkLabel();
((System.ComponentModel.ISupportInitialize)radLabel1).BeginInit();
((System.ComponentModel.ISupportInitialize)radPictureBox1).BeginInit();
((System.ComponentModel.ISupportInitialize)radLabel2).BeginInit();
((System.ComponentModel.ISupportInitialize)radLabel3).BeginInit();
((System.ComponentModel.ISupportInitialize)label_version).BeginInit();
((System.ComponentModel.ISupportInitialize)this).BeginInit();
SuspendLayout();
//
// radLabel1
//
radLabel1.Location = new Point(149, 17);
radLabel1.Name = "radLabel1";
radLabel1.Size = new Size(337, 21);
radLabel1.TabIndex = 0;
radLabel1.Text = "Handcrafted with Passion by Ebrahim Shafiei (EbraSha)";
radLabel1.ThemeName = "VisualStudio2022Dark";
//
// radPictureBox1
//
radPictureBox1.Image = Properties.Resources.Untitled_3;
radPictureBox1.Location = new Point(8, 5);
radPictureBox1.Name = "radPictureBox1";
radPictureBox1.Size = new Size(123, 259);
radPictureBox1.TabIndex = 1;
radPictureBox1.ThemeName = "VisualStudio2022Dark";
//
// richTextBox_about_us
//
richTextBox_about_us.BackColor = Color.FromArgb(60, 60, 70);
richTextBox_about_us.BorderStyle = BorderStyle.None;
richTextBox_about_us.ForeColor = SystemColors.InactiveCaption;
richTextBox_about_us.Location = new Point(149, 163);
richTextBox_about_us.Name = "richTextBox_about_us";
richTextBox_about_us.ReadOnly = true;
richTextBox_about_us.ScrollBars = RichTextBoxScrollBars.Vertical;
richTextBox_about_us.Size = new Size(311, 105);
richTextBox_about_us.TabIndex = 2;
richTextBox_about_us.Text = "";
//
// radLabel2
//
radLabel2.Location = new Point(149, 48);
radLabel2.Name = "radLabel2";
radLabel2.Size = new Size(152, 21);
radLabel2.TabIndex = 1;
radLabel2.Text = "Prof.Shafiei@Gmail.com";
radLabel2.ThemeName = "VisualStudio2022Dark";
//
// radLabel3
//
radLabel3.Location = new Point(149, 79);
radLabel3.Name = "radLabel3";
radLabel3.Size = new Size(244, 21);
radLabel3.TabIndex = 1;
radLabel3.Text = "www.Hackers.Zone - www.ebrasha.com";
radLabel3.ThemeName = "VisualStudio2022Dark";
//
// label_version
//
label_version.Location = new Point(149, 110);
label_version.Name = "label_version";
label_version.Size = new Size(67, 21);
label_version.TabIndex = 1;
label_version.Text = "Version:....";
label_version.ThemeName = "VisualStudio2022Dark";
//
// linkLabel1
//
linkLabel1.ActiveLinkColor = Color.LightGray;
linkLabel1.AutoSize = true;
linkLabel1.LinkColor = Color.FromArgb(255, 255, 128);
linkLabel1.Location = new Point(156, 138);
linkLabel1.Name = "linkLabel1";
linkLabel1.Size = new Size(190, 15);
linkLabel1.TabIndex = 3;
linkLabel1.TabStop = true;
linkLabel1.Text = "Why was the word \"Condor\" used?";
linkLabel1.LinkClicked += linkLabel1_LinkClicked;
linkLabel1.Click += linkLabel1_Click;
//
// about_us
//
AutoScaleBaseSize = new Size(7, 15);
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(472, 274);
Controls.Add(linkLabel1);
Controls.Add(label_version);
Controls.Add(radLabel3);
Controls.Add(radLabel2);
Controls.Add(richTextBox_about_us);
Controls.Add(radPictureBox1);
Controls.Add(radLabel1);
FormBorderStyle = FormBorderStyle.FixedSingle;
Icon = (Icon)resources.GetObject("$this.Icon");
MaximizeBox = false;
Name = "about_us";
StartPosition = FormStartPosition.CenterScreen;
Text = "About Us";
ThemeName = "VisualStudio2022Dark";
FormClosing += about_us_FormClosing;
Load += about_us_Load;
((System.ComponentModel.ISupportInitialize)radLabel1).EndInit();
((System.ComponentModel.ISupportInitialize)radPictureBox1).EndInit();
((System.ComponentModel.ISupportInitialize)radLabel2).EndInit();
((System.ComponentModel.ISupportInitialize)radLabel3).EndInit();
((System.ComponentModel.ISupportInitialize)label_version).EndInit();
((System.ComponentModel.ISupportInitialize)this).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Telerik.WinControls.Themes.VisualStudio2022DarkTheme visualStudio2022DarkTheme1;
private Telerik.WinControls.UI.RadLabel radLabel1;
private Telerik.WinControls.UI.RadPictureBox radPictureBox1;
private RichTextBox richTextBox_about_us;
private Telerik.WinControls.UI.RadLabel radLabel2;
private Telerik.WinControls.UI.RadLabel radLabel3;
private Telerik.WinControls.UI.RadLabel label_version;
private LinkLabel linkLabel1;
}
}