home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / TemaCD / MailWar / MailWarrior2.exe / 0 / RCDATA / TFRMACCOUNTPROPS / TFRMACCOUNTPROPS.txt < prev   
Text File  |  1999-02-09  |  7KB  |  334 lines

  1. object frmAccountProps: TfrmAccountProps
  2.   Left = 150
  3.   Top = 133
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Account properties'
  7.   ClientHeight = 257
  8.   ClientWidth = 297
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 8
  22.     Top = 8
  23.     Width = 281
  24.     Height = 209
  25.     ActivePage = TabSheet1
  26.     TabOrder = 0
  27.     object TabSheet1: TTabSheet
  28.       Caption = 'Personal info'
  29.       object lblNothing1: TLabel
  30.         Left = 8
  31.         Top = 64
  32.         Width = 67
  33.         Height = 13
  34.         Caption = 'Your name:'
  35.       end
  36.       object lblNothing8: TLabel
  37.         Left = 8
  38.         Top = 92
  39.         Width = 71
  40.         Height = 13
  41.         Caption = 'Your e-mail:'
  42.       end
  43.       object Image1: TImage
  44.         Left = 8
  45.         Top = 8
  46.         Width = 32
  47.         Height = 32
  48.         AutoSize = True
  49.         Picture.Data = {<image000.bmp>}
  50.         Transparent = True
  51.       end
  52.       object Label1: TLabel
  53.         Left = 48
  54.         Top = 8
  55.         Width = 167
  56.         Height = 13
  57.         Caption = 'Personal infomation page'
  58.         Font.Charset = ANSI_CHARSET
  59.         Font.Color = clWindowText
  60.         Font.Height = -11
  61.         Font.Name = 'Verdana'
  62.         Font.Style = [fsBold]
  63.         ParentFont = False
  64.       end
  65.       object Label2: TLabel
  66.         Left = 48
  67.         Top = 24
  68.         Width = 193
  69.         Height = 25
  70.         AutoSize = False
  71.         Caption = 'Use this window to fill in personal information about yourself.'
  72.         WordWrap = True
  73.       end
  74.       object Label3: TLabel
  75.         Left = 8
  76.         Top = 119
  77.         Width = 86
  78.         Height = 13
  79.         Caption = 'Reply address:'
  80.       end
  81.       object Label4: TLabel
  82.         Left = 8
  83.         Top = 147
  84.         Width = 77
  85.         Height = 13
  86.         Caption = 'Organization:'
  87.       end
  88.       object edtName: TEdit97
  89.         Left = 88
  90.         Top = 61
  91.         Width = 177
  92.         Height = 19
  93.         TabOrder = 0
  94.       end
  95.       object edtEMail: TEdit97
  96.         Left = 88
  97.         Top = 89
  98.         Width = 177
  99.         Height = 19
  100.         TabOrder = 1
  101.       end
  102.       object edtReplyAddress: TEdit97
  103.         Left = 96
  104.         Top = 116
  105.         Width = 169
  106.         Height = 19
  107.         TabOrder = 2
  108.       end
  109.       object edtOrganisation: TEdit97
  110.         Left = 96
  111.         Top = 144
  112.         Width = 169
  113.         Height = 19
  114.         TabOrder = 3
  115.       end
  116.     end
  117.     object TabSheet2: TTabSheet
  118.       Caption = 'Server'
  119.       ImageIndex = 1
  120.       object Label5: TLabel
  121.         Left = 8
  122.         Top = 64
  123.         Width = 143
  124.         Height = 13
  125.         Caption = '&Incoming (POP3) server:'
  126.       end
  127.       object Image2: TImage
  128.         Left = 8
  129.         Top = 8
  130.         Width = 32
  131.         Height = 32
  132.         AutoSize = True
  133.         Picture.Data = {<image001.bmp>}
  134.         Transparent = True
  135.       end
  136.       object Label6: TLabel
  137.         Left = 48
  138.         Top = 8
  139.         Width = 136
  140.         Height = 13
  141.         Caption = 'Server settings page'
  142.         Font.Charset = ANSI_CHARSET
  143.         Font.Color = clWindowText
  144.         Font.Height = -11
  145.         Font.Name = 'Verdana'
  146.         Font.Style = [fsBold]
  147.         ParentFont = False
  148.       end
  149.       object Label7: TLabel
  150.         Left = 48
  151.         Top = 24
  152.         Width = 217
  153.         Height = 25
  154.         AutoSize = False
  155.         Caption = 'Using this page, fill in all the required server info.'
  156.         WordWrap = True
  157.       end
  158.       object Label8: TLabel
  159.         Left = 8
  160.         Top = 92
  161.         Width = 142
  162.         Height = 13
  163.         Caption = 'Outgoing (SMTP) server:'
  164.       end
  165.       object Label9: TLabel
  166.         Left = 16
  167.         Top = 112
  168.         Width = 75
  169.         Height = 13
  170.         Caption = '&Connect as:'
  171.         Font.Charset = ANSI_CHARSET
  172.         Font.Color = clWindowText
  173.         Font.Height = -11
  174.         Font.Name = 'Verdana'
  175.         Font.Style = [fsBold]
  176.         ParentFont = False
  177.       end
  178.       object Label10: TLabel
  179.         Left = 32
  180.         Top = 132
  181.         Width = 67
  182.         Height = 13
  183.         Caption = 'User name:'
  184.       end
  185.       object Label11: TLabel
  186.         Left = 40
  187.         Top = 159
  188.         Width = 59
  189.         Height = 13
  190.         Caption = '&Password:'
  191.       end
  192.       object edtPOP3Server: TEdit97
  193.         Left = 156
  194.         Top = 61
  195.         Width = 109
  196.         Height = 19
  197.         TabOrder = 0
  198.       end
  199.       object edtSMTPServer: TEdit97
  200.         Left = 156
  201.         Top = 89
  202.         Width = 109
  203.         Height = 19
  204.         TabOrder = 1
  205.       end
  206.       object edtUserName: TEdit97
  207.         Left = 108
  208.         Top = 129
  209.         Width = 141
  210.         Height = 19
  211.         TabOrder = 2
  212.       end
  213.       object edtPassword: TEdit97
  214.         Left = 108
  215.         Top = 156
  216.         Width = 141
  217.         Height = 19
  218.         PasswordChar = '*'
  219.         TabOrder = 3
  220.       end
  221.     end
  222.     object TabSheet3: TTabSheet
  223.       Caption = 'Advanced'
  224.       ImageIndex = 2
  225.       object Image3: TImage
  226.         Left = 8
  227.         Top = 8
  228.         Width = 32
  229.         Height = 32
  230.         AutoSize = True
  231.         Picture.Data = {<image002.bmp>}
  232.         Transparent = True
  233.       end
  234.       object Label12: TLabel
  235.         Left = 48
  236.         Top = 24
  237.         Width = 193
  238.         Height = 26
  239.         AutoSize = False
  240.         Caption = 'Here you will be able to specify advanced mail settings.'
  241.         WordWrap = True
  242.       end
  243.       object Label13: TLabel
  244.         Left = 48
  245.         Top = 8
  246.         Width = 156
  247.         Height = 13
  248.         Caption = 'Advanced settings page'
  249.         Font.Charset = ANSI_CHARSET
  250.         Font.Color = clWindowText
  251.         Font.Height = -11
  252.         Font.Name = 'Verdana'
  253.         Font.Style = [fsBold]
  254.         ParentFont = False
  255.       end
  256.       object GroupBox1: TGroupBox
  257.         Left = 8
  258.         Top = 64
  259.         Width = 249
  260.         Height = 73
  261.         Caption = ' Server ports '
  262.         TabOrder = 0
  263.         object Label14: TLabel
  264.           Left = 56
  265.           Top = 20
  266.           Width = 103
  267.           Height = 13
  268.           Caption = 'POP3 server port:'
  269.         end
  270.         object Label15: TLabel
  271.           Left = 56
  272.           Top = 44
  273.           Width = 104
  274.           Height = 13
  275.           Caption = 'SMTP server port:'
  276.         end
  277.         object Image4: TImage
  278.           Left = 16
  279.           Top = 22
  280.           Width = 32
  281.           Height = 32
  282.           AutoSize = True
  283.           Picture.Data = {<image003.bmp>}
  284.           Transparent = True
  285.         end
  286.         object edtPOP3Port: TEdit97
  287.           Left = 172
  288.           Top = 17
  289.           Width = 61
  290.           Height = 19
  291.           TabOrder = 0
  292.         end
  293.         object edtSMTPPort: TEdit97
  294.           Left = 172
  295.           Top = 41
  296.           Width = 61
  297.           Height = 19
  298.           TabOrder = 1
  299.         end
  300.       end
  301.       object chkLeaveMailOnServer: TCheckBox
  302.         Left = 8
  303.         Top = 152
  304.         Width = 145
  305.         Height = 17
  306.         Caption = '&Leave mail on server'
  307.         TabOrder = 1
  308.       end
  309.     end
  310.   end
  311.   object btnOK: TButton
  312.     Left = 136
  313.     Top = 232
  314.     Width = 73
  315.     Height = 23
  316.     Caption = '&OK'
  317.     Default = True
  318.     ModalResult = 1
  319.     TabOrder = 1
  320.     OnClick = btnOKClick
  321.   end
  322.   object btnCancel: TButton
  323.     Left = 216
  324.     Top = 232
  325.     Width = 73
  326.     Height = 23
  327.     Cancel = True
  328.     Caption = '&Cancel'
  329.     ModalResult = 2
  330.     TabOrder = 2
  331.     OnClick = btnCancelClick
  332.   end
  333. end
  334.