home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / finance / bilpwrnt.exe / BILLPOWR.EXE / 0 / RCDATA / TINTEGRAFORM / TINTEGRAFORM.txt
Text File  |  1996-12-15  |  3KB  |  140 lines

  1. object IntegraForm: TIntegraForm
  2.   Left = 200
  3.   Top = 92
  4.   Width = 256
  5.   Height = 291
  6.   Caption = 'Integra Data'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnClose = FormClose
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object okBtn: TButton
  17.     Left = 180
  18.     Top = 6
  19.     Width = 61
  20.     Height = 25
  21.     Caption = '&Ok'
  22.     TabOrder = 1
  23.     OnClick = okBtnClick
  24.   end
  25.   object CancelBtn: TButton
  26.     Left = 4
  27.     Top = 6
  28.     Width = 61
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = '&Cancel'
  32.     TabOrder = 2
  33.     OnClick = okBtnClick
  34.   end
  35.   object UserNumBox: TGroupBox
  36.     Left = 164
  37.     Top = 74
  38.     Width = 77
  39.     Height = 49
  40.     Caption = '# Users'
  41.     TabOrder = 3
  42.     object UserNum: TMaskEdit
  43.       Left = 6
  44.       Top = 18
  45.       Width = 65
  46.       Height = 24
  47.       MaxLength = 3
  48.       TabOrder = 0
  49.     end
  50.   end
  51.   object MergePrint: TCheckBox
  52.     Left = 134
  53.     Top = 240
  54.     Width = 107
  55.     Height = 17
  56.     Caption = '&Merge Print'
  57.     TabOrder = 4
  58.   end
  59.   object ProgramBox: TGroupBox
  60.     Left = 4
  61.     Top = 52
  62.     Width = 115
  63.     Height = 141
  64.     Caption = 'Program'
  65.     TabOrder = 0
  66.     object TXbtn: TRadioButton
  67.       Left = 4
  68.       Top = 58
  69.       Width = 95
  70.       Height = 17
  71.       Caption = '&TickleX'
  72.       TabOrder = 1
  73.     end
  74.     object MTbtn: TRadioButton
  75.       Left = 4
  76.       Top = 78
  77.       Width = 107
  78.       Height = 17
  79.       Caption = '&Client Tracks'
  80.       TabOrder = 2
  81.     end
  82.     object BPBtn: TRadioButton
  83.       Left = 4
  84.       Top = 98
  85.       Width = 95
  86.       Height = 17
  87.       Caption = 'Bill&Power'
  88.       TabOrder = 3
  89.     end
  90.     object BPPbtn: TRadioButton
  91.       Left = 4
  92.       Top = 118
  93.       Width = 105
  94.       Height = 17
  95.       Caption = '&Integra Office'
  96.       TabOrder = 4
  97.     end
  98.     object ADbtn: TRadioButton
  99.       Left = 4
  100.       Top = 18
  101.       Width = 103
  102.       Height = 17
  103.       Caption = 'All My &Days'
  104.       TabOrder = 0
  105.     end
  106.     object SLbtn: TRadioButton
  107.       Left = 4
  108.       Top = 38
  109.       Width = 103
  110.       Height = 17
  111.       Caption = '&ScheduLAN'
  112.       TabOrder = 5
  113.     end
  114.   end
  115.   object DisketteBox: TGroupBox
  116.     Left = 4
  117.     Top = 200
  118.     Width = 115
  119.     Height = 57
  120.     Caption = 'Diskette'
  121.     TabOrder = 5
  122.     object Abtn: TRadioButton
  123.       Left = 4
  124.       Top = 18
  125.       Width = 73
  126.       Height = 17
  127.       Caption = '&A:'
  128.       TabOrder = 0
  129.     end
  130.     object Bbtn: TRadioButton
  131.       Left = 4
  132.       Top = 38
  133.       Width = 61
  134.       Height = 17
  135.       Caption = '&B:'
  136.       TabOrder = 1
  137.     end
  138.   end
  139. end
  140.