home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Emailnot / _SETUP.1 / CIECHECK.exe / 0 / RCDATA / TLOCALMAILFORM / TLOCALMAILFORM.txt
Text File  |  1998-05-06  |  4KB  |  170 lines

  1. object LocalMailForm: TLocalMailForm
  2.   Left = 13
  3.   Top = 104
  4.   Width = 602
  5.   Height = 293
  6.   HelpContext = 820
  7.   Caption = 'LocalMailForm'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnResize = FormResize
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 594
  22.     Height = 28
  23.     Align = alTop
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 239
  28.       Top = 7
  29.       Width = 161
  30.       Height = 16
  31.       Alignment = taCenter
  32.       Caption = 'You have 1 new E-mail  !'
  33.       Font.Color = clWindowText
  34.       Font.Height = -11
  35.       Font.Name = 'Arial'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.     end
  39.   end
  40.   object Panel3: TPanel
  41.     Left = 0
  42.     Top = 219
  43.     Width = 594
  44.     Height = 41
  45.     Align = alBottom
  46.     BevelOuter = bvLowered
  47.     TabOrder = 1
  48.     object Button1: TButton
  49.       Left = 15
  50.       Top = 8
  51.       Width = 69
  52.       Height = 27
  53.       Caption = 'View Mail'
  54.       Font.Color = clWindowText
  55.       Font.Height = -11
  56.       Font.Name = 'Arial'
  57.       Font.Style = []
  58.       ParentFont = False
  59.       TabOrder = 0
  60.       OnClick = Button1Click
  61.     end
  62.     object Button3: TButton
  63.       Left = 84
  64.       Top = 8
  65.       Width = 82
  66.       Height = 27
  67.       Caption = 'Delete Mail'
  68.       Font.Color = clWindowText
  69.       Font.Height = -11
  70.       Font.Name = 'Arial'
  71.       Font.Style = []
  72.       ParentFont = False
  73.       TabOrder = 1
  74.       OnClick = Button3Click
  75.     end
  76.     object ProgressBar1: TProgressBar
  77.       Left = 434
  78.       Top = 10
  79.       Width = 143
  80.       Height = 21
  81.       Min = 0
  82.       Max = 100
  83.       TabOrder = 2
  84.       Visible = False
  85.     end
  86.     object Button2: TButton
  87.       Left = 166
  88.       Top = 8
  89.       Width = 125
  90.       Height = 27
  91.       Caption = 'Add to Address Book'
  92.       Font.Color = clWindowText
  93.       Font.Height = -11
  94.       Font.Name = 'Arial'
  95.       Font.Style = []
  96.       ParentFont = False
  97.       TabOrder = 3
  98.       OnClick = Button2Click
  99.     end
  100.   end
  101.   object Panel4: TPanel
  102.     Left = 0
  103.     Top = 28
  104.     Width = 594
  105.     Height = 191
  106.     Align = alClient
  107.     Caption = 'Panel4'
  108.     TabOrder = 2
  109.     object StringGrid1: TSortGrid
  110.       Left = 1
  111.       Top = 1
  112.       Width = 592
  113.       Height = 189
  114.       Hint = 'Click right button to activate menu'
  115.       Align = alClient
  116.       ColCount = 4
  117.       DefaultRowHeight = 18
  118.       FixedCols = 0
  119.       RowCount = 2
  120.       Font.Color = clWindowText
  121.       Font.Height = -11
  122.       Font.Name = 'Arial'
  123.       Font.Style = []
  124.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect]
  125.       ParentFont = False
  126.       ParentShowHint = False
  127.       PopupMenu = PopupMenu1
  128.       ShowHint = True
  129.       TabOrder = 0
  130.       OnDblClick = StringGrid1DblClick
  131.       OnMouseUp = StringGrid1MouseUp
  132.       MultiSelect = True
  133.       OnEndSort = StringGrid1EndSort
  134.       ColWidths = (
  135.         159
  136.         190
  137.         160
  138.         74)
  139.     end
  140.   end
  141.   object PopupMenu1: TPopupMenu
  142.     Left = 114
  143.     Top = 9
  144.     object ViewMail1: TMenuItem
  145.       Caption = 'View Mail'
  146.       HelpContext = 1110
  147.       ShortCut = 0
  148.       OnClick = ViewMail1Click
  149.     end
  150.     object DeleteMail1: TMenuItem
  151.       Caption = 'Delete Mail'
  152.       HelpContext = 1120
  153.       ShortCut = 0
  154.       OnClick = DeleteMail1Click
  155.     end
  156.     object AddtoAddressBook1: TMenuItem
  157.       Caption = 'Add to Address Book'
  158.       HelpContext = 1130
  159.       ShortCut = 0
  160.       OnClick = AddtoAddressBook1Click
  161.     end
  162.     object Setconfirmtodeletemail1: TMenuItem
  163.       Caption = 'Set confirm to delete'
  164.       HelpContext = 1140
  165.       ShortCut = 0
  166.       OnClick = Setconfirmtodeletemail1Click
  167.     end
  168.   end
  169. end
  170.