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

  1. inherited FormInvestori: TFormInvestori
  2.   Caption = 'FormInvestori'
  3.   ClientHeight = 267
  4.   ClientWidth = 341
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   object LabelPlus1: TLabelPlus [0]
  8.     Left = 32
  9.     Top = 24
  10.     Width = 31
  11.     Height = 13
  12.     Caption = '&Firma'
  13.     FocusControl = BrowserLookupEdit2
  14.     Attached = True
  15.     Font.Charset = DEFAULT_CHARSET
  16.     Font.Color = clWindowText
  17.     Font.Height = -11
  18.     Font.Name = 'MS Sans Serif'
  19.     Font.Style = [fsBold]
  20.     ParentFont = False
  21.   end
  22.   object Frame1: TFrame [1]
  23.     Left = 8
  24.     Top = 4
  25.     Width = 325
  26.     Height = 225
  27.   end
  28.   object BrowserDataGrabber1: TBrowserDataGrabber [2]
  29.     Left = 42
  30.     Top = 234
  31.     Width = 20
  32.     Height = 19
  33.     FieldNames.Strings = (
  34.       'ico')
  35.     GroupIndex = 0
  36.   end
  37.   object LabelPlus2: TLabelPlus [3]
  38.     Left = 33
  39.     Top = 173
  40.     Width = 24
  41.     Height = 13
  42.     Caption = '&Zdroj'
  43.     FocusControl = BrowserLookupEdit1
  44.     Attached = True
  45.   end
  46.   object LabelPlus3: TLabelPlus [4]
  47.     Left = 32
  48.     Top = 124
  49.     Width = 55
  50.     Height = 13
  51.     Caption = 'Rok vstupu'
  52.     FocusControl = BrowserNumEdit1
  53.     Attached = True
  54.   end
  55.   object LabelPlus4: TLabelPlus [5]
  56.     Left = 116
  57.     Top = 124
  58.     Width = 60
  59.     Height = 13
  60.     Caption = 'Rok v∩┐╜stupu'
  61.     FocusControl = BrowserNumEdit2
  62.     Attached = True
  63.   end
  64.   object LabelPlus5: TLabelPlus [6]
  65.     Left = 32
  66.     Top = 72
  67.     Width = 24
  68.     Height = 13
  69.     Caption = 'Pod∩┐╜l'
  70.     FocusControl = BrowserNumEdit3
  71.     Attached = True
  72.   end
  73.   inherited BtnOk: TButton
  74.     Left = 176
  75.     Top = 236
  76.     TabOrder = 5
  77.   end
  78.   inherited BtnCancel: TButton
  79.     Left = 256
  80.     Top = 236
  81.     TabOrder = 6
  82.   end
  83.   object BrowserLookupEdit2: TBrowserLookupEdit [9]
  84.     Left = 32
  85.     Top = 40
  86.     Width = 277
  87.     Height = 21
  88.     Separator = #0
  89.     AllowNull = False
  90.     AllVisible = False
  91.     BrowserOnly = False
  92.     ButtonHint = 'Vybrat z ∩┐╜∩┐╜seln∩┐╜ku'
  93.     FieldName = 'firma'
  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.     LookupBrowser = DMmain.BrAllFirmy
  101.     ItemMustExist = False
  102.     LookupDatabase = 'BRAIN_'
  103.     LookupField = 'nazev'
  104.     LookupSQL.Strings = (
  105.       'SELECT nazev, mesto, ico'
  106.       'FROM firmy'
  107.       'ORDER BY nazev')
  108.     MaxLength = 50
  109.     Params = <>
  110.     ParentFont = False
  111.     TabOrder = 0
  112.   end
  113.   object BrowserNumEdit1: TBrowserNumEdit [10]
  114.     Left = 32
  115.     Top = 140
  116.     Width = 61
  117.     Height = 21
  118.     FieldName = 'od'
  119.     FloatDigits = 2
  120.     FloatPrecision = 15
  121.     Increment = 1.000000000000000000
  122.     MaxValue = 3000.000000000000000000
  123.     MinValue = 1900.000000000000000000
  124.     TabOrder = 2
  125.   end
  126.   object BrowserNumEdit2: TBrowserNumEdit [11]
  127.     Left = 116
  128.     Top = 140
  129.     Width = 61
  130.     Height = 21
  131.     FieldName = 'do'
  132.     FloatDigits = 2
  133.     FloatPrecision = 15
  134.     Increment = 1.000000000000000000
  135.     MaxValue = 3000.000000000000000000
  136.     MinValue = 1900.000000000000000000
  137.     TabOrder = 3
  138.   end
  139.   object BrowserLookupEdit1: TBrowserLookupEdit [12]
  140.     Left = 33
  141.     Top = 189
  142.     Width = 176
  143.     Height = 21
  144.     Separator = #0
  145.     AllVisible = False
  146.     BrowserOnly = False
  147.     ButtonHint = 'Vybrat z ∩┐╜∩┐╜seln∩┐╜ku'
  148.     FieldName = 'zdroj'
  149.     InputFilter = ifAlphaNumeric
  150.     ItemMustExist = False
  151.     LookupDatabase = 'BRAIN_'
  152.     LookupField = 'zdroj'
  153.     LookupSQL.Strings = (
  154.       'SELECT DISTINCT zdroj'
  155.       'FROM f_investori'
  156.       'WHERE zdroj is not null'
  157.       'ORDER BY zdroj')
  158.     MaxLength = 50
  159.     Params = <>
  160.     TabOrder = 4
  161.   end
  162.   object BrowserNumEdit3: TBrowserNumEdit [13]
  163.     Left = 32
  164.     Top = 88
  165.     Width = 141
  166.     Height = 21
  167.     DataType = ntFloat
  168.     FieldName = 'podil'
  169.     FloatDigits = 2
  170.     FloatPrecision = 15
  171.     Increment = 1.000000000000000000
  172.     TabOrder = 1
  173.   end
  174.   inherited FormPos: TFormPos
  175.     Left = 12
  176.     Top = 236
  177.   end
  178. end
  179.