home *** CD-ROM | disk | FTP | other *** search
- object SearchMessage: TSearchMessage
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Search messages...'
- ClientHeight = 237
- ClientWidth = 296
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 9
- Top = 24
- Width = 71
- Height = 13
- Alignment = taRightJustify
- Caption = 'Text to search:'
- end
- object Edit1: TEdit
- Left = 86
- Top = 21
- Width = 187
- Height = 21
- TabOrder = 0
- end
- object GroupBox1: TGroupBox
- Tag = 3
- Left = 13
- Top = 100
- Width = 260
- Height = 91
- Caption = '[ Where to search ]'
- TabOrder = 5
- object RadioButton1: TRadioButton
- Tag = 1
- Left = 17
- Top = 19
- Width = 225
- Height = 17
- Caption = '&Header information...'
- TabOrder = 0
- OnClick = RadioButton1Click
- end
- object RadioButton2: TRadioButton
- Tag = 2
- Left = 17
- Top = 38
- Width = 225
- Height = 17
- Caption = 'Body of &message text...'
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Tag = 3
- Left = 17
- Top = 57
- Width = 225
- Height = 17
- Caption = '&Both Headers and message text...'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- end
- object Button1: TButton
- Left = 112
- Top = 202
- Width = 75
- Height = 25
- Caption = 'Search!'
- Default = True
- ModalResult = 1
- TabOrder = 6
- end
- object Button2: TButton
- Left = 198
- Top = 202
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- object ComboBox1: TComboBox
- Left = 41
- Top = 45
- Width = 42
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'or'
- 'and')
- TabOrder = 1
- end
- object Edit2: TEdit
- Left = 86
- Top = 45
- Width = 187
- Height = 21
- TabOrder = 2
- end
- object ComboBox2: TComboBox
- Left = 41
- Top = 69
- Width = 42
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'or'
- 'and')
- TabOrder = 3
- end
- object Edit3: TEdit
- Left = 86
- Top = 70
- Width = 187
- Height = 21
- TabOrder = 4
- end
- object MultiLang1: TMultiLang
- Languages = 2
- Words.Strings = (
- '%Form%'
- 'Search messages...'
- 'Leita a� p�sti...'
- 'Label1'
- 'Text to search:'
- 'Leitartexti:'
- 'Edit1'
- ''
- ''
- 'GroupBox1'
- '[ Where to search ]'
- '[ Hvar � a� leita ]'
- 'RadioButton1'
- '&Header information...'
- '� &grunnuppl�singum...'
- 'RadioButton2'
- 'Body of &message text...'
- '� &texta p�stins...'
- 'RadioButton3'
- '&Both Headers and message text...'
- '� &b��i grunnuppl�singum og texta...'
- 'Button1'
- 'Search!'
- 'Byrja!'
- 'Button2'
- 'Cancel'
- 'H�tta vi�'
- 'ComboBox1'
- 'or'
- 'e�a'
- '"'
- 'and'
- 'og'
- 'Edit2'
- ''
- ''
- 'ComboBox2'
- 'or'
- 'e�a'
- '"'
- 'and'
- 'og'
- 'Edit3'
- ''
- '')
- Left = 248
- Top = 16
- end
- end
-