forked from Stikriz/unCalc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTimeDialogForm.dfm
41 lines (41 loc) · 914 Bytes
/
TimeDialogForm.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
inherited fInputTime: TfInputTime
Left = 684
Top = 112
Caption = #1042#1074#1086#1076' '#1074#1088#1077#1084#1077#1085#1080
ClientHeight = 183
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
inherited BitBtn1: TBitBtn
Left = 148
Top = 138
end
inherited BitBtn2: TBitBtn
Left = 256
Top = 138
end
inherited BitBtn3: TBitBtn
Left = 364
Top = 138
end
object DateTimePicker1: TDateTimePicker
Left = 136
Top = 94
Width = 186
Height = 24
CalAlignment = dtaLeft
Date = 36798.7019882407
Time = 36798.7019882407
DateFormat = dfShort
DateMode = dmComboBox
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Kind = dtkTime
ParseInput = False
ParentFont = False
TabOrder = 3
end
end