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

  1. object DGlobal: TDGlobal
  2.   OldCreateOrder = False
  3.   OnCreate = DataModuleCreate
  4.   Left = 283
  5.   Top = 161
  6.   Height = 479
  7.   Width = 741
  8.   object _DBSal4: TDatabase
  9.     AliasName = 'Sal5'
  10.     Connected = True
  11.     DatabaseName = '_DBSal4'
  12.     SessionName = 'Default'
  13.     Left = 24
  14.     Top = 64
  15.   end
  16.   object _DBFirma: TDatabase
  17.     AliasName = 'Int_Firme'
  18.     Connected = True
  19.     DatabaseName = '_DBFirma'
  20.     SessionName = 'Default'
  21.     Left = 24
  22.     Top = 120
  23.   end
  24.   object WF1: TWForm
  25.     Left = 216
  26.     Top = 24
  27.   end
  28.   object PF1: TPForm
  29.     Progress = 0
  30.     MaxValue = 0
  31.     EscapePress = False
  32.     Left = 304
  33.     Top = 20
  34.   end
  35.   object qMaxLuna: TQuery
  36.     DatabaseName = '_DBFirma'
  37.     SQL.Strings = (
  38.       'select max(luna) as LUNA  from Pers'
  39.       '')
  40.     Left = 55
  41.     Top = 180
  42.   end
  43.   object DBGridExport1: TDBGridExport
  44.     HintMessages = []
  45.     FindHotKey.ShiftRequired = False
  46.     FindHotKey.ControlRequired = False
  47.     FindHotKey.HotKey = 118
  48.     ExcelHotKey.ShiftRequired = True
  49.     ExcelHotKey.ControlRequired = False
  50.     ExcelHotKey.HotKey = 123
  51.     ClipHotKey.ShiftRequired = True
  52.     ClipHotKey.ControlRequired = False
  53.     ClipHotKey.HotKey = 122
  54.     FilterHotKey.ShiftRequired = False
  55.     FilterHotKey.ControlRequired = False
  56.     FilterHotKey.HotKey = 119
  57.     InfoHotKey.ShiftRequired = True
  58.     InfoHotKey.ControlRequired = False
  59.     InfoHotKey.HotKey = 115
  60.     Left = 144
  61.     Top = 116
  62.   end
  63. end
  64.