home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 447
- Top = 605
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'PreSetup'
- ClientHeight = 95
- ClientWidth = 320
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 2
- Top = 3
- Width = 63
- Height = 57
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Label1: TLabel
- Left = 66
- Top = 5
- Width = 239
- Height = 39
- AutoSize = False
- WordWrap = True
- end
- object Button1: TButton
- Left = 11
- Top = 68
- Width = 46
- Height = 23
- Caption = 'O&k'
- Default = True
- TabOrder = 0
- Visible = False
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 122
- Top = 68
- Width = 82
- Height = 22
- Caption = 'Abbr'
- TabOrder = 1
- OnClick = Button2Click
- end
- object ProgressBar1: TProgressBar
- Left = 65
- Top = 52
- Width = 237
- Height = 11
- Min = 0
- Max = 100
- TabOrder = 2
- end
- object c: TCompress
- RegName = 'Daniel Schellhorn'
- RegNumber = 12658
- OnShowProgress = CShowProgress
- TargetPath = 'c:\temp\'
- MakeDirectories = False
- ExceptionOnFileError = False
- Key = 0
- CheckSpaceBeforeExpand = False
- Left = 214
- Top = 65
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 1500
- OnTimer = Button1Click
- Left = 61
- Top = 65
- end
- end
-