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

  1. inherited FormZakaznici: TFormZakaznici
  2.   Top = 218
  3.   HelpContext = 142
  4.   Caption = 'FormZakaznici'
  5.   ClientHeight = 225
  6.   ClientWidth = 343
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   object LabelPlus4: TLabelPlus [0]
  10.     Left = 33
  11.     Top = 121
  12.     Width = 24
  13.     Height = 13
  14.     Caption = '&Zdroj'
  15.     FocusControl = EditZdroj
  16.     Attached = True
  17.   end
  18.   object Frame1: TFrame [1]
  19.     Left = 8
  20.     Top = 4
  21.     Width = 325
  22.     Height = 181
  23.   end
  24.   object LabelPlus1: TLabelPlus [2]
  25.     Left = 32
  26.     Top = 24
  27.     Width = 31
  28.     Height = 13
  29.     Caption = '&Firma'
  30.     FocusControl = BrowserLookupEdit2
  31.     Attached = True
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object LabelPlus2: TLabelPlus [3]
  40.     Left = 32
  41.     Top = 72
  42.     Width = 126
  43.     Height = 13
  44.     Caption = '&Obdob∩┐╜ spolupr∩┐╜ce od - do'
  45.     FocusControl = BrowserNumEdit1
  46.     Attached = True
  47.   end
  48.   object BrowserDataGrabber1: TBrowserDataGrabber [4]
  49.     Left = 32
  50.     Top = 184
  51.     Width = 20
  52.     Height = 19
  53.     FieldNames.Strings = (
  54.       'ico')
  55.     GroupIndex = 0
  56.   end
  57.   inherited BtnOk: TButton
  58.     Left = 176
  59.     Top = 192
  60.     TabOrder = 5
  61.   end
  62.   inherited BtnCancel: TButton
  63.     Left = 256
  64.     Top = 192
  65.     TabOrder = 6
  66.   end
  67.   object EditZdroj: TBrowserLookupEdit [7]
  68.     Left = 33
  69.     Top = 137
  70.     Width = 176
  71.     Height = 21
  72.     Separator = #0
  73.     AllVisible = False
  74.     BrowserOnly = False
  75.     ButtonHint = 'Vybrat z ∩┐╜∩┐╜seln∩┐╜ku'
  76.     FieldName = 'zdroj'
  77.     InputFilter = ifAlphaNumeric
  78.     ItemMustExist = False
  79.     LookupDatabase = 'BRAIN_'
  80.     LookupField = 'zdroj'
  81.     LookupSQL.Strings = (
  82.       'SELECT DISTINCT zdroj'
  83.       'FROM f_zakaznici'
  84.       'WHERE zdroj is not null'
  85.       'ORDER BY zdroj')
  86.     MaxLength = 0
  87.     Params = <>
  88.     TabOrder = 4
  89.   end
  90.   object BrowserLookupEdit2: TBrowserLookupEdit [8]
  91.     Left = 32
  92.     Top = 40
  93.     Width = 277
  94.     Height = 21
  95.     Separator = #0
  96.     AllowNull = False
  97.     AllVisible = False
  98.     BrowserOnly = False
  99.     ButtonHint = 'Vybrat z ∩┐╜∩┐╜seln∩┐╜ku'
  100.     FieldName = 'nazev'
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = [fsBold]
  106.     InputFilter = ifAlphaNumeric
  107.     LookupBrowser = DMmain.BrAllFirmy
  108.     ItemMustExist = False
  109.     LookupDatabase = 'BRAIN_'
  110.     LookupField = 'nazev'
  111.     LookupSQL.Strings = (
  112.       'SELECT nazev, mesto, ico'
  113.       'FROM firmy'
  114.       'ORDER BY nazev')
  115.     MaxLength = 0
  116.     Params = <>
  117.     ParentFont = False
  118.     TabOrder = 0
  119.   end
  120.   object BrowserNumEdit1: TBrowserNumEdit [9]
  121.     Left = 32
  122.     Top = 88
  123.     Width = 61
  124.     Height = 21
  125.     FieldName = 'od'
  126.     FloatDigits = 2
  127.     FloatFormat = ffGeneral
  128.     FloatPrecision = 15
  129.     Increment = 1.000000000000000000
  130.     MaxValue = 3000.000000000000000000
  131.     MinValue = 1900.000000000000000000
  132.     TabOrder = 1
  133.   end
  134.   object BrowserNumEdit2: TBrowserNumEdit [10]
  135.     Left = 116
  136.     Top = 88
  137.     Width = 61
  138.     Height = 21
  139.     FieldName = 'do'
  140.     FloatDigits = 2
  141.     FloatFormat = ffGeneral
  142.     FloatPrecision = 15
  143.     Increment = 1.000000000000000000
  144.     MaxValue = 3000.000000000000000000
  145.     MinValue = 1900.000000000000000000
  146.     TabOrder = 2
  147.   end
  148.   object BrowserCheckBox1: TBrowserCheckBox [11]
  149.     Left = 216
  150.     Top = 88
  151.     Width = 97
  152.     Height = 17
  153.     Caption = 'O&bchoduje se'
  154.     TabOrder = 3
  155.     DefaultValue = False
  156.     FieldName = 'aktivni'
  157.   end
  158.   inherited FormPos: TFormPos
  159.     Left = 4
  160.     Top = 196
  161.   end
  162. end
  163.