home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / DELPHI / ORPHTR / LBUNIT.DFM / LBUNIT.txt
Text File  |  1995-03-29  |  3KB  |  208 lines

  1. object Form1: TForm1
  2.   Left = 315
  3.   Top = 159
  4.   Width = 435
  5.   Height = 300
  6.   ActiveControl = OvcVirtualListbox1
  7.   Caption = 'Virtual Listbox Demo'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 240
  17.     Top = 8
  18.     Width = 96
  19.     Height = 16
  20.     Caption = 'Selection Status'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 240
  24.     Top = 32
  25.     Width = 80
  26.     Height = 16
  27.     Caption = 'Item selected'
  28.   end
  29.   object OvcController1: TOvcController
  30.     Left = 0
  31.     Top = 0
  32.     EntryCommands.TableList = (
  33.       'Default'
  34.       True
  35.       (
  36.         37
  37.         47
  38.         39
  39.         58
  40.         1061
  41.         76
  42.         1063
  43.         77
  44.         36
  45.         43
  46.         35
  47.         17
  48.         46
  49.         11
  50.         8
  51.         1
  52.         520
  53.         1
  54.         1058
  55.         2
  56.         1057
  57.         73
  58.         45
  59.         45
  60.         1114
  61.         57
  62.         2056
  63.         57
  64.         38
  65.         75
  66.         40
  67.         16
  68.         1037
  69.         48
  70.         549
  71.         21
  72.         551
  73.         24
  74.         548
  75.         20
  76.         547
  77.         19
  78.         1573
  79.         30
  80.         1575
  81.         31
  82.         545
  83.         23
  84.         546
  85.         22
  86.         550
  87.         25
  88.         552
  89.         18
  90.         1572
  91.         27
  92.         1571
  93.         28
  94.         1569
  95.         29
  96.         1570
  97.         26
  98.         558
  99.         9
  100.         1112
  101.         9
  102.         1069
  103.         7
  104.         1091
  105.         7
  106.         557
  107.         53
  108.         1110
  109.         53
  110.         33
  111.         55
  112.         1060
  113.         32
  114.         34
  115.         50
  116.         1059
  117.         46
  118.         9
  119.         49
  120.         521
  121.         54
  122.         1033
  123.         49
  124.         1545
  125.         54
  126.         3080
  127.         56
  128.         1072
  129.         33
  130.         1073
  131.         34
  132.         1074
  133.         35
  134.         1075
  135.         36
  136.         1076
  137.         37
  138.         1077
  139.         38
  140.         1078
  141.         39
  142.         1079
  143.         40
  144.         1080
  145.         41
  146.         1081
  147.         42
  148.         1584
  149.         61
  150.         1585
  151.         62
  152.         1586
  153.         63
  154.         1587
  155.         64
  156.         1588
  157.         65
  158.         1589
  159.         66
  160.         1590
  161.         67
  162.         1591
  163.         68
  164.         1592
  165.         69
  166.         1593
  167.         70))
  168.   end
  169.   object OvcVirtualListbox1: TOvcVirtualListbox
  170.     Left = 42
  171.     Top = 13
  172.     Width = 171
  173.     Height = 226
  174.     AutoRowHeight = False
  175.     Header = 'Sample Virtual Listbox Header Text'
  176.     HeaderColor.BackColor = clBtnFace
  177.     HeaderColor.TextColor = clBtnText
  178.     HeaderColor.UseDefault = False
  179.     MultiSelect = True
  180.     ProtectColor.BackColor = clRed
  181.     ProtectColor.TextColor = clWhite
  182.     ProtectColor.UseDefault = False
  183.     RowHeight = 16
  184.     ScrollBars = ssBoth
  185.     SelectColor.BackColor = clHighlight
  186.     SelectColor.TextColor = clHighlightText
  187.     SelectColor.UseDefault = False
  188.     ShowHeader = True
  189.     OnGetItem = OvcVirtualListbox1GetItem
  190.     OnGetItemColor = OvcVirtualListbox1GetItemColor
  191.     OnIsSelected = OvcVirtualListbox1IsSelected
  192.     OnSelect = OvcVirtualListbox1Select
  193.     Controller = OvcController1
  194.     ParentColor = False
  195.     TabOrder = 0
  196.     TabStop = True
  197.     OnClick = OvcVirtualListbox1Click
  198.   end
  199.   object BitBtn1: TBitBtn
  200.     Left = 323
  201.     Top = 230
  202.     Width = 89
  203.     Height = 33
  204.     TabOrder = 1
  205.     Kind = bkClose
  206.   end
  207. end
  208.