home *** CD-ROM | disk | FTP | other *** search
- object FormReport: TFormReport
- Left = 205
- Top = 79
- BorderStyle = bsSingle
- ClientHeight = 366
- ClientWidth = 421
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poMainFormCenter
- OnActivate = FormActivate
- OnDeactivate = FormDeactivate
- PixelsPerInch = 96
- TextHeight = 13
- object ButtonStop: TButton
- Left = 262
- Top = 338
- Width = 73
- Height = 23
- Anchors = [akRight, akBottom]
- Caption = 'C&ancel'
- TabOrder = 1
- OnClick = ButtonStopClick
- end
- object ButtonClose: TButton
- Left = 342
- Top = 338
- Width = 73
- Height = 23
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '&Close'
- ModalResult = 2
- TabOrder = 2
- OnClick = ButtonCloseClick
- end
- object ReportListBox: TListBox
- Left = 0
- Top = 0
- Width = 421
- Height = 329
- Align = alTop
- Anchors = [akLeft, akTop, akRight, akBottom]
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ItemHeight = 14
- ParentFont = False
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnDrawItem = ReportListBoxDrawItem
- end
- end
-