home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / navody / JBOOSTER.ZIP / Source / ReportForm.dfm < prev    next >
Text File  |  2002-06-15  |  1KB  |  61 lines

  1. object FormReport: TFormReport
  2.   Left = 205
  3.   Top = 79
  4.   BorderStyle = bsSingle
  5.   ClientHeight = 366
  6.   ClientWidth = 421
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnActivate = FormActivate
  17.   OnDeactivate = FormDeactivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ButtonStop: TButton
  21.     Left = 262
  22.     Top = 338
  23.     Width = 73
  24.     Height = 23
  25.     Anchors = [akRight, akBottom]
  26.     Caption = 'C&ancel'
  27.     TabOrder = 1
  28.     OnClick = ButtonStopClick
  29.   end
  30.   object ButtonClose: TButton
  31.     Left = 342
  32.     Top = 338
  33.     Width = 73
  34.     Height = 23
  35.     Anchors = [akRight, akBottom]
  36.     Cancel = True
  37.     Caption = '&Close'
  38.     ModalResult = 2
  39.     TabOrder = 2
  40.     OnClick = ButtonCloseClick
  41.   end
  42.   object ReportListBox: TListBox
  43.     Left = 0
  44.     Top = 0
  45.     Width = 421
  46.     Height = 329
  47.     Align = alTop
  48.     Anchors = [akLeft, akTop, akRight, akBottom]
  49.     Font.Charset = ANSI_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -12
  52.     Font.Name = 'Courier New'
  53.     Font.Style = []
  54.     ItemHeight = 14
  55.     ParentFont = False
  56.     Style = lbOwnerDrawFixed
  57.     TabOrder = 0
  58.     OnDrawItem = ReportListBoxDrawItem
  59.   end
  60. end
  61.