home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMUNSFX / TFRMUNSFX.txt
Encoding:
Text File  |  2002-05-23  |  1.8 KB  |  98 lines

  1. object frmUnSFX: TfrmUnSFX
  2.   Left = 242
  3.   Top = 222
  4.   ActiveControl = edtArchiveFile
  5.   BorderStyle = bsDialog
  6.   Caption = 'UnExe'
  7.   ClientHeight = 93
  8.   ClientWidth = 430
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblInputFile: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 59
  23.     Height = 13
  24.     Caption = '&Exe archive:'
  25.     FocusControl = edtArchiveFile
  26.   end
  27.   object Label1: TLabel
  28.     Left = 8
  29.     Top = 48
  30.     Width = 84
  31.     Height = 13
  32.     Caption = '&Standard archive:'
  33.     FocusControl = edtOutFilename
  34.   end
  35.   object edtArchiveFile: TEdit
  36.     Left = 8
  37.     Top = 24
  38.     Width = 305
  39.     Height = 21
  40.     ParentShowHint = False
  41.     ShowHint = False
  42.     TabOrder = 0
  43.   end
  44.   object edtOutFilename: TEdit
  45.     Left = 8
  46.     Top = 64
  47.     Width = 329
  48.     Height = 21
  49.     ParentShowHint = False
  50.     ShowHint = False
  51.     TabOrder = 2
  52.   end
  53.   object btnOpenArchive: TButton
  54.     Left = 316
  55.     Top = 24
  56.     Width = 21
  57.     Height = 21
  58.     Caption = '...'
  59.     TabOrder = 1
  60.     OnClick = btnOpenArchiveClick
  61.   end
  62.   object Button1: TButton
  63.     Left = 352
  64.     Top = 24
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'UnExe'
  68.     Default = True
  69.     TabOrder = 3
  70.     OnClick = BitBtn1Click
  71.   end
  72.   object Button2: TButton
  73.     Left = 352
  74.     Top = 56
  75.     Width = 75
  76.     Height = 25
  77.     Cancel = True
  78.     Caption = 'Cancel'
  79.     TabOrder = 4
  80.     OnClick = Button2Click
  81.   end
  82.   object OpenDialog1: TOpenDialog
  83.     Filter = 'Exe files|*.exe'
  84.     Title = 'Choose an Exe-Archive'
  85.     Left = 329
  86.   end
  87.   object UnSFX1: TUnSfx
  88.     OnError = UnSFX1Error
  89.     OnFileExists = UnSFX1FileExists
  90.     Left = 359
  91.     Top = 1
  92.   end
  93.   object FormCenter1: TFormCenter
  94.     Center = True
  95.     Left = 296
  96.   end
  97. end
  98.