home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TFORMZAMESTNANCI / TFORMZAMESTNANCI.txt
Text File  |  1999-09-06  |  3KB  |  125 lines

  1. inherited FormZamestnanci: TFormZamestnanci
  2.   Left = 326
  3.   Caption = 'FormZamestnanci'
  4.   ClientWidth = 326
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   object BrowserDataGrabber1: TBrowserDataGrabber [0]
  8.     Left = 64
  9.     Top = 160
  10.     Width = 20
  11.     Height = 19
  12.     FieldNames.Strings = (
  13.       'ico')
  14.     GroupIndex = 0
  15.   end
  16.   object Frame1: TFrame [1]
  17.     Left = 8
  18.     Top = 4
  19.     Width = 309
  20.     Height = 153
  21.   end
  22.   object LabelPlus1: TLabelPlus [2]
  23.     Left = 29
  24.     Top = 36
  25.     Width = 24
  26.     Height = 13
  27.     AttachType = atLeft
  28.     Caption = '&Rok'
  29.     FocusControl = BrowserNumEdit1
  30.     Attached = True
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object LabelPlus2: TLabelPlus [3]
  39.     Left = 25
  40.     Top = 72
  41.     Width = 28
  42.     Height = 13
  43.     AttachType = atLeft
  44.     Caption = '&Po∩┐╜et'
  45.     FocusControl = BrowserNumEdit2
  46.     Attached = True
  47.   end
  48.   object LabelPlus3: TLabelPlus [4]
  49.     Left = 29
  50.     Top = 109
  51.     Width = 24
  52.     Height = 13
  53.     AttachType = atLeft
  54.     Caption = '&Zdroj'
  55.     FocusControl = BrowserLookupEdit1
  56.     Attached = True
  57.   end
  58.   inherited BtnOk: TButton
  59.     Left = 160
  60.     Top = 164
  61.     TabOrder = 3
  62.   end
  63.   inherited BtnCancel: TButton
  64.     Left = 240
  65.     Top = 164
  66.     TabOrder = 4
  67.   end
  68.   object BrowserNumEdit1: TBrowserNumEdit [7]
  69.     Left = 60
  70.     Top = 32
  71.     Width = 77
  72.     Height = 21
  73.     AllowNull = False
  74.     FieldName = 'rok'
  75.     FloatDigits = 2
  76.     FloatFormat = ffGeneral
  77.     FloatPrecision = 15
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clWindowText
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = [fsBold]
  83.     Increment = 1.000000000000000000
  84.     MaxValue = 3000.000000000000000000
  85.     MinValue = 1900.000000000000000000
  86.     ParentFont = False
  87.     TabOrder = 0
  88.   end
  89.   object BrowserNumEdit2: TBrowserNumEdit [8]
  90.     Left = 60
  91.     Top = 68
  92.     Width = 77
  93.     Height = 21
  94.     FieldName = 'pocet'
  95.     FloatDigits = 2
  96.     FloatPrecision = 15
  97.     Increment = 1.000000000000000000
  98.     MaxValue = 1000000000.000000000000000000
  99.     TabOrder = 1
  100.   end
  101.   object BrowserLookupEdit1: TBrowserLookupEdit [9]
  102.     Left = 60
  103.     Top = 105
  104.     Width = 221
  105.     Height = 21
  106.     Separator = #0
  107.     AllVisible = False
  108.     BrowserOnly = False
  109.     ButtonHint = 'Vybrat z ∩┐╜∩┐╜seln∩┐╜ku'
  110.     FieldName = 'zdroj'
  111.     InputFilter = ifAlphaNumeric
  112.     ItemMustExist = False
  113.     LookupDatabase = 'BRAIN_'
  114.     LookupField = 'zdroj'
  115.     LookupSQL.Strings = (
  116.       'SELECT DISTINCT zdroj'
  117.       'FROM f_zamestnanci'
  118.       'WHERE zdroj is not null'
  119.       'ORDER BY zdroj')
  120.     MaxLength = 0
  121.     Params = <>
  122.     TabOrder = 2
  123.   end
  124. end
  125.