home *** CD-ROM | disk | FTP | other *** search
- object ReplyToQuery: TReplyToQuery
- Left = 163
- Top = 118
- BorderStyle = bsDialog
- Caption = 'Reply to...'
- ClientHeight = 156
- ClientWidth = 338
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 2
- Width = 321
- Height = 34
- AutoSize = False
- Caption =
- 'This message has multiple recipients. Please select which recipi' +
- 'ents to reply to:'
- Transparent = True
- WordWrap = True
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 40
- Width = 305
- Height = 73
- Caption = '[ Reply to... ]'
- TabOrder = 0
- object RadioButton1: TRadioButton
- Left = 16
- Top = 22
- Width = 265
- Height = 17
- Caption = 'Sender only...'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = CheckBox1Click
- end
- object RadioButton2: TRadioButton
- Tag = 1
- Left = 16
- Top = 44
- Width = 273
- Height = 17
- Caption = 'Sender and &ALL recipients...'
- TabOrder = 1
- OnClick = CheckBox1Click
- end
- end
- object Button1: TButton
- Left = 166
- Top = 122
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Button2: TButton
- Left = 248
- Top = 122
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object MultiLang1: TMultiLang
- Languages = 2
- Words.Strings = (
- '%Form%'
- 'Reply to...'
- 'Senda til...'
- 'Label1'
-
- 'This message has multiple recipients. Please select which recipi' +
- 'ents to reply to:'
-
- '�essi p�stur hefur marga m�ttakendur. Vinsamlega veldu hverjum s' +
- 'kal senda svar:'
- 'GroupBox1'
- '[ Reply to... ]'
- '[ Svara til... ]'
- 'Button1'
- 'Cancel'
- 'H�tta vi�'
- 'Button2'
- 'OK'
- '�fram'
- 'RadioButton1'
- 'Sender only...'
- 'A�eins &sendanda...'
- 'RadioButton2'
- 'Sender and &ALL recipients...'
- 'Sendanda og allra &m�ttakenda...')
- Left = 288
- Top = 32
- end
- end
-