-
Notifications
You must be signed in to change notification settings - Fork 0
/
unDijalog.~dfm
55 lines (55 loc) · 1013 Bytes
/
unDijalog.~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
object frmDijalog: TfrmDijalog
Left = 269
Top = 170
BorderIcons = []
BorderStyle = bsSingle
Caption = 'frmDijalog'
ClientHeight = 120
ClientWidth = 284
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object lblPoruka: TLabel
Left = 8
Top = 8
Width = 273
Height = 13
AutoSize = False
Caption = 'lblPoruka'
WordWrap = True
end
object btnDa: TButton
Left = 8
Top = 88
Width = 75
Height = 25
Caption = 'Da'
ModalResult = 6
TabOrder = 0
end
object btnNe: TButton
Left = 104
Top = 88
Width = 75
Height = 25
Caption = 'Ne'
ModalResult = 7
TabOrder = 1
end
object btnOdustani: TButton
Left = 200
Top = 88
Width = 75
Height = 25
Caption = 'Odustani'
ModalResult = 2
TabOrder = 2
end
end