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

  1. object FPint: TFPint
  2.   Left = 222
  3.   Top = 163
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Persoane in intretinere'
  7.   ClientHeight = 441
  8.   ClientWidth = 665
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object LName: TLabel
  23.     Left = 16
  24.     Top = 0
  25.     Width = 57
  26.     Height = 16
  27.     Caption = 'Angajat: '
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -13
  31.     Font.Name = 'Arial'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object LDate: TLabel
  36.     Left = 16
  37.     Top = 18
  38.     Width = 40
  39.     Height = 16
  40.     Caption = 'Luna: '
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clBlack
  43.     Font.Height = -13
  44.     Font.Name = 'Arial'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48.   object lTitlu: TLabelEffect
  49.     Left = 0
  50.     Top = 0
  51.     Width = 665
  52.     Height = 25
  53.     ColourShadow = clGray
  54.     GraduateFrom = clWindowText
  55.     StyleHighlight = eoExtrude
  56.     StyleShadow = eoGraduated
  57.     ColourScheme = csText
  58.     Align = alTop
  59.     Alignment = taRightJustify
  60.     Caption = 'Persoane in intretinere  '
  61.     Font.Charset = ANSI_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -16
  64.     Font.Name = 'Arial'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.   end
  68.   object DBG1: TDBGrid
  69.     Left = 13
  70.     Top = 40
  71.     Width = 641
  72.     Height = 337
  73.     Anchors = [akLeft, akTop, akRight, akBottom]
  74.     DataSource = DV.dPint
  75.     Font.Charset = ANSI_CHARSET
  76.     Font.Color = clWindowText
  77.     Font.Height = -12
  78.     Font.Name = 'Arial'
  79.     Font.Style = []
  80.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgConfirmDelete, dgCancelOnExit]
  81.     ParentFont = False
  82.     PopupMenu = PM1
  83.     ReadOnly = True
  84.     TabOrder = 0
  85.     TitleFont.Charset = DEFAULT_CHARSET
  86.     TitleFont.Color = clWindowText
  87.     TitleFont.Height = -11
  88.     TitleFont.Name = 'MS Sans Serif'
  89.     TitleFont.Style = []
  90.     OnDblClick = BModificareClick
  91.     OnKeyDown = DBG1KeyDown
  92.     Columns = <
  93.       item
  94.         Expanded = False
  95.         FieldName = 'Nr'
  96.         Visible = False
  97.       end
  98.       item
  99.         Expanded = False
  100.         FieldName = 'Luna'
  101.         Visible = False
  102.       end
  103.       item
  104.         Expanded = False
  105.         FieldName = 'IID'
  106.         Visible = False
  107.       end
  108.       item
  109.         Expanded = False
  110.         FieldName = 'AiPers'
  111.         Visible = False
  112.       end
  113.       item
  114.         Expanded = False
  115.         FieldName = 'Nume'
  116.         Width = 93
  117.         Visible = True
  118.       end
  119.       item
  120.         Expanded = False
  121.         FieldName = 'Prenume'
  122.         Width = 134
  123.         Visible = True
  124.       end
  125.       item
  126.         Expanded = False
  127.         FieldName = 'CODNUMPERS'
  128.         Title.Caption = 'CNP'
  129.         Width = 100
  130.         Visible = True
  131.       end
  132.       item
  133.         Expanded = False
  134.         FieldName = 'Calitate'
  135.         Visible = False
  136.       end
  137.       item
  138.         Expanded = False
  139.         FieldName = 'Invaliditate'
  140.         Visible = False
  141.       end
  142.       item
  143.         Expanded = False
  144.         FieldName = 'Coef'
  145.         Width = 49
  146.         Visible = True
  147.       end
  148.       item
  149.         Expanded = False
  150.         FieldName = 'Kalitate'
  151.         Title.Caption = 'Calitate'
  152.         Width = 107
  153.         Visible = True
  154.       end
  155.       item
  156.         Expanded = False
  157.         FieldName = 'Ynvaliditate'
  158.         Title.Caption = 'Invaliditate'
  159.         Width = 120
  160.         Visible = True
  161.       end>
  162.   end
  163.   object Panel1: TPanel
  164.     Left = 0
  165.     Top = 406
  166.     Width = 665
  167.     Height = 35
  168.     Align = alBottom
  169.     BevelOuter = bvNone
  170.     TabOrder = 2
  171.     object BAdaugare: TB
  172.       Left = 13
  173.       Top = 1
  174.       Width = 150
  175.       Height = 29
  176.       Anchors = [akLeft, akBottom]
  177.       Caption = '&Adaugare'
  178.       Font.Charset = DEFAULT_CHARSET
  179.       Font.Color = clBtnText
  180.       Font.Height = -12
  181.       Font.Name = 'Arial'
  182.       Font.Style = []
  183.       ParentFont = False
  184.       TabOrder = 0
  185.       OnClick = BAdaugareClick
  186.     end
  187.     object BModificare: TB
  188.       Left = 165
  189.       Top = 1
  190.       Width = 150
  191.       Height = 29
  192.       Anchors = [akLeft, akBottom]
  193.       Caption = '&Modificare'
  194.       Font.Charset = DEFAULT_CHARSET
  195.       Font.Color = clBtnText
  196.       Font.Height = -12
  197.       Font.Name = 'Arial'
  198.       Font.Style = []
  199.       ParentFont = False
  200.       TabOrder = 1
  201.       OnClick = BModificareClick
  202.     end
  203.     object BStergere: TB
  204.       Left = 317
  205.       Top = 1
  206.       Width = 150
  207.       Height = 29
  208.       Anchors = [akLeft, akBottom]
  209.       Caption = '&Stergere'
  210.       Font.Charset = DEFAULT_CHARSET
  211.       Font.Color = clBtnText
  212.       Font.Height = -12
  213.       Font.Name = 'Arial'
  214.       Font.Style = []
  215.       ParentFont = False
  216.       TabOrder = 2
  217.       OnClick = BStergereClick
  218.     end
  219.     object BX: TB
  220.       Left = 511
  221.       Top = 1
  222.       Width = 150
  223.       Height = 29
  224.       Anchors = [akRight, akBottom]
  225.       Cancel = True
  226.       Caption = '&Iesire'
  227.       Font.Charset = DEFAULT_CHARSET
  228.       Font.Color = clBtnText
  229.       Font.Height = -12
  230.       Font.Name = 'Arial'
  231.       Font.Style = []
  232.       ModalResult = 1
  233.       ParentFont = False
  234.       TabOrder = 3
  235.     end
  236.   end
  237.   object PanCoefs: TPanel
  238.     Left = 0
  239.     Top = 378
  240.     Width = 665
  241.     Height = 28
  242.     Align = alBottom
  243.     BevelOuter = bvNone
  244.     TabOrder = 1
  245.     object Label4: TLabel
  246.       Left = 14
  247.       Top = 4
  248.       Width = 90
  249.       Height = 17
  250.       AutoSize = False
  251.       Caption = ' Coef. pt. calcul '
  252.       Color = clInfoBk
  253.       Font.Charset = ANSI_CHARSET
  254.       Font.Color = clWindowText
  255.       Font.Height = -12
  256.       Font.Name = 'Arial'
  257.       Font.Style = []
  258.       ParentColor = False
  259.       ParentFont = False
  260.       Visible = False
  261.     end
  262.     object Label3: TLabel
  263.       Left = 160
  264.       Top = 4
  265.       Width = 66
  266.       Height = 17
  267.       AutoSize = False
  268.       Caption = ' Coef. Total'
  269.       Color = clInfoBk
  270.       Font.Charset = ANSI_CHARSET
  271.       Font.Color = clWindowText
  272.       Font.Height = -12
  273.       Font.Name = 'Arial'
  274.       Font.Style = []
  275.       ParentColor = False
  276.       ParentFont = False
  277.     end
  278.     object LCoefD: TLabel
  279.       Left = 108
  280.       Top = 4
  281.       Width = 41
  282.       Height = 17
  283.       Alignment = taCenter
  284.       AutoSize = False
  285.       Caption = '?'
  286.       Color = clInfoBk
  287.       Font.Charset = ANSI_CHARSET
  288.       Font.Color = clWindowText
  289.       Font.Height = -12
  290.       Font.Name = 'Arial'
  291.       Font.Style = []
  292.       ParentColor = False
  293.       ParentFont = False
  294.       Visible = False
  295.     end
  296.     object LCoefR: TLabel
  297.       Left = 228
  298.       Top = 4
  299.       Width = 41
  300.       Height = 17
  301.       Alignment = taCenter
  302.       AutoSize = False
  303.       Caption = '?'
  304.       Color = clInfoBk
  305.       Font.Charset = ANSI_CHARSET
  306.       Font.Color = clWindowText
  307.       Font.Height = -12
  308.       Font.Name = 'Arial'
  309.       Font.Style = []
  310.       ParentColor = False
  311.       ParentFont = False
  312.     end
  313.     object Label1: TLabel
  314.       Left = 405
  315.       Top = 6
  316.       Width = 69
  317.       Height = 17
  318.       AutoSize = False
  319.       Caption = ' &Coef. baza'
  320.       Color = clInfoBk
  321.       FocusControl = CoefBaza
  322.       Font.Charset = ANSI_CHARSET
  323.       Font.Color = clWindowText
  324.       Font.Height = -12
  325.       Font.Name = 'Arial'
  326.       Font.Style = []
  327.       ParentColor = False
  328.       ParentFont = False
  329.     end
  330.     object NCoefD: TISCalcEdit
  331.       Left = 300
  332.       Top = 4
  333.       Width = 41
  334.       Height = 20
  335.       Alignment = taCenter
  336.       AutoSelect = False
  337.       AutoSize = False
  338.       BeepOnError = False
  339.       BorderStyle = bsNone
  340.       ClickKey = 0
  341.       Color = clInfoBk
  342.       Enabled = False
  343.       Font.Charset = ANSI_CHARSET
  344.       Font.Color = clBlack
  345.       Font.Height = -12
  346.       Font.Name = 'Arial'
  347.       Font.Style = []
  348.       FormatOnEditing = True
  349.       ButtonWidth = 0
  350.       NumGlyphs = 2
  351.       ParentFont = False
  352.       ReadOnly = True
  353.       TabOrder = 1
  354.       Visible = False
  355.       Movement = mvNone
  356.     end
  357.     object NCoefR: TISCalcEdit
  358.       Left = 348
  359.       Top = 4
  360.       Width = 41
  361.       Height = 20
  362.       Alignment = taCenter
  363.       AutoSelect = False
  364.       AutoSize = False
  365.       BeepOnError = False
  366.       BorderStyle = bsNone
  367.       ClickKey = 0
  368.       Color = clInfoBk
  369.       Enabled = False
  370.       Font.Charset = ANSI_CHARSET
  371.       Font.Color = clBlack
  372.       Font.Height = -12
  373.       Font.Name = 'Arial'
  374.       Font.Style = []
  375.       FormatOnEditing = True
  376.       ButtonWidth = 0
  377.       NumGlyphs = 2
  378.       ParentFont = False
  379.       ReadOnly = True
  380.       TabOrder = 2
  381.       Visible = False
  382.       Movement = mvNone
  383.     end
  384.     object CoefBaza: TISCalcEdit
  385.       Left = 479
  386.       Top = 4
  387.       Width = 41
  388.       Height = 21
  389.       AutoSize = False
  390.       ButtonWidth = 0
  391.       NumGlyphs = 2
  392.       TabOrder = 0
  393.     end
  394.   end
  395.   object DBNavigator1: TDBNavigator
  396.     Left = 301
  397.     Top = 8
  398.     Width = 150
  399.     Height = 25
  400.     DataSource = DV.dPint
  401.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
  402.     Flat = True
  403.     TabOrder = 3
  404.   end
  405.   object PM1: TPopupMenu
  406.     Left = 264
  407.     Top = 192
  408.     object Adaugare1: TMenuItem
  409.       Caption = '&Adaugare'
  410.       ShortCut = 45
  411.       OnClick = BAdaugareClick
  412.     end
  413.     object Modificare1: TMenuItem
  414.       Caption = '&Modificare'
  415.       ShortCut = 13
  416.       OnClick = BModificareClick
  417.     end
  418.     object Stergere1: TMenuItem
  419.       Caption = '&Stergere'
  420.       ShortCut = 46
  421.       OnClick = BStergereClick
  422.     end
  423.   end
  424. end
  425.