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

  1. object FRapoarte: TFRapoarte
  2.   Left = 195
  3.   Top = 149
  4.   Width = 800
  5.   Height = 400
  6.   Caption = 'FRapoarte'
  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 = poScreenCenter
  15.   WindowState = wsMaximized
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 332
  23.     Width = 792
  24.     Height = 41
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     Caption = ' '
  28.     TabOrder = 0
  29.     object BLista: TB
  30.       Left = 12
  31.       Top = 6
  32.       Width = 130
  33.       Height = 30
  34.       Caption = '&Lista'
  35.       Font.Charset = ANSI_CHARSET
  36.       Font.Color = clBtnText
  37.       Font.Height = -12
  38.       Font.Name = 'Arial'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       TabOrder = 0
  42.       OnClick = BListaClick
  43.     end
  44.     object Panel4: TPanel
  45.       Left = 607
  46.       Top = 0
  47.       Width = 185
  48.       Height = 41
  49.       Align = alRight
  50.       BevelOuter = bvNone
  51.       TabOrder = 1
  52.       object Bx: TB
  53.         Left = 46
  54.         Top = 6
  55.         Width = 130
  56.         Height = 30
  57.         Anchors = [akTop, akRight]
  58.         Cancel = True
  59.         Caption = '&Iesire'
  60.         Font.Charset = ANSI_CHARSET
  61.         Font.Color = clBtnText
  62.         Font.Height = -12
  63.         Font.Name = 'Arial'
  64.         Font.Style = []
  65.         ModalResult = 2
  66.         ParentFont = False
  67.         TabOrder = 0
  68.       end
  69.     end
  70.   end
  71.   object Panel2: TPanel
  72.     Left = 0
  73.     Top = 53
  74.     Width = 792
  75.     Height = 279
  76.     Align = alClient
  77.     BevelInner = bvLowered
  78.     BorderWidth = 5
  79.     Caption = ' '
  80.     TabOrder = 1
  81.     object DBG1: TDBGridFilter
  82.       Left = 7
  83.       Top = 7
  84.       Width = 778
  85.       Height = 265
  86.       FilterPanelVisible = False
  87.       AdvancedFilter = False
  88.       AfterApplyFilter = DBG1AfterApplyFilter
  89.       AfterCancelFilter = DBG1AfterApplyFilter
  90.       Align = alClient
  91.       BevelOuter = bvNone
  92.       TabOrder = 0
  93.       Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgConfirmDelete, dgCancelOnExit]
  94.       FixedCols = 0
  95.       ClearSelection = True
  96.       DefaultDrawing = True
  97.       MultiSelect = False
  98.       ShowGlyphs = True
  99.       TitleButtons = False
  100.       RowsHeight = 19
  101.       ReadOnly = False
  102.     end
  103.   end
  104.   object Panel3: TPanel
  105.     Left = 0
  106.     Top = 0
  107.     Width = 792
  108.     Height = 53
  109.     Align = alTop
  110.     BevelInner = bvLowered
  111.     BorderWidth = 2
  112.     Caption = ' '
  113.     TabOrder = 2
  114.     object Image1: TImage
  115.       Left = 4
  116.       Top = 4
  117.       Width = 32
  118.       Height = 45
  119.       Hint = '(c) Integrator Soft'#13#10'Relatii la:'#13#10'  0268 427 700'#13#10'  0722 248 908'
  120.       Align = alLeft
  121.       AutoSize = True
  122.       ParentShowHint = False
  123.       Picture.Data = {<image000.ico>}
  124.       ShowHint = True
  125.     end
  126.     object lTitlu: TLabelEffect
  127.       Left = 36
  128.       Top = 4
  129.       Width = 752
  130.       Height = 45
  131.       ColourShadow = clGray
  132.       GraduateFrom = clWindowText
  133.       StyleHighlight = eoExtrude
  134.       StyleShadow = eoGraduated
  135.       ColourScheme = csText
  136.       Align = alClient
  137.       Alignment = taCenter
  138.       Caption = 'lTitlu'
  139.       Font.Charset = ANSI_CHARSET
  140.       Font.Color = clBlack
  141.       Font.Height = -16
  142.       Font.Name = 'Arial'
  143.       Font.Style = [fsBold]
  144.       ParentFont = False
  145.     end
  146.   end
  147.   object PM1: TPopupMenu
  148.     Left = 96
  149.     Top = 89
  150.     object Adugare1: TMenuItem
  151.       Caption = '&Adaugare firma'
  152.       ShortCut = 45
  153.     end
  154.     object Modificare1: TMenuItem
  155.       Caption = '&Modificare firma'
  156.       ShortCut = 13
  157.     end
  158.     object Stergere1: TMenuItem
  159.       Caption = '&Stergere firma'
  160.       ShortCut = 46
  161.     end
  162.   end
  163. end
  164.