home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 October / Igromania_2005-10.iso / Disk.exe / 0 / RCDATA / TUNPACKFORM / TUNPACKFORM.txt
Text File  |  2005-09-09  |  2KB  |  87 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.     Default = True
  48.     TabOrder = 3
  49.     OnClick = startClick
  50.   end
  51.   object view: TButton
  52.     Left = 136
  53.     Top = 88
  54.     Width = 75
  55.     Height = 25
  56.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  57.     TabOrder = 4
  58.     OnClick = viewClick
  59.   end
  60.   object cancel: TButton
  61.     Left = 320
  62.     Top = 88
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  66.     TabOrder = 5
  67.     OnClick = cancelClick
  68.   end
  69.   object followup: TCheckBox
  70.     Left = 8
  71.     Top = 64
  72.     Width = 217
  73.     Height = 17
  74.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  75.     TabOrder = 2
  76.   end
  77.   object PB1: TProgressBar
  78.     Left = 8
  79.     Top = 120
  80.     Width = 385
  81.     Height = 17
  82.     Min = 0
  83.     Max = 100
  84.     TabOrder = 6
  85.   end
  86. end
  87.