home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Demo / salarii / Upgrade / salarii.exe / 0 / RCDATA / TFIMPOAN / TFIMPOAN.txt
Encoding:
Text File  |  2003-10-10  |  5.6 KB  |  264 lines

  1. object FImpoAn: TFImpoAn
  2.   Left = 190
  3.   Top = 220
  4.   Width = 763
  5.   Height = 375
  6.   Caption = 'Baremul de Impozitare'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDesktopCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 15
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 755
  23.     Height = 29
  24.     Align = alTop
  25.     BevelInner = bvLowered
  26.     TabOrder = 0
  27.     object Panel3: TPanel
  28.       Left = 2
  29.       Top = 2
  30.       Width = 751
  31.       Height = 29
  32.       Align = alTop
  33.       BevelOuter = bvNone
  34.       TabOrder = 0
  35.       object LE1: TLabelEffect
  36.         Left = 279
  37.         Top = 0
  38.         Width = 472
  39.         Height = 29
  40.         ColourShadow = clGray
  41.         GraduateFrom = clWindowText
  42.         ColourScheme = csText
  43.         Align = alRight
  44.         Alignment = taRightJustify
  45.         Caption = 'Transe de impozitare pe an'
  46.         Font.Charset = ANSI_CHARSET
  47.         Font.Color = clBlack
  48.         Font.Height = -16
  49.         Font.Name = 'Arial'
  50.         Font.Style = [fsBold]
  51.         ParentFont = False
  52.       end
  53.       object Panel6: TPanel
  54.         Left = 59
  55.         Top = 0
  56.         Width = 220
  57.         Height = 29
  58.         Align = alRight
  59.         BevelOuter = bvNone
  60.         TabOrder = 0
  61.       end
  62.     end
  63.     object DBNavigator1: TDBNavigator
  64.       Left = 129
  65.       Top = 4
  66.       Width = 150
  67.       Height = 25
  68.       DataSource = DV.dImpo
  69.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
  70.       Anchors = [akTop, akRight, akBottom]
  71.       Flat = True
  72.       TabOrder = 1
  73.     end
  74.   end
  75.   object P3: TPanel
  76.     Left = 0
  77.     Top = 312
  78.     Width = 755
  79.     Height = 36
  80.     Align = alBottom
  81.     BevelInner = bvLowered
  82.     TabOrder = 2
  83.     object Bevel3: TBevel
  84.       Left = 4
  85.       Top = 2
  86.       Width = 5
  87.       Height = 32
  88.       Style = bsRaised
  89.     end
  90.     object P31: TPanel
  91.       Left = 616
  92.       Top = 2
  93.       Width = 137
  94.       Height = 32
  95.       Align = alRight
  96.       BevelOuter = bvNone
  97.       TabOrder = 6
  98.       object Bevel4: TBevel
  99.         Left = 20
  100.         Top = 0
  101.         Width = 5
  102.         Height = 32
  103.         Style = bsRaised
  104.       end
  105.       object Bevel5: TBevel
  106.         Left = 185
  107.         Top = 0
  108.         Width = 5
  109.         Height = 32
  110.         Style = bsRaised
  111.       end
  112.       object Bx: TB
  113.         Left = 32
  114.         Top = 1
  115.         Width = 100
  116.         Height = 30
  117.         Cancel = True
  118.         Caption = '&Iesire'
  119.         Font.Charset = ANSI_CHARSET
  120.         Font.Color = clBtnText
  121.         Font.Height = -12
  122.         Font.Name = 'Arial'
  123.         Font.Style = []
  124.         ParentFont = False
  125.         TabOrder = 0
  126.         OnClick = BxClick
  127.       end
  128.     end
  129.     object BAdaug: TB
  130.       Left = 11
  131.       Top = 3
  132.       Width = 100
  133.       Height = 30
  134.       Cancel = True
  135.       Caption = '&Adaug'
  136.       Font.Charset = ANSI_CHARSET
  137.       Font.Color = clBtnText
  138.       Font.Height = -12
  139.       Font.Name = 'Arial'
  140.       Font.Style = []
  141.       ParentFont = False
  142.       TabOrder = 0
  143.       OnClick = BAdaugClick
  144.     end
  145.     object BModific: TB
  146.       Left = 114
  147.       Top = 3
  148.       Width = 100
  149.       Height = 30
  150.       Cancel = True
  151.       Caption = '&Modific'
  152.       Font.Charset = ANSI_CHARSET
  153.       Font.Color = clBtnText
  154.       Font.Height = -12
  155.       Font.Name = 'Arial'
  156.       Font.Style = []
  157.       ParentFont = False
  158.       TabOrder = 1
  159.       OnClick = BModificClick
  160.     end
  161.     object BSterg: TB
  162.       Left = 217
  163.       Top = 3
  164.       Width = 100
  165.       Height = 30
  166.       Cancel = True
  167.       Caption = '&Sterg'
  168.       Font.Charset = ANSI_CHARSET
  169.       Font.Color = clBtnText
  170.       Font.Height = -12
  171.       Font.Name = 'Arial'
  172.       Font.Style = []
  173.       ParentFont = False
  174.       TabOrder = 2
  175.       OnClick = BStergClick
  176.     end
  177.     object BAplic: TB
  178.       Left = 320
  179.       Top = 3
  180.       Width = 100
  181.       Height = 30
  182.       Cancel = True
  183.       Caption = 'A&plic'
  184.       Font.Charset = ANSI_CHARSET
  185.       Font.Color = clBtnText
  186.       Font.Height = -12
  187.       Font.Name = 'Arial'
  188.       Font.Style = []
  189.       ParentFont = False
  190.       TabOrder = 3
  191.       OnClick = BAplicClick
  192.     end
  193.     object BVerific: TB
  194.       Left = 423
  195.       Top = 3
  196.       Width = 100
  197.       Height = 30
  198.       Cancel = True
  199.       Caption = '&Verific'
  200.       Font.Charset = ANSI_CHARSET
  201.       Font.Color = clBtnText
  202.       Font.Height = -12
  203.       Font.Name = 'Arial'
  204.       Font.Style = []
  205.       ParentFont = False
  206.       TabOrder = 4
  207.       OnClick = BVerificClick
  208.     end
  209.     object BLista: TB
  210.       Left = 527
  211.       Top = 3
  212.       Width = 100
  213.       Height = 30
  214.       Cancel = True
  215.       Caption = '&Lista'
  216.       Font.Charset = ANSI_CHARSET
  217.       Font.Color = clBtnText
  218.       Font.Height = -12
  219.       Font.Name = 'Arial'
  220.       Font.Style = []
  221.       ParentFont = False
  222.       TabOrder = 5
  223.       OnClick = BListaClick
  224.     end
  225.   end
  226.   object DBG1: TDBGrid
  227.     Left = 0
  228.     Top = 29
  229.     Width = 755
  230.     Height = 283
  231.     Align = alClient
  232.     DataSource = DV.dImpoAn
  233.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgConfirmDelete, dgCancelOnExit]
  234.     PopupMenu = PM1
  235.     ReadOnly = True
  236.     TabOrder = 1
  237.     TitleFont.Charset = ANSI_CHARSET
  238.     TitleFont.Color = clWindowText
  239.     TitleFont.Height = -12
  240.     TitleFont.Name = 'Arial'
  241.     TitleFont.Style = []
  242.     OnDblClick = BModificClick
  243.   end
  244.   object PM1: TPopupMenu
  245.     Left = 264
  246.     Top = 88
  247.     object Adaugare1: TMenuItem
  248.       Caption = '&Adaugare'
  249.       ShortCut = 45
  250.       OnClick = BAdaugClick
  251.     end
  252.     object Modificare1: TMenuItem
  253.       Caption = '&Modificare'
  254.       ShortCut = 13
  255.       OnClick = BModificClick
  256.     end
  257.     object Stergere1: TMenuItem
  258.       Caption = '&Stergere'
  259.       ShortCut = 46
  260.       OnClick = BStergClick
  261.     end
  262.   end
  263. end
  264.