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

  1. object FDeclarCAS: TFDeclarCAS
  2.   Left = 306
  3.   Top = 286
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Declaratii CAS'
  7.   ClientHeight = 213
  8.   ClientWidth = 483
  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.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 15
  21.   object Label1: TLabel
  22.     Left = 19
  23.     Top = 19
  24.     Width = 78
  25.     Height = 15
  26.     Caption = 'Nr.Declaratie: '
  27.   end
  28.   object Label2: TLabel
  29.     Left = 235
  30.     Top = 19
  31.     Width = 88
  32.     Height = 15
  33.     Caption = 'Data Declaratie:'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 19
  37.     Top = 59
  38.     Width = 40
  39.     Height = 15
  40.     Caption = 'Nume: '
  41.   end
  42.   object Label4: TLabel
  43.     Left = 19
  44.     Top = 85
  45.     Width = 57
  46.     Height = 15
  47.     Caption = 'Prenume: '
  48.   end
  49.   object Label5: TLabel
  50.     Left = 19
  51.     Top = 111
  52.     Width = 46
  53.     Height = 15
  54.     Caption = 'Functie: '
  55.   end
  56.   object Bevel1: TBevel
  57.     Left = 2
  58.     Top = 5
  59.     Width = 480
  60.     Height = 40
  61.     Shape = bsFrame
  62.     Style = bsRaised
  63.   end
  64.   object Bevel2: TBevel
  65.     Left = 2
  66.     Top = 49
  67.     Width = 480
  68.     Height = 120
  69.     Shape = bsFrame
  70.     Style = bsRaised
  71.   end
  72.   object Label6: TLabel
  73.     Left = 19
  74.     Top = 137
  75.     Width = 59
  76.     Height = 15
  77.     Caption = 'Cod judet :'
  78.   end
  79.   object ENr: TE
  80.     Left = 99
  81.     Top = 16
  82.     Width = 121
  83.     Height = 23
  84.     CharCase = ecUpperCase
  85.     TabOrder = 0
  86.   end
  87.   object ENume: TE
  88.     Left = 99
  89.     Top = 56
  90.     Width = 363
  91.     Height = 23
  92.     CharCase = ecUpperCase
  93.     TabOrder = 2
  94.   end
  95.   object EPrenume: TE
  96.     Left = 99
  97.     Top = 82
  98.     Width = 363
  99.     Height = 23
  100.     CharCase = ecUpperCase
  101.     TabOrder = 3
  102.   end
  103.   object EFunctie: TE
  104.     Left = 99
  105.     Top = 108
  106.     Width = 363
  107.     Height = 23
  108.     CharCase = ecUpperCase
  109.     TabOrder = 4
  110.   end
  111.   object CEDeclar: TCal_Edit
  112.     Left = 339
  113.     Top = 16
  114.     Width = 125
  115.     Height = 23
  116.     ButtonFont.Charset = ANSI_CHARSET
  117.     ButtonFont.Color = clWindowText
  118.     ButtonFont.Height = -12
  119.     ButtonFont.Name = 'Arial'
  120.     ButtonFont.Style = []
  121.     Color = clWindow
  122.     FocusColor = clAqua
  123.     Version = '1.12'
  124.     Required = False
  125.     Language = lgSystem
  126.     FirstWeekOfYear = fwDefault
  127.     TabOrder = 1
  128.   end
  129.   object BConfirm: TB
  130.     Left = 107
  131.     Top = 172
  132.     Width = 130
  133.     Height = 30
  134.     Caption = '&Confirmare'
  135.     Font.Charset = ANSI_CHARSET
  136.     Font.Color = clBtnText
  137.     Font.Height = -12
  138.     Font.Name = 'Arial'
  139.     Font.Style = []
  140.     ModalResult = 1
  141.     ParentFont = False
  142.     TabOrder = 6
  143.     OnClick = BConfirmClick
  144.   end
  145.   object BAbandon: TB
  146.     Left = 247
  147.     Top = 172
  148.     Width = 130
  149.     Height = 30
  150.     Cancel = True
  151.     Caption = '&Abandon'
  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 = 7
  159.     OnClick = BAbandonClick
  160.   end
  161.   object eCodJudet: TE
  162.     Left = 99
  163.     Top = 134
  164.     Width = 35
  165.     Height = 23
  166.     CharCase = ecUpperCase
  167.     MaxLength = 3
  168.     TabOrder = 5
  169.   end
  170.   object SD1: TSaveDialog
  171.     Filter = 'Fisierele(*.txt,*.dbf)|*.txt;*.dbf'
  172.     Left = 408
  173.     Top = 136
  174.   end
  175. end
  176.