home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2003 December / Mania_12_CD2.iso / disk.exe / 0 / RCDATA / TUNPACKFORM / TUNPACKFORM.txt
Text File  |  2003-11-12  |  2KB  |  86 lines

  1. object UnpackForm: TUnpackForm
  2.   Left = 262
  3.   Top = 346
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = '∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜'
  7.   ClientHeight = 140
  8.   ClientWidth = 400
  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 = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object StaticText1: TStaticText
  21.     Left = 8
  22.     Top = 8
  23.     Width = 129
  24.     Height = 20
  25.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜:'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     TabOrder = 0
  33.   end
  34.   object PathSelect: TEdit
  35.     Left = 8
  36.     Top = 32
  37.     Width = 385
  38.     Height = 21
  39.     TabOrder = 1
  40.   end
  41.   object start: TButton
  42.     Left = 8
  43.     Top = 88
  44.     Width = 121
  45.     Height = 25
  46.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  47.     TabOrder = 2
  48.     OnClick = startClick
  49.   end
  50.   object view: TButton
  51.     Left = 136
  52.     Top = 88
  53.     Width = 75
  54.     Height = 25
  55.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  56.     TabOrder = 3
  57.     OnClick = viewClick
  58.   end
  59.   object cancel: TButton
  60.     Left = 320
  61.     Top = 88
  62.     Width = 75
  63.     Height = 25
  64.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  65.     TabOrder = 4
  66.     OnClick = cancelClick
  67.   end
  68.   object followup: TCheckBox
  69.     Left = 8
  70.     Top = 64
  71.     Width = 265
  72.     Height = 17
  73.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  74.     TabOrder = 5
  75.   end
  76.   object PB1: TProgressBar
  77.     Left = 8
  78.     Top = 120
  79.     Width = 385
  80.     Height = 17
  81.     Min = 0
  82.     Max = 100
  83.     TabOrder = 6
  84.   end
  85. end
  86.