home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Demo / Panda / platinumisshuk.exe / data1.cab / Comunes / FwAct.exe / 0 / RCDATA / TFMWIZARD / TFMWIZARD.txt < prev   
Encoding:
Text File  |  2003-11-01  |  10.9 KB  |  448 lines

  1. object fmWizard: TfmWizard
  2.   Left = 393
  3.   Top = 264
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 358
  7.   ClientWidth = 495
  8.   Color = 14215660
  9.   Constraints.MaxHeight = 385
  10.   Constraints.MaxWidth = 503
  11.   Constraints.MinHeight = 385
  12.   Constraints.MinWidth = 503
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   Icon.Data = {<image000.ico>}
  19.   OldCreateOrder = False
  20.   Position = poScreenCenter
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object PlaBevel1: TPlaBevel
  28.     Left = 0
  29.     Top = 313
  30.     Width = 495
  31.     Height = 2
  32.     Shape = bsTopLine
  33.   end
  34.   object PanelIntro: TPanel
  35.     Left = 0
  36.     Top = 0
  37.     Width = 495
  38.     Height = 313
  39.     BevelOuter = bvNone
  40.     Color = clWhite
  41.     TabOrder = 0
  42.     object ImagenLateral: TImage
  43.       Left = 0
  44.       Top = 0
  45.       Width = 164
  46.       Height = 313
  47.       Align = alLeft
  48.       Picture.Data = {<image001.bmp>}
  49.     end
  50.     object PanelTextoIntro: TPanel
  51.       Left = 176
  52.       Top = 5
  53.       Width = 305
  54.       Height = 300
  55.       BevelOuter = bvNone
  56.       ParentColor = True
  57.       TabOrder = 0
  58.       object lbTituloIntro: TLabel
  59.         Left = 0
  60.         Top = 0
  61.         Width = 305
  62.         Height = 20
  63.         Align = alTop
  64.         AutoSize = False
  65.         Caption = 'Titulo'
  66.         Constraints.MaxHeight = 140
  67.         Font.Charset = DEFAULT_CHARSET
  68.         Font.Color = clWindowText
  69.         Font.Height = -17
  70.         Font.Name = 'Verdana'
  71.         Font.Style = []
  72.         ParentFont = False
  73.         Transparent = True
  74.         WordWrap = True
  75.       end
  76.       object lbMensajeIntro: TLabel
  77.         Left = 0
  78.         Top = 20
  79.         Width = 305
  80.         Height = 21
  81.         Align = alTop
  82.         AutoSize = False
  83.         Caption = 'Mensaje'
  84.         Font.Charset = DEFAULT_CHARSET
  85.         Font.Color = clWindowText
  86.         Font.Height = -11
  87.         Font.Name = 'Tahoma'
  88.         Font.Style = []
  89.         ParentFont = False
  90.         Transparent = True
  91.         WordWrap = True
  92.       end
  93.     end
  94.   end
  95.   object PanelPasos: TPanel
  96.     Left = 0
  97.     Top = 0
  98.     Width = 495
  99.     Height = 313
  100.     BevelOuter = bvNone
  101.     ParentColor = True
  102.     TabOrder = 1
  103.     object Notebook1: TNotebook
  104.       Left = 0
  105.       Top = 59
  106.       Width = 495
  107.       Height = 251
  108.       Align = alTop
  109.       TabOrder = 0
  110.       object TPage
  111.         Left = 0
  112.         Top = 0
  113.         Caption = 'Adaptadores'
  114.         object PanelUnoSolo: TPanel
  115.           Left = 28
  116.           Top = 16
  117.           Width = 439
  118.           Height = 196
  119.           BevelOuter = bvNone
  120.           ParentColor = True
  121.           TabOrder = 0
  122.           object lbMensajeAdaptador: TLabel
  123.             Left = 0
  124.             Top = 0
  125.             Width = 439
  126.             Height = 13
  127.             Align = alTop
  128.             AutoSize = False
  129.             Caption = 'Mensaje'
  130.             Constraints.MaxHeight = 140
  131.             Transparent = True
  132.             WordWrap = True
  133.           end
  134.           object PanelCheck: TPanel
  135.             Left = 0
  136.             Top = 13
  137.             Width = 439
  138.             Height = 183
  139.             Align = alClient
  140.             BevelOuter = bvNone
  141.             ParentColor = True
  142.             TabOrder = 0
  143.             object CheckBoxAdaptador: TPlaCheckBox
  144.               Left = 42
  145.               Top = 24
  146.               Width = 119
  147.               Height = 16
  148.               Caption = 'CheckBoxAdaptador'
  149.               Font.Charset = DEFAULT_CHARSET
  150.               Font.Color = clWindowText
  151.               Font.Height = -11
  152.               Font.Name = 'Tahoma'
  153.               Font.Style = []
  154.               ParentFont = False
  155.               TabOrder = 0
  156.               State = cbChecked
  157.             end
  158.           end
  159.         end
  160.         object PanelVarios: TPanel
  161.           Left = 28
  162.           Top = 16
  163.           Width = 439
  164.           Height = 193
  165.           BevelOuter = bvNone
  166.           ParentColor = True
  167.           TabOrder = 1
  168.           object lbMensajeAdaptadores: TLabel
  169.             Left = 0
  170.             Top = 0
  171.             Width = 439
  172.             Height = 13
  173.             Align = alTop
  174.             AutoSize = False
  175.             Caption = 'Mensaje'
  176.             Constraints.MaxHeight = 140
  177.             Transparent = True
  178.             WordWrap = True
  179.           end
  180.           object ListView1: TPlaListView
  181.             Left = 0
  182.             Top = 13
  183.             Width = 439
  184.             Height = 180
  185.             Align = alClient
  186.             CanSortByColumn = False
  187.             CanMoveColumns = False
  188.             Color = clWhite
  189.             CheckBoxes = True
  190.             Columns = <>
  191.             DragCursor = crDrag
  192.             DragMode = dmManual
  193.             Font.Charset = DEFAULT_CHARSET
  194.             Font.Color = clBlack
  195.             Font.Height = -11
  196.             Font.Name = 'Tahoma'
  197.             Font.Style = []
  198.             HideSelection = True
  199.             MultiSelect = False
  200.             ParentColor = False
  201.             ParentFont = False
  202.             ShowColumnHeaders = True
  203.             TabOrder = 0
  204.             Data = {000100000000FE}
  205.           end
  206.         end
  207.       end
  208.       object TPage
  209.         Left = 0
  210.         Top = 0
  211.         Caption = 'Programas'
  212.         object Panel3: TPanel
  213.           Left = 28
  214.           Top = 12
  215.           Width = 435
  216.           Height = 209
  217.           BevelOuter = bvNone
  218.           ParentColor = True
  219.           TabOrder = 0
  220.           object lbMensajeProgramas: TLabel
  221.             Left = 0
  222.             Top = 0
  223.             Width = 435
  224.             Height = 13
  225.             Align = alTop
  226.             AutoSize = False
  227.             Caption = 'Mensaje'
  228.             Constraints.MaxHeight = 140
  229.             Font.Charset = DEFAULT_CHARSET
  230.             Font.Color = clWindowText
  231.             Font.Height = -11
  232.             Font.Name = 'Tahoma'
  233.             Font.Style = []
  234.             ParentFont = False
  235.             Transparent = True
  236.             WordWrap = True
  237.           end
  238.           object Panel4: TPanel
  239.             Left = 0
  240.             Top = 13
  241.             Width = 435
  242.             Height = 161
  243.             Align = alClient
  244.             BevelOuter = bvNone
  245.             ParentColor = True
  246.             TabOrder = 0
  247.             object CheckBoxProgramas: TPlaCheckBox
  248.               Left = 10
  249.               Top = 24
  250.               Width = 119
  251.               Height = 16
  252.               Caption = 'CheckBoxProgramas'
  253.               Font.Charset = DEFAULT_CHARSET
  254.               Font.Color = clWindowText
  255.               Font.Height = -11
  256.               Font.Name = 'Tahoma'
  257.               Font.Style = []
  258.               ParentFont = False
  259.               TabOrder = 0
  260.               OnClick = CheckBoxProgramasClick
  261.               State = cbChecked
  262.             end
  263.           end
  264.           object Panel5: TPanel
  265.             Left = 0
  266.             Top = 174
  267.             Width = 435
  268.             Height = 35
  269.             Align = alBottom
  270.             BevelOuter = bvNone
  271.             ParentColor = True
  272.             TabOrder = 1
  273.             object btProgramas: TPlaBitBtn
  274.               Left = 200
  275.               Top = 8
  276.               Width = 235
  277.               Height = 21
  278.               Caption = 'Ver programas comunes'
  279.               Font.Charset = DEFAULT_CHARSET
  280.               Font.Color = clWindowText
  281.               Font.Height = -11
  282.               Font.Name = 'Tahoma'
  283.               Font.Style = []
  284.               ParentFont = False
  285.               TabOrder = 0
  286.               OnClick = btProgramasClick
  287.             end
  288.           end
  289.         end
  290.       end
  291.       object TPage
  292.         Left = 0
  293.         Top = 0
  294.         Caption = 'Finalizando'
  295.         object Panel1: TPanel
  296.           Left = 28
  297.           Top = 12
  298.           Width = 435
  299.           Height = 209
  300.           BevelOuter = bvNone
  301.           ParentColor = True
  302.           TabOrder = 0
  303.           object lbMensajeFinalizar: TLabel
  304.             Left = 0
  305.             Top = 0
  306.             Width = 435
  307.             Height = 13
  308.             Align = alTop
  309.             AutoSize = False
  310.             Caption = 'Mensaje'
  311.             Constraints.MaxHeight = 140
  312.             Font.Charset = DEFAULT_CHARSET
  313.             Font.Color = clWindowText
  314.             Font.Height = -11
  315.             Font.Name = 'Tahoma'
  316.             Font.Style = []
  317.             ParentFont = False
  318.             Transparent = True
  319.             WordWrap = True
  320.           end
  321.           object Panel2: TPanel
  322.             Left = 0
  323.             Top = 13
  324.             Width = 435
  325.             Height = 161
  326.             Align = alClient
  327.             BevelOuter = bvNone
  328.             ParentColor = True
  329.             TabOrder = 0
  330.             object rdbSi: TRadioButton
  331.               Left = 40
  332.               Top = 8
  333.               Width = 393
  334.               Height = 17
  335.               Caption = 'rdbSi'
  336.               Checked = True
  337.               TabOrder = 0
  338.               TabStop = True
  339.               OnClick = rdbSiClick
  340.             end
  341.             object rdbNo: TRadioButton
  342.               Left = 40
  343.               Top = 32
  344.               Width = 393
  345.               Height = 17
  346.               Caption = 'rdbNo'
  347.               TabOrder = 1
  348.               OnClick = rdbNoClick
  349.             end
  350.           end
  351.           object Panel6: TPanel
  352.             Left = 0
  353.             Top = 174
  354.             Width = 435
  355.             Height = 35
  356.             Align = alBottom
  357.             BevelOuter = bvNone
  358.             ParentColor = True
  359.             TabOrder = 1
  360.           end
  361.         end
  362.       end
  363.     end
  364.     object PanelCabecera: TPanel
  365.       Left = 0
  366.       Top = 0
  367.       Width = 495
  368.       Height = 59
  369.       Align = alTop
  370.       BevelOuter = bvNone
  371.       Color = clWindow
  372.       TabOrder = 1
  373.       object ImagenCabecera: TImage
  374.         Left = 237
  375.         Top = 0
  376.         Width = 258
  377.         Height = 59
  378.         Align = alRight
  379.         AutoSize = True
  380.         Picture.Data = {<image002.bmp>}
  381.       end
  382.       object lbTitulo: TLabel
  383.         Left = 28
  384.         Top = 12
  385.         Width = 440
  386.         Height = 13
  387.         AutoSize = False
  388.         Caption = 'Titulo1'
  389.         Font.Charset = ANSI_CHARSET
  390.         Font.Color = clWindowText
  391.         Font.Height = -11
  392.         Font.Name = 'Tahoma'
  393.         Font.Style = [fsBold]
  394.         ParentFont = False
  395.         Transparent = True
  396.         Layout = tlBottom
  397.       end
  398.     end
  399.   end
  400.   object btSiguiente: TPlaBitBtn
  401.     Left = 318
  402.     Top = 326
  403.     Width = 79
  404.     Height = 21
  405.     Caption = '&Siguiente >'
  406.     Font.Charset = DEFAULT_CHARSET
  407.     Font.Color = clWindowText
  408.     Font.Height = -11
  409.     Font.Name = 'Tahoma'
  410.     Font.Style = []
  411.     ParentFont = False
  412.     TabOrder = 2
  413.     Default = True
  414.     ModalResult = 6
  415.   end
  416.   object btCancelar: TPlaBitBtn
  417.     Left = 405
  418.     Top = 326
  419.     Width = 79
  420.     Height = 21
  421.     Caption = 'Cancelar'
  422.     Font.Charset = DEFAULT_CHARSET
  423.     Font.Color = clWindowText
  424.     Font.Height = -11
  425.     Font.Name = 'Tahoma'
  426.     Font.Style = []
  427.     ParentFont = False
  428.     TabOrder = 3
  429.     Cancel = True
  430.     ModalResult = 2
  431.   end
  432.   object btAtras: TPlaBitBtn
  433.     Left = 231
  434.     Top = 326
  435.     Width = 79
  436.     Height = 21
  437.     Caption = '< &Atr∩┐╜s'
  438.     Font.Charset = DEFAULT_CHARSET
  439.     Font.Color = clWindowText
  440.     Font.Height = -11
  441.     Font.Name = 'Tahoma'
  442.     Font.Style = []
  443.     ParentFont = False
  444.     TabOrder = 4
  445.     ModalResult = 7
  446.   end
  447. end
  448.