home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #8 / K-CD-8-2002.ISO / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TMAILFORM / TMAILFORM.txt < prev   
Encoding:
Text File  |  2002-01-25  |  2.9 KB  |  155 lines

  1. object MailForm: TMailForm
  2.   Left = 300
  3.   Top = 194
  4.   BorderStyle = bsDialog
  5.   Caption = 'CyberBuddy Mail Message'
  6.   ClientHeight = 224
  7.   ClientWidth = 486
  8.   Color = 7701056
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   OnActivate = FormActivate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 6
  24.     Width = 40
  25.     Height = 16
  26.     Caption = 'From:'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = 8454143
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 9
  36.     Top = 31
  37.     Width = 57
  38.     Height = 16
  39.     Caption = 'Subject:'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = 8454143
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object RetrMXLabel: TLabel
  48.     Left = 66
  49.     Top = 201
  50.     Width = 129
  51.     Height = 20
  52.     Caption = ' Retrieving Mail '
  53.     Color = clRed
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWhite
  56.     Font.Height = -16
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     ParentColor = False
  60.     ParentFont = False
  61.     Visible = False
  62.   end
  63.   object MailStatus: TLabel
  64.     Left = 267
  65.     Top = 205
  66.     Width = 49
  67.     Height = 13
  68.     Caption = ' Connect  '
  69.     Color = clLime
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clRed
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentColor = False
  76.     ParentFont = False
  77.     Visible = False
  78.   end
  79.   object MXFrom: TEdit
  80.     Left = 71
  81.     Top = 5
  82.     Width = 408
  83.     Height = 21
  84.     Color = 12320767
  85.     TabOrder = 0
  86.   end
  87.   object MXSub: TEdit
  88.     Left = 71
  89.     Top = 28
  90.     Width = 408
  91.     Height = 21
  92.     Color = 12189695
  93.     TabOrder = 1
  94.   end
  95.   object CloseBtn: TButton
  96.     Left = 421
  97.     Top = 204
  98.     Width = 60
  99.     Height = 18
  100.     Caption = 'Close'
  101.     TabOrder = 2
  102.     OnClick = CloseBtnClick
  103.   end
  104.   object ReadBtn: TButton
  105.     Left = 5
  106.     Top = 204
  107.     Width = 60
  108.     Height = 17
  109.     Caption = 'Read'
  110.     TabOrder = 3
  111.     OnClick = ReadBtnClick
  112.   end
  113.   object ReplyBtn: TButton
  114.     Left = 203
  115.     Top = 204
  116.     Width = 60
  117.     Height = 17
  118.     Caption = 'Reply'
  119.     TabOrder = 4
  120.     OnClick = ReplyBtnClick
  121.   end
  122.   object MXReplyTo: TEdit
  123.     Left = 318
  124.     Top = 17
  125.     Width = 121
  126.     Height = 21
  127.     ReadOnly = True
  128.     TabOrder = 5
  129.     Visible = False
  130.   end
  131.   object PrntBtn: TButton
  132.     Left = 353
  133.     Top = 204
  134.     Width = 44
  135.     Height = 18
  136.     Caption = 'Print'
  137.     TabOrder = 6
  138.     OnClick = PrntBtnClick
  139.   end
  140.   object Memo1: TRichEdit
  141.     Left = 5
  142.     Top = 53
  143.     Width = 475
  144.     Height = 148
  145.     ReadOnly = True
  146.     ScrollBars = ssVertical
  147.     TabOrder = 7
  148.     OnMouseDown = Memo1MouseDown
  149.   end
  150.   object PrintDialog1: TPrintDialog
  151.     Left = 12
  152.     Top = 168
  153.   end
  154. end
  155.