-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDateTimeDialogForm.dfm
46 lines (46 loc) · 1.03 KB
/
DateTimeDialogForm.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
inherited fInputDateTime: TfInputDateTime
Left = 391
Top = 127
Caption = #1042#1074#1086#1076' '#1076#1072#1090#1099' '#1080' '#1074#1088#1077#1084#1077#1085#1080
ClientHeight = 194
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
inherited BitBtn1: TBitBtn
Top = 152
end
inherited BitBtn2: TBitBtn
Top = 152
end
inherited BitBtn3: TBitBtn
Top = 152
end
object DateTimePicker1: TDateTimePicker
Left = 144
Top = 84
Width = 186
Height = 21
CalAlignment = dtaLeft
Date = 36798.703031412
Time = 36798.703031412
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 3
end
object DateTimePicker2: TDateTimePicker
Left = 144
Top = 114
Width = 186
Height = 21
CalAlignment = dtaLeft
Date = 36798.7030600347
Time = 36798.7030600347
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkTime
ParseInput = False
TabOrder = 4
end
end