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

  1. object FTransm: TFTransm
  2.   Left = 456
  3.   Top = 208
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Transmitere electronica'
  7.   ClientHeight = 107
  8.   ClientWidth = 326
  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 = 75
  22.     Top = 31
  23.     Width = 30
  24.     Height = 15
  25.     Caption = 'Anul :'
  26.   end
  27.   object lTitlu: TLabelEffect
  28.     Left = 0
  29.     Top = 0
  30.     Width = 326
  31.     Height = 25
  32.     ColourShadow = clGray
  33.     GraduateFrom = clWindowText
  34.     StyleHighlight = eoExtrude
  35.     StyleShadow = eoGraduated
  36.     ColourScheme = csText
  37.     Align = alTop
  38.     Alignment = taCenter
  39.     Caption = 'Specificati anul'
  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 = 31
  49.     Top = 67
  50.     Width = 130
  51.     Height = 30
  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 = 0
  61.     OnClick = BConfirmClick
  62.   end
  63.   object B2: TB
  64.     Left = 165
  65.     Top = 67
  66.     Width = 130
  67.     Height = 30
  68.     Cancel = True
  69.     Caption = '&Abandon'
  70.     Font.Charset = ANSI_CHARSET
  71.     Font.Color = clBtnText
  72.     Font.Height = -12
  73.     Font.Name = 'Arial'
  74.     Font.Style = []
  75.     ParentFont = False
  76.     TabOrder = 1
  77.     OnClick = B2Click
  78.   end
  79.   object CBAn: TComboBox
  80.     Left = 108
  81.     Top = 29
  82.     Width = 144
  83.     Height = 23
  84.     Style = csOwnerDrawFixed
  85.     DropDownCount = 12
  86.     Font.Charset = ANSI_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -12
  89.     Font.Name = 'Arial'
  90.     Font.Style = []
  91.     ItemHeight = 17
  92.     ParentFont = False
  93.     TabOrder = 2
  94.     OnKeyDown = CBAnKeyDown
  95.     Items.Strings = (
  96.       '1.10.2000')
  97.   end
  98.   object SD1: TSaveDialog
  99.     Filter = 'Fisierele(*.txt,*.dbf)|*.txt;*.dbf'
  100.     Left = 276
  101.     Top = 24
  102.   end
  103.   object qCh_Profes: TQuery
  104.     DatabaseName = 'Int_Firme'
  105.     SQL.Strings = (
  106.       'select * from para where den = '#39'CheltProf'#39' and luna =:Data')
  107.     Left = 20
  108.     Top = 4
  109.     ParamData = <
  110.       item
  111.         DataType = ftDate
  112.         Name = 'Data'
  113.         ParamType = ptInput
  114.       end>
  115.   end
  116. end
  117.