-
Notifications
You must be signed in to change notification settings - Fork 0
/
RurDatumDlg.dfm
47 lines (47 loc) · 897 Bytes
/
RurDatumDlg.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
object DatumDlg: TDatumDlg
Left = 227
Top = 108
BorderStyle = bsDialog
Caption = 'D'#225'tum'
ClientHeight = 139
ClientWidth = 242
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
ShowHint = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object OKBtn: TButton
Left = 160
Top = 8
Width = 75
Height = 25
Caption = 'Dnes'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 160
Top = 102
Width = 75
Height = 25
Hint = 'Vr'#225'ti'#357' akciu sp'#228#357' bez zmeny'
Cancel = True
Caption = 'Zru'#353'i'#357
ModalResult = 2
TabOrder = 1
end
object ZBtn: TButton
Left = 160
Top = 40
Width = 75
Height = 25
Caption = 'Zajtra'
TabOrder = 2
OnClick = ZBtnClick
end
end