home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 January / PCWorld_2003-01_cd.bin / Akce / Program / Program.cab / Mill6.exe1 / 0 / RCDATA / TIMPORTFORM / TIMPORTFORM.txt
Text File  |  2002-11-27  |  2KB  |  98 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.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object imFileLabel: TLabel
  21.     Left = 24
  22.     Top = 16
  23.     Width = 50
  24.     Height = 16
  25.     Caption = 'Soubor: '
  26.   end
  27.   object imTotalLabel: TLabel
  28.     Left = 24
  29.     Top = 56
  30.     Width = 52
  31.     Height = 16
  32.     Caption = 'Celkem: '
  33.   end
  34.   object imAddedLabel: TLabel
  35.     Left = 24
  36.     Top = 104
  37.     Width = 50
  38.     Height = 16
  39.     Caption = 'P'#345'id'#225'no:'
  40.   end
  41.   object imDuplicityLabel: TLabel
  42.     Left = 24
  43.     Top = 80
  44.     Width = 57
  45.     Height = 16
  46.     Caption = 'Duplicity: '
  47.   end
  48.   object imTotalValue: TLabel
  49.     Left = 96
  50.     Top = 56
  51.     Width = 7
  52.     Height = 16
  53.     Caption = '0'
  54.   end
  55.   object imFileNameValue: TLabel
  56.     Left = 96
  57.     Top = 16
  58.     Width = 313
  59.     Height = 33
  60.     AutoSize = False
  61.     Caption = '<'#382#225'dn'#253' soubor>'
  62.     WordWrap = True
  63.   end
  64.   object imDuplicityValue: TLabel
  65.     Left = 96
  66.     Top = 80
  67.     Width = 7
  68.     Height = 16
  69.     Caption = '0'
  70.   end
  71.   object imAddedValue: TLabel
  72.     Left = 96
  73.     Top = 104
  74.     Width = 7
  75.     Height = 16
  76.     Caption = '0'
  77.   end
  78.   object imProgressBar: TProgressBar
  79.     Left = 24
  80.     Top = 136
  81.     Width = 377
  82.     Height = 21
  83.     Min = 0
  84.     Max = 100
  85.     TabOrder = 0
  86.   end
  87.   object imStopButton: TButton
  88.     Left = 168
  89.     Top = 168
  90.     Width = 100
  91.     Height = 28
  92.     Caption = 'P'#345'eru'#353'it'
  93.     ModalResult = 1
  94.     TabOrder = 1
  95.     OnClick = imStopButtonClick
  96.   end
  97. end
  98.