home *** CD-ROM | disk | FTP | other *** search
- object fCSVImport: TfCSVImport
- Left = 296
- Top = 266
- BorderStyle = bsToolWindow
- Caption = 'Import z CSV'
- ClientHeight = 225
- ClientWidth = 353
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object gbCVSImport: TGroupBox
- Left = 8
- Top = 80
- Width = 257
- Height = 105
- Caption = 'CSV import'
- TabOrder = 1
- object lCSVDelim: TLabel
- Left = 16
- Top = 28
- Width = 55
- Height = 13
- Caption = 'Odd'#283'lova'#269':'
- end
- object lCSVEnclose: TLabel
- Left = 16
- Top = 52
- Width = 67
- Height = 13
- Caption = 'Uzav'#345'en'#237' pol'#237':'
- end
- object lCSVCP: TLabel
- Left = 16
- Top = 76
- Width = 78
- Height = 13
- Caption = 'K'#243'dov'#225' str'#225'nka:'
- end
- object cbCSVDelim: TComboBox
- Left = 176
- Top = 24
- Width = 65
- Height = 21
- ItemHeight = 13
- MaxLength = 1
- TabOrder = 0
- Text = ';'
- Items.Strings = (
- ';'
- ',')
- end
- object cbCSVEnclose: TComboBox
- Left = 176
- Top = 48
- Width = 65
- Height = 21
- ItemHeight = 13
- MaxLength = 1
- TabOrder = 1
- Text = '"'
- Items.Strings = (
- '"'
- #39)
- end
- object cbCSVCP: TComboBox
- Left = 120
- Top = 72
- Width = 121
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- end
- end
- object gbFile: TGroupBox
- Left = 8
- Top = 8
- Width = 337
- Height = 65
- Caption = 'Soubor'
- TabOrder = 0
- object eFile: TEdit
- Left = 16
- Top = 24
- Width = 281
- Height = 21
- TabOrder = 0
- OnChange = eFileChange
- end
- object bFileOpen: TButton
- Left = 296
- Top = 24
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = bFileOpenClick
- end
- end
- object bOK: TButton
- Left = 184
- Top = 192
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 3
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 264
- Top = 192
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Storno'
- ModalResult = 2
- TabOrder = 4
- end
- object gbResult: TGroupBox
- Left = 272
- Top = 80
- Width = 73
- Height = 105
- Caption = 'Mo'#382'nosti'
- TabOrder = 2
- object rHTML: TRadioButton
- Left = 8
- Top = 24
- Width = 57
- Height = 17
- Caption = 'HTML'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rXML: TRadioButton
- Left = 8
- Top = 48
- Width = 57
- Height = 17
- Caption = 'XML'
- TabOrder = 1
- end
- end
- end
-