home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / TransSoftMail / tmc4bpe.exe / %MAINDIR% / Tmc4.exe / 0 / RCDATA / TZIPEXECFILE / TZIPEXECFILE.txt
Encoding:
Text File  |  1999-02-07  |  1.3 KB  |  71 lines

  1. object ZipExecfile: TZipExecfile
  2.   Left = 278
  3.   Top = 159
  4.   BorderStyle = bsDialog
  5.   Caption = 'Open file...'
  6.   ClientHeight = 130
  7.   ClientWidth = 229
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 213
  20.     Height = 81
  21.     Caption = '[ Action ]'
  22.     TabOrder = 0
  23.     object RadioButton1: TRadioButton
  24.       Left = 11
  25.       Top = 17
  26.       Width = 141
  27.       Height = 17
  28.       Caption = '&Open / Execute'
  29.       TabOrder = 0
  30.     end
  31.     object RadioButton2: TRadioButton
  32.       Left = 11
  33.       Top = 35
  34.       Width = 141
  35.       Height = 17
  36.       Caption = '&View file'
  37.       Checked = True
  38.       TabOrder = 1
  39.       TabStop = True
  40.     end
  41.     object RadioButton3: TRadioButton
  42.       Left = 11
  43.       Top = 54
  44.       Width = 141
  45.       Height = 17
  46.       Caption = '&Extract from ZIP'
  47.       TabOrder = 2
  48.     end
  49.   end
  50.   object Button1: TButton
  51.     Left = 62
  52.     Top = 96
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 1
  59.   end
  60.   object Button2: TButton
  61.     Left = 145
  62.     Top = 96
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 2
  69.   end
  70. end
  71.