home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / BestOf / PhoenixMail / Source / phoenix / FMSelectMail.dfm / FMSelectMail.txt next >
Text File  |  1998-12-08  |  6KB  |  283 lines

  1. object SelectMailForm: TSelectMailForm
  2.   Tag = 273
  3.   Left = 303
  4.   Top = 337
  5.   HelpContext = 5
  6.   ActiveControl = Button3
  7.   BorderStyle = bsDialog
  8.   Caption = 'There is mail for you!'
  9.   ClientHeight = 286
  10.   ClientWidth = 541
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label3: TLabel
  22.     Left = 8
  23.     Top = 268
  24.     Width = 63
  25.     Height = 13
  26.     Caption = 'Phoenix Mail '
  27.     Enabled = False
  28.   end
  29.   object Button3: TButton
  30.     Tag = 116
  31.     Left = 218
  32.     Top = 256
  33.     Width = 75
  34.     Height = 25
  35.     Caption = '&OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.   end
  40.   object Button5: TButton
  41.     Tag = 117
  42.     Left = 298
  43.     Top = 256
  44.     Width = 75
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = '&Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 1
  50.   end
  51.   object Button6: TButton
  52.     Tag = 118
  53.     Left = 458
  54.     Top = 256
  55.     Width = 75
  56.     Height = 25
  57.     Caption = '&Help...'
  58.     TabOrder = 3
  59.     OnClick = Button6Click
  60.   end
  61.   object Button1: TButton
  62.     Left = 378
  63.     Top = 256
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '&Legend...'
  67.     TabOrder = 2
  68.     OnClick = Button1Click
  69.   end
  70.   object Notebook1: TNotebook
  71.     Left = 4
  72.     Top = 4
  73.     Width = 533
  74.     Height = 249
  75.     TabOrder = 4
  76.     object TPage
  77.       Left = 0
  78.       Top = 0
  79.       Caption = 'Mails'
  80.       object Bevel3: TBevel
  81.         Left = 4
  82.         Top = 8
  83.         Width = 525
  84.         Height = 237
  85.         Shape = bsFrame
  86.       end
  87.       object Label1: TLabel
  88.         Tag = 276
  89.         Left = 20
  90.         Top = 222
  91.         Width = 453
  92.         Height = 13
  93.         Caption = 
  94.           'Click on the symbols in the list to change them. Press the butto' +
  95.           'n "Legend" for more information...'
  96.       end
  97.       object Label8: TLabel
  98.         Left = 12
  99.         Top = 2
  100.         Width = 66
  101.         Height = 13
  102.         Caption = 'Accountname'
  103.       end
  104.       object ListView1: TExtListView
  105.         Tag = 275
  106.         Left = 20
  107.         Top = 25
  108.         Width = 493
  109.         Height = 192
  110.         Columns = <
  111.           item
  112.             Width = 20
  113.           end
  114.           item
  115.             Caption = 'Subject'
  116.             Width = 140
  117.           end
  118.           item
  119.             Caption = 'From'
  120.             Width = 132
  121.           end
  122.           item
  123.             Alignment = taRightJustify
  124.             Caption = 'Size'
  125.             Width = 61
  126.           end
  127.           item
  128.             Caption = 'Date'
  129.             Width = 66
  130.           end
  131.           item
  132.             Caption = 'Time'
  133.             Width = 54
  134.           end>
  135.         ExtendedStyles = [lvxFullRowSelect]
  136.         ColumnsFormat = <>
  137.         ShowSortArrows = True
  138.         AutoColumnSort = acsSortToggle
  139.         AutoSortStyle = assDefault
  140.         OnDrawHeader = ListView1DrawHeader
  141.         ReadOnly = True
  142.         OnMouseDown = ListView1MouseDown
  143.         TabOrder = 0
  144.         ViewStyle = vsReport
  145.         StateImages = ImageList1
  146.       end
  147.     end
  148.     object TPage
  149.       Left = 0
  150.       Top = 0
  151.       Caption = 'Legend'
  152.       object Bevel2: TBevel
  153.         Left = 4
  154.         Top = 8
  155.         Width = 525
  156.         Height = 237
  157.         Shape = bsFrame
  158.       end
  159.       object Label4: TLabel
  160.         Tag = 278
  161.         Left = 48
  162.         Top = 32
  163.         Width = 156
  164.         Height = 13
  165.         Caption = 'Download and delete from server'
  166.       end
  167.       object Label7: TLabel
  168.         Tag = 277
  169.         Left = 12
  170.         Top = 2
  171.         Width = 36
  172.         Height = 13
  173.         Caption = 'Legend'
  174.       end
  175.       object Label5: TLabel
  176.         Tag = 279
  177.         Left = 48
  178.         Top = 56
  179.         Width = 86
  180.         Height = 13
  181.         Caption = 'Delete from server'
  182.       end
  183.       object Label6: TLabel
  184.         Tag = 280
  185.         Left = 48
  186.         Top = 80
  187.         Width = 74
  188.         Height = 13
  189.         Caption = 'Keep on Server'
  190.       end
  191.       object Image1: TImage
  192.         Left = 24
  193.         Top = 29
  194.         Width = 16
  195.         Height = 16
  196.         AutoSize = True
  197.         Center = True
  198.         Picture.Data = {<image000.bmp>}
  199.         Transparent = True
  200.       end
  201.       object Image2: TImage
  202.         Left = 24
  203.         Top = 53
  204.         Width = 16
  205.         Height = 16
  206.         AutoSize = True
  207.         Center = True
  208.         Picture.Data = {<image001.bmp>}
  209.         Transparent = True
  210.       end
  211.       object Image3: TImage
  212.         Left = 24
  213.         Top = 77
  214.         Width = 16
  215.         Height = 16
  216.         AutoSize = True
  217.         Center = True
  218.         Picture.Data = {<image002.bmp>}
  219.         Transparent = True
  220.       end
  221.       object Image4: TImage
  222.         Left = 24
  223.         Top = 101
  224.         Width = 16
  225.         Height = 16
  226.         AutoSize = True
  227.         Center = True
  228.         Picture.Data = {<image003.bmp>}
  229.         Transparent = True
  230.       end
  231.       object Label2: TLabel
  232.         Tag = 281
  233.         Left = 48
  234.         Top = 104
  235.         Width = 180
  236.         Height = 13
  237.         Caption = 'Download without deleting from server'
  238.       end
  239.       object Label10: TLabel
  240.         Tag = 282
  241.         Left = 340
  242.         Top = 84
  243.         Width = 33
  244.         Height = 13
  245.         Caption = '&Mails...'
  246.         Visible = False
  247.       end
  248.       object Label9: TLabel
  249.         Tag = 283
  250.         Left = 384
  251.         Top = 84
  252.         Width = 45
  253.         Height = 13
  254.         Caption = '&Legend...'
  255.         Visible = False
  256.       end
  257.       object Image5: TImage
  258.         Left = 444
  259.         Top = 81
  260.         Width = 16
  261.         Height = 16
  262.         AutoSize = True
  263.         Picture.Data = {<image004.bmp>}
  264.         Visible = False
  265.       end
  266.       object Label11: TLabel
  267.         Tag = 274
  268.         Left = 20
  269.         Top = 220
  270.         Width = 293
  271.         Height = 13
  272.         Caption = 
  273.           'Click on the button "Mails" to get back to the list of the mails' +
  274.           '...'
  275.       end
  276.     end
  277.   end
  278.   object ImageList1: TImageList
  279.     Left = 276
  280.     Top = 64
  281.   end
  282. end
  283.