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

  1. object FormEmailSetup: TFormEmailSetup
  2.   Left = 635
  3.   Top = 461
  4.   HelpContext = 419
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Setup E-Mail'
  8.   ClientHeight = 232
  9.   ClientWidth = 387
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object BtnAddServer: TSpeedButton
  22.     Left = 200
  23.     Top = 160
  24.     Width = 57
  25.     Height = 22
  26.     Caption = 'Add'
  27.     OnClick = BtnAddServerClick
  28.   end
  29.   object BtnEditServer: TSpeedButton
  30.     Left = 264
  31.     Top = 160
  32.     Width = 57
  33.     Height = 22
  34.     Caption = 'Edit'
  35.     OnClick = BtnEditServerClick
  36.   end
  37.   object BtnRemoveServer: TSpeedButton
  38.     Left = 328
  39.     Top = 160
  40.     Width = 57
  41.     Height = 22
  42.     Caption = 'Remove'
  43.     OnClick = BtnRemoveServerClick
  44.   end
  45.   object Bevel1: TBevel
  46.     Left = 0
  47.     Top = 187
  48.     Width = 387
  49.     Height = 4
  50.     Align = alBottom
  51.     Shape = bsBottomLine
  52.   end
  53.   object Panel1: TPanel
  54.     Left = 0
  55.     Top = 191
  56.     Width = 387
  57.     Height = 41
  58.     Align = alBottom
  59.     BevelOuter = bvNone
  60.     TabOrder = 0
  61.     DesignSize = (
  62.       387
  63.       41)
  64.     object BtnCancel: TButton
  65.       Left = 304
  66.       Top = 8
  67.       Width = 75
  68.       Height = 25
  69.       Anchors = [akTop, akRight]
  70.       Cancel = True
  71.       Caption = 'Cancel'
  72.       ModalResult = 2
  73.       TabOrder = 1
  74.       OnClick = BtnCancelClick
  75.     end
  76.     object BtnOk: TButton
  77.       Left = 221
  78.       Top = 8
  79.       Width = 75
  80.       Height = 25
  81.       Anchors = [akTop, akRight]
  82.       Caption = 'OK'
  83.       Default = True
  84.       ModalResult = 1
  85.       TabOrder = 0
  86.       OnClick = BtnOkClick
  87.     end
  88.     object BtnHelp: TButton
  89.       Left = 8
  90.       Top = 8
  91.       Width = 75
  92.       Height = 25
  93.       HelpContext = 419
  94.       Caption = 'Help'
  95.       TabOrder = 2
  96.       OnClick = BtnHelpClick
  97.     end
  98.   end
  99.   object sgServers: TStringGrid
  100.     Left = 3
  101.     Top = 0
  102.     Width = 382
  103.     Height = 153
  104.     ColCount = 4
  105.     DefaultColWidth = 125
  106.     DefaultRowHeight = 14
  107.     FixedCols = 0
  108.     Options = [goFixedVertLine, goFixedHorzLine, goRangeSelect, goRowSelect]
  109.     ScrollBars = ssVertical
  110.     TabOrder = 1
  111.     OnDblClick = sgServersDblClick
  112.   end
  113. end
  114.