object FormBrowserExport: TFormBrowserExport Left = 177 Top = 171 BorderStyle = bsDialog Caption = 'Export dat' ClientHeight = 180 ClientWidth = 518 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object LabelPlus1: TLabelPlus Left = 12 Top = 132 Width = 116 Height = 13 Caption = '&Jm�no c�lov�ho souboru' FocusControl = EditFilename Attached = True end object Image1: TImage Left = 480 Top = 144 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object RadiosFormat: TRadioGroup Left = 12 Top = 12 Width = 145 Height = 109 Caption = ' Form�t ' ItemIndex = 0 Items.Strings = ( '&ASCII (odd�lova�)' 'A&SCII (pevn� ���ka)' '&Paradox' '&DBase' '&FoxPro') TabOrder = 0 end object BtnCancel: TButton Left = 436 Top = 48 Width = 75 Height = 25 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 5 end object BtnOk: TButton Left = 436 Top = 16 Width = 75 Height = 25 Caption = 'OK' Default = True Enabled = False TabOrder = 4 OnClick = BtnOkClick end object EditFilename: TFilenameEdit Left = 12 Top = 148 Width = 277 Height = 21 Separator = #0 Filter = 'ASCII soubory (*.TXT)|*.txt|Tabulky Paradox (*.DB)|*.db|Tabulky ' + 'DBase/FoxPro (*.DBF)|*.dbf|V�echny soubory (*.*)|*.*' DialogOptions = [ofHideReadOnly] ButtonHint = 'Proch�zet' ClickKey = 120 NumGlyphs = 1 ParentShowHint = False ShowHint = True TabOrder = 3 OnChange = EditFilenameChange end object RadiosCodePage: TRadioGroup Left = 168 Top = 12 Width = 121 Height = 109 Caption = ' K�dov� str�nka ' ItemIndex = 0 Items.Strings = ( 'ASCII (&437)' 'Windows (&1250)' 'Latin2 (&852)' 'Kameni�t� (8&67)') TabOrder = 1 end object GroupRange: TGroupBox Left = 300 Top = 12 Width = 125 Height = 109 Caption = ' Rozsah ' TabOrder = 2 object RBAll: TRadioButton Left = 12 Top = 20 Width = 89 Height = 17 Caption = '&V�echny v�ty' Checked = True TabOrder = 0 TabStop = True OnClick = RBClick end object RBFirstN: TRadioButton Left = 12 Top = 44 Width = 97 Height = 17 Caption = 'Prvn�ch &N v�t' TabOrder = 1 OnClick = RBClick end object SpinEdit: TNumEdit Left = 16 Top = 72 Width = 97 Height = 21 Enabled = False FloatDigits = 0 FloatFormat = ffGeneral FloatPrecision = 15 Increment = 1.000000000000000000 TabOrder = 2 end end object Wallpaper1: TWallpaper ResourceName = 'WALLPAPER' Left = 304 Top = 144 end end