home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFCSVIMPORT / TFCSVIMPORT.txt
Encoding:
Text File  |  2004-06-06  |  2.9 KB  |  157 lines

  1. object fCSVImport: TfCSVImport
  2.   Left = 296
  3.   Top = 266
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Import z CSV'
  6.   ClientHeight = 225
  7.   ClientWidth = 353
  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.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object gbCVSImport: TGroupBox
  20.     Left = 8
  21.     Top = 80
  22.     Width = 257
  23.     Height = 105
  24.     Caption = 'CSV import'
  25.     TabOrder = 1
  26.     object lCSVDelim: TLabel
  27.       Left = 16
  28.       Top = 28
  29.       Width = 55
  30.       Height = 13
  31.       Caption = 'Odd'#283'lova'#269':'
  32.     end
  33.     object lCSVEnclose: TLabel
  34.       Left = 16
  35.       Top = 52
  36.       Width = 67
  37.       Height = 13
  38.       Caption = 'Uzav'#345'en'#237' pol'#237':'
  39.     end
  40.     object lCSVCP: TLabel
  41.       Left = 16
  42.       Top = 76
  43.       Width = 78
  44.       Height = 13
  45.       Caption = 'K'#243'dov'#225' str'#225'nka:'
  46.     end
  47.     object cbCSVDelim: TComboBox
  48.       Left = 176
  49.       Top = 24
  50.       Width = 65
  51.       Height = 21
  52.       ItemHeight = 13
  53.       MaxLength = 1
  54.       TabOrder = 0
  55.       Text = ';'
  56.       Items.Strings = (
  57.         ';'
  58.         ',')
  59.     end
  60.     object cbCSVEnclose: TComboBox
  61.       Left = 176
  62.       Top = 48
  63.       Width = 65
  64.       Height = 21
  65.       ItemHeight = 13
  66.       MaxLength = 1
  67.       TabOrder = 1
  68.       Text = '"'
  69.       Items.Strings = (
  70.         '"'
  71.         #39)
  72.     end
  73.     object cbCSVCP: TComboBox
  74.       Left = 120
  75.       Top = 72
  76.       Width = 121
  77.       Height = 21
  78.       Style = csDropDownList
  79.       ItemHeight = 13
  80.       TabOrder = 2
  81.     end
  82.   end
  83.   object gbFile: TGroupBox
  84.     Left = 8
  85.     Top = 8
  86.     Width = 337
  87.     Height = 65
  88.     Caption = 'Soubor'
  89.     TabOrder = 0
  90.     object eFile: TEdit
  91.       Left = 16
  92.       Top = 24
  93.       Width = 281
  94.       Height = 21
  95.       TabOrder = 0
  96.       OnChange = eFileChange
  97.     end
  98.     object bFileOpen: TButton
  99.       Left = 296
  100.       Top = 24
  101.       Width = 21
  102.       Height = 21
  103.       Caption = '...'
  104.       TabOrder = 1
  105.       OnClick = bFileOpenClick
  106.     end
  107.   end
  108.   object bOK: TButton
  109.     Left = 184
  110.     Top = 192
  111.     Width = 75
  112.     Height = 25
  113.     Caption = '&OK'
  114.     Default = True
  115.     Enabled = False
  116.     ModalResult = 1
  117.     TabOrder = 3
  118.     OnClick = bOKClick
  119.   end
  120.   object bCancel: TButton
  121.     Left = 264
  122.     Top = 192
  123.     Width = 75
  124.     Height = 25
  125.     Cancel = True
  126.     Caption = '&Storno'
  127.     ModalResult = 2
  128.     TabOrder = 4
  129.   end
  130.   object gbResult: TGroupBox
  131.     Left = 272
  132.     Top = 80
  133.     Width = 73
  134.     Height = 105
  135.     Caption = 'Mo'#382'nosti'
  136.     TabOrder = 2
  137.     object rHTML: TRadioButton
  138.       Left = 8
  139.       Top = 24
  140.       Width = 57
  141.       Height = 17
  142.       Caption = 'HTML'
  143.       Checked = True
  144.       TabOrder = 0
  145.       TabStop = True
  146.     end
  147.     object rXML: TRadioButton
  148.       Left = 8
  149.       Top = 48
  150.       Width = 57
  151.       Height = 17
  152.       Caption = 'XML'
  153.       TabOrder = 1
  154.     end
  155.   end
  156. end
  157.