home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 2 / DOKAN2.iso / instalar.exe / 0 / RCDATA / TMAINFRM / TMAINFRM.txt < prev   
Text File  |  1998-04-08  |  3KB  |  149 lines

  1. object MainFrm: TMainFrm
  2.   Left = 267
  3.   Top = 268
  4.   BorderStyle = bsDialog
  5.   Caption = 'Instalaci∩┐╜n de Dokan'
  6.   ClientHeight = 238
  7.   ClientWidth = 424
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 7
  19.     Top = 11
  20.     Width = 314
  21.     Height = 218
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 17
  26.     Top = 19
  27.     Width = 296
  28.     Height = 18
  29.     AutoSize = False
  30.     Caption = 'Pulse '#39'Ejecutar'#39' para inciar directamente el programa.'
  31.     WordWrap = True
  32.   end
  33.   object Logo: TImage
  34.     Left = 334
  35.     Top = 203
  36.     Width = 80
  37.     Height = 22
  38.     AutoSize = True
  39.     Picture.Data = {<image000.bmp>}
  40.   end
  41.   object Label3: TLabel
  42.     Left = 17
  43.     Top = 193
  44.     Width = 288
  45.     Height = 20
  46.     AutoSize = False
  47.     Caption = 'Pulse '#39'Salir'#39' para volver a Windows.'
  48.     WordWrap = True
  49.   end
  50.   object LblIE3: TLabel
  51.     Left = 17
  52.     Top = 77
  53.     Width = 296
  54.     Height = 44
  55.     AutoSize = False
  56.     Caption = 
  57.       'Pulse '#39'IE 4.01'#39' para instalar Internet Explorer 4.01. Es suficie' +
  58.       'nte con instalar el explorador y las extensiones multimedia.'
  59.     WordWrap = True
  60.   end
  61.   object Label2: TLabel
  62.     Left = 17
  63.     Top = 47
  64.     Width = 296
  65.     Height = 22
  66.     AutoSize = False
  67.     Caption = 'Pulse '#39'Icono'#39' para crear un acceso directo en el escritorio.'
  68.     WordWrap = True
  69.   end
  70.   object Label4: TLabel
  71.     Left = 17
  72.     Top = 129
  73.     Width = 296
  74.     Height = 28
  75.     AutoSize = False
  76.     Caption = 
  77.       'Pulse '#39'Complementos'#39' para instalar componentes adicionales de Mi' +
  78.       'crosoft Internet Explorer 4.01.'
  79.     WordWrap = True
  80.   end
  81.   object Label5: TLabel
  82.     Left = 17
  83.     Top = 157
  84.     Width = 292
  85.     Height = 20
  86.     AutoSize = False
  87.     Caption = '(Incluye Shockwave y soporte Japon∩┐╜s)'
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clWindowText
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = [fsBold]
  93.     ParentFont = False
  94.     WordWrap = True
  95.   end
  96.   object BtnExec: TButton
  97.     Left = 332
  98.     Top = 7
  99.     Width = 85
  100.     Height = 23
  101.     Caption = 'Ejecutar'
  102.     Default = True
  103.     ModalResult = 1
  104.     TabOrder = 0
  105.     OnClick = BtnExecClick
  106.   end
  107.   object BtnIcono: TButton
  108.     Left = 332
  109.     Top = 40
  110.     Width = 85
  111.     Height = 23
  112.     Caption = 'Icono'
  113.     ModalResult = 6
  114.     TabOrder = 1
  115.     OnClick = BtnIconoClick
  116.   end
  117.   object BtnCancel: TButton
  118.     Left = 332
  119.     Top = 155
  120.     Width = 85
  121.     Height = 23
  122.     Cancel = True
  123.     Caption = 'Salir'
  124.     ModalResult = 2
  125.     TabOrder = 4
  126.     OnClick = BtnCancelClick
  127.   end
  128.   object BtnExp: TButton
  129.     Left = 332
  130.     Top = 72
  131.     Width = 85
  132.     Height = 23
  133.     Caption = 'IE 4.01'
  134.     ModalResult = 6
  135.     TabOrder = 2
  136.     OnClick = BtnExpClick
  137.   end
  138.   object BtnAddon: TButton
  139.     Left = 332
  140.     Top = 104
  141.     Width = 85
  142.     Height = 23
  143.     Caption = 'Complementos'
  144.     ModalResult = 6
  145.     TabOrder = 3
  146.     OnClick = BtnAddonClick
  147.   end
  148. end
  149.