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

  1. inherited FormSpoluprace: TFormSpoluprace
  2.   Left = 343
  3.   Top = 249
  4.   HelpContext = 162
  5.   Caption = 'FormSpoluprace'
  6.   ClientHeight = 209
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   object Frame1: TFrame [0]
  10.     Left = 8
  11.     Top = 4
  12.     Width = 305
  13.     Height = 169
  14.   end
  15.   object LabelPlus1: TLabelPlus [1]
  16.     Left = 28
  17.     Top = 24
  18.     Width = 45
  19.     Height = 13
  20.     Caption = '&Zkratka'
  21.     FocusControl = BrowserEdit1
  22.     Attached = True
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object LabelPlus2: TLabelPlus [2]
  31.     Left = 28
  32.     Top = 72
  33.     Width = 26
  34.     Height = 13
  35.     Caption = '&Popis'
  36.     FocusControl = BrowserEdit2
  37.     Attached = True
  38.   end
  39.   object LabelPlus3: TLabelPlus [3]
  40.     Left = 28
  41.     Top = 120
  42.     Width = 61
  43.     Height = 13
  44.     Caption = '&Sektor z∩┐╜jmu'
  45.     FocusControl = EditSektor
  46.     Attached = True
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   inherited BtnOk: TButton
  55.     Top = 180
  56.     TabOrder = 3
  57.   end
  58.   inherited BtnCancel: TButton
  59.     Top = 180
  60.     TabOrder = 4
  61.   end
  62.   object BrowserEdit1: TBrowserEdit [6]
  63.     Left = 28
  64.     Top = 40
  65.     Width = 265
  66.     Height = 21
  67.     AllowNull = False
  68.     DataType = dtString
  69.     FieldName = 'id'
  70.     FloatPrecision = 15
  71.     FloatDigits = 2
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clWindowText
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = [fsBold]
  77.     InputFilter = ifAlphaNumeric
  78.     MaxLength = 30
  79.     ParentFont = False
  80.     TabOrder = 0
  81.   end
  82.   object BrowserEdit2: TBrowserEdit [7]
  83.     Left = 28
  84.     Top = 88
  85.     Width = 265
  86.     Height = 21
  87.     DataType = dtString
  88.     FieldName = 'popis'
  89.     FloatPrecision = 15
  90.     FloatDigits = 2
  91.     InputFilter = ifAlphaNumeric
  92.     MaxLength = 50
  93.     TabOrder = 1
  94.   end
  95.   object EditSektor: TBrowserLookupEdit [8]
  96.     Left = 28
  97.     Top = 136
  98.     Width = 229
  99.     Height = 21
  100.     Separator = #0
  101.     AllVisible = False
  102.     BrowserOnly = False
  103.     ButtonHint = 'Vybrat z ∩┐╜∩┐╜seln∩┐╜ku'
  104.     DirectInput = False
  105.     FieldName = 'id_sektor_zajmu'
  106.     Font.Charset = DEFAULT_CHARSET
  107.     Font.Color = clWindowText
  108.     Font.Height = -11
  109.     Font.Name = 'MS Sans Serif'
  110.     Font.Style = []
  111.     InputFilter = ifAlphaNumeric
  112.     LookupBrowser = DMmain.BrSektoryZajmu
  113.     LookupDatabase = 'BRAIN_'
  114.     LookupField = 'id'
  115.     LookupSQL.Strings = (
  116.       'SELECT id, popis'
  117.       'FROM sektory_zajmu'
  118.       'ORDER BY id')
  119.     MaxLength = 30
  120.     Params = <>
  121.     ParentFont = False
  122.     TabOrder = 2
  123.   end
  124.   inherited FormPos: TFormPos
  125.     Top = 176
  126.   end
  127.   inherited Wallpaper: TWallpaper
  128.     Top = 176
  129.   end
  130. end
  131.