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 / TFORMIMPORT / TFORMIMPORT.txt
Text File  |  2004-03-03  |  2KB  |  81 lines

  1. object FormImport: TFormImport
  2.   Left = 535
  3.   Top = 190
  4.   Width = 800
  5.   Height = 519
  6.   Caption = 'Import u'#382'ivatelsk'#233'ho slovn'#237'ku'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   DesignSize = (
  16.     792
  17.     486)
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object FileNameLabel: TLabel
  21.     Left = 24
  22.     Top = 16
  23.     Width = 50
  24.     Height = 16
  25.     Anchors = [akLeft, akBottom]
  26.     Caption = 'Soubor: '
  27.   end
  28.   object Grid: TTntStringGrid
  29.     Left = 16
  30.     Top = 40
  31.     Width = 761
  32.     Height = 385
  33.     ColCount = 9
  34.     RowCount = 2
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -13
  38.     Font.Name = 'Tahoma'
  39.     Font.Style = []
  40.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goEditing]
  41.     ParentFont = False
  42.     TabOrder = 0
  43.   end
  44.   object Button1: TButton
  45.     Left = 456
  46.     Top = 440
  47.     Width = 100
  48.     Height = 28
  49.     Caption = 'Otev'#345#237't'
  50.     TabOrder = 1
  51.     OnClick = Button1Click
  52.   end
  53.   object Button2: TButton
  54.     Left = 568
  55.     Top = 440
  56.     Width = 100
  57.     Height = 28
  58.     Caption = 'Import'
  59.     Enabled = False
  60.     TabOrder = 2
  61.     OnClick = Button2Click
  62.   end
  63.   object Button3: TButton
  64.     Left = 680
  65.     Top = 440
  66.     Width = 100
  67.     Height = 28
  68.     Caption = 'Zav'#345#237't'
  69.     ModalResult = 2
  70.     TabOrder = 3
  71.   end
  72.   object ImportDialog: TOpenDialog
  73.     Filter = 
  74.       'Text form'#225'tu Unicode UTF-8|*.txt|Text form'#225'tu Windows 1250 (St'#345'e' +
  75.       'doevropsk'#253')|*.txt'
  76.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  77.     Left = 408
  78.     Top = 440
  79.   end
  80. end
  81.