home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TFORMBROWSEREXPORT / TFORMBROWSEREXPORT.txt < prev   
Text File  |  1999-09-06  |  3KB  |  151 lines

  1. object FormBrowserExport: TFormBrowserExport
  2.   Left = 177
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export dat'
  6.   ClientHeight = 180
  7.   ClientWidth = 518
  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.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LabelPlus1: TLabelPlus
  21.     Left = 12
  22.     Top = 132
  23.     Width = 116
  24.     Height = 13
  25.     Caption = '&Jm∩┐╜no c∩┐╜lov∩┐╜ho souboru'
  26.     FocusControl = EditFilename
  27.     Attached = True
  28.   end
  29.   object Image1: TImage
  30.     Left = 480
  31.     Top = 144
  32.     Width = 32
  33.     Height = 32
  34.     AutoSize = True
  35.     Picture.Data = {<image001.ico>}
  36.   end
  37.   object RadiosFormat: TRadioGroup
  38.     Left = 12
  39.     Top = 12
  40.     Width = 145
  41.     Height = 109
  42.     Caption = ' Form∩┐╜t '
  43.     ItemIndex = 0
  44.     Items.Strings = (
  45.       '&ASCII (odd∩┐╜lova∩┐╜)'
  46.       'A&SCII (pevn∩┐╜ ∩┐╜∩┐╜∩┐╜ka)'
  47.       '&Paradox'
  48.       '&DBase'
  49.       '&FoxPro')
  50.     TabOrder = 0
  51.   end
  52.   object BtnCancel: TButton
  53.     Left = 436
  54.     Top = 48
  55.     Width = 75
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = 'Storno'
  59.     ModalResult = 2
  60.     TabOrder = 5
  61.   end
  62.   object BtnOk: TButton
  63.     Left = 436
  64.     Top = 16
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'OK'
  68.     Default = True
  69.     Enabled = False
  70.     TabOrder = 4
  71.     OnClick = BtnOkClick
  72.   end
  73.   object EditFilename: TFilenameEdit
  74.     Left = 12
  75.     Top = 148
  76.     Width = 277
  77.     Height = 21
  78.     Separator = #0
  79.     Filter = 
  80.       'ASCII soubory (*.TXT)|*.txt|Tabulky Paradox (*.DB)|*.db|Tabulky ' +
  81.       'DBase/FoxPro (*.DBF)|*.dbf|V∩┐╜echny soubory (*.*)|*.*'
  82.     DialogOptions = [ofHideReadOnly]
  83.     ButtonHint = 'Proch∩┐╜zet'
  84.     ClickKey = 120
  85.     NumGlyphs = 1
  86.     ParentShowHint = False
  87.     ShowHint = True
  88.     TabOrder = 3
  89.     OnChange = EditFilenameChange
  90.   end
  91.   object RadiosCodePage: TRadioGroup
  92.     Left = 168
  93.     Top = 12
  94.     Width = 121
  95.     Height = 109
  96.     Caption = ' K∩┐╜dov∩┐╜ str∩┐╜nka '
  97.     ItemIndex = 0
  98.     Items.Strings = (
  99.       'ASCII (&437)'
  100.       'Windows (&1250)'
  101.       'Latin2 (&852)'
  102.       'Kameni∩┐╜t∩┐╜ (8&67)')
  103.     TabOrder = 1
  104.   end
  105.   object GroupRange: TGroupBox
  106.     Left = 300
  107.     Top = 12
  108.     Width = 125
  109.     Height = 109
  110.     Caption = ' Rozsah '
  111.     TabOrder = 2
  112.     object RBAll: TRadioButton
  113.       Left = 12
  114.       Top = 20
  115.       Width = 89
  116.       Height = 17
  117.       Caption = '&V∩┐╜echny v∩┐╜ty'
  118.       Checked = True
  119.       TabOrder = 0
  120.       TabStop = True
  121.       OnClick = RBClick
  122.     end
  123.     object RBFirstN: TRadioButton
  124.       Left = 12
  125.       Top = 44
  126.       Width = 97
  127.       Height = 17
  128.       Caption = 'Prvn∩┐╜ch &N v∩┐╜t'
  129.       TabOrder = 1
  130.       OnClick = RBClick
  131.     end
  132.     object SpinEdit: TNumEdit
  133.       Left = 16
  134.       Top = 72
  135.       Width = 97
  136.       Height = 21
  137.       Enabled = False
  138.       FloatDigits = 0
  139.       FloatFormat = ffGeneral
  140.       FloatPrecision = 15
  141.       Increment = 1.000000000000000000
  142.       TabOrder = 2
  143.     end
  144.   end
  145.   object Wallpaper1: TWallpaper
  146.     ResourceName = 'WALLPAPER'
  147.     Left = 304
  148.     Top = 144
  149.   end
  150. end
  151.