home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMSELECTPERIOD / TFMSELECTPERIOD.txt
Text File  |  1999-06-21  |  2KB  |  98 lines

  1. object fmSelectPeriod: TfmSelectPeriod
  2.   Left = 352
  3.   Top = 107
  4.   HelpContext = 313
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Period'
  7.   ClientHeight = 372
  8.   ClientWidth = 195
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object SGQAPLPeriods: TStringGrid
  19.     Left = 0
  20.     Top = 0
  21.     Width = 195
  22.     Height = 327
  23.     Align = alClient
  24.     ColCount = 1
  25.     DefaultColWidth = 175
  26.     FixedCols = 0
  27.     RowCount = 2
  28.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goRowSelect]
  29.     TabOrder = 0
  30.     OnMouseDown = SGQAPLPeriodsMouseDown
  31.     OnMouseUp = SGQAPLPeriodsMouseUp
  32.     RowHeights = (
  33.       24
  34.       24)
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 0
  38.     Top = 327
  39.     Width = 195
  40.     Height = 45
  41.     Align = alBottom
  42.     TabOrder = 1
  43.     object BtnSelect: TButton
  44.       Left = 8
  45.       Top = 8
  46.       Width = 75
  47.       Height = 30
  48.       Caption = '&Select'
  49.       TabOrder = 0
  50.       OnClick = BtnSelectClick
  51.     end
  52.     object BtnCancel: TButton
  53.       Left = 92
  54.       Top = 8
  55.       Width = 75
  56.       Height = 30
  57.       Caption = '&Cancel'
  58.       TabOrder = 1
  59.       OnClick = BtnCancelClick
  60.     end
  61.   end
  62.   object Sizer1: TSizer
  63.     Enabled = True
  64.     ExceptionAction = eaIgnoreControl
  65.     GridColumnSizing = gcSizeAllColumns
  66.     GridRowSizing = grSizeByDefaults
  67.     MinimumSize = True
  68.     NavigateOnEnter = False
  69.     OverrideParentFont = True
  70.     PerformAssertions = True
  71.     ShowAssertionFailures = False
  72.     StretchFonts = True
  73.     StretchImages = True
  74.     StretchOnResize = True
  75.     ThreadProcessing = False
  76.     Left = 92
  77.     Top = 88
  78.     ScreenWidth = (
  79.       800)
  80.     ScreenHeight = (
  81.       600)
  82.     OriginalFormWidth = (
  83.       203)
  84.     OriginalFormHeight = (
  85.       399)
  86.     OriginalFormLeft = (
  87.       352)
  88.     OriginalFormTop = (
  89.       107)
  90.     OriginalFormPPI = (
  91.       120)
  92.     OriginalClientWidth = (
  93.       195)
  94.     OriginalClientHeight = (
  95.       372)
  96.   end
  97. end
  98.