-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathIM.Account.dfm
400 lines (400 loc) · 9.18 KB
/
IM.Account.dfm
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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
object FormAccount: TFormAccount
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
Caption = #1059#1095#1077#1090#1085#1072#1103' '#1079#1072#1087#1080#1089#1100
ClientHeight = 432
ClientWidth = 295
Color = 2760985
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 36
Top = 66
Width = 26
Height = 16
Caption = #1053#1080#1082':'
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Transparent = True
end
object sLabel1: TLabel
Left = 36
Top = 120
Width = 40
Height = 16
Caption = #1051#1086#1075#1080#1085':'
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Transparent = True
end
object sLabel2: TLabel
Left = 36
Top = 243
Width = 48
Height = 16
Caption = #1057#1077#1088#1074#1077#1088':'
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Transparent = True
end
object sLabel3: TLabel
Left = 36
Top = 174
Width = 48
Height = 16
Caption = #1055#1072#1088#1086#1083#1100':'
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Transparent = True
end
object sLabel5: TLabel
Left = 36
Top = 297
Width = 33
Height = 16
Caption = #1055#1086#1088#1090':'
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Transparent = True
end
object Shape1: TShape
Left = 0
Top = 381
Width = 295
Height = 1
Align = alBottom
Brush.Color = 2169104
Pen.Color = 2169104
ExplicitTop = 427
ExplicitWidth = 327
end
object Shape2: TShape
Left = 36
Top = 114
Width = 222
Height = 1
Brush.Color = 4078653
Pen.Color = 4078653
end
object Shape3: TShape
Left = 36
Top = 170
Width = 222
Height = 1
Brush.Color = 4078653
Pen.Color = 4078653
end
object Shape4: TShape
Left = 36
Top = 220
Width = 222
Height = 1
Brush.Color = 4078653
Pen.Color = 4078653
end
object Shape5: TShape
Left = 36
Top = 291
Width = 222
Height = 1
Brush.Color = 4078653
Pen.Color = 4078653
end
object Shape6: TShape
Left = 36
Top = 345
Width = 222
Height = 1
Brush.Color = 4078653
Pen.Color = 4078653
end
object Shape7: TShape
Left = 0
Top = 41
Width = 295
Height = 1
Align = alTop
Brush.Color = 2169104
Pen.Color = 2169104
ExplicitLeft = -32
ExplicitTop = 82
ExplicitWidth = 327
end
object PanelBottom: TPanel
Left = 0
Top = 382
Width = 295
Height = 50
Align = alBottom
BevelOuter = bvNone
Color = 2760985
ParentBackground = False
TabOrder = 0
ExplicitTop = 378
ExplicitWidth = 377
object ButtonFlatSave: TButtonFlat
AlignWithMargins = True
Left = 195
Top = 8
Width = 96
Height = 34
Cursor = crDefault
Margins.Left = 4
Margins.Top = 8
Margins.Right = 4
Margins.Bottom = 8
Align = alRight
Caption = #1057#1054#1061#1056#1040#1053#1048#1058#1068
ColorNormal = 2760985
ColorOver = 3680799
ColorPressed = 4403489
Font.Charset = DEFAULT_CHARSET
Font.Color = 15905386
Font.Height = -13
Font.Name = 'Segoe UI Semibold'
Font.Style = []
FontOver.Charset = DEFAULT_CHARSET
FontOver.Color = 15905386
FontOver.Height = -13
FontOver.Name = 'Segoe UI Semibold'
FontOver.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = 15905386
FontDown.Height = -13
FontDown.Name = 'Segoe UI Semibold'
FontDown.Style = []
IgnorBounds = True
OnClick = ButtonFlatSaveClick
RoundRectParam = 0
Shape = stRoundRect
ShowFocusRect = False
TabOrder = 0
TabStop = True
TextFormat = [tfCenter, tfSingleLine, tfVerticalCenter]
SubTextFont.Charset = DEFAULT_CHARSET
SubTextFont.Color = clWhite
SubTextFont.Height = -13
SubTextFont.Name = 'Tahoma'
SubTextFont.Style = []
ExplicitLeft = 193
ExplicitTop = 6
ExplicitHeight = 35
end
object ButtonFlatCancel: TButtonFlat
AlignWithMargins = True
Left = 107
Top = 8
Width = 80
Height = 34
Cursor = crDefault
Margins.Left = 4
Margins.Top = 8
Margins.Right = 4
Margins.Bottom = 8
Align = alRight
Caption = #1054#1058#1052#1045#1053#1040
ColorNormal = 2760985
ColorOver = 3680799
ColorPressed = 4403489
Font.Charset = DEFAULT_CHARSET
Font.Color = 15905386
Font.Height = -13
Font.Name = 'Segoe UI Semibold'
Font.Style = []
FontOver.Charset = DEFAULT_CHARSET
FontOver.Color = 15905386
FontOver.Height = -13
FontOver.Name = 'Segoe UI Semibold'
FontOver.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = 15905386
FontDown.Height = -13
FontDown.Name = 'Segoe UI Semibold'
FontDown.Style = []
IgnorBounds = True
OnClick = ButtonFlatCancelClick
RoundRectParam = 0
Shape = stRoundRect
ShowFocusRect = False
TabOrder = 1
TabStop = True
TextFormat = [tfCenter, tfSingleLine, tfVerticalCenter]
SubTextFont.Charset = DEFAULT_CHARSET
SubTextFont.Color = clWhite
SubTextFont.Height = -13
SubTextFont.Name = 'Tahoma'
SubTextFont.Style = []
ExplicitTop = 6
ExplicitHeight = 35
end
end
object EditNick: TEdit
Left = 36
Top = 88
Width = 222
Height = 26
BevelInner = bvSpace
BevelKind = bkSoft
BevelOuter = bvNone
BevelWidth = 3
BorderStyle = bsNone
Color = 2760985
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
TextHint = #1053#1072#1087#1088#1080#1084#1077#1088': Pollty'
end
object EditLogin: TEdit
Left = 36
Top = 142
Width = 222
Height = 26
BevelInner = bvSpace
BevelKind = bkSoft
BevelOuter = bvNone
BevelWidth = 3
BorderStyle = bsNone
Color = 2760985
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
TextHint = #1053#1072#1087#1088#1080#1084#1077#1088': user@jabber.com'
end
object EditServer: TEdit
Left = 36
Top = 265
Width = 222
Height = 26
BevelInner = bvSpace
BevelKind = bkSoft
BevelOuter = bvNone
BevelWidth = 3
BorderStyle = bsNone
Color = 2760985
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 3
Text = 'jabber.ru'
TextHint = #1053#1072#1087#1088#1080#1084#1077#1088': jabber.com'
end
object EditPassword: TEdit
Left = 36
Top = 194
Width = 222
Height = 26
BevelInner = bvSpace
BevelKind = bkSoft
BevelOuter = bvNone
BevelWidth = 3
BorderStyle = bsNone
Color = 2760985
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 4
Text = '123456789123'
TextHint = #1042#1074#1077#1076#1080#1090#1077' '#1087#1072#1088#1086#1083#1100
OnChange = EditPasswordChange
end
object EditJabberPort: TEdit
Left = 36
Top = 319
Width = 222
Height = 26
BevelInner = bvSpace
BevelKind = bkSoft
BevelOuter = bvNone
BevelWidth = 3
BorderStyle = bsNone
Color = 2760985
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 5
Text = '5222'
TextHint = #1053#1072#1087#1088#1080#1084#1077#1088': 5222'
end
object PanelTop: TPanel
Left = 0
Top = 0
Width = 295
Height = 41
Align = alTop
BevelOuter = bvNone
Color = 2826519
ParentBackground = False
TabOrder = 6
ExplicitLeft = -32
ExplicitWidth = 327
object Label2: TLabel
AlignWithMargins = True
Left = 15
Top = 3
Width = 265
Height = 35
Margins.Left = 15
Margins.Right = 15
Align = alClient
Caption = #1040#1082#1082#1072#1091#1085#1090' Jabber'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Name = 'Segoe UI Semibold'
Font.Style = []
ParentFont = False
Layout = tlCenter
ExplicitWidth = 112
ExplicitHeight = 21
end
end
end