home *** CD-ROM | disk | FTP | other *** search
- object Zeilensuche: TZeilensuche
- Left = 743
- Top = 122
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Search line number'
- ClientHeight = 199
- ClientWidth = 451
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 311
- Height = 16
- Caption = 'Give one or more line numbers separated by blanks.'
- end
- object OKBitBtn: TBitBtn
- Left = 120
- Top = 144
- Width = 97
- Height = 33
- Caption = '&OK'
- TabOrder = 4
- OnClick = OKBitBtnClick
- Kind = bkOK
- end
- object AbbrechenBitBtn: TBitBtn
- Left = 232
- Top = 144
- Width = 97
- Height = 33
- Caption = 'C&ancel'
- TabOrder = 5
- Kind = bkAbort
- end
- object HilfeBitBtn: TBitBtn
- Left = 344
- Top = 144
- Width = 97
- Height = 33
- Caption = '&Help'
- TabOrder = 6
- OnClick = HilfeBitBtnClick
- Kind = bkHelp
- end
- object ZeilenNumComboBox: TComboBox
- Left = 8
- Top = 40
- Width = 433
- Height = 24
- Hint = 'Give one or more line numbers.'
- ItemHeight = 16
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnChange = ZeilenNumComboBoxChange
- end
- object markiertCB: TCheckBox
- Left = 8
- Top = 88
- Width = 209
- Height = 17
- Caption = 'Search only in &selected parts.'
- Enabled = False
- TabOrder = 1
- end
- object LevelSchlCB: TCheckBox
- Left = 216
- Top = 88
- Width = 193
- Height = 17
- Caption = 'Close other &parts.'
- TabOrder = 2
- end
- object AlleCB: TCheckBox
- Left = 8
- Top = 112
- Width = 185
- Height = 17
- Caption = 'Search all at &one time.'
- TabOrder = 3
- end
- end
-