home *** CD-ROM | disk | FTP | other *** search
- object RepForm: TRepForm
- Left = 340
- Top = 124
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'Report wizard'
- ClientHeight = 210
- ClientWidth = 436
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object RadioGroup1: TRadioGroup
- Left = 2
- Top = 2
- Width = 431
- Height = 57
- Caption = 'Report values'
- ItemIndex = 1
- Items.Strings = (
- 'benchmark everything once more'
- 'use only benchmarked values')
- TabOrder = 0
- end
- object RadioGroup2: TRadioGroup
- Left = 2
- Top = 60
- Width = 431
- Height = 57
- Caption = 'Output format'
- ItemIndex = 1
- Items.Strings = (
- 'text file'
- 'html page')
- TabOrder = 1
- OnClick = RadioGroup2Click
- end
- object GroupBox1: TGroupBox
- Left = 2
- Top = 118
- Width = 431
- Height = 59
- Caption = 'HTML options'
- TabOrder = 2
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 180
- Height = 13
- Caption = 'Use this .CSS style file link in the page'
- end
- object Edit1: TEdit
- Left = 8
- Top = 32
- Width = 415
- Height = 21
- TabOrder = 0
- Text = 'http://'
- end
- end
- object Button3: TButton
- Left = 358
- Top = 182
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object Button4: TButton
- Left = 224
- Top = 182
- Width = 129
- Height = 25
- Caption = '&Save report...'
- Default = True
- ModalResult = 1
- TabOrder = 4
- OnClick = Button4Click
- end
- object Button2: TButton
- Left = 96
- Top = 182
- Width = 123
- Height = 25
- Caption = 'Send by &mail'
- ModalResult = 6
- TabOrder = 5
- OnClick = Button2Click
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = '*.txt'
- Filter = 'Text files (*.txt)|*.txt|Html files (*.html)|*.html;*.htm'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Title = 'Save report as...'
- Left = 2
- Top = 178
- end
- end
-