home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 July
/
Chip_1999-07_cd.bin
/
zkuste
/
Delphi
/
D
/
sce.exe
/
PRGEDIT.EXE
/
0
/
RCDATA
/
TWORTSUCHEFORM
/
TWORTSUCHEFORM.txt
Wrap
Text File
|
1999-01-01
|
4KB
|
180 lines
object WortsucheForm: TWortsucheForm
Left = 694
Top = 241
BorderStyle = bsDialog
Caption = 'Search words'
ClientHeight = 229
ClientWidth = 454
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 271
Height = 16
Caption = 'Give one or more words separated by blanks.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object WortSucheComboBox: TComboBox
Left = 8
Top = 40
Width = 433
Height = 21
ItemHeight = 13
TabOrder = 0
OnChange = WortSucheComboBoxChange
end
object markiertCB: TCheckBox
Left = 8
Top = 80
Width = 209
Height = 17
Caption = 'Search only in &selected parts.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object LevelSchlCB: TCheckBox
Left = 8
Top = 104
Width = 193
Height = 17
Caption = 'Close other &parts.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object AlleCB: TCheckBox
Left = 8
Top = 128
Width = 185
Height = 17
Caption = 'Search all at &one time.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = AlleCBClick
end
object GrossKleinCB: TCheckBox
Left = 214
Top = 80
Width = 241
Height = 17
Caption = '&Case sensitive search.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
end
object ListeCB: TCheckBox
Left = 216
Top = 104
Width = 161
Height = 17
Caption = 'Make &list.'
Checked = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
State = cbChecked
TabOrder = 5
OnClick = ListeCBClick
end
object GanzeCB: TCheckBox
Left = 216
Top = 128
Width = 161
Height = 17
Caption = '&Whole only words.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 6
end
object OKBitBtn: TBitBtn
Left = 120
Top = 160
Width = 97
Height = 33
Caption = '&OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 7
OnClick = OKBitBtnClick
Kind = bkOK
end
object AbbrechenBitBtn: TBitBtn
Left = 232
Top = 160
Width = 97
Height = 33
Caption = 'C&ancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 8
Kind = bkAbort
end
object HilfeBitBtn: TBitBtn
Left = 344
Top = 160
Width = 97
Height = 33
Caption = '&Help'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 9
OnClick = HilfeBitBtnClick
Kind = bkHelp
end
end