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
Text File  |  2001-04-27  |  5KB  |  215 lines

  1. object dlgCustom: TdlgCustom
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spam Deputy - Customize'
  6.   ClientHeight = 250
  7.   ClientWidth = 337
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnOK: TButton
  20.     Left = 173
  21.     Top = 217
  22.     Width = 75
  23.     Height = 25
  24.     Anchors = [akRight, akBottom]
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 1
  29.     OnClick = btnOKClick
  30.   end
  31.   object btnCancel: TButton
  32.     Left = 253
  33.     Top = 217
  34.     Width = 75
  35.     Height = 25
  36.     Anchors = [akRight, akBottom]
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 2
  41.   end
  42.   object PageControl1: TPageControl
  43.     Left = 8
  44.     Top = 8
  45.     Width = 320
  46.     Height = 200
  47.     ActivePage = tabAppearance
  48.     Anchors = [akLeft, akTop, akRight, akBottom]
  49.     TabOrder = 0
  50.     object tabAppearance: TTabSheet
  51.       Caption = 'Appearance'
  52.       object Label1: TLabel
  53.         Left = 10
  54.         Top = 12
  55.         Width = 24
  56.         Height = 13
  57.         Caption = 'Font:'
  58.       end
  59.       object Label2: TLabel
  60.         Left = 10
  61.         Top = 42
  62.         Width = 51
  63.         Height = 13
  64.         Caption = 'Font Color:'
  65.       end
  66.       object Label3: TLabel
  67.         Left = 10
  68.         Top = 72
  69.         Width = 61
  70.         Height = 13
  71.         Caption = 'Background:'
  72.       end
  73.       object Label4: TLabel
  74.         Left = 10
  75.         Top = 112
  76.         Width = 55
  77.         Height = 13
  78.         Caption = 'Email Color:'
  79.       end
  80.       object Label5: TLabel
  81.         Left = 10
  82.         Top = 142
  83.         Width = 52
  84.         Height = 13
  85.         Caption = 'URL Color:'
  86.       end
  87.       object Bevel1: TBevel
  88.         Left = 10
  89.         Top = 100
  90.         Width = 292
  91.         Height = 2
  92.         Anchors = [akLeft, akTop, akRight]
  93.         Shape = bsTopLine
  94.       end
  95.       object Label6: TLabel
  96.         Left = 210
  97.         Top = 12
  98.         Width = 24
  99.         Height = 13
  100.         Caption = 'Font:'
  101.       end
  102.       object cmbFont: TfcFontCombo
  103.         Left = 75
  104.         Top = 10
  105.         Width = 121
  106.         Height = 21
  107.         ButtonStyle = cbsDownArrow
  108.         ImmediateHints = False
  109.         PreLoad = True
  110.         ReadOnly = False
  111.         TabOrder = 0
  112.         TreeOptions = [tvoHideSelection, tvoRowSelect, tvoShowButtons, tvoToolTips]
  113.       end
  114.       object cmbFontColor: TfcColorCombo
  115.         Left = 75
  116.         Top = 40
  117.         Width = 121
  118.         Height = 21
  119.         ColorListOptions.Font.Charset = DEFAULT_CHARSET
  120.         ColorListOptions.Font.Color = clWindowText
  121.         ColorListOptions.Font.Height = -11
  122.         ColorListOptions.Font.Name = 'MS Sans Serif'
  123.         ColorListOptions.Font.Style = []
  124.         DropDownCount = 8
  125.         ReadOnly = False
  126.         SelectedColor = clBlack
  127.         TabOrder = 2
  128.       end
  129.       object cmbBgColor: TfcColorCombo
  130.         Left = 75
  131.         Top = 70
  132.         Width = 121
  133.         Height = 21
  134.         ColorListOptions.Font.Charset = DEFAULT_CHARSET
  135.         ColorListOptions.Font.Color = clWindowText
  136.         ColorListOptions.Font.Height = -11
  137.         ColorListOptions.Font.Name = 'MS Sans Serif'
  138.         ColorListOptions.Font.Style = []
  139.         DropDownCount = 8
  140.         ReadOnly = False
  141.         SelectedColor = clWhite
  142.         TabOrder = 3
  143.       end
  144.       object cmbEmailColor: TfcColorCombo
  145.         Left = 75
  146.         Top = 110
  147.         Width = 121
  148.         Height = 21
  149.         ColorListOptions.Font.Charset = DEFAULT_CHARSET
  150.         ColorListOptions.Font.Color = clWindowText
  151.         ColorListOptions.Font.Height = -11
  152.         ColorListOptions.Font.Name = 'MS Sans Serif'
  153.         ColorListOptions.Font.Style = []
  154.         DropDownCount = 8
  155.         ReadOnly = False
  156.         SelectedColor = clRed
  157.         TabOrder = 4
  158.       end
  159.       object cmbURLColor: TfcColorCombo
  160.         Left = 75
  161.         Top = 140
  162.         Width = 121
  163.         Height = 21
  164.         ColorListOptions.Font.Charset = DEFAULT_CHARSET
  165.         ColorListOptions.Font.Color = clWindowText
  166.         ColorListOptions.Font.Height = -11
  167.         ColorListOptions.Font.Name = 'MS Sans Serif'
  168.         ColorListOptions.Font.Style = []
  169.         DropDownCount = 8
  170.         ReadOnly = False
  171.         SelectedColor = clBlue
  172.         TabOrder = 6
  173.       end
  174.       object chkEmailBold: TCheckBox
  175.         Left = 210
  176.         Top = 111
  177.         Width = 46
  178.         Height = 17
  179.         Caption = 'Bold'
  180.         Checked = True
  181.         State = cbChecked
  182.         TabOrder = 5
  183.       end
  184.       object chkURLBold: TCheckBox
  185.         Left = 210
  186.         Top = 141
  187.         Width = 46
  188.         Height = 17
  189.         Caption = 'Bold'
  190.         Checked = True
  191.         State = cbChecked
  192.         TabOrder = 7
  193.       end
  194.       object cmbFontSize: TComboBox
  195.         Left = 240
  196.         Top = 10
  197.         Width = 65
  198.         Height = 21
  199.         Style = csDropDownList
  200.         ItemHeight = 13
  201.         TabOrder = 1
  202.         Items.Strings = (
  203.           '8'
  204.           '9'
  205.           '10'
  206.           '11'
  207.           '12'
  208.           '14'
  209.           '16'
  210.           '18')
  211.       end
  212.     end
  213.   end
  214. end
  215.