home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 July & August / PCWorld_2004-07-08_cd.bin / akce / millenium / control.cab / control.exe / 0 / RCDATA / TIMPORTFORM / TIMPORTFORM.txt
Text File  |  2004-03-03  |  2KB  |  97 lines

  1. object ImportForm: TImportForm
  2.   Left = 651
  3.   Top = 435
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Import'
  7.   ClientHeight = 212
  8.   ClientWidth = 419
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object imFileLabel: TLabel
  22.     Left = 24
  23.     Top = 16
  24.     Width = 50
  25.     Height = 16
  26.     Caption = 'Soubor: '
  27.   end
  28.   object imTotalLabel: TLabel
  29.     Left = 24
  30.     Top = 56
  31.     Width = 52
  32.     Height = 16
  33.     Caption = 'Celkem: '
  34.   end
  35.   object imAddedLabel: TLabel
  36.     Left = 24
  37.     Top = 104
  38.     Width = 50
  39.     Height = 16
  40.     Caption = 'P'#345'id'#225'no:'
  41.   end
  42.   object imDuplicityLabel: TLabel
  43.     Left = 24
  44.     Top = 80
  45.     Width = 57
  46.     Height = 16
  47.     Caption = 'Duplicity: '
  48.   end
  49.   object imTotalValue: TLabel
  50.     Left = 96
  51.     Top = 56
  52.     Width = 7
  53.     Height = 16
  54.     Caption = '0'
  55.   end
  56.   object imFileNameValue: TLabel
  57.     Left = 96
  58.     Top = 16
  59.     Width = 313
  60.     Height = 33
  61.     AutoSize = False
  62.     Caption = '<'#382#225'dn'#253' soubor>'
  63.     WordWrap = True
  64.   end
  65.   object imDuplicityValue: TLabel
  66.     Left = 96
  67.     Top = 80
  68.     Width = 7
  69.     Height = 16
  70.     Caption = '0'
  71.   end
  72.   object imAddedValue: TLabel
  73.     Left = 96
  74.     Top = 104
  75.     Width = 7
  76.     Height = 16
  77.     Caption = '0'
  78.   end
  79.   object imProgressBar: TProgressBar
  80.     Left = 24
  81.     Top = 136
  82.     Width = 377
  83.     Height = 21
  84.     TabOrder = 0
  85.   end
  86.   object imStopButton: TButton
  87.     Left = 168
  88.     Top = 168
  89.     Width = 100
  90.     Height = 28
  91.     Caption = 'P'#345'eru'#353'it'
  92.     ModalResult = 1
  93.     TabOrder = 1
  94.     OnClick = imStopButtonClick
  95.   end
  96. end
  97.