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

  1. object Form1: TForm1
  2.   Left = 216
  3.   Top = 148
  4.   Width = 467
  5.   Height = 306
  6.   Caption = 'Entry Field Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Courier New'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 128
  18.     Width = 233
  19.     Height = 105
  20.   end
  21.   object Label1: TLabel
  22.     Left = 184
  23.     Top = 11
  24.     Width = 136
  25.     Height = 16
  26.     Caption = 'Simple edit field'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 183
  30.     Top = 44
  31.     Width = 144
  32.     Height = 16
  33.     Caption = 'Picture edit field'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 16
  37.     Top = 168
  38.     Width = 128
  39.     Height = 16
  40.     Caption = 'Field 2 contents'
  41.   end
  42.   object Label5: TLabel
  43.     Left = 184
  44.     Top = 75
  45.     Width = 144
  46.     Height = 16
  47.     Caption = 'Numeric edit field'
  48.   end
  49.   object Label6: TLabel
  50.     Left = 16
  51.     Top = 200
  52.     Width = 128
  53.     Height = 16
  54.     Caption = 'Field 3 contents'
  55.   end
  56.   object Label2: TLabel
  57.     Left = 16
  58.     Top = 136
  59.     Width = 128
  60.     Height = 16
  61.     Caption = 'Field 1 contents'
  62.   end
  63.   object Label7: TLabel
  64.     Left = 256
  65.     Top = 128
  66.     Width = 169
  67.     Height = 97
  68.     AutoSize = False
  69.     Caption = 'See OVCDATA.PAS for more information on picture mask characters.'
  70.     WordWrap = True
  71.   end
  72.   object OvcController1: TOvcController
  73.     Left = 8
  74.     Top = 240
  75.     EntryCommands.TableList = (
  76.       'Default'
  77.       True
  78.       (
  79.         37
  80.         47
  81.         39
  82.         58
  83.         1061
  84.         76
  85.         1063
  86.         77
  87.         36
  88.         43
  89.         35
  90.         17
  91.         46
  92.         11
  93.         8
  94.         1
  95.         520
  96.         1
  97.         1058
  98.         2
  99.         1057
  100.         73
  101.         45
  102.         45
  103.         1114
  104.         57
  105.         2056
  106.         57
  107.         38
  108.         75
  109.         40
  110.         16
  111.         1037
  112.         48
  113.         549
  114.         21
  115.         551
  116.         24
  117.         548
  118.         20
  119.         547
  120.         19
  121.         1573
  122.         30
  123.         1575
  124.         31
  125.         545
  126.         23
  127.         546
  128.         22
  129.         550
  130.         25
  131.         552
  132.         18
  133.         1572
  134.         27
  135.         1571
  136.         28
  137.         1569
  138.         29
  139.         1570
  140.         26
  141.         558
  142.         9
  143.         1112
  144.         9
  145.         1069
  146.         7
  147.         1091
  148.         7
  149.         557
  150.         53
  151.         1110
  152.         53
  153.         33
  154.         55
  155.         1060
  156.         32
  157.         34
  158.         50
  159.         1059
  160.         46
  161.         9
  162.         49
  163.         521
  164.         54
  165.         1033
  166.         49
  167.         1545
  168.         54
  169.         3080
  170.         56
  171.         1072
  172.         33
  173.         1073
  174.         34
  175.         1074
  176.         35
  177.         1075
  178.         36
  179.         1076
  180.         37
  181.         1077
  182.         38
  183.         1078
  184.         39
  185.         1079
  186.         40
  187.         1080
  188.         41
  189.         1081
  190.         42
  191.         1584
  192.         61
  193.         1585
  194.         62
  195.         1586
  196.         63
  197.         1587
  198.         64
  199.         1588
  200.         65
  201.         1589
  202.         66
  203.         1590
  204.         67
  205.         1591
  206.         68
  207.         1592
  208.         69
  209.         1593
  210.         70))
  211.     OnError = OvcController1Error
  212.   end
  213.   object OvcFourWaySpinner1: TOvcFourWaySpinner
  214.     Left = 139
  215.     Top = 40
  216.     Width = 25
  217.     Height = 25
  218.     FocusedControl = OvcPictureField1
  219.   end
  220.   object OvcNumericField1: TOvcNumericField
  221.     Left = 40
  222.     Top = 72
  223.     Width = 98
  224.     Height = 22
  225.     Cursor = crIBeam
  226.     Controller = OvcController1
  227.     Font.Color = clWindowText
  228.     Font.Height = -13
  229.     Font.Name = 'System'
  230.     Font.Pitch = fpFixed
  231.     Font.Style = []
  232.     HighlightColors.BackColor = clHighlight
  233.     HighlightColors.TextColor = clHighlightText
  234.     HighlightColors.UseDefault = False
  235.     Options = [pefBeepOnError]
  236.     ParentColor = False
  237.     ParentFont = False
  238.     PictureMask = 'iiiiiiiiiii'