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

  1. object FConfigDep: TFConfigDep
  2.   Left = 279
  3.   Top = 141
  4.   Width = 593
  5.   Height = 430
  6.   Caption = 'Configurare Departamente'
  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.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 15
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 585
  23.     Height = 34
  24.     Align = alTop
  25.     BevelInner = bvLowered
  26.     TabOrder = 0
  27.     object Panel3: TPanel
  28.       Left = 2
  29.       Top = 2
  30.       Width = 581
  31.       Height = 29
  32.       Align = alTop
  33.       BevelOuter = bvNone
  34.       TabOrder = 0
  35.       object LE1: TLabelEffect
  36.         Left = 110
  37.         Top = 0
  38.         Width = 471
  39.         Height = 29
  40.         ColourShadow = clGray
  41.         GraduateFrom = clWindowText
  42.         ColourScheme = csText
  43.         Align = alRight
  44.         Alignment = taRightJustify
  45.         Caption = 'Configurare departamente  '
  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 = -111
  55.         Top = 0
  56.         Width = 221
  57.         Height = 29
  58.         Align = alRight
  59.         BevelOuter = bvNone
  60.         TabOrder = 0
  61.       end
  62.     end
  63.     object DBNavigator1: TDBNavigator
  64.       Left = 176
  65.       Top = 2
  66.       Width = 148
  67.       Height = 30
  68.       DataSource = DV.dParf
  69.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  70.       Anchors = [akTop, akRight, akBottom]
  71.       Flat = True
  72.       TabOrder = 1
  73.     end
  74.   end
  75.   object P3: TPanel
  76.     Left = 0
  77.     Top = 367
  78.     Width = 585
  79.     Height = 36
  80.     Align = alBottom
  81.     BevelInner = bvLowered
  82.     TabOrder = 1
  83.     object Bevel3: TBevel
  84.       Left = 4
  85.       Top = 2
  86.       Width = 5
  87.       Height = 32
  88.       Style = bsRaised
  89.     end
  90.     object Bevel4: TBevel
  91.       Left = 432
  92.       Top = 2
  93.       Width = 5
  94.       Height = 32
  95.       Anchors = [akTop, akRight]
  96.       Style = bsRaised
  97.     end
  98.     object Bevel5: TBevel
  99.       Left = 577
  100.       Top = 2
  101.       Width = 5
  102.       Height = 32
  103.       Anchors = [akTop, akRight]
  104.       Style = bsRaised
  105.     end
  106.     object BAdaug: TB
  107.       Left = 11
  108.       Top = 3
  109.       Width = 130
  110.       Height = 30
  111.       Caption = '&Adaugare'
  112.       Font.Charset = ANSI_CHARSET
  113.       Font.Color = clBtnText
  114.       Font.Height = -12
  115.       Font.Name = 'Arial'
  116.       Font.Style = []
  117.       ParentFont = False
  118.       TabOrder = 0
  119.       OnClick = BAdaugClick
  120.     end
  121.     object BModific: TB
  122.       Left = 145
  123.       Top = 3
  124.       Width = 130
  125.       Height = 30
  126.       Caption = '&Modificare'
  127.       Font.Charset = ANSI_CHARSET
  128.       Font.Color = clBtnText
  129.       Font.Height = -12
  130.       Font.Name = 'Arial'
  131.       Font.Style = []
  132.       ParentFont = False
  133.       TabOrder = 1
  134.       OnClick = BModificClick
  135.     end
  136.     object BSterg: TB
  137.       Left = 280
  138.       Top = 3
  139.       Width = 130
  140.       Height = 30
  141.       Caption = '&Stergere'
  142.       Font.Charset = ANSI_CHARSET
  143.       Font.Color = clBtnText
  144.       Font.Height = -12
  145.       Font.Name = 'Arial'
  146.       Font.Style = []
  147.       ParentFont = False
  148.       TabOrder = 2
  149.       OnClick = BStergClick
  150.     end
  151.     object Bx: TB
  152.       Left = 442
  153.       Top = 3
  154.       Width = 130
  155.       Height = 30
  156.       Anchors = [akTop, akRight]
  157.       Cancel = True
  158.       Caption = '&Iesire'
  159.       Font.Charset = ANSI_CHARSET
  160.       Font.Color = clBtnText
  161.       Font.Height = -12
  162.       Font.Name = 'Arial'
  163.       Font.Style = []
  164.       ParentFont = False
  165.       TabOrder = 3
  166.       OnClick = BxClick
  167.     end
  168.   end
  169.   object DBG1: TDBGrid
  170.     Left = 0
  171.     Top = 34
  172.     Width = 585
  173.     Height = 333
  174.     Align = alClient
  175.     DataSource = DV.dParf
  176.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgConfirmDelete, dgCancelOnExit]
  177.     PopupMenu = PM1
  178.     ReadOnly = True
  179.     TabOrder = 2
  180.     TitleFont.Charset = ANSI_CHARSET
  181.     TitleFont.Color = clWindowText
  182.     TitleFont.Height = -12
  183.     TitleFont.Name = 'Arial'
  184.     TitleFont.Style = []
  185.     Columns = <
  186.       item
  187.         Expanded = False
  188.         FieldName = 'Nr'
  189.         Visible = False
  190.       end
  191.       item
  192.         Expanded = False
  193.         FieldName = 'Luna'
  194.         Visible = False
  195.       end
  196.       item
  197.         Expanded = False
  198.         FieldName = 'Den'
  199.         Visible = False
  200.       end
  201.       item
  202.         Expanded = False
  203.         FieldName = 'Val'
  204.         Visible = False
  205.       end
  206.       item
  207.         Expanded = False
  208.         FieldName = 'Denumire'
  209.         Title.Caption = 'Cod departament'
  210.         Visible = True
  211.       end
  212.       item
  213.         Expanded = False
  214.         FieldName = 'Grupa'
  215.         Title.Caption = 'Denumire departament'
  216.         Visible = True
  217.       end>
  218.   end
  219.   object PM1: TPopupMenu
  220.     Left = 208
  221.     Top = 184
  222.     object Adaugare1: TMenuItem
  223.       Caption = '&Adaugare'
  224.       ShortCut = 45
  225.       OnClick = BAdaugClick
  226.     end
  227.     object Modificare1: TMenuItem
  228.       Caption = '&Modificare'
  229.       ShortCut = 13
  230.       OnClick = BModificClick
  231.     end
  232.     object Stergere1: TMenuItem
  233.       Caption = '&Stergere'
  234.       ShortCut = 46
  235.       OnClick = BStergClick
  236.     end
  237.   end
  238. end
  239.