home *** CD-ROM | disk | FTP | other *** search
/ BUG 14 / BUGCD1998_05.ISO / aplic / ipos / _setup.1 / Knjigovodstvo.exe / 0 / RCDATA / TFM0005000PROMJENAPARTNERA / TFM0005000PROMJENAPARTNERA.txt
Text File  |  1998-04-04  |  23KB  |  774 lines

  1. object fm0005000PromjenaPartnera: Tfm0005000PromjenaPartnera
  2.   Left = 372
  3.   Top = 214
  4.   Width = 502
  5.   Height = 444
  6.   HelpContext = 500000
  7.   Caption = 'fm0005000PromjenaPartnera'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Position = poDefaultPosOnly
  15.   Visible = True
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = bbIzlazClick
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object paForma: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 494
  27.     Height = 417
  28.     Align = alClient
  29.     TabOrder = 0
  30.     object paPrvi: TPanel
  31.       Left = 1
  32.       Top = 1
  33.       Width = 492
  34.       Height = 51
  35.       Align = alTop
  36.       TabOrder = 0
  37.       object Label1: TLabel
  38.         Left = 9
  39.         Top = 23
  40.         Width = 279
  41.         Height = 26
  42.         Caption = 
  43.           'Bilo kakve operacije na partnerima i godinama mo∩┐╜ete raditi samo' +
  44.           ' ako nemate otvorenih drugih prozora'
  45.         WordWrap = True
  46.       end
  47.       object lbUpozorenje: TLabel
  48.         Left = 9
  49.         Top = 9
  50.         Width = 65
  51.         Height = 13
  52.         Caption = 'Upozorenje'
  53.         Font.Charset = DEFAULT_CHARSET
  54.         Font.Color = clWindowText
  55.         Font.Height = -11
  56.         Font.Name = 'MS Sans Serif'
  57.         Font.Style = [fsBold]
  58.         ParentFont = False
  59.       end
  60.       object Panel4: TPanel
  61.         Left = 383
  62.         Top = 1
  63.         Width = 108
  64.         Height = 49
  65.         Align = alRight
  66.         BevelOuter = bvNone
  67.         TabOrder = 0
  68.         object bbIzlaz: TBitBtn
  69.           Left = 28
  70.           Top = 23
  71.           Width = 73
  72.           Height = 22
  73.           Hint = 'Izlaz iz prozora'
  74.           Caption = 'I&zlaz'
  75.           TabOrder = 0
  76.           OnClick = bbIzlazClick
  77.           Glyph.Data = {
  78.             76010000424D7601000000000000760000002800000020000000100000000100
  79.             04000000000000010000120B0000120B00001000000000000000000000000000
  80.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  81.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  82.             03333377777777777F333301BBBBBBBB033333773F3333337F3333011BBBBBBB
  83.             0333337F73F333337F33330111BBBBBB0333337F373F33337F333301110BBBBB
  84.             0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  85.             0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  86.             0333337F337F33337F333301110BBBBB0333337F337FF3337F33330111B0BBBB
  87.             0333337F337733337F333301110BBBBB0333337F337F33337F333301110BBBBB
  88.             0333337F3F7F33337F333301E10BBBBB0333337F7F7F33337F333301EE0BBBBB
  89.             0333337F777FFFFF7F3333000000000003333377777777777333}
  90.           NumGlyphs = 2
  91.         end
  92.       end
  93.     end
  94.     object dgFirme: TDBGrid
  95.       Left = 1
  96.       Top = 52
  97.       Width = 381
  98.       Height = 122
  99.       Align = alClient
  100.       Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  101.       TabOrder = 1
  102.       TitleFont.Charset = DEFAULT_CHARSET
  103.       TitleFont.Color = clWindowText
  104.       TitleFont.Height = -11
  105.       TitleFont.Name = 'MS Sans Serif'
  106.       TitleFont.Style = []
  107.       Columns = <
  108.         item
  109.           FieldName = 'sifra'
  110.           ReadOnly = True
  111.           Title.Caption = '∩┐╜ira'
  112.         end
  113.         item
  114.           FieldName = 'naziv'
  115.           ReadOnly = True
  116.           Title.Caption = 'Naziv'
  117.           Width = 563
  118.         end>
  119.     end
  120.     object dgGodine: TDBGrid
  121.       Left = 382
  122.       Top = 52
  123.       Width = 111
  124.       Height = 122
  125.       Align = alRight
  126.       Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  127.       TabOrder = 2
  128.       TitleFont.Charset = DEFAULT_CHARSET
  129.       TitleFont.Color = clWindowText
  130.       TitleFont.Height = -11
  131.       TitleFont.Name = 'MS Sans Serif'
  132.       TitleFont.Style = []
  133.       Columns = <
  134.         item
  135.           FieldName = 'godina'
  136.           Title.Caption = 'Poslovna godina'
  137.           Width = 84
  138.         end>
  139.     end
  140.     object paTipke: TPanel
  141.       Left = 1
  142.       Top = 174
  143.       Width = 492
  144.       Height = 242
  145.       Align = alBottom
  146.       TabOrder = 3
  147.       object Bevel7: TBevel
  148.         Left = 17
  149.         Top = 18
  150.         Width = 334
  151.         Height = 64
  152.       end
  153.       object Bevel5: TBevel
  154.         Left = 358
  155.         Top = 90
  156.         Width = 121
  157.         Height = 66
  158.       end
  159.       object Bevel4: TBevel
  160.         Left = 358
  161.         Top = 18
  162.         Width = 121
  163.         Height = 64
  164.       end
  165.       object Bevel3: TBevel
  166.         Left = 17
  167.         Top = 90
  168.         Width = 334
  169.         Height = 65
  170.       end
  171.       object Bevel2: TBevel
  172.         Left = 17
  173.         Top = 162
  174.         Width = 334
  175.         Height = 70
  176.       end
  177.       object Label5: TLabel
  178.         Left = 24
  179.         Top = 182
  180.         Width = 148
  181.         Height = 13
  182.         Caption = 'Ukupno otvorenih firmi-partnera'
  183.       end
  184.       object Label6: TLabel
  185.         Left = 24
  186.         Top = 196
  187.         Width = 160
  188.         Height = 13
  189.         Caption = 'Ukupno poslovnih godina za firmu'
  190.       end
  191.       object lbBrojFirmi: TLabel
  192.         Left = 196
  193.         Top = 182
  194.         Width = 59
  195.         Height = 13
  196.         Caption = 'lbBrojFirmi'
  197.         Color = clBtnFace
  198.         Font.Charset = DEFAULT_CHARSET
  199.         Font.Color = clWindowText
  200.         Font.Height = -11
  201.         Font.Name = 'MS Sans Serif'
  202.         Font.Style = [fsBold]
  203.         ParentColor = False
  204.         ParentFont = False
  205.       end
  206.       object lbBrojGodina: TLabel
  207.         Left = 196
  208.         Top = 196
  209.         Width = 73
  210.         Height = 13
  211.         Caption = 'lbBrojGodina'
  212.         Color = clBtnFace
  213.         Font.Charset = DEFAULT_CHARSET
  214.         Font.Color = clWindowText
  215.         Font.Height = -11
  216.         Font.Name = 'MS Sans Serif'
  217.         Font.Style = [fsBold]
  218.         ParentColor = False
  219.         ParentFont = False
  220.       end
  221.       object Label9: TLabel
  222.         Left = 24
  223.         Top = 168
  224.         Width = 145
  225.         Height = 13
  226.         Caption = 'Maksimalno dozvoljen broj firmi'
  227.       end
  228.       object lbMaksimalnoFirmi: TLabel
  229.         Left = 196
  230.         Top = 168
  231.         Width = 103
  232.         Height = 13
  233.         Caption = 'lbMaksimalnoFirmi'
  234.         Color = clBtnFace
  235.         Font.Charset = DEFAULT_CHARSET
  236.         Font.Color = clWindowText
  237.         Font.Height = -11
  238.         Font.Name = 'MS Sans Serif'
  239.         Font.Style = [fsBold]
  240.         ParentColor = False
  241.         ParentFont = False
  242.       end
  243.       object lbPartnerStalni: TLabel
  244.         Left = 108
  245.         Top = 108
  246.         Width = 239
  247.         Height = 13
  248.         AutoSize = False
  249.         Caption = 'lbPartnerStalni'
  250.         Color = clBtnFace
  251.         Font.Charset = DEFAULT_CHARSET
  252.         Font.Color = clWindowText
  253.         Font.Height = -11
  254.         Font.Name = 'MS Sans Serif'
  255.         Font.Style = [fsBold]
  256.         ParentColor = False
  257.         ParentFont = False
  258.       end
  259.       object Label11: TLabel
  260.         Left = 24
  261.         Top = 110
  262.         Width = 61
  263.         Height = 13
  264.         Caption = 'Firma-partner'
  265.       end
  266.       object Label12: TLabel
  267.         Left = 24
  268.         Top = 129
  269.         Width = 79
  270.         Height = 13
  271.         Caption = 'Poslovna godina'
  272.       end
  273.       object lbGodinaStalna: TLabel
  274.         Left = 108
  275.         Top = 130
  276.         Width = 87
  277.         Height = 13
  278.         Caption = 'lbGodinaStalna'
  279.         Color = clBtnFace
  280.         Font.Charset = DEFAULT_CHARSET
  281.         Font.Color = clWindowText
  282.         Font.Height = -11
  283.         Font.Name = 'MS Sans Serif'
  284.         Font.Style = [fsBold]
  285.         ParentColor = False
  286.         ParentFont = False
  287.       end
  288.       object Label10: TLabel
  289.         Left = 23
  290.         Top = 84
  291.         Width = 294
  292.         Height = 18
  293.         AutoSize = False
  294.         Caption = 'Aktivna firma i poslovna godina kod svakog ulaska u program'
  295.         Font.Charset = DEFAULT_CHARSET
  296.         Font.Color = clYellow
  297.         Font.Height = -11
  298.         Font.Name = 'MS Sans Serif'
  299.         Font.Style = []
  300.         ParentFont = False
  301.         WordWrap = True
  302.       end
  303.       object Bevel6: TBevel
  304.         Left = 358
  305.         Top = 162
  306.         Width = 121
  307.         Height = 70
  308.       end
  309.       object Label17: TLabel
  310.         Left = 377
  311.         Top = 11
  312.         Width = 65
  313.         Height = 13
  314.         Caption = ' PROMJENA '
  315.       end
  316.       object Label18: TLabel
  317.         Left = 378
  318.         Top = 85
  319.         Width = 70
  320.         Height = 13
  321.         Caption = ' OTVARANJE '
  322.       end
  323.       object Label19: TLabel
  324.         Left = 378
  325.         Top = 157
  326.         Width = 67
  327.         Height = 13
  328.         Caption = ' BRISANJE !!!'
  329.       end
  330.       object Label21: TLabel
  331.         Left = 24
  332.         Top = 210
  333.         Width = 132
  334.         Height = 13
  335.         Caption = 'Ukupno godina za sve firme'
  336.       end
  337.       object lbBrojGodinaSvi: TLabel
  338.         Left = 196
  339.         Top = 210
  340.         Width = 91
  341.         Height = 13
  342.         Caption = 'lbBrojGodinaSvi'
  343.         Color = clBtnFace
  344.         Font.Charset = DEFAULT_CHARSET
  345.         Font.Color = clWindowText
  346.         Font.Height = -11
  347.         Font.Name = 'MS Sans Serif'
  348.         Font.Style = [fsBold]
  349.         ParentColor = False
  350.         ParentFont = False
  351.       end
  352.       object Label22: TLabel
  353.         Left = 24
  354.         Top = 13
  355.         Width = 101
  356.         Height = 13
  357.         Caption = 'Aktivna firma i godina'
  358.         Font.Charset = DEFAULT_CHARSET
  359.         Font.Color = clLime
  360.         Font.Height = -11
  361.         Font.Name = 'MS Sans Serif'
  362.         Font.Style = []
  363.         ParentFont = False
  364.       end
  365.       object Label23: TLabel
  366.         Left = 24
  367.         Top = 38
  368.         Width = 61
  369.         Height = 13
  370.         Caption = 'Firma-partner'
  371.       end
  372.       object lbPartnerTekuci: TLabel
  373.         Left = 109
  374.         Top = 38
  375.         Width = 237
  376.         Height = 13
  377.         AutoSize = False
  378.         Caption = 'lbPartnerTekuci'
  379.         Color = clBtnFace
  380.         Font.Charset = DEFAULT_CHARSET
  381.         Font.Color = clWindowText
  382.         Font.Height = -11
  383.         Font.Name = 'MS Sans Serif'
  384.         Font.Style = [fsBold]
  385.         ParentColor = False
  386.         ParentFont = False
  387.       end
  388.       object Label25: TLabel
  389.         Left = 24
  390.         Top = 57
  391.         Width = 79
  392.         Height = 13
  393.         Caption = 'Poslovna godina'
  394.       end
  395.       object lbGodinaTekuca: TLabel
  396.         Left = 108
  397.         Top = 58
  398.         Width = 94
  399.         Height = 13
  400.         Caption = 'lbGodinaTekuca'
  401.         Color = clBtnFace
  402.         Font.Charset = DEFAULT_CHARSET
  403.         Font.Color = clWindowText
  404.         Font.Height = -11
  405.         Font.Name = 'MS Sans Serif'
  406.         Font.Style = [fsBold]
  407.         ParentColor = False
  408.         ParentFont = False
  409.       end
  410.       object bbPromjena: TBitBtn
  411.         Left = 368
  412.         Top = 26
  413.         Width = 99
  414.         Height = 22
  415.         Hint = 'Promjena firme i godine do izlaska iz programa'
  416.         Caption = '&Trenutna promj.'
  417.         TabOrder = 0
  418.         OnClick = bbPromjenaClick
  419.         Glyph.Data = {
  420.           76010000424D7601000000000000760000002800000020000000100000000100
  421.           04000000000000010000130B0000130B00001000000000000000000000000000
  422.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  423.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  424.           333333333333333333FF33333333333330003FF3FFFFF3333777003000003333
  425.           300077F777773F333777E00BFBFB033333337773333F7F33333FE0BFBF000333
  426.           330077F3337773F33377E0FBFBFBF033330077F3333FF7FFF377E0BFBF000000
  427.           333377F3337777773F3FE0FBFBFBFBFB039977F33FFFFFFF7377E0BF00000000
  428.           339977FF777777773377000BFB03333333337773FF733333333F333000333333
  429.           3300333777333333337733333333333333003333333333333377333333333333
  430.           333333333333333333FF33333333333330003333333333333777333333333333
  431.           3000333333333333377733333333333333333333333333333333}
  432.         NumGlyphs = 2
  433.       end
  434.       object bbStalnaPromjena: TBitBtn
  435.         Left = 368
  436.         Top = 53
  437.         Width = 99
  438.         Height = 22
  439.         Hint = 'Promjena firme i godine za stalno'
  440.         Caption = 'Stalna promj.'
  441.         TabOrder = 1
  442.         OnClick = bbStalnaPromjenaClick
  443.         Glyph.Data = {
  444.           76010000424D7601000000000000760000002800000020000000100000000100
  445.           04000000000000010000130B0000130B00001000000000000000000000000000
  446.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  447.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  448.           7700333333337777777733333333008088003333333377F73377333333330088
  449.           88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  450.           000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  451.           FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  452.           99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  453.           99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  454.           99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  455.           93337FFFF7737777733300000033333333337777773333333333}
  456.         NumGlyphs = 2
  457.       end
  458.       object bbOtvoriGodinu: TBitBtn
  459.         Left = 368
  460.         Top = 100
  461.         Width = 99
  462.         Height = 22
  463.         Hint = 'Otvaranje nove godine za aktivnu firmu'
  464.         Caption = 'Otvori godinu'
  465.         TabOrder = 2
  466.         OnClick = bbOtvoriGodinuClick
  467.         Glyph.Data = {
  468.           76010000424D7601000000000000760000002800000020000000100000000100
  469.           04000000000000010000130B0000130B00001000000000000000000000000000
  470.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  471.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  472.           333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  473.           0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  474.           07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  475.           07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
  476.           0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
  477.           33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
  478.           B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  479.           3BB33773333773333773B333333B3333333B7333333733333337}
  480.         NumGlyphs = 2
  481.       end
  482.       object bbOtvoriFirmu: TBitBtn
  483.         Left = 368
  484.         Top = 127
  485.         Width = 99
  486.         Height = 22
  487.         Hint = 'Otvaranje nove mati∩┐╜ne firme'
  488.         Caption = 'Otvori firmu'
  489.         TabOrder = 3
  490.         OnClick = bbOtvoriFirmuClick
  491.         Glyph.Data = {
  492.           76010000424D7601000000000000760000002800000020000000100000000100
  493.           04000000000000010000130B0000130B00001000000000000000000000000000
  494.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  495.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  496.           333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  497.           0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  498.           07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  499.           07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  500.           0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  501.           33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  502.           B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  503.           3BB33773333773333773B333333B3333333B7333333733333337}
  504.         NumGlyphs = 2
  505.       end
  506.       object bbObrisiGodinu: TBitBtn
  507.         Left = 368
  508.         Top = 173
  509.         Width = 99
  510.         Height = 22
  511.         Hint = 'Brisanje specificirane poslovne godine'
  512.         Caption = 'Obri∩┐╜i godinu'
  513.         TabOrder = 4
  514.         OnClick = bbObrisiGodinuClick
  515.         Glyph.Data = {
  516.           76010000424D7601000000000000760000002800000020000000100000000100
  517.           04000000000000010000120B0000120B00001000000000000000000000000000
  518.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  519.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  520.           555557777F777555F55500000000555055557777777755F75555005500055055
  521.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  522.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  523.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  524.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  525.           B03055555F555757575755550555550B0B335555755555757555555555555550
  526.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  527.           50BB555555555555575F555555555555550B5555555555555575}
  528.         NumGlyphs = 2
  529.       end
  530.       object bbObrisiFirmu: TBitBtn
  531.         Left = 368
  532.         Top = 199
  533.         Width = 99
  534.         Height = 22
  535.         Hint = 'Brisanje specificirane firme'
  536.         Caption = 'Obri∩┐╜i firmu'
  537.         TabOrder = 5
  538.         OnClick = bbObrisiFirmuClick
  539.         Glyph.Data = {
  540.           76010000424D7601000000000000760000002800000020000000100000000100
  541.           04000000000000010000120B0000120B00001000000000000000000000000000
  542.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  543.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  544.           55555FFFFFFF5F55FFF5777777757559995777777775755777F7555555555550
  545.           305555555555FF57F7F555555550055BB0555555555775F777F55555550FB000
  546.           005555555575577777F5555550FB0BF0F05555555755755757F555550FBFBF0F
  547.           B05555557F55557557F555550BFBF0FB005555557F55575577F555500FBFBFB0
  548.           B05555577F555557F7F5550E0BFBFB00B055557575F55577F7F550EEE0BFB0B0
  549.           B05557FF575F5757F7F5000EEE0BFBF0B055777FF575FFF7F7F50000EEE00000
  550.           B0557777FF577777F7F500000E055550805577777F7555575755500000555555
  551.           05555777775555557F5555000555555505555577755555557555}
  552.         NumGlyphs = 2
  553.       end
  554.       object paUpit: TPanel
  555.         Left = -93
  556.         Top = 103
  557.         Width = 443
  558.         Height = 118
  559.         BevelInner = bvLowered
  560.         BorderWidth = 7
  561.         TabOrder = 6
  562.         Visible = False
  563.         object Label2: TLabel
  564.           Left = 12
  565.           Top = 52
  566.           Width = 140
  567.           Height = 13
  568.           Caption = 'Poslovna godina za otvaranje'
  569.         end
  570.         object Label3: TLabel
  571.           Left = 13
  572.           Top = 25
  573.           Width = 95
  574.           Height = 13
  575.           Caption = 'Partner za otvaranje'
  576.         end
  577.         object bbOtvaranje: TBitBtn
  578.           Left = 257
  579.           Top = 73
  580.           Width = 75
  581.           Height = 25
  582.           Caption = '&Otvaranje'
  583.           TabOrder = 0
  584.           OnClick = bbOtvaranjeClick
  585.         end
  586.         object bbOdustani: TBitBtn
  587.           Left = 348
  588.           Top = 73
  589.           Width = 75
  590.           Height = 25
  591.           Caption = 'O&dustani'
  592.           TabOrder = 1
  593.           OnClick = bbOdustaniClick
  594.         end
  595.         object edPartner: TEdit
  596.           Left = 231
  597.           Top = 21
  598.           Width = 199
  599.           Height = 21
  600.           TabStop = False
  601.           Color = clBtnFace
  602.           ParentShowHint = False
  603.           ReadOnly = True
  604.           ShowHint = True
  605.           TabOrder = 2
  606.         end
  607.         object dePartner: TEdit
  608.           Left = 155
  609.           Top = 20
  610.           Width = 70
  611.           Height = 21
  612.           TabOrder = 3
  613.           Text = 'dePartner'
  614.           OnChange = dePartnerChange
  615.           OnKeyPress = dePartnerKeyPress
  616.         end
  617.         object deGodina: TEdit
  618.           Left = 155
  619.           Top = 50
  620.           Width = 70
  621.           Height = 21
  622.           TabOrder = 4
  623.           Text = 'deGodina'
  624.         end
  625.         object btPartner: TButton
  626.           Left = 138
  627.           Top = 23
  628.           Width = 15
  629.           Height = 15
  630.           Caption = '...'
  631.           Font.Charset = DEFAULT_CHARSET
  632.           Font.Color = clWindowText
  633.           Font.Height = -11
  634.           Font.Name = 'Arial CE'
  635.           Font.Style = [fsBold]
  636.           ParentFont = False
  637.           TabOrder = 5
  638.           TabStop = False
  639.           OnClick = btPartnerClick
  640.         end
  641.       end
  642.     end
  643.   end
  644.   object ta1MaticneFirme: TTable
  645.     Tag = 5
  646.     Left = 191
  647.     Top = 96
  648.   end
  649.   object ta1MaticneGodine: TTable
  650.     Tag = 5
  651.     Left = 205
  652.     Top = 179
  653.   end
  654.   object ta1Sistem: TTable
  655.     Tag = 1
  656.     DatabaseName = 'sistem'
  657.     TableName = 'sistem.DB'
  658.     Left = 43
  659.     Top = 104
  660.   end
  661.   object ta1Partneri: TTable
  662.     Tag = 2
  663.     DatabaseName = 'c:\knjigovodstvo\data\skupne'
  664.     TableName = 'partneri'
  665.     TableType = ttParadox
  666.     Left = 38
  667.     Top = 173
  668.     object ta1PartneriSifra: TIntegerField
  669.       DisplayLabel = '∩┐╜ifra partnera'
  670.       FieldName = 'Sifra'
  671.     end
  672.     object ta1PartneriNaziv: TStringField
  673.       FieldName = 'Naziv'
  674.       Size = 60
  675.     end
  676.     object ta1PartneriPtt: TStringField
  677.       DisplayLabel = 'Po∩┐╜tanski broj'
  678.       FieldName = 'Ptt'
  679.       Size = 5
  680.     end
  681.     object ta1PartneriMjesto: TStringField
  682.       FieldName = 'Mjesto'
  683.       Size = 40
  684.     end
  685.     object ta1PartneriUlica: TStringField
  686.       FieldName = 'Ulica'
  687.       Size = 60
  688.     end
  689.     object ta1PartneriZemlja: TSmallintField
  690.       FieldName = 'Zemlja'
  691.     end
  692.     object ta1PartneriDjelatnost: TSmallintField
  693.       FieldName = 'Djelatnost'
  694.     end
  695.     object ta1PartneriBanka: TIntegerField
  696.       FieldName = 'Banka'
  697.     end
  698.     object ta1PartneriTelefon: TStringField
  699.       DisplayLabel = 'Telefoni i faxovi'
  700.       FieldName = 'Telefon'
  701.       Size = 50
  702.     end
  703.     object ta1PartneriOpcina: TSmallintField
  704.       DisplayLabel = 'Op∩┐╜ina'
  705.       FieldName = 'Opcina'
  706.     end
  707.     object ta1PartneriMaticni_broj: TStringField
  708.       DisplayLabel = 'Mati∩┐╜ni broj ili JMBG'
  709.       FieldName = 'Maticni_broj'
  710.       Size = 15
  711.     end
  712.     object ta1PartneriZiro_racun1: TStringField
  713.       DisplayLabel = '∩┐╜iro-ra∩┐╜un 1'
  714.       FieldName = 'Ziro_racun1'
  715.       Size = 50
  716.     end
  717.     object ta1PartneriZiro_racun2: TStringField
  718.       DisplayLabel = '∩┐╜iro-ra∩┐╜un 2'
  719.       FieldName = 'Ziro_racun2'
  720.       Size = 50
  721.     end
  722.     object ta1PartneriRabat: TFloatField
  723.       DisplayLabel = 'Rabat u veleprodaji'
  724.       FieldName = 'Rabat'
  725.       DisplayFormat = '.0000'#39' %'#39
  726.       EditFormat = '.0000'
  727.     end
  728.     object ta1PartneriPorezni_obveznik: TSmallintField
  729.       DisplayLabel = 'Porezni obveznik prema PDV-u'
  730.       FieldName = 'Porezni_obveznik'
  731.     end
  732.     object ta1PartnericfPorezni_obveznik: TStringField
  733.       FieldName = 'cfPorezni_obveznik'
  734.       Calculated = True
  735.     end
  736.     object ta1PartneriMemo: TBlobField
  737.       FieldName = 'Memo'
  738.       BlobType = ftFmtMemo
  739.     end
  740.     object ta1PartneriFilter: TStringField
  741.       FieldName = 'Filter'
  742.       Size = 60
  743.     end
  744.     object ta1PartneriSifra_djelat: TStringField
  745.       FieldName = 'Sifra_djelat'
  746.       Size = 10
  747.     end
  748.     object ta1PartneriNaziv_djelat: TStringField
  749.       FieldName = 'Naziv_djelat'
  750.       Size = 100
  751.     end
  752.   end
  753.   object ta2MaticneFirme: TTable
  754.     Tag = 5
  755.     Left = 281
  756.     Top = 100
  757.   end
  758.   object ta2MaticneGodine: TTable
  759.     Tag = 5
  760.     Left = 295
  761.     Top = 183
  762.   end
  763.   object ds1MaticneFirme: TDataSource
  764.     DataSet = ta1MaticneFirme
  765.     Left = 425
  766.     Top = 98
  767.   end
  768.   object ds1MaticneGodine: TDataSource
  769.     DataSet = ta1MaticneGodine
  770.     Left = 428
  771.     Top = 154
  772.   end
  773. end
  774.