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 / TFILEMAINT / TFILEMAINT.txt < prev   
Text File  |  1996-12-15  |  2KB  |  124 lines

  1. object FileMaint: TFileMaint
  2.   Left = 147
  3.   Top = 49
  4.   BorderStyle = bsDialog
  5.   Caption = 'FileMaint'
  6.   ClientHeight = 401
  7.   ClientWidth = 336
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnKeyDown = FormKeyDown
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 44
  20.     Width = 319
  21.     Height = 101
  22.     AutoSize = False
  23.     Caption = 'Label1'
  24.     WordWrap = True
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 148
  29.     Width = 319
  30.     Height = 51
  31.     AutoSize = False
  32.     Caption = 'Label2'
  33.     WordWrap = True
  34.   end
  35.   object OKBtn: TButton
  36.     Left = 252
  37.     Top = 6
  38.     Width = 75
  39.     Height = 29
  40.     Caption = '&Start'
  41.     TabOrder = 0
  42.     OnClick = OKBtnClick
  43.     OnEnter = Enter
  44.   end
  45.   object FileMaintDateBox: TGroupBox
  46.     Left = 10
  47.     Top = 210
  48.     Width = 109
  49.     Height = 47
  50.     Caption = 'Cut-off Date'
  51.     TabOrder = 1
  52.     Visible = False
  53.     object FileMaintDate: TMaskEdit
  54.       Left = 6
  55.       Top = 18
  56.       Width = 97
  57.       Height = 24
  58.       MaxLength = 0
  59.       TabOrder = 0
  60.       OnEnter = Enter
  61.       OnExit = Exit
  62.       OnKeyDown = FormKeyDown
  63.     end
  64.   end
  65.   object SmClndrBox: TGroupBox
  66.     Left = 126
  67.     Top = 210
  68.     Width = 201
  69.     Height = 183
  70.     Caption = 'SmClndrBox'
  71.     Color = clYellow
  72.     ParentColor = False
  73.     TabOrder = 2
  74.     Visible = False
  75.     object SmClndr: TImage
  76.       Left = 4
  77.       Top = 16
  78.       Width = 192
  79.       Height = 163
  80.       Picture.Data = {<image000.bmp>}
  81.       Stretch = True
  82.       OnMouseDown = SmClndrMouseDown
  83.     end
  84.   end
  85.   object RcrdNum: TButton
  86.     Left = 82
  87.     Top = 88
  88.     Width = 167
  89.     Height = 25
  90.     Caption = 'RcrdNum'
  91.     TabOrder = 3
  92.     TabStop = False
  93.   end
  94.   object EndDateBox: TGroupBox
  95.     Left = 10
  96.     Top = 266
  97.     Width = 109
  98.     Height = 49
  99.     Caption = 'End Date'
  100.     TabOrder = 4
  101.     object EndDate: TMaskEdit
  102.       Left = 6
  103.       Top = 20
  104.       Width = 97
  105.       Height = 24
  106.       MaxLength = 0
  107.       TabOrder = 0
  108.       OnEnter = Enter
  109.       OnExit = Exit
  110.       OnKeyDown = FormKeyDown
  111.     end
  112.   end
  113.   object cancelBtn: TButton
  114.     Left = 10
  115.     Top = 6
  116.     Width = 75
  117.     Height = 29
  118.     Cancel = True
  119.     Caption = '&Cancel'
  120.     TabOrder = 5
  121.     OnClick = CancelBtnClick
  122.   end
  123. end
  124.