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

  1. object Form4: TForm4
  2.   Left = 206
  3.   Top = 145
  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 = 145
  25.     Top = 57
  26.     Width = 275
  27.     Height = 13
  28.     Caption = 'I collegamenti verrano aggiunti nella cartella sotto indicata.'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 144
  32.     Top = 107
  33.     Width = 108
  34.     Height = 13
  35.     Caption = 'Cartella di destinazione'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 145
  39.     Top = 164
  40.     Width = 76
  41.     Height = 13
  42.     Caption = 'Cartelle esistenti'
  43.   end
  44.   object Label4: TLabel
  45.     Left = 145
  46.     Top = 70
  47.     Width = 343
  48.     Height = 13
  49.     Caption = 
  50.       'Per inserire i collegamenti in un'#39'altra cartella, selezionarne u' +
  51.       'na dall'#39'elenco'
  52.   end
  53.   object Label5: TLabel
  54.     Left = 145
  55.     Top = 83
  56.     Width = 343
  57.     Height = 13
  58.     Caption = 
  59.       'sottostante facendo click su di essa o digitare un nome di carte' +
  60.       'lla nuovo.'
  61.   end
  62.   object Panel1: TPanel
  63.     Left = 8
  64.     Top = 10
  65.     Width = 121
  66.     Height = 280
  67.     BevelOuter = bvLowered
  68.     Caption = 'Panel1'
  69.     TabOrder = 0
  70.     object Image1: TImage
  71.       Left = 1
  72.       Top = 1
  73.       Width = 119
  74.       Height = 278
  75.       Align = alClient
  76.       AutoSize = True
  77.       Center = True
  78.     end
  79.   end
  80.   object GroupBox1: TGroupBox
  81.     Left = 7
  82.     Top = 296
  83.     Width = 514
  84.     Height = 7
  85.     TabOrder = 1
  86.   end
  87.   object Button1: TButton
  88.     Left = 360
  89.     Top = 314
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'Avanti'
  93.     TabOrder = 2
  94.     OnClick = Button1Click
  95.   end
  96.   object Button2: TButton
  97.     Left = 448
  98.     Top = 314
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'Annulla'
  102.     TabOrder = 3
  103.     OnClick = Button2Click
  104.   end
  105.   object Panel2: TPanel
  106.     Left = 144
  107.     Top = 10
  108.     Width = 377
  109.     Height = 41
  110.     BevelOuter = bvLowered
  111.     Caption = 'Panel2'
  112.     TabOrder = 4
  113.     object Image2: TImage
  114.       Left = 1
  115.       Top = 1
  116.       Width = 375
  117.       Height = 39
  118.       Align = alClient
  119.       AutoSize = True
  120.       Center = True
  121.     end
  122.   end
  123.   object Edit1: TEdit
  124.     Left = 144
  125.     Top = 128
  126.     Width = 283
  127.     Height = 21
  128.     TabOrder = 5
  129.     Text = 'VirtualPuzzle'
  130.   end
  131.   object Button4: TButton
  132.     Left = 284
  133.     Top = 314
  134.     Width = 75
  135.     Height = 25
  136.     Caption = 'Indietro'
  137.     TabOrder = 6
  138.     OnClick = Button4Click
  139.   end
  140.   object ListBox1: TListBox
  141.     Left = 144
  142.     Top = 184
  143.     Width = 377
  144.     Height = 105
  145.     ItemHeight = 13
  146.     TabOrder = 7
  147.     OnClick = ListBox1Click
  148.   end
  149. end
  150.