home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TMASSMAILER
/
TMASSMAILER.txt
Wrap
Text File
|
2001-09-09
|
2KB
|
93 lines
object MassMailer: TMassMailer
Left = 276
Top = 205
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Create Mass Mailing'
ClientHeight = 259
ClientWidth = 341
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 100
Height = 13
Caption = 'Use &Quick Template:'
end
object Label2: TLabel
Left = 16
Top = 72
Width = 75
Height = 13
Caption = '&Active account:'
end
object rAction: TRadioGroup
Left = 16
Top = 120
Width = 305
Height = 89
Caption = 'Action'
ItemIndex = 0
Items.Strings = (
'&Put in Outbox'
'Open in &Editor'
'Save as &Draft')
TabOrder = 2
end
object bOK: TButton
Left = 60
Top = 224
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object bCancel: TButton
Left = 188
Top = 224
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object bEdit: TButton
Left = 224
Top = 38
Width = 91
Height = 25
Caption = '&Edit...'
TabOrder = 1
OnClick = bEditClick
end
object eTemplate: TComboBox
Left = 16
Top = 40
Width = 193
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
object eUser: TComboBox
Left = 16
Top = 88
Width = 193
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 5
OnChange = eUserChange
end
end