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

  1. object FormQryFiltEdit: TFormQryFiltEdit
  2.   Left = 228
  3.   Top = 215
  4.   BorderStyle = bsDialog
  5.   Caption = 'Podm∩┐╜nka'
  6.   ClientHeight = 128
  7.   ClientWidth = 446
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 429
  19.     Height = 81
  20.     Shape = bsFrame
  21.   end
  22.   object LabelPlus1: TLabelPlus
  23.     Left = 28
  24.     Top = 28
  25.     Width = 21
  26.     Height = 13
  27.     Caption = '&Pole'
  28.     FocusControl = ComboField
  29.     Attached = True
  30.   end
  31.   object LabelPlus2: TLabelPlus
  32.     Left = 180
  33.     Top = 28
  34.     Width = 41
  35.     Height = 13
  36.     Caption = '&Oper∩┐╜tor'
  37.     FocusControl = ComboSign
  38.     Attached = True
  39.   end
  40.   object LabelValue: TLabelPlus
  41.     Left = 248
  42.     Top = 28
  43.     Width = 41
  44.     Height = 13
  45.     Caption = '&Hodnota'
  46.   end
  47.   object EditStrValue: TBrowserLookupEdit
  48.     Tag = 1
  49.     Left = 248
  50.     Top = 44
  51.     Width = 169
  52.     Height = 21
  53.     Separator = #0
  54.     AllVisible = False
  55.     BrowserOnly = False
  56.     ButtonHint = 'Vybrat z ∩┐╜∩┐╜seln∩┐╜ku'
  57.     HotSearch = False
  58.     InputFilter = ifAlphaNumeric
  59.     ItemMustExist = False
  60.     MaxLength = 0
  61.     Params = <>
  62.     TabOrder = 5
  63.     Visible = False
  64.     OnChange = ValueChange
  65.   end
  66.   object BtnOk: TButton
  67.     Left = 283
  68.     Top = 96
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 6
  75.   end
  76.   object BtnCancel: TButton
  77.     Left = 363
  78.     Top = 96
  79.     Width = 75
  80.     Height = 25
  81.     Cancel = True
  82.     Caption = 'Storno'
  83.     ModalResult = 2
  84.     TabOrder = 7
  85.   end
  86.   object ComboSign: TComboBox
  87.     Left = 180
  88.     Top = 44
  89.     Width = 61
  90.     Height = 21
  91.     Style = csDropDownList
  92.     ItemHeight = 13
  93.     Items.Strings = (
  94.       '='
  95.       '<'
  96.       '>'
  97.       '<>'
  98.       '<='
  99.       '>=')
  100.     TabOrder = 1
  101.   end
  102.   object ComboValue: TComboBox
  103.     Tag = 1
  104.     Left = 248
  105.     Top = 44
  106.     Width = 117
  107.     Height = 21
  108.     Style = csDropDownList
  109.     ItemHeight = 13
  110.     Items.Strings = (
  111.       'Ne'
  112.       'Ano')
  113.     TabOrder = 2
  114.     Visible = False
  115.     OnChange = ValueChange
  116.   end
  117.   object EditDateValue: TDateEdit
  118.     Tag = 1
  119.     Left = 248
  120.     Top = 44
  121.     Width = 137
  122.     Height = 21
  123.     Separator = #0
  124.     Duration = False
  125.     MaxLength = 0
  126.     TabOrder = 3
  127.     DefaultCurrent = False
  128.     Visible = False
  129.     OnChange = ValueChange
  130.   end
  131.   object EditNumValue: TNumEdit
  132.     Tag = 1
  133.     Left = 248
  134.     Top = 44
  135.     Width = 121
  136.     Height = 21
  137.     FloatDigits = 2
  138.     FloatPrecision = 15
  139.     Increment = 1.000000000000000000
  140.     TabOrder = 4
  141.     Visible = False
  142.     OnChange = ValueChange
  143.   end
  144.   object ComboField: TImageComboBox
  145.     Left = 28
  146.     Top = 44
  147.     Width = 145
  148.     Height = 22
  149.     Images = ImageList
  150.     ItemHeight = 16
  151.     TabOrder = 0
  152.     OnChange = ComboFieldChange
  153.     OnGetImageProps = ComboFieldGetImageProps
  154.   end
  155.   object ImageList: TImageList
  156.     Height = 14
  157.     Width = 14
  158.     Left = 8
  159.     Top = 96
  160.   end
  161.   object Wallpaper1: TWallpaper
  162.     ResourceName = 'WALLPAPER'
  163.     Left = 36
  164.     Top = 96
  165.   end
  166. end
  167.