home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / Chip_1998-05_cd.bin / tema / CSH / SYSEL / CSHDLGS.DL_ / CSHDLGS.DL / RCDATA / TDBFILTRDLG / TDBFILTRDLG.txt
Text File  |  1998-01-17  |  2KB  |  105 lines

  1. object DBFiltrDlg: TDBFiltrDlg
  2.   Left = 266
  3.   Top = 146
  4.   ActiveControl = mainMemo
  5.   BorderStyle = bsDialog
  6.   Caption = 'Filtr'
  7.   ClientHeight = 198
  8.   ClientWidth = 405
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 305
  21.     Height = 153
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 16
  26.     Top = 16
  27.     Width = 70
  28.     Height = 13
  29.     Caption = 'Podm∩┐╜nka filtru'
  30.   end
  31.   object OKBtn: TButton
  32.     Left = 8
  33.     Top = 168
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 4
  40.   end
  41.   object CancelBtn: TButton
  42.     Left = 92
  43.     Top = 168
  44.     Width = 75
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = 'Storno'
  48.     ModalResult = 2
  49.     TabOrder = 5
  50.   end
  51.   object mainMemo: TMemo
  52.     Left = 16
  53.     Top = 32
  54.     Width = 289
  55.     Height = 121
  56.     Lines.Strings = (
  57.       '')
  58.     TabOrder = 3
  59.     WantReturns = False
  60.   end
  61.   object TvurceBtn: TButton
  62.     Left = 321
  63.     Top = 24
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '&Tv∩┐╜rce'
  67.     TabOrder = 0
  68.     OnClick = TvurceBtnClick
  69.   end
  70.   object LoadBtn: TButton
  71.     Left = 320
  72.     Top = 80
  73.     Width = 75
  74.     Height = 25
  75.     Caption = '&Na∩┐╜∩┐╜st '
  76.     TabOrder = 1
  77.     OnClick = LoadBtnClick
  78.   end
  79.   object SaveBtn: TButton
  80.     Left = 320
  81.     Top = 120
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&Ulo∩┐╜it'
  85.     TabOrder = 2
  86.     OnClick = SaveBtnClick
  87.   end
  88.   object OpenDialog1: TOpenDialog
  89.     DefaultExt = '*.txt'
  90.     FileEditStyle = fsEdit
  91.     Filter = 'Textov∩┐╜ soubory  (*.txt)|*.txt|V∩┐╜echny soubory (*.*)|*.*'
  92.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  93.     Left = 88
  94.     Top = 56
  95.   end
  96.   object SaveDialog1: TSaveDialog
  97.     DefaultExt = '*.txt'
  98.     FileEditStyle = fsEdit
  99.     Filter = 'Textov∩┐╜ soubory  (*.txt)|*.txt|V∩┐╜echny soubory (*.*)|*.*'
  100.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  101.     Left = 120
  102.     Top = 56
  103.   end
  104. end
  105.