home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / Servis / Sytinem / SYTINEM.EXE / 0 / RCDATA / TMAILSERVERSETTINGSFORM / TMAILSERVERSETTINGSFORM.txt
Text File  |  1998-08-31  |  4KB  |  184 lines

  1. object MailServerSettingsForm: TMailServerSettingsForm
  2.   Left = 215
  3.   Top = 168
  4.   ActiveControl = ServerNameEdit
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Mail server settings'
  8.   ClientHeight = 151
  9.   ClientWidth = 218
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   Version = 'TGradientForm v1.60'
  18.   UseWin98Gradient = True
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ServerNameLabel: TLabel
  22.     Left = 8
  23.     Top = 7
  24.     Width = 80
  25.     Height = 13
  26.     Caption = '&Server name:'
  27.     FocusControl = ServerNameEdit
  28.   end
  29.   object UsernameLabel: TLabel
  30.     Left = 8
  31.     Top = 31
  32.     Width = 63
  33.     Height = 13
  34.     Caption = '&Username:'
  35.     FocusControl = UserNameEdit
  36.   end
  37.   object POP3ServerLabel: TLabel
  38.     Left = 8
  39.     Top = 79
  40.     Width = 78
  41.     Height = 13
  42.     Caption = 'P&OP3 Server:'
  43.     FocusControl = POP3ServerEdit
  44.   end
  45.   object IntervalLabel: TLabel
  46.     Left = 8
  47.     Top = 103
  48.     Width = 50
  49.     Height = 13
  50.     Caption = '&Interval:'
  51.     FocusControl = IntervalEdit
  52.   end
  53.   object MinutesLabel: TLabel
  54.     Left = 184
  55.     Top = 103
  56.     Width = 31
  57.     Height = 13
  58.     Caption = '[min]'
  59.   end
  60.   object FirstBevel: TBevel
  61.     Left = 0
  62.     Top = 124
  63.     Width = 217
  64.     Height = 9
  65.     Shape = bsTopLine
  66.   end
  67.   object PasswordLabel: TLabel
  68.     Left = 8
  69.     Top = 55
  70.     Width = 59
  71.     Height = 13
  72.     Caption = '&Password:'
  73.     FocusControl = PasswordEdit
  74.   end
  75.   object CancelGradBtn: TGradBtn
  76.     Left = 143
  77.     Top = 129
  78.     Width = 75
  79.     Height = 22
  80.     Hint = 'Lose changes and exit'
  81.     BtnHiliteClr = clWhite
  82.     BtnShadowClr = clBlack
  83.     BeginColor = 13553358
  84.     EndColor = 6250335
  85.     GradientStyle = gsVertical
  86.     TextStyle = tsInset
  87.     TextShadeType = stHeavy
  88.     Presets = Aluminum
  89.     Caption = 'Cancel'
  90.     OnClick = CancelGradBtnClick
  91.     Font.Charset = ANSI_CHARSET
  92.     Font.Color = clBlack
  93.     Font.Height = -13
  94.     Font.Name = 'Verdana'
  95.     Font.Style = [fsBold]
  96.     TabOrder = 1
  97.     TabStop = True
  98.   end
  99.   object OKGradBtn: TGradBtn
  100.     Left = 64
  101.     Top = 129
  102.     Width = 75
  103.     Height = 22
  104.     Hint = 'Save changes and exit'
  105.     BtnHiliteClr = clWhite
  106.     BtnShadowClr = clBlack
  107.     BeginColor = 13553358
  108.     EndColor = 6250335
  109.     GradientStyle = gsVertical
  110.     TextStyle = tsInset
  111.     TextShadeType = stHeavy
  112.     Presets = Aluminum
  113.     Caption = 'OK'
  114.     OnClick = OKGradBtnClick
  115.     Font.Charset = ANSI_CHARSET
  116.     Font.Color = clBlack
  117.     Font.Height = -13
  118.     Font.Name = 'Verdana'
  119.     Font.Style = [fsBold]
  120.     TabOrder = 0
  121.     TabStop = True
  122.   end
  123.   object IntervalUpDown: TUpDown
  124.     Left = 153
  125.     Top = 100
  126.     Width = 15
  127.     Height = 21
  128.     Associate = IntervalEdit
  129.     Min = 1
  130.     Max = 32000
  131.     Position = 10
  132.     TabOrder = 7
  133.     Thousands = False
  134.     Wrap = False
  135.   end
  136.   object IntervalEdit: TEdit
  137.     Left = 96
  138.     Top = 100
  139.     Width = 57
  140.     Height = 21
  141.     Hint = 'Duration between mail checks'
  142.     TabOrder = 6
  143.     Text = '10'
  144.     OnEnter = IntervalEditEnter
  145.     OnExit = IntervalEditExit
  146.   end
  147.   object ServerNameEdit: TEdit
  148.     Left = 96
  149.     Top = 4
  150.     Width = 121
  151.     Height = 21
  152.     Hint = 'Friendly name for this mailserver'
  153.     TabOrder = 2
  154.     OnChange = ServerNameEditChange
  155.   end
  156.   object UserNameEdit: TEdit
  157.     Left = 96
  158.     Top = 28
  159.     Width = 121
  160.     Height = 21
  161.     Hint = 'Username to use for this mailserver'
  162.     TabOrder = 3
  163.     OnChange = UserNameEditChange
  164.   end
  165.   object POP3ServerEdit: TEdit
  166.     Left = 96
  167.     Top = 76
  168.     Width = 121
  169.     Height = 21
  170.     Hint = #39'IP adres'#39' or '#39'DNS name'#39' of this mailserver'
  171.     TabOrder = 5
  172.     OnChange = POP3ServerEditChange
  173.   end
  174.   object PasswordEdit: TEdit
  175.     Left = 96
  176.     Top = 52
  177.     Width = 121
  178.     Height = 21
  179.     Hint = 'Password to use for this mailserver'
  180.     PasswordChar = '*'
  181.     TabOrder = 4
  182.   end
  183. end
  184.