home *** CD-ROM | disk | FTP | other *** search
- object frmUnSFX: TfrmUnSFX
- Left = 242
- Top = 222
- ActiveControl = edtArchiveFile
- BorderStyle = bsDialog
- Caption = 'UnExe'
- ClientHeight = 93
- ClientWidth = 430
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblInputFile: TLabel
- Left = 8
- Top = 8
- Width = 59
- Height = 13
- Caption = '&Exe archive:'
- FocusControl = edtArchiveFile
- end
- object Label1: TLabel
- Left = 8
- Top = 48
- Width = 84
- Height = 13
- Caption = '&Standard archive:'
- FocusControl = edtOutFilename
- end
- object edtArchiveFile: TEdit
- Left = 8
- Top = 24
- Width = 305
- Height = 21
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- end
- object edtOutFilename: TEdit
- Left = 8
- Top = 64
- Width = 329
- Height = 21
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- end
- object btnOpenArchive: TButton
- Left = 316
- Top = 24
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = btnOpenArchiveClick
- end
- object Button1: TButton
- Left = 352
- Top = 24
- Width = 75
- Height = 25
- Caption = 'UnExe'
- Default = True
- TabOrder = 3
- OnClick = BitBtn1Click
- end
- object Button2: TButton
- Left = 352
- Top = 56
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = Button2Click
- end
- object OpenDialog1: TOpenDialog
- Filter = 'Exe files|*.exe'
- Title = 'Choose an Exe-Archive'
- Left = 329
- end
- object UnSFX1: TUnSfx
- OnError = UnSFX1Error
- OnFileExists = UnSFX1FileExists
- Left = 359
- Top = 1
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 296
- end
- end
-