-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dlgDOBPicker.dfm
57 lines (57 loc) · 1.44 KB
/
dlgDOBPicker.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
56
57
object DOBPicker: TDOBPicker
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
Caption = 'Date of Birth'
ClientHeight = 385
ClientWidth = 294
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
Position = poOwnerFormCenter
OnKeyDown = FormKeyDown
TextHeight = 13
object CalendarView1: TCalendarView
Left = 0
Top = 0
Date = 44832.000000000000000000
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'Segoe UI'
Font.Style = []
HeaderInfo.DaysOfWeekFont.Charset = DEFAULT_CHARSET
HeaderInfo.DaysOfWeekFont.Color = clWindowText
HeaderInfo.DaysOfWeekFont.Height = -13
HeaderInfo.DaysOfWeekFont.Name = 'Segoe UI'
HeaderInfo.DaysOfWeekFont.Style = []
HeaderInfo.Font.Charset = DEFAULT_CHARSET
HeaderInfo.Font.Color = clWindowText
HeaderInfo.Font.Height = -20
HeaderInfo.Font.Name = 'Segoe UI'
HeaderInfo.Font.Style = []
OnDblClick = CalendarView1DblClick
ParentFont = False
TabOrder = 0
end
object btnOk: TButton
Left = 110
Top = 352
Width = 75
Height = 25
Caption = 'OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = btnOkClick
end
end