home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Clmail32 / CLMAIL32.EXE / 0 / RCDATA / TFRMSETTINGS / TFRMSETTINGS.txt < prev   
Text File  |  1997-11-20  |  4KB  |  179 lines

  1. object frmSettings: TfrmSettings
  2.   Left = 261
  3.   Top = 163
  4.   Width = 344
  5.   Height = 230
  6.   BorderIcons = []
  7.   Caption = 'Settings'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PageControl1: TPageControl
  17.     Left = 5
  18.     Top = 4
  19.     Width = 328
  20.     Height = 165
  21.     ActivePage = TabSheet1
  22.     TabOrder = 2
  23.     object TabSheet1: TTabSheet
  24.       Caption = 'Basic settings'
  25.       object Label5: TLabel
  26.         Left = 15
  27.         Top = 92
  28.         Width = 33
  29.         Height = 13
  30.         Caption = 'SMTP '
  31.       end
  32.       object Label4: TLabel
  33.         Left = 15
  34.         Top = 24
  35.         Width = 117
  36.         Height = 13
  37.         Caption = 'Your main e-mail address'
  38.       end
  39.       object Label1: TLabel
  40.         Left = 5
  41.         Top = 5
  42.         Width = 53
  43.         Height = 13
  44.         Caption = 'User Info'
  45.         Font.Color = clBlack
  46.         Font.Height = -11
  47.         Font.Name = 'MS Sans Serif'
  48.         Font.Style = [fsBold]
  49.         ParentFont = False
  50.       end
  51.       object Label2: TLabel
  52.         Left = 5
  53.         Top = 73
  54.         Width = 38
  55.         Height = 13
  56.         Caption = 'Server'
  57.         Font.Color = clBlack
  58.         Font.Height = -11
  59.         Font.Name = 'MS Sans Serif'
  60.         Font.Style = [fsBold]
  61.         ParentFont = False
  62.       end
  63.       object Label3: TLabel
  64.         Left = 271
  65.         Top = 92
  66.         Width = 31
  67.         Height = 13
  68.         Caption = 'Port nr'
  69.       end
  70.       object edsSMTP: TEdit
  71.         Left = 15
  72.         Top = 107
  73.         Width = 246
  74.         Height = 21
  75.         ParentShowHint = False
  76.         ShowHint = True
  77.         TabOrder = 2
  78.         Text = 'mail.geocities.com'
  79.       end
  80.       object edsEmail: TEdit
  81.         Left = 13
  82.         Top = 40
  83.         Width = 300
  84.         Height = 21
  85.         ParentShowHint = False
  86.         ShowHint = True
  87.         TabOrder = 1
  88.       end
  89.       object cmdMailTo: TButton
  90.         Left = 239
  91.         Top = 4
  92.         Width = 75
  93.         Height = 25
  94.         Caption = 'MailTo'
  95.         ParentShowHint = False
  96.         ShowHint = True
  97.         TabOrder = 0
  98.         OnClick = cmdMailToClick
  99.       end
  100.       object edsPort: TEdit
  101.         Left = 268
  102.         Top = 107
  103.         Width = 45
  104.         Height = 21
  105.         ParentShowHint = False
  106.         ShowHint = True
  107.         TabOrder = 3
  108.         Text = '25'
  109.       end
  110.     end
  111.     object TabSheet2: TTabSheet
  112.       Caption = 'Dial Up'
  113.       object Label27: TLabel
  114.         Left = 5
  115.         Top = 5
  116.         Width = 41
  117.         Height = 13
  118.         Caption = 'Dial up'
  119.         Font.Color = clBlack
  120.         Font.Height = -11
  121.         Font.Name = 'MS Sans Serif'
  122.         Font.Style = [fsBold]
  123.         ParentFont = False
  124.       end
  125.       object Label29: TLabel
  126.         Left = 15
  127.         Top = 52
  128.         Width = 95
  129.         Height = 13
  130.         Caption = 'Use this dialup entry'
  131.       end
  132.       object chkDialup: TCheckBox
  133.         Left = 15
  134.         Top = 28
  135.         Width = 300
  136.         Height = 17
  137.         Caption = '&Use dialup connection'
  138.         ParentShowHint = False
  139.         ShowHint = True
  140.         TabOrder = 0
  141.       end
  142.       object lstEntries: TComboBox
  143.         Left = 15
  144.         Top = 68
  145.         Width = 186
  146.         Height = 21
  147.         Style = csDropDownList
  148.         ItemHeight = 13
  149.         ParentShowHint = False
  150.         ShowHint = True
  151.         TabOrder = 1
  152.         OnClick = lstEntriesClick
  153.       end
  154.     end
  155.   end
  156.   object cmdOk: TButton
  157.     Left = 174
  158.     Top = 173
  159.     Width = 75
  160.     Height = 25
  161.     Caption = '&Ok'
  162.     ParentShowHint = False
  163.     ShowHint = True
  164.     TabOrder = 0
  165.     OnClick = cmdOkClick
  166.   end
  167.   object cmdCancel: TButton
  168.     Left = 256
  169.     Top = 173
  170.     Width = 75
  171.     Height = 25
  172.     Caption = '&Cancel'
  173.     ParentShowHint = False
  174.     ShowHint = True
  175.     TabOrder = 1
  176.     OnClick = cmdCancelClick
  177.   end
  178. end
  179.