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

  1. object FData: TFData
  2.   Left = 216
  3.   Top = 266
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Alegere prima luna de lucru'
  7.   ClientHeight = 123
  8.   ClientWidth = 318
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object Label1: TLabel
  21.     Left = 89
  22.     Top = 43
  23.     Width = 31
  24.     Height = 15
  25.     Caption = 'Luna:'
  26.   end
  27.   object lTitlu: TLabelEffect
  28.     Left = 0
  29.     Top = 0
  30.     Width = 318
  31.     Height = 33
  32.     ColourShadow = clGray
  33.     GraduateFrom = clWindowText
  34.     StyleHighlight = eoExtrude
  35.     StyleShadow = eoGraduated
  36.     ColourScheme = csText
  37.     Align = alTop
  38.     Alignment = taCenter
  39.     Caption = 'Specificati luna'
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -16
  43.     Font.Name = 'Arial'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object BConfirm: TB
  48.     Left = 57
  49.     Top = 85
  50.     Width = 100
  51.     Height = 28
  52.     Caption = '&Confirmare'
  53.     Font.Charset = ANSI_CHARSET
  54.     Font.Color = clBtnText
  55.     Font.Height = -12
  56.     Font.Name = 'Arial'
  57.     Font.Style = []
  58.     ModalResult = 1
  59.     ParentFont = False
  60.     TabOrder = 1
  61.   end
  62.   object BAbandon: TB
  63.     Left = 162
  64.     Top = 85
  65.     Width = 100
  66.     Height = 28
  67.     Cancel = True
  68.     Caption = '&Abandon'
  69.     Font.Charset = ANSI_CHARSET
  70.     Font.Color = clBtnText
  71.     Font.Height = -12
  72.     Font.Name = 'Arial'
  73.     Font.Style = []
  74.     ModalResult = 2
  75.     ParentFont = False
  76.     TabOrder = 2
  77.   end
  78.   object LALuna: TEditLA
  79.     Left = 137
  80.     Top = 39
  81.     Width = 92
  82.     Height = 23
  83.     Luna = 10
  84.     An = 2000
  85.     Data = 36800
  86.     UseCurrentDate = False
  87.     ParentColor = True
  88.     TabOrder = 0
  89.   end
  90. end
  91.