home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Bazy / Archiwum / Archiwum.exe / 0 / RCDATA / TFMAIN / TFMAIN.txt
Text File  |  2004-03-19  |  21KB  |  743 lines

  1. object fMain: TfMain
  2.   Left = 206
  3.   Top = 172
  4.   Width = 746
  5.   Height = 480
  6.   Caption = 'Wyszukiwanie w archiwum CHIP-a'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 213
  22.     Height = 446
  23.     Align = alLeft
  24.     BevelOuter = bvNone
  25.     BorderWidth = 2
  26.     TabOrder = 0
  27.     object GroupBox1: TGroupBox
  28.       Left = 2
  29.       Top = 2
  30.       Width = 209
  31.       Height = 442
  32.       Align = alClient
  33.       Caption = ' Wyszukiwanie '
  34.       TabOrder = 0
  35.       object Panel2: TPanel
  36.         Left = 2
  37.         Top = 15
  38.         Width = 205
  39.         Height = 425
  40.         Align = alClient
  41.         BevelOuter = bvNone
  42.         BorderWidth = 2
  43.         TabOrder = 0
  44.         object pgcntrlSearch: TPageControl
  45.           Left = 2
  46.           Top = 2
  47.           Width = 201
  48.           Height = 356
  49.           ActivePage = tbshtSimple
  50.           Align = alTop
  51.           Style = tsFlatButtons
  52.           TabOrder = 0
  53.           object tbshtSimple: TTabSheet
  54.             Caption = 'Proste'
  55.             object Label13: TLabel
  56.               Left = 3
  57.               Top = 2
  58.               Width = 108
  59.               Height = 13
  60.               Caption = 'ze wszystkimi s'#322'owami:'
  61.               FocusControl = edtSimpleText
  62.             end
  63.             object edtSimpleText: TEdit
  64.               Left = 3
  65.               Top = 18
  66.               Width = 187
  67.               Height = 21
  68.               TabOrder = 0
  69.             end
  70.             object RxDBLkupCmbSimpleDzial: TRxDBLookupCombo
  71.               Left = 3
  72.               Top = 50
  73.               Width = 187
  74.               Height = 21
  75.               DropDownCount = 8
  76.               DisplayEmpty = 'wszystkie dzia'#322'y'
  77.               LookupField = 'dzial'
  78.               LookupDisplay = 'dzial'
  79.               LookupSource = dsDzialy
  80.               TabOrder = 1
  81.             end
  82.             object btnSearchSimple: TButton
  83.               Left = 116
  84.               Top = 82
  85.               Width = 75
  86.               Height = 25
  87.               Caption = 'Szukaj'
  88.               Default = True
  89.               TabOrder = 2
  90.               OnClick = btnSearchSimpleClick
  91.             end
  92.             object btnHelp1: TButton
  93.               Left = 3
  94.               Top = 82
  95.               Width = 75
  96.               Height = 25
  97.               Action = actHelp
  98.               TabOrder = 3
  99.             end
  100.           end
  101.           object tbshtAdvenced: TTabSheet
  102.             Caption = 'Zaawansowane'
  103.             ImageIndex = 1
  104.             object Label1: TLabel
  105.               Left = 3
  106.               Top = 2
  107.               Width = 108
  108.               Height = 13
  109.               Caption = 'ze wszystkimi s'#322'owami:'
  110.               FocusControl = edtAdvAll
  111.             end
  112.             object Label2: TLabel
  113.               Left = 3
  114.               Top = 45
  115.               Width = 69
  116.               Height = 13
  117.               Caption = 'z wyra'#380'eniem: '
  118.               FocusControl = edtAdvFraza
  119.             end
  120.             object Label3: TLabel
  121.               Left = 3
  122.               Top = 87
  123.               Width = 118
  124.               Height = 13
  125.               Caption = 'z kt'#243'rymkolwiek ze s'#322#243'w:'
  126.               FocusControl = edtAdvAny
  127.             end
  128.             object Label4: TLabel
  129.               Left = 3
  130.               Top = 130
  131.               Width = 49
  132.               Height = 13
  133.               Caption = 'bez s'#322#243'w: '
  134.               FocusControl = edtAdvWithout
  135.             end
  136.             object Label5: TLabel
  137.               Left = 3
  138.               Top = 172
  139.               Width = 53
  140.               Height = 13
  141.               Caption = 'od numeru:'
  142.               FocusControl = RxDBLkupCmbAdvOdNr
  143.             end
  144.             object Label6: TLabel
  145.               Left = 100
  146.               Top = 172
  147.               Width = 53
  148.               Height = 13
  149.               Caption = 'do numeru:'
  150.               FocusControl = RxDBLkupCmbAdvDoNr
  151.             end
  152.             object edtAdvAll: TEdit
  153.               Left = 3
  154.               Top = 18
  155.               Width = 187
  156.               Height = 21
  157.               TabOrder = 0
  158.             end
  159.             object RxDBLkupCmbAdvDzial: TRxDBLookupCombo
  160.               Left = 3
  161.               Top = 250
  162.               Width = 187
  163.               Height = 21
  164.               DropDownCount = 8
  165.               DisplayEmpty = 'wszystkie dzia'#322'y'
  166.               LookupField = 'dzial'
  167.               LookupDisplay = 'dzial'
  168.               LookupSource = dsDzialy
  169.               TabOrder = 7
  170.             end
  171.             object btnAdvSearch: TButton
  172.               Left = 115
  173.               Top = 282
  174.               Width = 75
  175.               Height = 25
  176.               Caption = 'Szukaj'
  177.               Default = True
  178.               TabOrder = 8
  179.               OnClick = btnSearchSimpleClick
  180.             end
  181.             object edtAdvFraza: TEdit
  182.               Left = 3
  183.               Top = 60
  184.               Width = 187
  185.               Height = 21
  186.               TabOrder = 1
  187.             end
  188.             object edtAdvAny: TEdit
  189.               Left = 3
  190.               Top = 103
  191.               Width = 187
  192.               Height = 21
  193.               TabOrder = 2
  194.             end
  195.             object edtAdvWithout: TEdit
  196.               Left = 3
  197.               Top = 145
  198.               Width = 187
  199.               Height = 21
  200.               TabOrder = 3
  201.             end
  202.             object RxDBLkupCmbAdvOdNr: TRxDBLookupCombo
  203.               Left = 3
  204.               Top = 187
  205.               Width = 90
  206.               Height = 21
  207.               DropDownCount = 8
  208.               DisplayEmpty = 'wszystkie'
  209.               LookupField = 'numer_id'
  210.               LookupDisplay = 'numer'
  211.               LookupSource = dsNumery
  212.               TabOrder = 4
  213.             end
  214.             object RxDBLkupCmbAdvDoNr: TRxDBLookupCombo
  215.               Left = 100
  216.               Top = 187
  217.               Width = 90
  218.               Height = 21
  219.               DropDownCount = 8
  220.               DisplayEmpty = 'wszystkie'
  221.               LookupField = 'numer_id'
  222.               LookupDisplay = 'numer'
  223.               LookupSource = dsNumery
  224.               TabOrder = 5
  225.             end
  226.             object RxDBLkupCmbAuthors: TRxDBLookupCombo
  227.               Left = 3
  228.               Top = 219
  229.               Width = 187
  230.               Height = 21
  231.               DropDownCount = 8
  232.               DisplayEmpty = 'wszyscy autorzy'
  233.               LookupField = 'AUTOR_ID'
  234.               LookupDisplay = 'AUTOR'
  235.               LookupSource = dsAuthors
  236.               TabOrder = 6
  237.             end
  238.             object btnHelp2: TButton
  239.               Left = 3
  240.               Top = 282
  241.               Width = 75
  242.               Height = 25
  243.               Action = actHelp
  244.               TabOrder = 9
  245.             end
  246.           end
  247.         end
  248.       end
  249.     end
  250.   end
  251.   object pnlRight: TPanel
  252.     Left = 292
  253.     Top = 0
  254.     Width = 446
  255.     Height = 446
  256.     Align = alRight
  257.     BevelOuter = bvNone
  258.     BorderWidth = 2
  259.     TabOrder = 1
  260.     object Panel3: TPanel
  261.       Left = 2
  262.       Top = 409
  263.       Width = 442
  264.       Height = 35
  265.       Align = alBottom
  266.       BevelOuter = bvNone
  267.       TabOrder = 0
  268.       object Panel4: TPanel
  269.         Left = 356
  270.         Top = 0
  271.         Width = 86
  272.         Height = 35
  273.         Align = alRight
  274.         BevelOuter = bvNone
  275.         TabOrder = 1
  276.         object btnClose: TButton
  277.           Left = 5
  278.           Top = 8
  279.           Width = 75
  280.           Height = 25
  281.           Cancel = True
  282.           Caption = 'Zamknij'
  283.           TabOrder = 0
  284.           OnClick = btnCloseClick
  285.         end
  286.       end
  287.       object btnShowInIE: TButton
  288.         Left = 4
  289.         Top = 8
  290.         Width = 133
  291.         Height = 25
  292.         Caption = 'Poka'#380' artyku'#322' (internet)'
  293.         Enabled = False
  294.         TabOrder = 0
  295.         OnClick = btnShowInIEClick
  296.       end
  297.     end
  298.     object grpboxWyniki: TGroupBox
  299.       Left = 2
  300.       Top = 2
  301.       Width = 442
  302.       Height = 407
  303.       Align = alClient
  304.       Caption = ' Wyniki '
  305.       TabOrder = 1
  306.       object Panel5: TPanel
  307.         Left = 2
  308.         Top = 15
  309.         Width = 438
  310.         Height = 390
  311.         Align = alClient
  312.         BevelOuter = bvNone
  313.         BorderWidth = 2
  314.         TabOrder = 0
  315.         object Panel6: TPanel
  316.           Left = 2
  317.           Top = 225
  318.           Width = 434
  319.           Height = 163
  320.           Align = alBottom
  321.           BevelOuter = bvNone
  322.           TabOrder = 0
  323.           object Splitter1: TSplitter
  324.             Left = 299
  325.             Top = 0
  326.             Height = 163
  327.             Align = alRight
  328.             Beveled = True
  329.           end
  330.           object Splitter2: TSplitter
  331.             Left = 192
  332.             Top = 0
  333.             Height = 163
  334.             Beveled = True
  335.           end
  336.           object pnlDane: TPanel
  337.             Left = 0
  338.             Top = 0
  339.             Width = 192
  340.             Height = 163
  341.             Align = alLeft
  342.             BevelOuter = bvNone
  343.             TabOrder = 0
  344.             OnResize = pnlDaneResize
  345.             object Label7: TLabel
  346.               Left = 4
  347.               Top = 2
  348.               Width = 43
  349.               Height = 13
  350.               Caption = 'Podtytu'#322':'
  351.             end
  352.             object Label8: TLabel
  353.               Left = 4
  354.               Top = 43
  355.               Width = 28
  356.               Height = 13
  357.               Caption = 'Dzia'#322':'
  358.             end
  359.             object Label9: TLabel
  360.               Left = 4
  361.               Top = 83
  362.               Width = 45
  363.               Height = 13
  364.               Caption = 'Poddzia'#322':'
  365.             end
  366.             object Label12: TLabel
  367.               Left = 4
  368.               Top = 123
  369.               Width = 33
  370.               Height = 13
  371.               Caption = 'Temat:'
  372.             end
  373.             object DBEdtPodtytul: TDBEdit
  374.               Left = 4
  375.               Top = 18
  376.               Width = 185
  377.               Height = 21
  378.               DataField = 'PODTYTUL'
  379.               DataSource = dsArts
  380.               ReadOnly = True
  381.               TabOrder = 0
  382.             end
  383.             object DBEdtDzial: TDBEdit
  384.               Left = 4
  385.               Top = 59
  386.               Width = 185
  387.               Height = 21
  388.               DataField = 'DZIAL'
  389.               DataSource = dsArts
  390.               ReadOnly = True
  391.               TabOrder = 1
  392.             end
  393.             object DBEdtPoddzial: TDBEdit
  394.               Left = 4
  395.               Top = 99
  396.               Width = 185
  397.               Height = 21
  398.               DataField = 'PODDZIAL'
  399.               DataSource = dsArts
  400.               ReadOnly = True
  401.               TabOrder = 2
  402.             end
  403.             object DBEdtTemat: TDBEdit
  404.               Left = 4
  405.               Top = 139
  406.               Width = 185
  407.               Height = 21
  408.               DataField = 'DO_SPISU'
  409.               DataSource = dsArts
  410.               ReadOnly = True
  411.               TabOrder = 3
  412.             end
  413.           end
  414.           object pnlAthors: TPanel
  415.             Left = 302
  416.             Top = 0
  417.             Width = 132
  418.             Height = 163
  419.             Align = alRight
  420.             BevelOuter = bvNone
  421.             BorderWidth = 2
  422.             TabOrder = 1
  423.             object Label11: TLabel
  424.               Left = 2
  425.               Top = 2
  426.               Width = 128
  427.               Height = 15
  428.               Align = alTop
  429.               AutoSize = False
  430.               Caption = 'Autor:'
  431.             end
  432.             object vstAuthors: TVirtualStringTree
  433.               Left = 2
  434.               Top = 17
  435.               Width = 128
  436.               Height = 144
  437.               Align = alClient
  438.               CheckImageKind = ckSystemFlat
  439.               Header.AutoSizeIndex = 2
  440.               Header.Font.Charset = DEFAULT_CHARSET
  441.               Header.Font.Color = clWindowText
  442.               Header.Font.Height = -11
  443.               Header.Font.Name = 'MS Sans Serif'
  444.               Header.Font.Style = []
  445.               Header.Options = [hoAutoResize, hoColumnResize, hoDblClickResize, hoDrag, hoShowSortGlyphs, hoVisible]
  446.               IncrementalSearch = isAll
  447.               ParentBackground = False
  448.               TabOrder = 0
  449.               TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
  450.               TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  451.               TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
  452.               TreeOptions.SelectionOptions = [toFullRowSelect]
  453.               TreeOptions.StringOptions = [toSaveCaptions]
  454.               OnGetText = vstAuthorsGetText
  455.               OnInitNode = vstAuthorsInitNode
  456.               Columns = <
  457.                 item
  458.                   MinWidth = 120
  459.                   Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  460.                   Position = 0
  461.                   Width = 124
  462.                   WideText = 'Imi'#281' i nazwisko'
  463.                 end>
  464.             end
  465.           end
  466.           object Panel7: TPanel
  467.             Left = 195
  468.             Top = 0
  469.             Width = 104
  470.             Height = 163
  471.             Align = alClient
  472.             BevelOuter = bvNone
  473.             BorderWidth = 2
  474.             TabOrder = 2
  475.             object Label10: TLabel
  476.               Left = 2
  477.               Top = 2
  478.               Width = 100
  479.               Height = 15
  480.               Align = alTop
  481.               AutoSize = False
  482.               Caption = 'Abstrakt'
  483.             end
  484.             object DBMemo1: TDBMemo
  485.               Left = 2
  486.               Top = 17
  487.               Width = 100
  488.               Height = 144
  489.               Align = alClient
  490.               DataField = 'ABSTRAKT'
  491.               DataSource = dsArts
  492.               TabOrder = 0
  493.             end
  494.           end
  495.         end
  496.         object vstSearchResults: TVirtualStringTree
  497.           Left = 2
  498.           Top = 2
  499.           Width = 434
  500.           Height = 223
  501.           Align = alClient
  502.           CheckImageKind = ckSystemFlat
  503.           Header.AutoSizeIndex = 2
  504.           Header.Font.Charset = DEFAULT_CHARSET
  505.           Header.Font.Color = clWindowText
  506.           Header.Font.Height = -11
  507.           Header.Font.Name = 'MS Sans Serif'
  508.           Header.Font.Style = []
  509.           Header.Options = [hoAutoResize, hoColumnResize, hoDblClickResize, hoDrag, hoShowSortGlyphs, hoVisible]
  510.           IncrementalSearch = isAll
  511.           ParentBackground = False
  512.           TabOrder = 1
  513.           TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
  514.           TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  515.           TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
  516.           TreeOptions.SelectionOptions = [toFullRowSelect]
  517.           TreeOptions.StringOptions = [toSaveCaptions]
  518.           OnChange = vstSearchResultsChange
  519.           OnDblClick = vstSearchResultsDblClick
  520.           OnFreeNode = vstSearchResultsFreeNode
  521.           OnGetText = vstSearchResultsGetText
  522.           OnHeaderClick = vstSearchResultsHeaderClick
  523.           OnInitNode = vstSearchResultsInitNode
  524.           Columns = <
  525.             item
  526.               MinWidth = 120
  527.               Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  528.               Position = 0
  529.               Width = 200
  530.               WideText = 'Tytu'#322
  531.             end
  532.             item
  533.               MinWidth = 100
  534.               Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  535.               Position = 1
  536.               Width = 100
  537.               WideText = 'Numer'
  538.             end
  539.             item
  540.               MinWidth = 50
  541.               Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  542.               Position = 2
  543.               Width = 130
  544.               WideText = 'Strona'
  545.             end>
  546.         end
  547.       end
  548.     end
  549.   end
  550.   object ADOQryDzialy: TADOQuery
  551.     Connection = DM.ADOConKatalog
  552.     CursorType = ctStatic
  553.     Parameters = <>
  554.     SQL.Strings = (
  555.       'select * from W_Dzialy')
  556.     Left = 14
  557.     Top = 418
  558.   end
  559.   object dsDzialy: TDataSource
  560.     AutoEdit = False
  561.     DataSet = ADOQryDzialy
  562.     Left = 40
  563.     Top = 418
  564.   end
  565.   object ADOQryArts: TADOQuery
  566.     Connection = DM.ADOConKatalog
  567.     CursorType = ctStatic
  568.     AfterOpen = ADOQryArtsAfterOpen
  569.     BeforeClose = ADOQryArtsBeforeClose
  570.     Parameters = <>
  571.     SQL.Strings = (
  572.       'select * from artykuly')
  573.     Left = 350
  574.     Top = 115
  575.     object ADOQryArtsARTYKUL_ID: TIntegerField
  576.       FieldName = 'ARTYKUL_ID'
  577.     end
  578.     object ADOQryArtsTYTUL: TWideStringField
  579.       DisplayLabel = 'Tytu'#322
  580.       FieldName = 'TYTUL'
  581.       Size = 250
  582.     end
  583.     object ADOQryArtsPODTYTUL: TWideStringField
  584.       DisplayLabel = 'Podtytu'#322
  585.       FieldName = 'PODTYTUL'
  586.       Size = 250
  587.     end
  588.     object ADOQryArtsDO_SPISU: TWideStringField
  589.       DisplayLabel = 'Do spisu'
  590.       FieldName = 'DO_SPISU'
  591.       Size = 255
  592.     end
  593.     object ADOQryArtsABSTRAKT: TMemoField
  594.       DisplayLabel = 'Abstrakt'
  595.       FieldName = 'ABSTRAKT'
  596.       BlobType = ftMemo
  597.     end
  598.     object ADOQryArtsDZIAL: TWideStringField
  599.       DisplayLabel = 'Dzia'#322
  600.       FieldName = 'DZIAL'
  601.       Size = 50
  602.     end
  603.     object ADOQryArtsPODDZIAL: TWideStringField
  604.       DisplayLabel = 'Poddzia'#322
  605.       FieldName = 'PODDZIAL'
  606.       Size = 250
  607.     end
  608.     object ADOQryArtsNUMER: TWideStringField
  609.       DisplayLabel = 'Numer'
  610.       FieldName = 'NUMER'
  611.     end
  612.     object ADOQryArtsNUMER_ID: TIntegerField
  613.       FieldName = 'NUMER_ID'
  614.     end
  615.     object ADOQryArtsSTRONA: TIntegerField
  616.       DisplayLabel = 'Strona'
  617.       FieldName = 'STRONA'
  618.     end
  619.     object ADOQryArtsABSTRAKT_KROTKI: TWideStringField
  620.       DisplayLabel = 'Abstrakt'
  621.       FieldName = 'ABSTRAKT_KROTKI'
  622.       Size = 255
  623.     end
  624.   end
  625.   object dsArts: TDataSource
  626.     AutoEdit = False
  627.     DataSet = ADOQryArts
  628.     Left = 380
  629.     Top = 115
  630.   end
  631.   object FormStrg: TFormStorage
  632.     Options = [fpPosition]
  633.     OnSavePlacement = FormStrgSavePlacement
  634.     OnRestorePlacement = FormStrgRestorePlacement
  635.     StoredProps.Strings = (
  636.       'pnlAthors.Width'
  637.       'pnlDane.Width')
  638.     StoredValues = <>
  639.     Left = 236
  640.     Top = 98
  641.   end
  642.   object ADOQryNumery: TADOQuery
  643.     Connection = DM.ADOConKatalog
  644.     CursorType = ctStatic
  645.     Parameters = <>
  646.     SQL.Strings = (
  647.       'select * from W_Numery order by numer_id')
  648.     Left = 74
  649.     Top = 418
  650.   end
  651.   object dsNumery: TDataSource
  652.     AutoEdit = False
  653.     DataSet = ADOQryNumery
  654.     Left = 104
  655.     Top = 418
  656.   end
  657.   object ADOQryAutor: TADOQuery
  658.     Connection = DM.ADOConKatalog
  659.     CursorType = ctStatic
  660.     AfterOpen = ADOQryAutorAfterOpen
  661.     AfterClose = ADOQryAutorAfterClose
  662.     DataSource = dsArts
  663.     Parameters = <
  664.       item
  665.         Name = 'artykul_id'
  666.         DataType = ftInteger
  667.         Value = 3676
  668.       end>
  669.     SQL.Strings = (
  670.       'SELECT *'
  671.       'FROM autor'
  672.       
  673.         'WHERE autor_id in (select autor_id from autorzy where artykul_id' +
  674.         '=:artykul_id)')
  675.     Left = 626
  676.     Top = 353
  677.     object ADOQryAutorAUTOR_ID: TIntegerField
  678.       FieldName = 'AUTOR_ID'
  679.     end
  680.     object ADOQryAutorAUTOR: TWideStringField
  681.       DisplayLabel = 'Imi'#281' i nazwisko'
  682.       DisplayWidth = 50
  683.       FieldName = 'AUTOR'
  684.       Size = 50
  685.     end
  686.     object ADOQryAutorEMAIL: TWideStringField
  687.       DisplayLabel = 'e-mail'
  688.       FieldName = 'EMAIL'
  689.       Size = 50
  690.     end
  691.   end
  692.   object dsAutor: TDataSource
  693.     AutoEdit = False
  694.     DataSet = ADOQryAutor
  695.     Left = 656
  696.     Top = 353
  697.   end
  698.   object ADOQryAuthors: TADOQuery
  699.     Connection = DM.ADOConKatalog
  700.     CursorType = ctStatic
  701.     Parameters = <>
  702.     SQL.Strings = (
  703.       'SELECT distinct *'
  704.       'FROM autor'
  705.       'order by autor')
  706.     Left = 142
  707.     Top = 418
  708.     object IntegerField1: TIntegerField
  709.       FieldName = 'AUTOR_ID'
  710.     end
  711.     object WideStringField1: TWideStringField
  712.       DisplayLabel = 'Imi'#281' i nazwisko'
  713.       DisplayWidth = 50
  714.       FieldName = 'AUTOR'
  715.       Size = 50
  716.     end
  717.     object WideStringField2: TWideStringField
  718.       DisplayLabel = 'e-mail'
  719.       FieldName = 'EMAIL'
  720.       Size = 50
  721.     end
  722.   end
  723.   object dsAuthors: TDataSource
  724.     AutoEdit = False
  725.     DataSet = ADOQryAuthors
  726.     Left = 172
  727.     Top = 420
  728.   end
  729.   object XPManifest1: TXPManifest
  730.     Left = 234
  731.     Top = 160
  732.   end
  733.   object ActionList1: TActionList
  734.     Left = 252
  735.     Top = 208
  736.     object actHelp: TAction
  737.       Caption = 'Pomoc'
  738.       ShortCut = 112
  739.       OnExecute = actHelpExecute
  740.     end
  741.   end
  742. end
  743.