home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMEDITSMTP / TFORMEDITSMTP.txt
Encoding:
Text File  |  2004-04-06  |  2.2 KB  |  126 lines

  1. object FormEditSMTP: TFormEditSMTP
  2.   Left = 559
  3.   Top = 339
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'SMTP Server Information'
  7.   ClientHeight = 213
  8.   ClientWidth = 297
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     297
  20.     213)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 27
  25.     Top = 22
  26.     Width = 47
  27.     Height = 13
  28.     Caption = 'Full Name'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 48
  32.     Top = 46
  33.     Width = 25
  34.     Height = 13
  35.     Caption = 'Email'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 10
  39.     Top = 70
  40.     Width = 64
  41.     Height = 13
  42.     Caption = 'SMTP Server'
  43.   end
  44.   object Label4: TLabel
  45.     Left = 39
  46.     Top = 126
  47.     Width = 36
  48.     Height = 13
  49.     Caption = 'User ID'
  50.   end
  51.   object Label5: TLabel
  52.     Left = 27
  53.     Top = 152
  54.     Width = 46
  55.     Height = 13
  56.     Caption = 'Password'
  57.   end
  58.   object EditFullname: TEdit
  59.     Left = 80
  60.     Top = 19
  61.     Width = 169
  62.     Height = 21
  63.     TabOrder = 0
  64.   end
  65.   object EditEMail: TEdit
  66.     Left = 80
  67.     Top = 43
  68.     Width = 169
  69.     Height = 21
  70.     TabOrder = 1
  71.   end
  72.   object EditSMTP: TEdit
  73.     Left = 80
  74.     Top = 67
  75.     Width = 169
  76.     Height = 21
  77.     TabOrder = 2
  78.   end
  79.   object Button1: TButton
  80.     Left = 155
  81.     Top = 181
  82.     Width = 75
  83.     Height = 25
  84.     Anchors = [akRight, akBottom]
  85.     Cancel = True
  86.     Caption = 'Cancel'
  87.     ModalResult = 2
  88.     TabOrder = 7
  89.   end
  90.   object BtnOk: TButton
  91.     Left = 67
  92.     Top = 181
  93.     Width = 75
  94.     Height = 25
  95.     Anchors = [akRight, akBottom]
  96.     Caption = 'OK'
  97.     Default = True
  98.     TabOrder = 6
  99.     OnClick = BtnOkClick
  100.   end
  101.   object cbAuthReq: TCheckBox
  102.     Left = 80
  103.     Top = 102
  104.     Width = 169
  105.     Height = 17
  106.     Caption = 'Requires Authentication'
  107.     TabOrder = 3
  108.     OnClick = cbAuthReqClick
  109.   end
  110.   object EditAuthId: TEdit
  111.     Left = 80
  112.     Top = 123
  113.     Width = 121
  114.     Height = 21
  115.     TabOrder = 4
  116.   end
  117.   object EditAuthPassword: TEdit
  118.     Left = 80
  119.     Top = 149
  120.     Width = 121
  121.     Height = 21
  122.     PasswordChar = '*'
  123.     TabOrder = 5
  124.   end
  125. end
  126.