home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / ctenari / Marek / BUDIK.EXE / 0 / RCDATA / TEXPORTFORM / TEXPORTFORM.txt
Text File  |  1999-05-27  |  10KB  |  265 lines

  1. object ExportForm: TExportForm
  2.   Left = 105
  3.   Top = 94
  4.   HelpContext = 66
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Export dat'
  8.   ClientHeight = 144
  9.   ClientWidth = 358
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 16
  24.     Width = 58
  25.     Height = 13
  26.     Caption = 'Do souboru:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 48
  31.     Width = 100
  32.     Height = 13
  33.     Caption = 'Znak odd∩┐╜luj∩┐╜c∩┐╜ pole:'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 8
  37.     Top = 74
  38.     Width = 101
  39.     Height = 13
  40.     Caption = 'Znak textov∩┐╜ho pole:'
  41.   end
  42.   object feSoubor: TFilenameEdit
  43.     Left = 69
  44.     Top = 13
  45.     Width = 276
  46.     Height = 21
  47.     DialogKind = dkSave
  48.     DefaultExt = '*.CSV'
  49.     Filter = 'ASCII soubory (*.TXT, *.CSV)|*.TXT;*.CSV'
  50.     FilterIndex = 2
  51.     DialogTitle = 'Export dat'
  52.     NumGlyphs = 1
  53.     TabOrder = 0
  54.     OnChange = feSouborChange
  55.   end
  56.   object cbZnak: TComboBox
  57.     Left = 115
  58.     Top = 46
  59.     Width = 86
  60.     Height = 21
  61.     Style = csDropDownList
  62.     ItemHeight = 13
  63.     Items.Strings = (
  64.       '∩┐╜∩┐╜rka'
  65.       'st∩┐╜edn∩┐╜k'
  66.       'mezera'
  67.       'tabul∩┐╜tor')
  68.     TabOrder = 1
  69.   end
  70.   object cbTextZnak: TComboBox
  71.     Left = 115
  72.     Top = 70
  73.     Width = 86
  74.     Height = 21
  75.     Style = csDropDownList
  76.     ItemHeight = 13
  77.     Items.Strings = (
  78.       '"'
  79.       #39
  80.       '∩┐╜∩┐╜dn∩┐╜')
  81.     TabOrder = 2
  82.   end
  83.   object cbNazvy: TCheckBox
  84.     Left = 11
  85.     Top = 96
  86.     Width = 78
  87.     Height = 17
  88.     Caption = 'N∩┐╜zvy pol∩┐╜'
  89.     TabOrder = 4
  90.   end
  91.   object cbBezEntru: TCheckBox
  92.     Left = 107
  93.     Top = 96
  94.     Width = 134
  95.     Height = 17
  96.     Caption = 'Bez konce ∩┐╜∩┐╜dk∩┐╜ <CR>'
  97.     TabOrder = 5
  98.   end
  99.   object panel1: TPanel
  100.     Left = 0
  101.     Top = 115
  102.     Width = 358
  103.     Height = 29
  104.     Align = alBottom
  105.     BevelOuter = bvNone
  106.     TabOrder = 6
  107.     object sbOk: TRxSpeedButton
  108.       Left = 94
  109.       Top = 2
  110.       Width = 78
  111.       Height = 25
  112.       Caption = '&Ok'
  113.       Flat = True
  114.       Glyph.Data = {
  115.         F6000000424DF600000000000000760000002800000010000000100000000100
  116.         0400000000008000000000000000000000001000000010000000000000000000
  117.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  118.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFBFFF
  119.         FFFFFFFFFFFBABFFFFFFFFFFFFB22BFFFFFFFFFFFB2222BFFFFFFFFFB22222BF
  120.         FFFFFFFB222E222BFFFFFFB222EFE22BFFFFFF222EFFFE22BFFFFFA22FFFFFA2
  121.         ABFFFFEAEFFFFFE22AFFFFFFFFFFFFFA22BFFFFFFFFFFFFE22AFFFFFFFFFFFFF
  122.         EAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  123.       GrayedInactive = False
  124.       Layout = blGlyphLeft
  125.       Spacing = 4
  126.       OnClick = sbOkClick
  127.     end
  128.     object sbStorno: TRxSpeedButton
  129.       Left = 178
  130.       Top = 2
  131.       Width = 81
  132.       Height = 25
  133.       Caption = '&Storno'
  134.       Flat = True
  135.       Glyph.Data = {
  136.         F6000000424DF600000000000000760000002800000010000000100000000100
  137.         0400000000008000000000000000000000001000000010000000000000000000
  138.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  139.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  140.         FFFFFFFFFFFFFFFFFFFFFFFBFFFFFBB93FFFFF99BFFFB9999FFFFF799BFB9997
  141.         FFFFFFF939B999FFFFFFFFFF99399FFFFFFFFFFFF99999FFFFFFFFFFFF99999B
  142.         FFFFFFFFFB999993BFFFFFFFFB99FF999BFFFFFBB99FFFF939BFFFB9997FFFFF
  143.         99FFFFF99FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  144.       GrayedInactive = False
  145.       Layout = blGlyphLeft
  146.       Spacing = 4
  147.       OnClick = sbStornoClick
  148.     end
  149.     object sbNapoveda: TRxSpeedButton
  150.       Left = 265
  151.       Top = 2
  152.       Width = 83
  153.       Height = 25
  154.       Caption = '&N∩┐╜pov∩┐╜da'
  155.       Flat = True
  156.       Glyph.Data = {
  157.         BE060000424DBE06000000000000360400002800000024000000120000000100
  158.         0800000000008802000000000000000000000001000000000000000000000000
  159.         BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000C0DCC000F0CA
  160.         A600000000000000000000000000000000000000000000000000000000000000
  161.         0000000000000000000000000000000000000000000000000000000000000000
  162.         0000000000000000000000000000000000000000000000000000000000000000
  163.         0000000000000000000000000000000000000000000000000000000000000000
  164.         0000000000000000000000000000000000000000000000000000000000000000
  165.         0000000000000000000000000000000000000000000000000000000000000000
  166.         0000000000000000000000000000000000000000000000000000000000000000
  167.         0000000000000000000000000000000000000000000000000000000000000000
  168.         0000000000000000000000000000000000000000000000000000000000000000
  169.         0000000000000000000000000000000000000000000000000000000000000000
  170.         0000000000000000000000000000000000000000000000000000000000000000
  171.         0000000000000000000000000000000000000000000000000000000000000000
  172.         0000000000000000000000000000000000000000000000000000000000000000
  173.         0000000000000000000000000000000000000000000000000000000000000000
  174.         0000000000000000000000000000000000000000000000000000000000000000
  175.         0000000000000000000000000000000000000000000000000000000000000000
  176.         0000000000000000000000000000000000000000000000000000000000000000
  177.         0000000000000000000000000000000000000000000000000000000000000000
  178.         0000000000000000000000000000000000000000000000000000000000000000
  179.         0000000000000000000000000000000000000000000000000000000000000000
  180.         0000000000000000000000000000000000000000000000000000000000000000
  181.         0000000000000000000000000000000000000000000000000000000000000000
  182.         0000000000000000000000000000000000000000000000000000000000000000
  183.         0000000000000000000000000000000000000000000000000000000000000000
  184.         0000000000000000000000000000000000000000000000000000000000000000
  185.         0000000000000000000000000000000000000000000000000000000000000000
  186.         0000000000000000000000000000000000000000000000000000000000000000
  187.         0000000000000000000000000000000000000000000000000000000000000000
  188.         0000000000000000000000000000000000000000000000000000000000000000
  189.         000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  190.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
  191.         07070303070707070707070707070707070707FFFF0707070707070707070707
  192.         07070707070300F8030707070707070707070707070707F8F8FF070707070707
  193.         070707070707070707FB03030007070707070707070707070707F8FF07F8FF07
  194.         0707070707070707070707070707FB030307070707070707070707070707F8FF
  195.         FFF8FF0707070707070707070707070707070707070707070707070707070707
  196.         070707F8F8070707070707070707070707070707070700F80307070707070707
  197.         0707070707070707FFFF07070707070707070707070707070703030300070707
  198.         0707070707070707070707F8F8F8FF0707070707070707070707070707FB0303
  199.         F807070707070707070707070707F8FF07F8FF07070707070707070707070707
  200.         07FB03030300070707070707070707070707F8FF07F8FF070707070707070707
  201.         070707070707FB030303F80707070707070707070707F8FF0707F8FF07070707
  202.         0707070707070707070707FB030303000707070707070707070707F8FF0707F8
  203.         FF0707070707070707070700F8070707FB030303F80707070707070707FF0707
  204.         F8FF0707F8FF070707070707070703030300070707FB03030007070707070707
  205.         F8F8FF0707F8FF0707F8FF07070707070707FB030303F800F8030303F8070707
  206.         070707F8FF07F8FFFFFFF80707F8FF0707070707070707FB0303030303030303
  207.         03070707070707F8FF0707F8F8F8070707F8FF070707070707070707FBFB0303
  208.         030303030707070707070707F8FFFF070707070707F807070707070707070707
  209.         0707FBFBFBFBFB07070707070707070707F8F8FFFFFFFFFFF807070707070707
  210.         0707070707070707070707070707070707070707070707F8F8F8F8F807070707
  211.         0707}
  212.       GrayedInactive = False
  213.       Layout = blGlyphLeft
  214.       NumGlyphs = 2
  215.       Spacing = 2
  216.       OnClick = sbNapovedaClick
  217.     end
  218.     object sbPole: TRxSpeedButton
  219.       Left = 10
  220.       Top = 2
  221.       Width = 78
  222.       Height = 25
  223.       Caption = '&Pole...'
  224.       Flat = True
  225.       Glyph.Data = {
  226.         66010000424D6601000000000000760000002800000014000000140000000100
  227.         040000000000F000000000000000000000001000000010000000000000000000
  228.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  229.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  230.         5555555500005577777777777777777500005000000000000000007500005088
  231.         80FFFFFF0FFFF0750000508180F4444F0F44F0750000508880FFFFFF0FFFF075
  232.         0000508180F4444F0F44F0750000508880FFFFFF0FFFF0750000508180F4444F
  233.         0F44F0750000508880FF0078088880750000508180F400007844807500005088
  234.         80FF7008007880750000508180F4408FF80080750000508880FFF70FFF800075
  235.         0000500000000008FF803007000050EEEEEEEE70880B43000000500000000000
  236.         00FBB43000005555555555550BFFBB43000055555555555550BFFBB400005555
  237.         55555555550BFFBB0000}
  238.       GrayedInactive = False
  239.       Layout = blGlyphLeft
  240.       Spacing = 4
  241.       OnClick = sbPoleClick
  242.     end
  243.   end
  244.   object cbOdZaznamy: TCheckBox
  245.     Left = 211
  246.     Top = 47
  247.     Width = 126
  248.     Height = 17
  249.     Caption = 'odd∩┐╜luj∩┐╜c∩┐╜ z∩┐╜znamy'
  250.     TabOrder = 3
  251.   end
  252.   object Dual: TDualListDialog
  253.     Sorted = False
  254.     Title = 'Struktura souboru'
  255.     Label1Caption = 'Dostupn∩┐╜ pole'
  256.     Label2Caption = 'Soubor'
  257.     OkBtnCaption = 'Ok'
  258.     CancelBtnCaption = '&Storno'
  259.     HelpBtnCaption = '&N∩┐╜pov∩┐╜da'
  260.     HelpContext = 66
  261.     Left = 264
  262.     Top = 65535
  263.   end
  264. end
  265.