home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / aktuell / windiz / windiz12.exe / WinDIZ.exe / 0 / RCDATA / TUNZIPFORM / TUNZIPFORM.txt < prev   
Text File  |  1998-07-30  |  3KB  |  145 lines

  1. object UnzipForm: TUnzipForm
  2.   Left = 245
  3.   Top = 236
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Extract files'
  7.   ClientHeight = 115
  8.   ClientWidth = 358
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 10
  21.     Top = 13
  22.     Width = 48
  23.     Height = 13
  24.     Caption = 'Extract to:'
  25.   end
  26.   object ALabel1: TALabel
  27.     Left = 40
  28.     Top = 74
  29.     Width = 82
  30.     Height = 29
  31.     AutoSize = False
  32.     Caption = 'Extract'
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clRed
  35.     Font.Height = -19
  36.     Font.Name = 'Comic Sans MS'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object Image1: TImage
  41.     Left = 8
  42.     Top = 72
  43.     Width = 32
  44.     Height = 32
  45.     AutoSize = True
  46.     Picture.Data = {<image001.ico>}
  47.     Stretch = True
  48.   end
  49.   object DoveUnzip: TEdit
  50.     Left = 65
  51.     Top = 9
  52.     Width = 192
  53.     Height = 21
  54.     TabOrder = 0
  55.     Text = 'C:\TEMP'
  56.   end
  57.   object B_OK: TBitBtn
  58.     Left = 175
  59.     Top = 79
  60.     Width = 88
  61.     Height = 23
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clBlue
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     TabOrder = 1
  69.     OnClick = B_OKClick
  70.     Kind = bkOK
  71.   end
  72.   object B_Abort: TBitBtn
  73.     Left = 267
  74.     Top = 79
  75.     Width = 89
  76.     Height = 23
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clBlue
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     TabOrder = 2
  84.     OnClick = B_AbortClick
  85.     Kind = bkAbort
  86.   end
  87.   object ListaDir: TDirectoryListBox
  88.     Left = 64
  89.     Top = 32
  90.     Width = 192
  91.     Height = 70
  92.     ItemHeight = 16
  93.     TabOrder = 3
  94.     Visible = False
  95.     OnChange = ListaDirChange
  96.   end
  97.   object B_ScegliDir: TBitBtn
  98.     Left = 266
  99.     Top = 10
  100.     Width = 88
  101.     Height = 20
  102.     Caption = 'Directory...'
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clBlue
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 4
  110.     OnClick = B_ScegliDirClick
  111.     Style = bsNew
  112.   end
  113.   object ListaDrive: TDriveComboBox
  114.     Left = 64
  115.     Top = 10
  116.     Width = 192
  117.     Height = 19
  118.     DirList = ListaDir
  119.     TabOrder = 5
  120.     Visible = False
  121.   end
  122.   object MarsCaption1: TMarsCaption
  123.     ActiveBeginColor = clBlue
  124.     ActiveEndColor = clNavy
  125.     ActiveFontColor = clWhite
  126.     InactiveBeginColor = clGray
  127.     InactiveEndColor = clSilver
  128.     InactiveFontColor = clSilver
  129.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  130.     ApplicationNameFont.Color = clWindowText
  131.     ApplicationNameFont.Height = -11
  132.     ApplicationNameFont.Name = 'MS Sans Serif'
  133.     ApplicationNameFont.Style = [fsBold]
  134.     CaptionFont.Charset = DEFAULT_CHARSET
  135.     CaptionFont.Color = clWindowText
  136.     CaptionFont.Height = -11
  137.     CaptionFont.Name = 'MS Sans Serif'
  138.     CaptionFont.Style = []
  139.     NumColors = 64
  140.     AutoSize = False
  141.     Left = 8
  142.     Top = 41
  143.   end
  144. end
  145.