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

  1. inherited FormNomenDt: TFormNomenDt
  2.   Left = 264
  3.   Top = 201
  4.   Caption = 'FormNomenDt'
  5.   ClientHeight = 218
  6.   ClientWidth = 356
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   object Bevel1: TBevel [0]
  10.     Left = 8
  11.     Top = 8
  12.     Width = 341
  13.     Height = 173
  14.     Shape = bsFrame
  15.   end
  16.   object LabelPlus1: TLabelPlus [1]
  17.     Left = 24
  18.     Top = 68
  19.     Width = 119
  20.     Height = 13
  21.     Caption = 'Pod&typ nomenklatury'
  22.     FocusControl = EditPodtyp
  23.     Attached = True
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object LabelPlus2: TLabelPlus [2]
  32.     Left = 24
  33.     Top = 116
  34.     Width = 26
  35.     Height = 13
  36.     Caption = 'P&opis'
  37.     FocusControl = BrowserEdit2
  38.     Attached = True
  39.   end
  40.   object BrowserDataGrabber1: TBrowserDataGrabber [3]
  41.     Left = 44
  42.     Top = 180
  43.     Width = 37
  44.     Height = 19
  45.     FieldNames.Strings = (
  46.       'master')
  47.     GroupIndex = 0
  48.   end
  49.   object StaticTyp: TStatic [4]
  50.     Left = 24
  51.     Top = 36
  52.     Width = 225
  53.     Height = 21
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     ParentFont = False
  60.   end
  61.   object Label1: TLabel [5]
  62.     Left = 24
  63.     Top = 20
  64.     Width = 22
  65.     Height = 13
  66.     Caption = 'Typ'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   inherited BtnOk: TButton
  75.     Left = 192
  76.     Top = 188
  77.     TabOrder = 2
  78.   end
  79.   inherited BtnCancel: TButton
  80.     Left = 272
  81.     Top = 188
  82.     TabOrder = 3
  83.   end
  84.   object EditPodtyp: TBrowserEdit [8]
  85.     Left = 24
  86.     Top = 84
  87.     Width = 225
  88.     Height = 21
  89.     AllowNull = False
  90.     DataType = dtString
  91.     FieldName = 'id'
  92.     FloatPrecision = 15
  93.     FloatDigits = 2
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = [fsBold]
  99.     InputFilter = ifAlphaNumeric
  100.     MaxLength = 50
  101.     ParentFont = False
  102.     TabOrder = 0
  103.   end
  104.   object BrowserEdit2: TBrowserEdit [9]
  105.     Left = 24
  106.     Top = 132
  107.     Width = 309
  108.     Height = 21
  109.     DataType = dtString
  110.     FieldName = 'popis'
  111.     FloatPrecision = 15
  112.     FloatDigits = 2
  113.     InputFilter = ifAlphaNumeric
  114.     MaxLength = 255
  115.     TabOrder = 1
  116.   end
  117.   inherited FormPos: TFormPos
  118.     Top = 184
  119.   end
  120. end
  121.