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

  1. inherited FormZdrojeKontaktu: TFormZdrojeKontaktu
  2.   HelpContext = 163
  3.   Caption = 'FormZdrojeKontaktu'
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   object Frame1: TFrame [0]
  7.     Left = 8
  8.     Top = 4
  9.     Width = 305
  10.     Height = 145
  11.   end
  12.   object LabelPlus1: TLabelPlus [1]
  13.     Left = 28
  14.     Top = 28
  15.     Width = 45
  16.     Height = 13
  17.     Caption = '&Zkratka'
  18.     FocusControl = BrowserEdit1
  19.     Attached = True
  20.     Font.Charset = DEFAULT_CHARSET
  21.     Font.Color = clWindowText
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.   end
  27.   object LabelPlus2: TLabelPlus [2]
  28.     Left = 28
  29.     Top = 84
  30.     Width = 26
  31.     Height = 13
  32.     Caption = '&Popis'
  33.     FocusControl = BrowserEdit2
  34.     Attached = True
  35.   end
  36.   inherited BtnOk: TButton
  37.     TabOrder = 2
  38.   end
  39.   inherited BtnCancel: TButton
  40.     TabOrder = 3
  41.   end
  42.   object BrowserEdit1: TBrowserEdit [5]
  43.     Left = 28
  44.     Top = 44
  45.     Width = 121
  46.     Height = 21
  47.     DataType = dtString
  48.     FieldName = 'id'
  49.     FloatPrecision = 15
  50.     FloatDigits = 2
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     InputFilter = ifAlphaNumeric
  57.     MaxLength = 10
  58.     ParentFont = False
  59.     TabOrder = 0
  60.   end
  61.   object BrowserEdit2: TBrowserEdit [6]
  62.     Left = 28
  63.     Top = 100
  64.     Width = 265
  65.     Height = 21
  66.     DataType = dtString
  67.     FieldName = 'popis'
  68.     FloatPrecision = 15
  69.     FloatDigits = 2
  70.     InputFilter = ifAlphaNumeric
  71.     MaxLength = 50
  72.     TabOrder = 1
  73.   end
  74. end
  75.