home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 5
/
ctrom5b.zip
/
ctrom5b
/
PROGRAM
/
DELPHI
/
ORPHTR
/
CALUNIT.DFM
/
CALUNIT.txt
Wrap
Text File
|
1995-03-16
|
5KB
|
364 lines
object CalForm: TCalForm
Left = 268
Top = 139
ActiveControl = OvcCalendar1
BorderStyle = bsDialog
Caption = 'Calendar'
ClientHeight = 245
ClientWidth = 283
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 16
object Label1: TLabel
Left = 17
Top = 5
Width = 233
Height = 28
Alignment = taCenter
AutoSize = False
Caption = 'Month and Year'
end
object OvcController1: TOvcController
Left = 248
Top = 200
EntryCommands.TableList = (
'Default'
True
(
37
47
39
58
1061
76
1063
77
36
43
35
17
46
11
8
1
520
1
1058
2
1057
73
45
45
1114
57
2056
57
38
75
40
16
1037
48
549
21
551
24
548
20
547
19
1573
30
1575
31
545
23
546
22
550
25
552
18
1572
27
1571
28
1569
29
1570
26
558
9
1112
9
1069
7
1091
7
557
53
1110
53
33
55
1060
32
34
50
1059
46
9
49
521
54
1033
49
1545
54
3080
56
1072
33
1073
34
1074
35
1075
36
1076
37
1077
38
1078
39
1079
40
1080
41
1081
42
1584
61
1585
62
1586
63
1587
64
1588
65
1589
66
1590
67
1591
68
1592
69
1593
70)
'WordStar'
False
(
1107
47
1092
58
1093
75
1091
16
1089
76
1094
77
-2142043055
43
-2143026095
17
1095
11
1096
1
1113
14
1625
13
-2141649839
13
1108
15
1104
8
-2142501807
57
-2144336815
33
-2144271279
34
-2144205743
35
-2144140207
36
-2144074671
37
-2144009135
38
-2143943599
39
-2143878063
40
-2143812527
41
-2143746991
42
-2144336821
61
-2144271285
62
-2144205749
63
-2144140213
64
-2144074677
65
-2144009141
66
-2143943605
67
-2143878069
68
-2143812533
69
-2143746997
70)
'Grid'
False
(
37
47
39
58
1061
51
1063
52
36
43
35
17
46
11
8
1
1059
2
1060
73
45
45
1114
57
38
75
40
16
549
21
551
24
548
20
547
19
1573
30
1575
31
545
23
546
22
550
25
552
18
1112
9
1091
7
1110
53
33
55
1057
32
34
50
1058
46
1572
72
1571
3))
end
object OvcCalendar1: TOvcCalendar
Left = 19
Top = 33
Width = 230
Height = 130
BorderStyle = bsSingle
Colors.ActiveColor.BackColor = clHighlight
Colors.ActiveColor.TextColor = clHighlightText
Colors.ActiveColor.UseDefault = False
Colors.InactiveColor.TextColor = clGrayText
Colors.InactiveColor.UseDefault = False
Day = 13
Month = 10
Year = 1995
OnChange = OvcCalendar1Change
Controller = OvcController1
TabOrder = 0
TabStop = True
end
object BitBtn1: TBitBtn
Left = 28
Top = 202
Width = 89
Height = 33
TabOrder = 1
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 148
Top = 202
Width = 89
Height = 33
TabOrder = 2
Kind = bkCancel
end
object OvcSpinner1: TOvcSpinner
Left = 250
Top = 33
Width = 18
Height = 131
OnClick = OvcSpinner1Click
end
object ScrollBar1: TScrollBar
Left = 19
Top = 164
Width = 230
Height = 17
Max = 12
Min = 1
Position = 1
TabOrder = 4
TabStop = False
OnChange = ScrollBar1Change
end
end