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

  1. object MsgViewDlg: TMsgViewDlg
  2.   Left = 107
  3.   Top = 55
  4.   Width = 607
  5.   Height = 441
  6.   HelpContext = 60
  7.   Caption = 'Message Viewer'
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnResize = FormResize
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 599
  24.     Height = 64
  25.     Align = alTop
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 18
  30.       Top = 5
  31.       Width = 32
  32.       Height = 14
  33.       Caption = 'From:'
  34.       Font.Color = clBlack
  35.       Font.Height = -11
  36.       Font.Name = 'Arial'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.     end
  40.     object Label2: TLabel
  41.       Left = 18
  42.       Top = 44
  43.       Width = 44
  44.       Height = 14
  45.       Caption = 'Subject:'
  46.       Font.Color = clBlack
  47.       Font.Height = -11
  48.       Font.Name = 'Arial'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.     end
  52.     object Label3: TLabel
  53.       Left = 18
  54.       Top = 25
  55.       Width = 27
  56.       Height = 14
  57.       Caption = 'Date:'
  58.       Font.Color = clBlack
  59.       Font.Height = -11
  60.       Font.Name = 'Arial'
  61.       Font.Style = [fsBold]
  62.       ParentFont = False
  63.     end
  64.     object FromLabel: TLabel
  65.       Left = 106
  66.       Top = 5
  67.       Width = 50
  68.       Height = 14
  69.       Caption = 'FromLabel'
  70.       Font.Color = clWindowText
  71.       Font.Height = -11
  72.       Font.Name = 'Arial'
  73.       Font.Style = []
  74.       ParentFont = False
  75.     end
  76.     object DateLabel: TLabel
  77.       Left = 106
  78.       Top = 25
  79.       Width = 48
  80.       Height = 14
  81.       Caption = 'DateLabel'
  82.       Font.Color = clWindowText
  83.       Font.Height = -11
  84.       Font.Name = 'Arial'
  85.       Font.Style = []
  86.       ParentFont = False
  87.     end
  88.     object SubjectLabel: TLabel
  89.       Left = 106
  90.       Top = 44
  91.       Width = 62
  92.       Height = 14
  93.       Caption = 'SubjectLabel'
  94.       Font.Color = clWindowText
  95.       Font.Height = -11
  96.       Font.Name = 'Arial'
  97.       Font.Style = []
  98.       ParentFont = False
  99.     end
  100.     object Label4: TLabel
  101.       Left = 432
  102.       Top = 20
  103.       Width = 157
  104.       Height = 14
  105.       Caption = 'Select text and change Font :'
  106.       Font.Color = clBlack
  107.       Font.Height = -11
  108.       Font.Name = 'Arial'
  109.       Font.Style = [fsBold]
  110.       ParentFont = False
  111.     end
  112.     object UdcFontCombo1: TUdcFontCombo
  113.       Left = 430
  114.       Top = 36
  115.       Width = 157
  116.       Height = 22
  117.       TabOrder = 0
  118.       Text = '@∩┐╜╪▒d∩┐╜s∩┐╜╫▓╩╢∩┐╜'
  119.       OnChange = UdcFontCombo1Change
  120.     end
  121.   end
  122.   object Panel2: TPanel
  123.     Left = 0
  124.     Top = 282
  125.     Width = 599
  126.     Height = 19
  127.     Align = alBottom
  128.     Alignment = taLeftJustify
  129.     BevelOuter = bvNone
  130.     Caption = '    Attachments:'
  131.     Font.Color = clWindowText
  132.     Font.Height = -11
  133.     Font.Name = 'Arial'
  134.     Font.Style = []
  135.     ParentFont = False
  136.     TabOrder = 1
  137.   end
  138.   object ListView1: TListView
  139.     Left = 0
  140.     Top = 301
  141.     Width = 599
  142.     Height = 67
  143.     Align = alBottom
  144.     OnDblClick = ListView1DblClick
  145.     Columns = <>
  146.     ReadOnly = False
  147.     PopupMenu = PopupMenu1
  148.     TabOrder = 2
  149.     LargeImages = ImageList1
  150.   end
  151.   object Panel3: TPanel
  152.     Left = 0
  153.     Top = 368
  154.     Width = 599
  155.     Height = 40
  156.     Align = alBottom
  157.     BevelOuter = bvNone
  158.     TabOrder = 3
  159.     object CloseButton: TButton
  160.       Left = 507
  161.       Top = 7
  162.       Width = 92
  163.       Height = 29
  164.       Caption = 'Close'
  165.       Font.Color = clWindowText
  166.       Font.Height = -11
  167.       Font.Name = 'Arial'
  168.       Font.Style = []
  169.       ParentFont = False
  170.       TabOrder = 0
  171.       OnClick = CloseButtonClick
  172.     end
  173.     object Button1: TButton
  174.       Left = 4
  175.       Top = 7
  176.       Width = 92
  177.       Height = 29
  178.       Caption = 'HTML viewer'
  179.       Font.Color = clWindowText
  180.       Font.Height = -11
  181.       Font.Name = 'Arial'
  182.       Font.Style = []
  183.       ParentFont = False
  184.       TabOrder = 1
  185.       OnClick = Button1Click
  186.     end
  187.     object Button2: TButton
  188.       Left = 95
  189.       Top = 7
  190.       Width = 85
  191.       Height = 29
  192.       Caption = 'Reply E-Mail'
  193.       Font.Color = clWindowText
  194.       Font.Height = -11
  195.       Font.Name = 'Arial'
  196.       Font.Style = []
  197.       ParentFont = False
  198.       TabOrder = 2
  199.       OnClick = Button2Click
  200.     end
  201.     object Button3: TButton
  202.       Left = 341
  203.       Top = 7
  204.       Width = 79
  205.       Height = 29
  206.       Caption = 'Delete E-Mail'
  207.       Font.Color = clWindowText
  208.       Font.Height = -11
  209.       Font.Name = 'Arial'
  210.       Font.Style = []
  211.       ParentFont = False
  212.       TabOrder = 3
  213.       OnClick = Button3Click
  214.     end
  215.     object Button6: TButton
  216.       Left = 179
  217.       Top = 7
  218.       Width = 85
  219.       Height = 29
  220.       Caption = 'Forward E-Mail'
  221.       Font.Color = clWindowText
  222.       Font.Height = -11
  223.       Font.Name = 'Arial'
  224.       Font.Style = []
  225.       ParentFont = False
  226.       TabOrder = 4
  227.       OnClick = Button6Click
  228.     end
  229.     object Button7: TButton
  230.       Left = 263
  231.       Top = 7
  232.       Width = 79
  233.       Height = 29
  234.       Caption = 'Save E-Mail'
  235.       Font.Color = clWindowText
  236.       Font.Height = -11
  237.       Font.Name = 'Arial'
  238.       Font.Style = []
  239.       ParentFont = False
  240.       TabOrder = 5
  241.       OnClick = Button7Click
  242.     end
  243.     object Button8: TButton
  244.       Left = 419
  245.       Top = 7
  246.       Width = 79
  247.       Height = 29
  248.       Caption = 'Print E-Mail'
  249.       Font.Color = clWindowText
  250.       Font.Height = -11
  251.       Font.Name = 'Arial'
  252.       Font.Style = []
  253.       ParentFont = False
  254.       TabOrder = 6
  255.       OnClick = Button8Click
  256.     end
  257.   end
  258.   object Panel4: TPanel
  259.     Left = 0
  260.     Top = 64
  261.     Width = 599
  262.     Height = 218
  263.     Align = alClient
  264.     BevelOuter = bvLowered
  265.     TabOrder = 4
  266.     object GrabBar1: TGrabBar
  267.       Left = 590
  268.       Top = 0
  269.       Width = 4
  270.       Height = 218
  271.       Cursor = crHSplit
  272.       Style = gbVertical
  273.       Thickness = 4
  274.       WindowA = Panel5
  275.       WindowB = Panel6
  276.     end
  277.     object Panel5: TPanel
  278.       Left = 1
  279.       Top = 1
  280.       Width = 589
  281.       Height = 216
  282.       Align = alLeft
  283.       BevelOuter = bvLowered
  284.       TabOrder = 1
  285.       object BodyMemo: TMemo
  286.         Left = 510
  287.         Top = 247
  288.         Width = 185
  289.         Height = 25
  290.         Lines.Strings = (
  291.           'BodyMemo')
  292.         TabOrder = 1
  293.         Visible = False
  294.         WordWrap = False
  295.       end
  296.       object MWP1: TUdcMWPStandard
  297.         Left = 1
  298.         Top = 1
  299.         Width = 587
  300.         Height = 214
  301.         Cursor = crIBeam
  302.         Align = alClient
  303.         Font.Color = clWindowText
  304.         Font.Height = -15
  305.         Font.Name = 'Times New Roman'
  306.         Font.Style = []
  307.         ParentColor = False
  308.         ParentFont = False
  309.         PopupMenu = PopupMenu2
  310.         TabOrder = 0
  311.         Alignment = ualLeftJustify
  312.         AutoPageBreaks = False
  313.         AutoHTML = False
  314.         AutoHyperlinks = True
  315.         AutoSpellCheck = False
  316.         BackgroundDisplay = bkTile
  317.         BorderStyle = bsNone
  318.         BottomMargin = 1.000000000000000000
  319.         CaretWidth = 1
  320.         Color = clWhite
  321.         CountCR = True
  322.         CountSpaces = False
  323.         DecimalChar = '.'
  324.         DefaultTabStop = 0.500000000000000000
  325.         DragDropCursor = 3
  326.         EndOfDocLine = False
  327.         EndToBottom = False
  328.         Filter = 
  329.           'Rich Text Format (*.rtf)|*.rtf|HyperText Markup Language (*.htm)' +
  330.           '|*.htm|Plain text (*.txt)|*.txt|All files (*.*)|*.*'
  331.         FooterFont.Color = clWindowText
  332.         FooterFont.Height = -13
  333.         FooterFont.Name = 'Times New Roman'
  334.         FooterFont.Style = []
  335.         FooterMargin = 0.500000000000000000
  336.         FooterOnFirst = False
  337.         ForbidSelection = False
  338.         Gridlines = True
  339.         HeaderFont.Color = clWindowText
  340.         HeaderFont.Height = -13
  341.         HeaderFont.Name = 'Times New Roman'
  342.         HeaderFont.Style = []
  343.         HeaderMargin = 0.500000000000000000
  344.         HeaderOnFirst = False
  345.         HomeToTop = False
  346.         HTMLActiveLinkColor = clBlack
  347.         HTMLBackgroundColor = clSilver
  348.         HTMLMode = False
  349.         HTMLVisitedLinkColor = clBlack
  350.         HyperlinkColor = clBlue
  351.         HyperLinkCursor = 2
  352.         InsertMode = True
  353.         KeywordsCaseSensitive = False
  354.         LastExtension = 0
  355.         LeftBufferWidth = 20
  356.         LeftMargin = 1.000000000000000000
  357.         LineSpacing = lsSingle
  358.         LoadHTMLAsText = False
  359.         LSVariableSpacing = 1.250000000000000000
  360.         Magnification = 100
  361.         MaxLength = 0
  362.         MWPMessages.NotFound = 'The search item was not found.'
  363.         OEMConvert = False
  364.         PageHeight = 11.000000000000000000
  365.         PageNumberAlignment = taRightJustify
  366.         PageNumberFont.Color = clWindowText
  367.         PageNumberFont.Height = -13
  368.         PageNumberFont.Name = 'Times New Roman'
  369.         PageNumberFont.Style = []
  370.         PageNumbering = False
  371.         PageWidth = 8.500000000000000000
  372.         PrintingInfo.Copies = 1
  373.         PrintingInfo.PageRange = 'ALL'
  374.         PrintingInfo.ToPrint = tpAllPagesInRange
  375.         PrintingInfo.UseFooter = False
  376.         PrintingInfo.UseHeader = False
  377.         PrintingInfo.UseAbortDialog = True
  378.         ProtectedColor = clMaroon
  379.         ReadOnly = False
  380.         RightMargin = 1.000000000000000000
  381.         ScrollBars = ssBoth
  382.         SelColor = clHighlight
  383.         SelTextColor = clHighlightText
  384.         ShadowOffset = 7
  385.         ShowCaret = True
  386.         ShowImageAsFrame = False
  387.         ShowWhichCodes = []
  388.         StartAtTop = False
  389.         StatusMessage = 'Ready.'
  390.         TablesIn3D = False
  391.         TopMargin = 1.000000000000000000
  392.         Transparent = False
  393.         TypingDirection = tdLeftToRight
  394.         UpdateDisplay = True
  395.         UpdateFormatting = True
  396.         UndoTitles.Typing = 'Typing'
  397.         UndoTitles.Cut = 'Cut To Clipboard'
  398.         UndoTitles.Paste = 'Paste From Clipboard'
  399.         UndoTitles.Clear = 'Clear'
  400.         UndoTitles.Font = 'Font'
  401.         UndoTitles.Replace = 'Replace'
  402.         UndoTitles.RemoveStyle = 'Remove Style'
  403.         UndoTitles.ApplyStyle = 'Apply Style'
  404.         UndoTitles.Alignment = 'Paragraph Alignment'
  405.         UseCompression = False
  406.         UseStyles = True
  407.         VerticalCaret = False
  408.         VisibleMargin = False
  409.         WantAutoCorrect = False
  410.         WantHandles = True
  411.         WantHyperlinks = True
  412.         WantKeywords = False
  413.         WantRedo = False
  414.         WantTabs = False
  415.         WantUndo = False
  416.         WildCard = '*'
  417.         WordWrap = True
  418.         WrapToWindow = True
  419.         HyperLinkEvent = MWP1HyperLinkEvent
  420.         AutoBackup.AutoRecover = True
  421.         AutoBackup.Directory = 'C:\WINDOWS\TEMP\'
  422.         AutoBackup.Enabled = False
  423.         AutoBackup.FilenamePrefix = '$MWP'
  424.         AutoBackup.HowOften = 10
  425.         AutoListInfo.BulletChar = 108
  426.         AutoListInfo.ListType = ltNumeric
  427.         AutoListInfo.StartAt = 1
  428.         AutoListInfo.TextAfter = '.'
  429.         AutoListInfo.TextBefore = '#'
  430.         BackupExtension = 'BAK'
  431.         BlinkDelay = 1000
  432.         Blinking = False
  433.         CompressionType = uctLZH
  434.         CreateBackup = False
  435.         Orientation = poPortrait
  436.         PageLayoutMode = False
  437.         PaperType = ptLetter
  438.         PromptForProperties = False
  439.         RevisionFont1.Color = clWindowText
  440.         RevisionFont1.Height = -13
  441.         RevisionFont1.Name = 'Times New Roman'
  442.         RevisionFont1.Style = []
  443.         RevisionFont2.Color = clWindowText
  444.         RevisionFont2.Height = -13
  445.         RevisionFont2.Name = 'Times New Roman'
  446.         RevisionFont2.Style = []
  447.         RevisionFont3.Color = clWindowText
  448.         RevisionFont3.Height = -13
  449.         RevisionFont3.Name = 'Times New Roman'
  450.         RevisionFont3.Style = []
  451.         UseEncryption = False
  452.         WantDragDrop = True
  453.       end
  454.     end
  455.     object Panel6: TPanel
  456.       Left = 594
  457.       Top = 1
  458.       Width = 4
  459.       Height = 216
  460.       Align = alRight
  461.       BevelOuter = bvLowered
  462.       Caption = 'Panel6'
  463.       TabOrder = 2
  464.       object Viewer1: TWebBrowser
  465.         Left = 1
  466.         Top = 32
  467.         Width = 2
  468.         Height = 183
  469.         Cursor = crDefault
  470.         Align = alClient
  471.         BorderStyle = bsNone
  472.         CellPadding = 2
  473.         CellSpacing = 3
  474.         Color = clWhite
  475.         ErrorMode = emException
  476.         ExtractAlternate = False
  477.         FlashingBorder = False
  478.         FontFixed.Color = clWindowText
  479.         FontFixed.Height = -10
  480.         FontFixed.Name = 'Courier New'
  481.         FontFixed.Style = []
  482.         FontProportional.Color = clBtnText
  483.         FontProportional.Height = -13
  484.         FontProportional.Name = 'Times New Roman'
  485.         FontProportional.Style = []
  486.         Head1 = 16
  487.         Head2 = 12
  488.         Head3 = 10
  489.         Head4 = 8
  490.         Head5 = 6
  491.         Head6 = 4
  492.         MarginHeight = 10
  493.         MarginWidth = 10
  494.         MaxPages = 8
  495.         PostMode = False
  496.         ScrollBars = ssBoth
  497.         TabOrder = 0
  498.         ThumbNails = 0
  499.         UserAgent = 'WAVETools/2.0'
  500.       end
  501.       object Back: TPanel
  502.         Left = 1
  503.         Top = 1
  504.         Width = 2
  505.         Height = 31
  506.         Align = alTop
  507.         TabOrder = 1
  508.         object Button4: TButton
  509.           Left = 18
  510.           Top = 3
  511.           Width = 52
  512.           Height = 25
  513.           Caption = '<<'
  514.           Font.Color = clWindowText
  515.           Font.Height = -11
  516.           Font.Name = 'Arial'
  517.           Font.Style = []
  518.           ParentFont = False
  519.           TabOrder = 0
  520.           OnClick = Button4Click
  521.         end
  522.         object Button5: TButton
  523.           Left = 68
  524.           Top = 3
  525.           Width = 49
  526.           Height = 25
  527.           Caption = '>>'
  528.           Font.Color = clWindowText
  529.           Font.Height = -11
  530.           Font.Name = 'Arial'
  531.           Font.Style = []
  532.           ParentFont = False
  533.           TabOrder = 1
  534.           OnClick = Button5Click
  535.         end
  536.       end
  537.     end
  538.   end
  539.   object ImageList1: TImageList
  540.     Height = 32
  541.     Width = 32
  542.     Left = 400
  543.     Top = 8
  544.   end
  545.   object PopupMenu1: TPopupMenu
  546.     OnPopup = PopupMenu1Popup
  547.     Left = 353
  548.     Top = 28
  549.     object Execute1: TMenuItem
  550.       Caption = '&Execute'
  551.       HelpContext = 710
  552.       ShortCut = 0
  553.       OnClick = ListView1DblClick
  554.     end
  555.     object Save1: TMenuItem
  556.       Caption = '&Save'
  557.       HelpContext = 720
  558.       ShortCut = 0
  559.       OnClick = Save1Click
  560.     end
  561.   end
  562.   object SaveDialog1: TSaveDialog
  563.     FileEditStyle = fsEdit
  564.     Filter = 'All Files (*.*)|*.*'
  565.     Options = [ofHideReadOnly]
  566.     Left = 515
  567.     Top = 72
  568.   end
  569.   object msMessage1: TmsMessage
  570.     ContentType = 'text/plain'
  571.     ReturnReceipt = False
  572.     Left = 254
  573.     Top = 37
  574.   end
  575.   object PopupMenu2: TPopupMenu
  576.     Left = 393
  577.     Top = 28
  578.     object ReplyEMail1: TMenuItem
  579.       Caption = 'Reply E-Mail'
  580.       HelpContext = 730
  581.       ShortCut = 0
  582.       OnClick = ReplyEMail1Click
  583.     end
  584.     object ForwardEMail1: TMenuItem
  585.       Caption = 'Forward E-Mail'
  586.       HelpContext = 740
  587.       ShortCut = 0
  588.       OnClick = ForwardEMail1Click
  589.     end
  590.     object SaveEMail1: TMenuItem
  591.       Caption = 'Save E-Mail'
  592.       HelpContext = 750
  593.       ShortCut = 0
  594.       OnClick = SaveEMail1Click
  595.     end
  596.     object DeleteEMail1: TMenuItem
  597.       Caption = 'Delete E-Mail'
  598.       HelpContext = 1010
  599.       ShortCut = 0
  600.       OnClick = DeleteEMail1Click
  601.     end
  602.     object PrintEMail1: TMenuItem
  603.       Caption = 'Print E-Mail'
  604.       HelpContext = 760
  605.       ShortCut = 0
  606.       OnClick = PrintEMail1Click
  607.     end
  608.     object N1: TMenuItem
  609.       Caption = '-'
  610.       HelpContext = 770
  611.       ShortCut = 0
  612.     end
  613.     object HTMLViewer1: TMenuItem
  614.       Caption = 'HTML Viewer'
  615.       HelpContext = 780
  616.       ShortCut = 0
  617.       OnClick = HTMLViewer1Click
  618.     end
  619.   end
  620.   object msMessagePrinter1: TmsMessagePrinter
  621.     MailMessage = msMessage1
  622.     PrintDialog = True
  623.     StatusWindow = True
  624.     MessageTextFont.Color = clWindowText
  625.     MessageTextFont.Height = -17
  626.     MessageTextFont.Name = 'Arial'
  627.     MessageTextFont.Style = []
  628.     Left = 341
  629.     Top = 15
  630.   end
  631.   object GoToWeb1: TGoToWeb
  632.     Url = 'http://www.mygale.org/~cresto'
  633.     EMail = 'cresto@mygale.org'
  634.     BrowserState = gwMaximized
  635.     Left = 471
  636.     Top = 43
  637.   end
  638.   object msMessage2: TmsMessage
  639.     ContentType = 'text/plain'
  640.     ReturnReceipt = False
  641.     Left = 287
  642.     Top = 37
  643.   end
  644. end
  645.