home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
PCWK-txt
/
Antyspam
/
SpamDeputy
/
Spamdpty.exe
/
SpamDeputy.exe
/
0
/
RCDATA
/
TDLGCUSTOM
/
TDLGCUSTOM.txt
Wrap
Text File
|
2001-04-27
|
5KB
|
215 lines
object dlgCustom: TdlgCustom
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = 'Spam Deputy - Customize'
ClientHeight = 250
ClientWidth = 337
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object btnOK: TButton
Left = 173
Top = 217
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 253
Top = 217
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object PageControl1: TPageControl
Left = 8
Top = 8
Width = 320
Height = 200
ActivePage = tabAppearance
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
object tabAppearance: TTabSheet
Caption = 'Appearance'
object Label1: TLabel
Left = 10
Top = 12
Width = 24
Height = 13
Caption = 'Font:'
end
object Label2: TLabel
Left = 10
Top = 42
Width = 51
Height = 13
Caption = 'Font Color:'
end
object Label3: TLabel
Left = 10
Top = 72
Width = 61
Height = 13
Caption = 'Background:'
end
object Label4: TLabel
Left = 10
Top = 112
Width = 55
Height = 13
Caption = 'Email Color:'
end
object Label5: TLabel
Left = 10
Top = 142
Width = 52
Height = 13
Caption = 'URL Color:'
end
object Bevel1: TBevel
Left = 10
Top = 100
Width = 292
Height = 2
Anchors = [akLeft, akTop, akRight]
Shape = bsTopLine
end
object Label6: TLabel
Left = 210
Top = 12
Width = 24
Height = 13
Caption = 'Font:'
end
object cmbFont: TfcFontCombo
Left = 75
Top = 10
Width = 121
Height = 21
ButtonStyle = cbsDownArrow
ImmediateHints = False
PreLoad = True
ReadOnly = False
TabOrder = 0
TreeOptions = [tvoHideSelection, tvoRowSelect, tvoShowButtons, tvoToolTips]
end
object cmbFontColor: TfcColorCombo
Left = 75
Top = 40
Width = 121
Height = 21
ColorListOptions.Font.Charset = DEFAULT_CHARSET
ColorListOptions.Font.Color = clWindowText
ColorListOptions.Font.Height = -11
ColorListOptions.Font.Name = 'MS Sans Serif'
ColorListOptions.Font.Style = []
DropDownCount = 8
ReadOnly = False
SelectedColor = clBlack
TabOrder = 2
end
object cmbBgColor: TfcColorCombo
Left = 75
Top = 70
Width = 121
Height = 21
ColorListOptions.Font.Charset = DEFAULT_CHARSET
ColorListOptions.Font.Color = clWindowText
ColorListOptions.Font.Height = -11
ColorListOptions.Font.Name = 'MS Sans Serif'
ColorListOptions.Font.Style = []
DropDownCount = 8
ReadOnly = False
SelectedColor = clWhite
TabOrder = 3
end
object cmbEmailColor: TfcColorCombo
Left = 75
Top = 110
Width = 121
Height = 21
ColorListOptions.Font.Charset = DEFAULT_CHARSET
ColorListOptions.Font.Color = clWindowText
ColorListOptions.Font.Height = -11
ColorListOptions.Font.Name = 'MS Sans Serif'
ColorListOptions.Font.Style = []
DropDownCount = 8
ReadOnly = False
SelectedColor = clRed
TabOrder = 4
end
object cmbURLColor: TfcColorCombo
Left = 75
Top = 140
Width = 121
Height = 21
ColorListOptions.Font.Charset = DEFAULT_CHARSET
ColorListOptions.Font.Color = clWindowText
ColorListOptions.Font.Height = -11
ColorListOptions.Font.Name = 'MS Sans Serif'
ColorListOptions.Font.Style = []
DropDownCount = 8
ReadOnly = False
SelectedColor = clBlue
TabOrder = 6
end
object chkEmailBold: TCheckBox
Left = 210
Top = 111
Width = 46
Height = 17
Caption = 'Bold'
Checked = True
State = cbChecked
TabOrder = 5
end
object chkURLBold: TCheckBox
Left = 210
Top = 141
Width = 46
Height = 17
Caption = 'Bold'
Checked = True
State = cbChecked
TabOrder = 7
end
object cmbFontSize: TComboBox
Left = 240
Top = 10
Width = 65
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
Items.Strings = (
'8'
'9'
'10'
'11'
'12'
'14'
'16'
'18')
end
end
end
end