home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 May / PCWorld_2005-05_cd.bin / software / temacd / 1click / 1clickcombosetup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2005-04-06  |  2KB  |  86 lines

  1. object Form1: TForm1
  2.   Left = 447
  3.   Top = 605
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'PreSetup'
  7.   ClientHeight = 95
  8.   ClientWidth = 320
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 2
  23.     Top = 3
  24.     Width = 63
  25.     Height = 57
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.   end
  29.   object Label1: TLabel
  30.     Left = 66
  31.     Top = 5
  32.     Width = 239
  33.     Height = 39
  34.     AutoSize = False
  35.     WordWrap = True
  36.   end
  37.   object Button1: TButton
  38.     Left = 11
  39.     Top = 68
  40.     Width = 46
  41.     Height = 23
  42.     Caption = 'O&k'
  43.     Default = True
  44.     TabOrder = 0
  45.     Visible = False
  46.     OnClick = Button1Click
  47.   end
  48.   object Button2: TButton
  49.     Left = 122
  50.     Top = 68
  51.     Width = 82
  52.     Height = 22
  53.     Caption = 'Abbr'
  54.     TabOrder = 1
  55.     OnClick = Button2Click
  56.   end
  57.   object ProgressBar1: TProgressBar
  58.     Left = 65
  59.     Top = 52
  60.     Width = 237
  61.     Height = 11
  62.     Min = 0
  63.     Max = 100
  64.     TabOrder = 2
  65.   end
  66.   object c: TCompress
  67.     RegName = 'Daniel Schellhorn'
  68.     RegNumber = 12658
  69.     OnShowProgress = CShowProgress
  70.     TargetPath = 'c:\temp\'
  71.     MakeDirectories = False
  72.     ExceptionOnFileError = False
  73.     Key = 0
  74.     CheckSpaceBeforeExpand = False
  75.     Left = 214
  76.     Top = 65
  77.   end
  78.   object Timer1: TTimer
  79.     Enabled = False
  80.     Interval = 1500
  81.     OnTimer = Button1Click
  82.     Left = 61
  83.     Top = 65
  84.   end
  85. end
  86.