home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / MultiCopy.es / 0 / RCDATA / TDRIVESELFORM / TDRIVESELFORM.txt < prev   
Text File  |  2003-02-05  |  3KB  |  167 lines

  1. object DriveSelForm: TDriveSelForm
  2.   Left = 543
  3.   Top = 427
  4.   BorderStyle = bsDialog
  5.   Caption = 'Seleccionar controlador'
  6.   ClientHeight = 230
  7.   ClientWidth = 398
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 48
  22.     Top = 8
  23.     Width = 337
  24.     Height = 41
  25.     AutoSize = False
  26.     Caption = 
  27.       'Por favor, seleccione un controlador para su Dispositivo. Si no ' +
  28.       'aparece en la lista,  pruebe con uno de los controladores est'#225'nd' +
  29.       'ar.'
  30.     WordWrap = True
  31.   end
  32.   object Image1: TImage
  33.     Left = 8
  34.     Top = 8
  35.     Width = 32
  36.     Height = 32
  37.     Picture.Data = {<image000.ico>}
  38.   end
  39.   object Label2: TLabel
  40.     Left = 8
  41.     Top = 56
  42.     Width = 121
  43.     Height = 13
  44.     AutoSize = False
  45.     Caption = '&Fabricantes:'
  46.   end
  47.   object Label3: TLabel
  48.     Left = 168
  49.     Top = 56
  50.     Width = 121
  51.     Height = 13
  52.     AutoSize = False
  53.     Caption = 'Mo&delos:'
  54.   end
  55.   object lblStatus: TLabel
  56.     Left = 59
  57.     Top = 208
  58.     Width = 177
  59.     Height = 13
  60.     AutoSize = False
  61.     Visible = False
  62.   end
  63.   object lblSelected: TLabel
  64.     Left = 59
  65.     Top = 232
  66.     Width = 177
  67.     Height = 13
  68.     AutoSize = False
  69.     Visible = False
  70.   end
  71.   object Label4: TLabel
  72.     Left = 8
  73.     Top = 208
  74.     Width = 19
  75.     Height = 13
  76.     Caption = 'Ant:'
  77.     Visible = False
  78.   end
  79.   object Label5: TLabel
  80.     Left = 8
  81.     Top = 232
  82.     Width = 25
  83.     Height = 13
  84.     Caption = 'Nuevo:'
  85.     Visible = False
  86.   end
  87.   object OKBtn: TButton
  88.     Left = 239
  89.     Top = 204
  90.     Width = 75
  91.     Height = 23
  92.     Caption = 'OK'
  93.     Default = True
  94.     ModalResult = 1
  95.     TabOrder = 2
  96.   end
  97.   object CancelBtn: TButton
  98.     Left = 319
  99.     Top = 204
  100.     Width = 75
  101.     Height = 23
  102.     Cancel = True
  103.     Caption = 'Cancelar'
  104.     ModalResult = 2
  105.     TabOrder = 3
  106.   end
  107.   object Panel1: TPanel
  108.     Left = 6
  109.     Top = 72
  110.     Width = 155
  111.     Height = 129
  112.     BevelOuter = bvNone
  113.     BorderStyle = bsSingle
  114.     Caption = 'Panel1'
  115.     TabOrder = 0
  116.     object lvManufacturers: TListView
  117.       Left = 0
  118.       Top = 0
  119.       Width = 151
  120.       Height = 125
  121.       Align = alClient
  122.       BorderStyle = bsNone
  123.       Columns = <
  124.         item
  125.           Caption = 'Fabricante'
  126.           Width = 120
  127.         end>
  128.       HideSelection = False
  129.       ReadOnly = True
  130.       ShowColumnHeaders = False
  131.       TabOrder = 0
  132.       ViewStyle = vsReport
  133.       OnChange = lvManufacturersChange
  134.       OnChanging = lvManufacturersChanging
  135.     end
  136.   end
  137.   object Panel2: TPanel
  138.     Left = 168
  139.     Top = 72
  140.     Width = 225
  141.     Height = 129
  142.     BevelOuter = bvNone
  143.     BorderStyle = bsSingle
  144.     Caption = 'Panel2'
  145.     TabOrder = 1
  146.     object lvModels: TListView
  147.       Left = 0
  148.       Top = 0
  149.       Width = 221
  150.       Height = 125
  151.       Align = alClient
  152.       BorderStyle = bsNone
  153.       Columns = <
  154.         item
  155.           Width = 190
  156.         end>
  157.       HideSelection = False
  158.       ReadOnly = True
  159.       ShowColumnHeaders = False
  160.       TabOrder = 0
  161.       ViewStyle = vsReport
  162.       OnChange = lvModelsChange
  163.       OnChanging = lvManufacturersChanging
  164.     end
  165.   end
  166. end
  167.