home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Mail Server / SmartMail Server.exe / usermngr.exe / 0 / RCDATA / TCREATECATCHFORM / TCREATECATCHFORM.txt < prev   
Encoding:
Text File  |  2001-03-09  |  3.6 KB  |  169 lines

  1. object CreateCatchForm: TCreateCatchForm
  2.   Left = 359
  3.   Top = 302
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create a new Catch-All Receiver'
  6.   ClientHeight = 295
  7.   ClientWidth = 459
  8.   Color = clWhite
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 459
  23.     Height = 30
  24.     Align = alTop
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object Label1: TLabel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 141
  32.     Height = 19
  33.     Caption = 'SmartMail Server'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWhite
  36.     Font.Height = -16
  37.     Font.Name = 'Tahoma'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object Notebook1: TNotebook
  43.     Left = 0
  44.     Top = 30
  45.     Width = 459
  46.     Height = 265
  47.     Align = alClient
  48.     TabOrder = 0
  49.     object TPage
  50.       Left = 0
  51.       Top = 0
  52.       Caption = 'Default'
  53.       object Label2: TLabel
  54.         Left = 16
  55.         Top = 16
  56.         Width = 204
  57.         Height = 13
  58.         Caption = 'This will create a Catch-All Receiver!'
  59.         Font.Charset = ANSI_CHARSET
  60.         Font.Color = clWindowText
  61.         Font.Height = -11
  62.         Font.Name = 'Tahoma'
  63.         Font.Style = [fsBold]
  64.         ParentFont = False
  65.       end
  66.       object GroupBox1: TGroupBox
  67.         Left = 16
  68.         Top = 40
  69.         Width = 417
  70.         Height = 169
  71.         Caption = 'Mailbox Details'
  72.         Ctl3D = False
  73.         ParentCtl3D = False
  74.         TabOrder = 0
  75.         object Label3: TLabel
  76.           Left = 16
  77.           Top = 24
  78.           Width = 60
  79.           Height = 13
  80.           Caption = 'Entry Name:'
  81.         end
  82.         object Label4: TLabel
  83.           Left = 16
  84.           Top = 72
  85.           Width = 52
  86.           Height = 13
  87.           Caption = 'Username:'
  88.         end
  89.         object Label5: TLabel
  90.           Left = 16
  91.           Top = 96
  92.           Width = 50
  93.           Height = 13
  94.           Caption = 'Password:'
  95.         end
  96.         object Label6: TLabel
  97.           Left = 16
  98.           Top = 120
  99.           Width = 90
  100.           Height = 13
  101.           Caption = 'Confirm Password:'
  102.         end
  103.         object Label7: TLabel
  104.           Left = 16
  105.           Top = 48
  106.           Width = 62
  107.           Height = 13
  108.           Caption = 'Servername:'
  109.         end
  110.         object Edit1: TEdit
  111.           Left = 112
  112.           Top = 22
  113.           Width = 289
  114.           Height = 19
  115.           TabOrder = 0
  116.         end
  117.         object Edit2: TEdit
  118.           Left = 112
  119.           Top = 70
  120.           Width = 289
  121.           Height = 19
  122.           TabOrder = 2
  123.         end
  124.         object Edit3: TEdit
  125.           Left = 112
  126.           Top = 94
  127.           Width = 289
  128.           Height = 19
  129.           PasswordChar = '*'
  130.           TabOrder = 3
  131.         end
  132.         object Edit4: TEdit
  133.           Left = 112
  134.           Top = 118
  135.           Width = 289
  136.           Height = 19
  137.           PasswordChar = '*'
  138.           TabOrder = 4
  139.         end
  140.         object Edit5: TEdit
  141.           Left = 112
  142.           Top = 46
  143.           Width = 289
  144.           Height = 19
  145.           TabOrder = 1
  146.         end
  147.       end
  148.       object Button2: TButton
  149.         Left = 296
  150.         Top = 232
  151.         Width = 75
  152.         Height = 25
  153.         Caption = 'Create'
  154.         TabOrder = 1
  155.         OnClick = Button2Click
  156.       end
  157.       object Button1: TButton
  158.         Left = 376
  159.         Top = 232
  160.         Width = 75
  161.         Height = 25
  162.         Caption = 'Cancel'
  163.         TabOrder = 2
  164.         OnClick = Button1Click
  165.       end
  166.     end
  167.   end
  168. end
  169.