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

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 99
  4.   Width = 597
  5.   Height = 427
  6.   ActiveControl = OvcSimpleField1
  7.   Caption = 'Viewer Demo'
  8.   Color = clTeal
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Courier New'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 14
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 224
  20.     Width = 112
  21.     Height = 14
  22.     Caption = 'Text file viewer'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 136
  27.     Width = 161
  28.     Height = 14
  29.     Caption = 'File viewer in hex mode'
  30.   end
  31.   object OvcController1: TOvcController
  32.     Left = 520
  33.     Top = 152
  34.     EntryCommands.TableList = (
  35.       'Default'
  36.       True
  37.       (
  38.         37
  39.         47
  40.         39
  41.         58
  42.         1061
  43.         76
  44.         1063
  45.         77
  46.         36
  47.         43
  48.         35
  49.         17
  50.         46
  51.         11
  52.         8
  53.         1
  54.         520
  55.         1
  56.         1058
  57.         2
  58.         1057
  59.         73
  60.         45
  61.         45
  62.         1114
  63.         57
  64.         2056
  65.         57
  66.         38
  67.         75
  68.         40
  69.         16
  70.         1037
  71.         48
  72.         549
  73.         21
  74.         551
  75.         24
  76.         548
  77.         20
  78.         547
  79.         19
  80.         1573
  81.         30
  82.         1575
  83.         31
  84.         545
  85.         23
  86.         546
  87.         22
  88.         550
  89.         25
  90.         552
  91.         18
  92.         1572
  93.         27
  94.         1571
  95.         28
  96.         1569
  97.         29
  98.         1570
  99.         26
  100.         558
  101.         9
  102.         1112
  103.         9
  104.         1069
  105.         7
  106.         1091
  107.         7
  108.         557
  109.         53
  110.         1110
  111.         53
  112.         33
  113.         55
  114.         1060
  115.         32
  116.         34
  117.         50
  118.         1059
  119.         46
  120.         9
  121.         49
  122.         521
  123.         54
  124.         1033
  125.         49
  126.         1545
  127.         54
  128.         3080
  129.         56
  130.         1072
  131.         33
  132.         1073
  133.         34
  134.         1074
  135.         35
  136.         1075
  137.         36
  138.         1076
  139.         37
  140.         1077
  141.         38
  142.         1078
  143.         39
  144.         1079
  145.         40
  146.         1080
  147.         41
  148.         1081
  149.         42
  150.         1584
  151.         61
  152.         1585
  153.         62
  154.         1586
  155.         63
  156.         1587
  157.         64
  158.         1588
  159.         65
  160.         1589
  161.         66
  162.         1590
  163.         67
  164.         1591
  165.         68
  166.         1592
  167.         69
  168.         1593
  169.         70))
  170.   end
  171.   object OvcFileViewer1: TOvcFileViewer
  172.     Left = 0
  173.     Top = 0
  174.     Width = 589
  175.     Height = 129
  176.     CaretType.CaretHeight = 17
  177.     FixedFont.Color = clWindowText
  178.     FixedFont.Name = 'Fixedsys'
  179.     FixedFont.Size = 10
  180.     FixedFont.Style = []
  181.     SelectionColors.BackColor = clHighlight
  182.     SelectionColors.TextColor = clHighlightText
  183.     SelectionColors.UseDefault = False
  184.     Controller = OvcController1
  185.     TabOrder = 0
  186.     TabStop = True
  187.     FileName = 'VWUNIT.PAS'
  188.     IsOpen = False
  189.     Align = alTop
  190.     ParentColor = False
  191.   end
  192.   object OvcTextFileViewer1: TOvcTextFileViewer
  193.     Left = 0
  194.     Top = 240
  195.     Width = 589
  196.     Height = 160
  197.     CaretType.CaretHeight = 17
  198.     FixedFont.Color = clWindowText
  199.     FixedFont.Name = 'Fixedsys'
  200.     FixedFont.Size = 10
  201.     FixedFont.Style = []
  202.     SelectionColors.BackColor = clHighlight
  203.     SelectionColors.TextColor = clHighlightText
  204.     SelectionColors.UseDefault = False
  205.     Controller = OvcController1
  206.     TabOrder = 1
  207.     TabStop = True
  208.     FileName = 'VWUNIT.PAS'
  209.     IsOpen = False
  210.     Align = alBottom
  211.     ParentColor = False
  212.   end
  213.   object Panel1: TPanel
  214.     Left = 80
  215.     Top = 152
  216.     Width = 377
  217.     Height = 49
  218.     ParentShowHint = False
  219.     ShowHint = True
  220.     TabOrder = 2
  221.     object OvcSimpleField1: TOvcSimpleField
  222.       Left = 8
  223.       Top = 14
  224.       Width = 249
  225.       Height = 24
  226.       Cursor = crIBeam
  227.       Hint = 'Name of file to view'
  228.       CaretOvr.Shape = csBlock
  229.       Controller = OvcController1
  230.       Font.Color = clWindowText
  231.       Font.Height = -13
  232.       Font.Name = 'System'
  233.       Font.Style = []
  234.       HighlightColors.BackColor = clHighlight
  235.       HighlightColors.TextColor = clHighlightText
  236.       HighlightColors.UseDefault = False
  237.       MaxLength = 66
  238.       Options = [pefBeepOnError]
  239.       ParentColor = False
  240.       ParentFont = False
  241.       TabOrder = 0
  242.       TabStop = True
  243.     end
  244.     object btnOpen: TButton
  245.       Left = 264
  246.       Top = 12
  247.       Width = 105
  248.       Height = 25
  249.       Hint = 'Press to view the file'
  250.       Caption = 'Open File'
  251.       TabOrder = 1
  252.       OnClick = btnOpenClick
  253.     end
  254.   end
  255.   object btnCopy: TButton
  256.     Left = 184
  257.     Top = 208
  258.     Width = 145
  259.     Height = 25
  260.     Caption = 'Copy to Clipboard'
  261.     TabOrder = 3
  262.     OnClick = btnCopyClick
  263.   end
  264.   object BitBtn1: TBitBtn
  265.     Left = 487
  266.     Top = 197
  267.     Width = 89
  268.     Height = 33
  269.     TabOrder = 4
  270.     Kind = bkClose
  271.   end
  272. end
  273.