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.FR / 0 / RCDATA / TSLOTSTATUSDLG / TSLOTSTATUSDLG.txt
Text File  |  2003-02-05  |  2KB  |  117 lines

  1. object SlotStatusDlg: TSlotStatusDlg
  2.   Left = 305
  3.   Top = 397
  4.   Width = 374
  5.   Height = 440
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Etat de production'
  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 = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 344
  22.     Width = 366
  23.     Height = 69
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object Panel2: TPanel
  28.       Left = 287
  29.       Top = 0
  30.       Width = 79
  31.       Height = 69
  32.       Align = alRight
  33.       BevelOuter = bvNone
  34.       TabOrder = 0
  35.       object CancelBtn: TButton
  36.         Left = 1
  37.         Top = 43
  38.         Width = 75
  39.         Height = 23
  40.         Cancel = True
  41.         Caption = 'Fermer'
  42.         ModalResult = 2
  43.         TabOrder = 0
  44.       end
  45.     end
  46.     object GroupBox1: TGroupBox
  47.       Left = 8
  48.       Top = 6
  49.       Width = 233
  50.       Height = 57
  51.       Caption = 'R'#233'sum'#233
  52.       TabOrder = 1
  53.       object lblCreateSuccess: TLabel
  54.         Left = 184
  55.         Top = 16
  56.         Width = 32
  57.         Height = 13
  58.         Alignment = taRightJustify
  59.         AutoSize = False
  60.         Caption = '0'
  61.       end
  62.       object lblCreateError: TLabel
  63.         Left = 184
  64.         Top = 32
  65.         Width = 32
  66.         Height = 13
  67.         Alignment = taRightJustify
  68.         AutoSize = False
  69.         Caption = '0'
  70.       end
  71.       object Label3: TLabel
  72.         Left = 8
  73.         Top = 32
  74.         Width = 177
  75.         Height = 13
  76.         AutoSize = False
  77.         Caption = 'Echec cr'#233'ation :'
  78.       end
  79.       object Label4: TLabel
  80.         Left = 8
  81.         Top = 16
  82.         Width = 177
  83.         Height = 13
  84.         AutoSize = False
  85.         Caption = 'Cr'#233'ation r'#233'ussie :'
  86.       end
  87.     end
  88.   end
  89.   object lvSlotStatus: TListView
  90.     Left = 0
  91.     Top = 0
  92.     Width = 366
  93.     Height = 344
  94.     Align = alClient
  95.     Columns = <
  96.       item
  97.         Caption = 'Slot'
  98.         Width = 150
  99.       end
  100.       item
  101.         Caption = 'Etat'
  102.         Width = 180
  103.       end>
  104.     ColumnClick = False
  105.     HotTrackStyles = []
  106.     ReadOnly = True
  107.     RowSelect = True
  108.     SmallImages = ilDevices
  109.     TabOrder = 1
  110.     ViewStyle = vsReport
  111.   end
  112.   object ilDevices: TImageList
  113.     Left = 24
  114.     Top = 304
  115.   end
  116. end
  117.