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

  1. object FZileLibere: TFZileLibere
  2.   Left = 314
  3.   Top = 158
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'FZileLibere'
  7.   ClientHeight = 309
  8.   ClientWidth = 266
  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.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LTitlu: TLabelEffect
  21.     Left = 0
  22.     Top = 0
  23.     Width = 266
  24.     Height = 28
  25.     GraduateFrom = clWindowText
  26.     Align = alTop
  27.     Alignment = taCenter
  28.     Caption = 'Definire sarbatori legale'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clGray
  31.     Font.Height = -21
  32.     Font.Name = 'Times New Roman'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object Label1: TLabel
  37.     Left = 0
  38.     Top = 36
  39.     Width = 265
  40.     Height = 15
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = 'Zilele care se considera libere:'
  44.     Font.Charset = ANSI_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -12
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object BConfirm: TB
  52.     Left = 8
  53.     Top = 275
  54.     Width = 123
  55.     Height = 27
  56.     Caption = '&Confirm'
  57.     Font.Charset = ANSI_CHARSET
  58.     Font.Color = clBtnText
  59.     Font.Height = -12
  60.     Font.Name = 'Arial'
  61.     Font.Style = []
  62.     ModalResult = 1
  63.     ParentFont = False
  64.     TabOrder = 1
  65.     OnClick = BConfirmClick
  66.   end
  67.   object BAnulez: TB
  68.     Left = 135
  69.     Top = 275
  70.     Width = 126
  71.     Height = 27
  72.     Cancel = True
  73.     Caption = 'A&nulez'
  74.     Font.Charset = ANSI_CHARSET
  75.     Font.Color = clBtnText
  76.     Font.Height = -12
  77.     Font.Name = 'Arial'
  78.     Font.Style = []
  79.     ModalResult = 2
  80.     ParentFont = False
  81.     TabOrder = 2
  82.   end
  83.   object CLBZile: TCheckListBox
  84.     Left = 8
  85.     Top = 61
  86.     Width = 252
  87.     Height = 206
  88.     Font.Charset = ANSI_CHARSET
  89.     Font.Color = clWindowText
  90.     Font.Height = -12
  91.     Font.Name = 'Arial'
  92.     Font.Style = []
  93.     ItemHeight = 15
  94.     ParentFont = False
  95.     TabOrder = 0
  96.     OnKeyDown = CLBZileKeyDown
  97.   end
  98. end
  99.