-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwiner_dialog.lfm
More file actions
37 lines (37 loc) · 823 Bytes
/
winer_dialog.lfm
File metadata and controls
37 lines (37 loc) · 823 Bytes
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
object Form_winer: TForm_winer
Left = 386
Height = 211
Top = 143
Width = 617
Caption = 'Победитель'
ClientHeight = 211
ClientWidth = 617
OnShow = FormShow
LCLVersion = '1.6.4.0'
object Label_winer: TLabel
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
Left = 168
Height = 32
Top = 48
Width = 281
Alignment = taCenter
Caption = 'Победила команда ХХХ !!!'
Font.Height = -24
ParentColor = False
ParentFont = False
end
object Button_ok: TButton
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
Left = 227
Height = 46
Top = 144
Width = 162
Caption = 'Продолжить'
Font.Height = -19
OnClick = Button_okClick
ParentFont = False
TabOrder = 0
end
end