home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 76 / XENIATGM66.iso / Goodies / VirtualPuzzle / Setup.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1999-11-14  |  3KB  |  156 lines

  1. object Form3: TForm3
  2.   Left = 174
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Autocomposizione di Installazione'
  7.   ClientHeight = 347
  8.   ClientWidth = 530
  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.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   Scaled = False
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 146
  25.     Top = 62
  26.     Width = 345
  27.     Height = 13
  28.     Caption = 
  29.       'Indicare il nome della cartella di destinazione dove installare ' +
  30.       'il programma.'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 147
  34.     Top = 107
  35.     Width = 108
  36.     Height = 13
  37.     Caption = 'Cartella di destinazione'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 147
  41.     Top = 173
  42.     Width = 187
  43.     Height = 13
  44.     Caption = 'Informazioni relative allo spazio su disco'
  45.   end
  46.   object Panel1: TPanel
  47.     Left = 8
  48.     Top = 10
  49.     Width = 121
  50.     Height = 280
  51.     BevelOuter = bvLowered
  52.     Caption = 'Panel1'
  53.     TabOrder = 0
  54.     object Image1: TImage
  55.       Left = 1
  56.       Top = 1
  57.       Width = 119
  58.       Height = 278
  59.       Align = alClient
  60.       AutoSize = True
  61.       Center = True
  62.     end
  63.   end
  64.   object GroupBox1: TGroupBox
  65.     Left = 7
  66.     Top = 296
  67.     Width = 514
  68.     Height = 7
  69.     TabOrder = 1
  70.   end
  71.   object Button1: TButton
  72.     Left = 360
  73.     Top = 314
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'Avanti'
  77.     TabOrder = 2
  78.     OnClick = Button1Click
  79.   end
  80.   object Button2: TButton
  81.     Left = 448
  82.     Top = 314
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'Annulla'
  86.     TabOrder = 3
  87.     OnClick = Button2Click
  88.   end
  89.   object Panel2: TPanel
  90.     Left = 144
  91.     Top = 10
  92.     Width = 377
  93.     Height = 41
  94.     BevelOuter = bvLowered
  95.     Caption = 'Panel2'
  96.     TabOrder = 4
  97.     object Image2: TImage
  98.       Left = 1
  99.       Top = 1
  100.       Width = 375
  101.       Height = 39
  102.       Align = alClient
  103.       AutoSize = True
  104.       Center = True
  105.     end
  106.   end
  107.   object Edit1: TEdit
  108.     Left = 147
  109.     Top = 128
  110.     Width = 283
  111.     Height = 21
  112.     TabOrder = 5
  113.     Text = 'C:\Programmi\VirtualPuzzle'
  114.   end
  115.   object Button3: TButton
  116.     Left = 446
  117.     Top = 128
  118.     Width = 75
  119.     Height = 25
  120.     Caption = 'Sfoglia...'
  121.     TabOrder = 6
  122.     OnClick = Button3Click
  123.   end
  124.   object ListView1: TListView
  125.     Left = 146
  126.     Top = 195
  127.     Width = 375
  128.     Height = 94
  129.     Columns = <
  130.       item
  131.         Caption = 'Unit∩┐╜'
  132.         Width = 100
  133.       end
  134.       item
  135.         Caption = 'Spazio disponibile'
  136.         Width = 100
  137.       end
  138.       item
  139.         Caption = 'Spazio necessario'
  140.         Width = 100
  141.       end>
  142.     HotTrackStyles = []
  143.     TabOrder = 7
  144.     ViewStyle = vsReport
  145.   end
  146.   object Button4: TButton
  147.     Left = 284
  148.     Top = 314
  149.     Width = 75
  150.     Height = 25
  151.     Caption = 'Indietro'
  152.     TabOrder = 8
  153.     OnClick = Button4Click
  154.   end
  155. end
  156.