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
Wrap
Text File
|
1998-01-17
|
2KB
|
105 lines
object DBFiltrDlg: TDBFiltrDlg
Left = 266
Top = 146
ActiveControl = mainMemo
BorderStyle = bsDialog
Caption = 'Filtr'
ClientHeight = 198
ClientWidth = 405
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 305
Height = 153
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 16
Width = 70
Height = 13
Caption = 'Podm�nka filtru'
end
object OKBtn: TButton
Left = 8
Top = 168
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 4
end
object CancelBtn: TButton
Left = 92
Top = 168
Width = 75
Height = 25
Cancel = True
Caption = 'Storno'
ModalResult = 2
TabOrder = 5
end
object mainMemo: TMemo
Left = 16
Top = 32
Width = 289
Height = 121
Lines.Strings = (
'')
TabOrder = 3
WantReturns = False
end
object TvurceBtn: TButton
Left = 321
Top = 24
Width = 75
Height = 25
Caption = '&Tv�rce'
TabOrder = 0
OnClick = TvurceBtnClick
end
object LoadBtn: TButton
Left = 320
Top = 80
Width = 75
Height = 25
Caption = '&Na��st '
TabOrder = 1
OnClick = LoadBtnClick
end
object SaveBtn: TButton
Left = 320
Top = 120
Width = 75
Height = 25
Caption = '&Ulo�it'
TabOrder = 2
OnClick = SaveBtnClick
end
object OpenDialog1: TOpenDialog
DefaultExt = '*.txt'
FileEditStyle = fsEdit
Filter = 'Textov� soubory (*.txt)|*.txt|V�echny soubory (*.*)|*.*'
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
Left = 88
Top = 56
end
object SaveDialog1: TSaveDialog
DefaultExt = '*.txt'
FileEditStyle = fsEdit
Filter = 'Textov� soubory (*.txt)|*.txt|V�echny soubory (*.*)|*.*'
Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
Left = 120
Top = 56
end
end