-
Notifications
You must be signed in to change notification settings - Fork 0
/
language_form.Designer.cs
199 lines (194 loc) · 7.78 KB
/
language_form.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
namespace ATM_system
{
partial class Language_form
{
/// <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(Language_form));
label_language = new Label();
bulgarian_flag = new PictureBox();
german_flag = new PictureBox();
english_flag = new PictureBox();
french_flag = new PictureBox();
radbtn_bulgarian = new RadioButton();
radbtn_french = new RadioButton();
radbtn_german = new RadioButton();
radbtn_english = new RadioButton();
panel1 = new Panel();
pictureBox1 = new PictureBox();
panel2 = new Panel();
btn_exit = new Button();
btn_continue = new Button();
((System.ComponentModel.ISupportInitialize)bulgarian_flag).BeginInit();
((System.ComponentModel.ISupportInitialize)german_flag).BeginInit();
((System.ComponentModel.ISupportInitialize)english_flag).BeginInit();
((System.ComponentModel.ISupportInitialize)french_flag).BeginInit();
panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
SuspendLayout();
//
// label_language
//
resources.ApplyResources(label_language, "label_language");
label_language.Name = "label_language";
//
// bulgarian_flag
//
resources.ApplyResources(bulgarian_flag, "bulgarian_flag");
bulgarian_flag.Name = "bulgarian_flag";
bulgarian_flag.TabStop = false;
//
// german_flag
//
resources.ApplyResources(german_flag, "german_flag");
german_flag.Name = "german_flag";
german_flag.TabStop = false;
//
// english_flag
//
resources.ApplyResources(english_flag, "english_flag");
english_flag.Name = "english_flag";
english_flag.TabStop = false;
//
// french_flag
//
resources.ApplyResources(french_flag, "french_flag");
french_flag.Name = "french_flag";
french_flag.TabStop = false;
//
// radbtn_bulgarian
//
resources.ApplyResources(radbtn_bulgarian, "radbtn_bulgarian");
radbtn_bulgarian.Name = "radbtn_bulgarian";
radbtn_bulgarian.CheckedChanged += radbtn_CheckedChanged;
radbtn_bulgarian.Click += radbtn_CheckedChanged;
//
// radbtn_french
//
resources.ApplyResources(radbtn_french, "radbtn_french");
radbtn_french.Name = "radbtn_french";
radbtn_french.CheckedChanged += radbtn_CheckedChanged;
radbtn_french.Click += radbtn_CheckedChanged;
//
// radbtn_german
//
resources.ApplyResources(radbtn_german, "radbtn_german");
radbtn_german.Cursor = Cursors.Hand;
radbtn_german.Name = "radbtn_german";
radbtn_german.CheckedChanged += radbtn_CheckedChanged;
radbtn_german.Click += radbtn_CheckedChanged;
//
// radbtn_english
//
resources.ApplyResources(radbtn_english, "radbtn_english");
radbtn_english.Name = "radbtn_english";
radbtn_english.CheckedChanged += radbtn_CheckedChanged;
radbtn_english.Click += radbtn_CheckedChanged;
//
// panel1
//
resources.ApplyResources(panel1, "panel1");
panel1.BackColor = Color.FromArgb(0, 158, 255);
panel1.Controls.Add(pictureBox1);
panel1.Controls.Add(label_language);
panel1.Name = "panel1";
//
// pictureBox1
//
resources.ApplyResources(pictureBox1, "pictureBox1");
pictureBox1.Name = "pictureBox1";
pictureBox1.TabStop = false;
//
// panel2
//
resources.ApplyResources(panel2, "panel2");
panel2.BackColor = Color.FromArgb(0, 158, 255);
panel2.Name = "panel2";
//
// btn_exit
//
resources.ApplyResources(btn_exit, "btn_exit");
btn_exit.AutoEllipsis = true;
btn_exit.BackColor = Color.White;
btn_exit.Cursor = Cursors.Hand;
btn_exit.ForeColor = Color.FromArgb(0, 158, 255);
btn_exit.Name = "btn_exit";
btn_exit.UseVisualStyleBackColor = false;
btn_exit.Click += btn_exit_Click;
//
// btn_continue
//
resources.ApplyResources(btn_continue, "btn_continue");
btn_continue.BackColor = Color.White;
btn_continue.Cursor = Cursors.Hand;
btn_continue.ForeColor = Color.FromArgb(0, 158, 255);
btn_continue.Name = "btn_continue";
btn_continue.UseVisualStyleBackColor = false;
btn_continue.Click += btn_continue_Click;
//
// Language_form
//
resources.ApplyResources(this, "$this");
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.White;
Controls.Add(btn_continue);
Controls.Add(btn_exit);
Controls.Add(panel2);
Controls.Add(panel1);
Controls.Add(radbtn_french);
Controls.Add(radbtn_bulgarian);
Controls.Add(french_flag);
Controls.Add(english_flag);
Controls.Add(german_flag);
Controls.Add(bulgarian_flag);
Controls.Add(radbtn_german);
Controls.Add(radbtn_english);
Name = "Language_form";
((System.ComponentModel.ISupportInitialize)bulgarian_flag).EndInit();
((System.ComponentModel.ISupportInitialize)german_flag).EndInit();
((System.ComponentModel.ISupportInitialize)english_flag).EndInit();
((System.ComponentModel.ISupportInitialize)french_flag).EndInit();
panel1.ResumeLayout(false);
panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label label_language;
private PictureBox bulgarian_flag;
private PictureBox german_flag;
private PictureBox english_flag;
private PictureBox french_flag;
private RadioButton radbtn_bulgarian;
private RadioButton radbtn_french;
private RadioButton radbtn_german;
private RadioButton radbtn_english;
private Panel panel1;
private PictureBox pictureBox1;
private Panel panel2;
private Button btn_exit;
private Button btn_continue;
}
}