home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / chip-cd_2003_08.zip / 08 / Bazy / Archiwum / Archiwum.exe / 0 / RCDATA / TFMAIN / TFMAIN.txt
Text File  |  2003-03-17  |  21KB  |  741 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 = 453
  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 = 449
  32.       Align = alClient
  33.       Caption = ' Wyszukiwanie '
  34.       TabOrder = 0
  35.       object Panel2: TPanel
  36.         Left = 2
  37.         Top = 15
  38.         Width = 205
  39.         Height = 432
  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 = 453
  256.     Align = alRight
  257.     BevelOuter = bvNone
  258.     BorderWidth = 2
  259.     TabOrder = 1
  260.     object Panel3: TPanel
  261.       Left = 2
  262.       Top = 416
  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 = 414
  303.       Align = alClient
  304.       Caption = ' Wyniki '
  305.       TabOrder = 1
  306.       object Panel5: TPanel
  307.         Left = 2
  308.         Top = 15
  309.         Width = 438
  310.         Height = 397
  311.         Align = alClient
  312.         BevelOuter = bvNone
  313.         BorderWidth = 2
  314.         TabOrder = 0
  315.         object Panel6: TPanel
  316.           Left = 2
  317.           Top = 232
  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.               TabOrder = 0
  448.               TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
  449.               TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  450.               TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
  451.               TreeOptions.SelectionOptions = [toFullRowSelect]
  452.               TreeOptions.StringOptions = [toSaveCaptions]
  453.               OnGetText = vstAuthorsGetText
  454.               OnInitNode = vstAuthorsInitNode
  455.               Columns = <
  456.                 item
  457.                   MinWidth = 120
  458.                   Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  459.                   Position = 0
  460.                   Width = 124
  461.                   WideText = 'Imi'#281' i nazwisko'
  462.                 end>
  463.             end
  464.           end
  465.           object Panel7: TPanel
  466.             Left = 195
  467.             Top = 0
  468.             Width = 104
  469.             Height = 163
  470.             Align = alClient
  471.             BevelOuter = bvNone
  472.             BorderWidth = 2
  473.             TabOrder = 2
  474.             object Label10: TLabel
  475.               Left = 2
  476.               Top = 2
  477.               Width = 100
  478.               Height = 15
  479.               Align = alTop
  480.               AutoSize = False
  481.               Caption = 'Abstrakt'
  482.             end
  483.             object DBMemo1: TDBMemo
  484.               Left = 2
  485.               Top = 17
  486.               Width = 100
  487.               Height = 144
  488.               Align = alClient
  489.               DataField = 'ABSTRAKT'
  490.               DataSource = dsArts
  491.               TabOrder = 0
  492.             end
  493.           end
  494.         end
  495.         object vstSearchResults: TVirtualStringTree
  496.           Left = 2
  497.           Top = 2
  498.           Width = 434
  499.           Height = 230
  500.           Align = alClient
  501.           CheckImageKind = ckSystemFlat
  502.           Header.AutoSizeIndex = 2
  503.           Header.Font.Charset = DEFAULT_CHARSET
  504.           Header.Font.Color = clWindowText
  505.           Header.Font.Height = -11
  506.           Header.Font.Name = 'MS Sans Serif'
  507.           Header.Font.Style = []
  508.           Header.Options = [hoAutoResize, hoColumnResize, hoDblClickResize, hoDrag, hoShowSortGlyphs, hoVisible]
  509.           IncrementalSearch = isAll
  510.           TabOrder = 1
  511.           TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
  512.           TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  513.           TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
  514.           TreeOptions.SelectionOptions = [toFullRowSelect]
  515.           TreeOptions.StringOptions = [toSaveCaptions]
  516.           OnChange = vstSearchResultsChange
  517.           OnDblClick = vstSearchResultsDblClick
  518.           OnFreeNode = vstSearchResultsFreeNode
  519.           OnGetText = vstSearchResultsGetText
  520.           OnHeaderClick = vstSearchResultsHeaderClick
  521.           OnInitNode = vstSearchResultsInitNode
  522.           Columns = <
  523.             item
  524.               MinWidth = 120
  525.               Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  526.               Position = 0
  527.               Width = 200
  528.               WideText = 'Tytu'#322
  529.             end
  530.             item
  531.               MinWidth = 100
  532.               Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  533.               Position = 1
  534.               Width = 100
  535.               WideText = 'Numer'
  536.             end
  537.             item
  538.               MinWidth = 50
  539.               Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  540.               Position = 2
  541.               Width = 130
  542.               WideText = 'Strona'
  543.             end>
  544.         end
  545.       end
  546.     end
  547.   end
  548.   object ADOQryDzialy: TADOQuery
  549.     Connection = DM.ADOConKatalog
  550.     CursorType = ctStatic
  551.     Parameters = <>
  552.     SQL.Strings = (
  553.       'select * from W_Dzialy')
  554.     Left = 14
  555.     Top = 418
  556.   end
  557.   object dsDzialy: TDataSource
  558.     AutoEdit = False
  559.     DataSet = ADOQryDzialy
  560.     Left = 40
  561.     Top = 418
  562.   end
  563.   object ADOQryArts: TADOQuery
  564.     Connection = DM.ADOConKatalog
  565.     CursorType = ctStatic
  566.     AfterOpen = ADOQryArtsAfterOpen
  567.     BeforeClose = ADOQryArtsBeforeClose
  568.     Parameters = <>
  569.     SQL.Strings = (
  570.       'select * from artykuly')
  571.     Left = 350
  572.     Top = 115
  573.     object ADOQryArtsARTYKUL_ID: TIntegerField
  574.       FieldName = 'ARTYKUL_ID'
  575.     end
  576.     object ADOQryArtsTYTUL: TWideStringField
  577.       DisplayLabel = 'Tytu'#322
  578.       FieldName = 'TYTUL'
  579.       Size = 250
  580.     end
  581.     object ADOQryArtsPODTYTUL: TWideStringField
  582.       DisplayLabel = 'Podtytu'#322
  583.       FieldName = 'PODTYTUL'
  584.       Size = 250
  585.     end
  586.     object ADOQryArtsDO_SPISU: TWideStringField
  587.       DisplayLabel = 'Do spisu'
  588.       FieldName = 'DO_SPISU'
  589.       Size = 255
  590.     end
  591.     object ADOQryArtsABSTRAKT: TMemoField
  592.       DisplayLabel = 'Abstrakt'
  593.       FieldName = 'ABSTRAKT'
  594.       BlobType = ftMemo
  595.     end
  596.     object ADOQryArtsDZIAL: TWideStringField
  597.       DisplayLabel = 'Dzia'#322
  598.       FieldName = 'DZIAL'
  599.       Size = 50
  600.     end
  601.     object ADOQryArtsPODDZIAL: TWideStringField
  602.       DisplayLabel = 'Poddzia'#322
  603.       FieldName = 'PODDZIAL'
  604.       Size = 250
  605.     end
  606.     object ADOQryArtsNUMER: TWideStringField
  607.       DisplayLabel = 'Numer'
  608.       FieldName = 'NUMER'
  609.     end
  610.     object ADOQryArtsNUMER_ID: TIntegerField
  611.       FieldName = 'NUMER_ID'
  612.     end
  613.     object ADOQryArtsSTRONA: TIntegerField
  614.       DisplayLabel = 'Strona'
  615.       FieldName = 'STRONA'
  616.     end
  617.     object ADOQryArtsABSTRAKT_KROTKI: TWideStringField
  618.       DisplayLabel = 'Abstrakt'
  619.       FieldName = 'ABSTRAKT_KROTKI'
  620.       Size = 255
  621.     end
  622.   end
  623.   object dsArts: TDataSource
  624.     AutoEdit = False
  625.     DataSet = ADOQryArts
  626.     Left = 380
  627.     Top = 115
  628.   end
  629.   object FormStrg: TFormStorage
  630.     Options = [fpPosition]
  631.     OnSavePlacement = FormStrgSavePlacement
  632.     OnRestorePlacement = FormStrgRestorePlacement
  633.     StoredProps.Strings = (
  634.       'pnlAthors.Width'
  635.       'pnlDane.Width')
  636.     StoredValues = <>
  637.     Left = 236
  638.     Top = 98
  639.   end
  640.   object ADOQryNumery: TADOQuery
  641.     Connection = DM.ADOConKatalog
  642.     CursorType = ctStatic
  643.     Parameters = <>
  644.     SQL.Strings = (
  645.       'select * from W_Numery order by numer_id')
  646.     Left = 74
  647.     Top = 418
  648.   end
  649.   object dsNumery: TDataSource
  650.     AutoEdit = False
  651.     DataSet = ADOQryNumery
  652.     Left = 104
  653.     Top = 418
  654.   end
  655.   object ADOQryAutor: TADOQuery
  656.     Connection = DM.ADOConKatalog
  657.     CursorType = ctStatic
  658.     AfterOpen = ADOQryAutorAfterOpen
  659.     AfterClose = ADOQryAutorAfterClose
  660.     DataSource = dsArts
  661.     Parameters = <
  662.       item
  663.         Name = 'artykul_id'
  664.         DataType = ftInteger
  665.         Value = 3676
  666.       end>
  667.     SQL.Strings = (
  668.       'SELECT *'
  669.       'FROM autor'
  670.       
  671.         'WHERE autor_id in (select autor_id from autorzy where artykul_id' +
  672.         '=:artykul_id)')
  673.     Left = 626
  674.     Top = 353
  675.     object ADOQryAutorAUTOR_ID: TIntegerField
  676.       FieldName = 'AUTOR_ID'
  677.     end
  678.     object ADOQryAutorAUTOR: TWideStringField
  679.       DisplayLabel = 'Imi'#281' i nazwisko'
  680.       DisplayWidth = 50
  681.       FieldName = 'AUTOR'
  682.       Size = 50
  683.     end
  684.     object ADOQryAutorEMAIL: TWideStringField
  685.       DisplayLabel = 'e-mail'
  686.       FieldName = 'EMAIL'
  687.       Size = 50
  688.     end
  689.   end
  690.   object dsAutor: TDataSource
  691.     AutoEdit = False
  692.     DataSet = ADOQryAutor
  693.     Left = 656
  694.     Top = 353
  695.   end
  696.   object ADOQryAuthors: TADOQuery
  697.     Connection = DM.ADOConKatalog
  698.     CursorType = ctStatic
  699.     Parameters = <>
  700.     SQL.Strings = (
  701.       'SELECT distinct *'
  702.       'FROM autor'
  703.       'order by autor')
  704.     Left = 142
  705.     Top = 418
  706.     object IntegerField1: TIntegerField
  707.       FieldName = 'AUTOR_ID'
  708.     end
  709.     object WideStringField1: TWideStringField
  710.       DisplayLabel = 'Imi'#281' i nazwisko'
  711.       DisplayWidth = 50
  712.       FieldName = 'AUTOR'
  713.       Size = 50
  714.     end
  715.     object WideStringField2: TWideStringField
  716.       DisplayLabel = 'e-mail'
  717.       FieldName = 'EMAIL'
  718.       Size = 50
  719.     end
  720.   end
  721.   object dsAuthors: TDataSource
  722.     AutoEdit = False
  723.     DataSet = ADOQryAuthors
  724.     Left = 172
  725.     Top = 420
  726.   end
  727.   object XPManifest1: TXPManifest
  728.     Left = 234
  729.     Top = 160
  730.   end
  731.   object ActionList1: TActionList
  732.     Left = 252
  733.     Top = 208
  734.     object actHelp: TAction
  735.       Caption = 'Pomoc'
  736.       ShortCut = 112
  737.       OnExecute = actHelpExecute
  738.     end
  739.   end
  740. end
  741.