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

  1. inherited FormEkonomika: TFormEkonomika
  2.   Left = 308
  3.   Top = 250
  4.   Caption = 'FormEkonomika'
  5.   ClientHeight = 225
  6.   ClientWidth = 351
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   object Frame1: TFrame [0]
  10.     Left = 8
  11.     Top = 4
  12.     Width = 249
  13.     Height = 213
  14.   end
  15.   object BrowserDataGrabber1: TBrowserDataGrabber [1]
  16.     Left = 263
  17.     Top = 115
  18.     Width = 20
  19.     Height = 19
  20.     FieldNames.Strings = (
  21.       'ico')
  22.     GroupIndex = 0
  23.   end
  24.   object LabelPlus1: TLabelPlus [2]
  25.     Left = 41
  26.     Top = 36
  27.     Width = 24
  28.     Height = 13
  29.     AttachType = atLeft
  30.     Caption = '&Rok'
  31.     FocusControl = BrowserNumEdit1
  32.     Attached = True
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object LabelPlus2: TLabelPlus [3]
  41.     Left = 41
  42.     Top = 184
  43.     Width = 24
  44.     Height = 13
  45.     AttachType = atLeft
  46.     Caption = 'Z&droj'
  47.     FocusControl = BrowserLookupEdit1
  48.     Attached = True
  49.   end
  50.   object LabelPlus3: TLabelPlus [4]
  51.     Left = 39
  52.     Top = 80
  53.     Width = 26
  54.     Height = 13
  55.     AttachType = atLeft
  56.     Caption = '&Obrat'
  57.     FocusControl = BrowserNumEdit5
  58.     Attached = True
  59.   end
  60.   object LabelPlus4: TLabelPlus [5]
  61.     Left = 45
  62.     Top = 112
  63.     Width = 20
  64.     Height = 13
  65.     AttachType = atLeft
  66.     Caption = '&Zisk'
  67.     FocusControl = BrowserNumEdit4
  68.     Attached = True
  69.   end
  70.   object LabelPlus5: TLabelPlus [6]
  71.     Left = 22
  72.     Top = 144
  73.     Width = 43
  74.     Height = 13
  75.     AttachType = atLeft
  76.     Caption = '&Investice'
  77.     FocusControl = BrowserNumEdit3
  78.     Attached = True
  79.   end
  80.   inherited BtnOk: TButton
  81.     Left = 268
  82.     Top = 12
  83.     TabOrder = 5
  84.   end
  85.   inherited BtnCancel: TButton
  86.     Left = 268
  87.     Top = 44
  88.     TabOrder = 6
  89.   end
  90.   object BrowserNumEdit1: TBrowserNumEdit [9]
  91.     Left = 72
  92.     Top = 32
  93.     Width = 77
  94.     Height = 21
  95.     AllowNull = False
  96.     FieldName = 'rok'
  97.     FloatDigits = 2
  98.     FloatFormat = ffGeneral
  99.     FloatPrecision = 15
  100.     Font.Charset = DEFAULT_CHARSET
  101.     Font.Color = clWindowText
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = [fsBold]
  105.     Increment = 1.000000000000000000
  106.     MaxValue = 3000.000000000000000000
  107.     MinValue = 1900.000000000000000000
  108.     ParentFont = False
  109.     TabOrder = 0
  110.   end
  111.   object BrowserNumEdit3: TBrowserNumEdit [10]
  112.     Left = 72
  113.     Top = 140
  114.     Width = 105
  115.     Height = 21
  116.     DataType = ntFloat
  117.     FieldName = 'investice'
  118.     FloatDigits = 2
  119.     FloatPrecision = 15
  120.     Increment = 1.000000000000000000
  121.     TabOrder = 3
  122.   end
  123.   object BrowserNumEdit4: TBrowserNumEdit [11]
  124.     Left = 72
  125.     Top = 108
  126.     Width = 105
  127.     Height = 21
  128.     DataType = ntFloat
  129.     FieldName = 'zisk'
  130.     FloatDigits = 2
  131.     FloatPrecision = 15
  132.     Increment = 1.000000000000000000
  133.     TabOrder = 2
  134.   end
  135.   object BrowserNumEdit5: TBrowserNumEdit [12]
  136.     Left = 72
  137.     Top = 76
  138.     Width = 105
  139.     Height = 21
  140.     DataType = ntFloat
  141.     FieldName = 'obrat'
  142.     FloatDigits = 2
  143.     FloatPrecision = 15
  144.     Increment = 1.000000000000000000
  145.     TabOrder = 1
  146.   end
  147.   object BrowserLookupEdit1: TBrowserLookupEdit [13]
  148.     Left = 72
  149.     Top = 180
  150.     Width = 165
  151.     Height = 21
  152.     Separator = #0
  153.     AllVisible = False
  154.     BrowserOnly = False
  155.     ButtonHint = 'Vybrat z ∩┐╜∩┐╜seln∩┐╜ku'
  156.     FieldName = 'zdroj'
  157.     InputFilter = ifAlphaNumeric
  158.     ItemMustExist = False
  159.     LookupDatabase = 'BRAIN_'
  160.     LookupField = 'zdroj'
  161.     LookupSQL.Strings = (
  162.       'SELECT DISTINCT zdroj'
  163.       'FROM f_ekonomika'
  164.       'WHERE zdroj is not null'
  165.       'ORDER BY zdroj')
  166.     MaxLength = 50
  167.     Params = <>
  168.     TabOrder = 4
  169.   end
  170.   inherited FormPos: TFormPos
  171.     Left = 264
  172.     Top = 184
  173.   end
  174. end
  175.