home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / cqwk / install.lib / CYQWK32.EXE / 0 / RCDATA / TMSGDISPLAYFORM / TMSGDISPLAYFORM.txt
Text File  |  1997-04-21  |  10KB  |  458 lines

  1. object MsgDisplayForm: TMsgDisplayForm
  2.   Left = 130
  3.   Top = 151
  4.   Width = 601
  5.   Height = 323
  6.   HelpContext = 8111
  7.   Caption = 'Msg Viewer'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Menu = MainMenu1
  14.   Position = poDefault
  15.   Scaled = False
  16.   Visible = True
  17.   OnActivate = FormActivate
  18.   OnClick = FormClick
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnKeyDown = FormKeyDown
  22.   PixelsPerInch = 96
  23.   TextHeight = 16
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 593
  28.     Height = 81
  29.     HelpContext = 8111
  30.     Align = alTop
  31.     Font.Color = clWindowText
  32.     Font.Height = -13
  33.     Font.Name = 'System'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.     PopupMenu = ViewPopUp
  37.     TabOrder = 0
  38.     object Label1: TLabel
  39.       Left = 8
  40.       Top = 8
  41.       Width = 58
  42.       Height = 16
  43.       Caption = 'Posted :'
  44.       Font.Color = clWindowText
  45.       Font.Height = -13
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.     end
  50.     object Label2: TLabel
  51.       Left = 8
  52.       Top = 24
  53.       Width = 44
  54.       Height = 16
  55.       Caption = 'From :'
  56.       Font.Color = clWindowText
  57.       Font.Height = -13
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = [fsBold]
  60.       ParentFont = False
  61.     end
  62.     object Label3: TLabel
  63.       Left = 8
  64.       Top = 40
  65.       Width = 28
  66.       Height = 16
  67.       Caption = 'To :'
  68.       Font.Color = clWindowText
  69.       Font.Height = -13
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.     end
  74.     object Label4: TLabel
  75.       Left = 8
  76.       Top = 56
  77.       Width = 61
  78.       Height = 16
  79.       Caption = 'Subject :'
  80.       Font.Color = clWindowText
  81.       Font.Height = -13
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = [fsBold]
  84.       ParentFont = False
  85.     end
  86.     object Label5: TLabel
  87.       Left = 352
  88.       Top = 8
  89.       Width = 63
  90.       Height = 16
  91.       Caption = 'Number :'
  92.       Font.Color = clWindowText
  93.       Font.Height = -13
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = [fsBold]
  96.       ParentFont = False
  97.     end
  98.     object Label6: TLabel
  99.       Left = 352
  100.       Top = 24
  101.       Width = 55
  102.       Height = 16
  103.       Caption = 'Refer# :'
  104.       Font.Color = clWindowText
  105.       Font.Height = -13
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Style = [fsBold]
  108.       ParentFont = False
  109.     end
  110.     object Label7: TLabel
  111.       Left = 352
  112.       Top = 40
  113.       Width = 52
  114.       Height = 16
  115.       Caption = 'Status :'
  116.       Font.Color = clWindowText
  117.       Font.Height = -13
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = [fsBold]
  120.       ParentFont = False
  121.     end
  122.     object Label8: TLabel
  123.       Left = 352
  124.       Top = 56
  125.       Width = 40
  126.       Height = 16
  127.       Caption = 'Conf :'
  128.       Font.Color = clWindowText
  129.       Font.Height = -13
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Style = [fsBold]
  132.       ParentFont = False
  133.     end
  134.     object DateTime: TLabel
  135.       Left = 78
  136.       Top = 8
  137.       Width = 259
  138.       Height = 16
  139.       Font.Color = clWindowText
  140.       Font.Height = -13
  141.       Font.Name = 'MS Sans Serif'
  142.       Font.Style = []
  143.       ParentFont = False
  144.     end
  145.     object UpFrom: TLabel
  146.       Left = 78
  147.       Top = 24
  148.       Width = 251
  149.       Height = 16
  150.       Font.Color = clWindowText
  151.       Font.Height = -13
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       ParentFont = False
  155.     end
  156.     object UpTo: TLabel
  157.       Left = 78
  158.       Top = 40
  159.       Width = 235
  160.       Height = 16
  161.       Font.Color = clWindowText
  162.       Font.Height = -13
  163.       Font.Name = 'MS Sans Serif'
  164.       Font.Style = []
  165.       ParentFont = False
  166.     end
  167.     object Subject: TLabel
  168.       Left = 78
  169.       Top = 56
  170.       Width = 203
  171.       Height = 16
  172.       Font.Color = clWindowText
  173.       Font.Height = -13
  174.       Font.Name = 'MS Sans Serif'
  175.       Font.Style = []
  176.       ParentFont = False
  177.     end
  178.     object MSGNum: TLabel
  179.       Left = 419
  180.       Top = 8
  181.       Width = 54
  182.       Height = 16
  183.       Font.Color = clWindowText
  184.       Font.Height = -13
  185.       Font.Name = 'MS Sans Serif'
  186.       Font.Style = []
  187.       ParentFont = False
  188.     end
  189.     object ReferNum: TLabel
  190.       Left = 419
  191.       Top = 24
  192.       Width = 66
  193.       Height = 16
  194.       Font.Color = clWindowText
  195.       Font.Height = -13
  196.       Font.Name = 'MS Sans Serif'
  197.       Font.Style = []
  198.       ParentFont = False
  199.     end
  200.     object Status: TLabel
  201.       Left = 419
  202.       Top = 40
  203.       Width = 78
  204.       Height = 16
  205.       Font.Color = clWindowText
  206.       Font.Height = -13
  207.       Font.Name = 'MS Sans Serif'
  208.       Font.Style = []
  209.       ParentFont = False
  210.     end
  211.     object Conf: TLabel
  212.       Left = 419
  213.       Top = 56
  214.       Width = 94
  215.       Height = 16
  216.       Font.Color = clWindowText
  217.       Font.Height = -13
  218.       Font.Name = 'MS Sans Serif'
  219.       Font.Style = []
  220.       ParentFont = False
  221.     end
  222.     object IDX: TLabel
  223.       Left = 472
  224.       Top = 8
  225.       Width = 25
  226.       Height = 13
  227.       Alignment = taRightJustify
  228.       AutoSize = False
  229.       Font.Color = clWindowText
  230.       Font.Height = -13
  231.       Font.Name = 'MS Sans Serif'
  232.       Font.Style = []
  233.       ParentFont = False
  234.     end
  235.     object Label10: TLabel
  236.       Left = 504
  237.       Top = 8
  238.       Width = 14
  239.       Height = 16
  240.       Caption = 'of'
  241.       Font.Color = clWindowText
  242.       Font.Height = -13
  243.       Font.Name = 'MS Sans Serif'
  244.       Font.Style = [fsBold]
  245.       ParentFont = False
  246.     end
  247.     object Total: TLabel
  248.       Left = 524
  249.       Top = 8
  250.       Width = 29
  251.       Height = 16
  252.       Font.Color = clWindowText
  253.       Font.Height = -13
  254.       Font.Name = 'MS Sans Serif'
  255.       Font.Style = []
  256.       ParentFont = False
  257.     end
  258.   end
  259.   object Memo1: TDCViewer
  260.     Left = 0
  261.     Top = 81
  262.     Width = 593
  263.     Height = 190
  264.     HelpContext = 8111
  265.     Align = alClient
  266.     Font.Color = clWindowText
  267.     Font.Height = -13
  268.     Font.Name = 'MS Sans Serif'
  269.     Font.Style = []
  270.     HideSelection = False
  271.     ParentFont = False
  272.     PopupMenu = ViewPopUp
  273.     ReadOnly = True
  274.     TabOrder = 1
  275.     Wanttabs = True
  276.     OnChange = Memo1Change
  277.     OnDblClick = Memo1DblClick
  278.     OnKeyDown = Memo1KeyDown
  279.     AutoSize = False
  280.     CancelTask = False
  281.     CurrX = 1
  282.     CurrY = 1
  283.     DblClickSel = dcsWord
  284.     MonitorTask = [mtSearching]
  285.     SearchDirection = sdDown
  286.     SearchOptions = [soF3Next]
  287.     SearchMode = smFind
  288.     OnTaskError = Memo1TaskError
  289.     OnTaskFail = Memo1TaskFail
  290.     QuoteColor = clGreen
  291.   end
  292.   object PrintDialog1: TPrintDialog
  293.     Options = [poPrintToFile, poWarning]
  294.     Left = 48
  295.     Top = 168
  296.   end
  297.   object SaveMsgDlg: TSaveDialog
  298.     FileEditStyle = fsEdit
  299.     Filter = 'Text|*.txt|All|*.*'
  300.     Options = [ofOverwritePrompt]
  301.     Title = 'Save Msg to File'
  302.     Left = 88
  303.     Top = 168
  304.   end
  305.   object ViewPopUp: TPopupMenu
  306.     Left = 24
  307.     Top = 104
  308.     object Next1: TMenuItem
  309.       Caption = '      Next   ->'
  310.       HelpContext = 8211
  311.       Hint = 'Move to next message'
  312.       ShortCut = 0
  313.       OnClick = Next1Click
  314.     end
  315.     object Prev1: TMenuItem
  316.       Caption = '<-   Prev'
  317.       HelpContext = 8201
  318.       Hint = 'Move to previous message'
  319.       ShortCut = 0
  320.       OnClick = Prev1Click
  321.     end
  322.     object Close1: TMenuItem
  323.       Caption = 'Close Viewer'
  324.       HelpContext = 8351
  325.       Hint = 'Close message viewer'
  326.       ShortCut = 0
  327.       OnClick = Close1Click
  328.     end
  329.     object N2: TMenuItem
  330.       Caption = '-'
  331.       ShortCut = 0
  332.     end
  333.     object New1: TMenuItem
  334.       Caption = 'New ...'
  335.       HelpContext = 8131
  336.       Hint = 'Enter new message'
  337.       ShortCut = 0
  338.       OnClick = New1Click
  339.     end
  340.     object Reply1: TMenuItem
  341.       Caption = 'Reply  ...'
  342.       HelpContext = 8141
  343.       Hint = 'Reply to current message'
  344.       ShortCut = 0
  345.       OnClick = Reply1Click
  346.     end
  347.     object Search1: TMenuItem
  348.       Caption = 'Grep'
  349.       HelpContext = 8601
  350.       Hint = 'Search messages for text'
  351.       ShortCut = 0
  352.       OnClick = Search1Click
  353.     end
  354.     object N1: TMenuItem
  355.       Caption = '-'
  356.       ShortCut = 0
  357.     end
  358.     object Copy1: TMenuItem
  359.       Caption = 'Copy'
  360.       HelpContext = 8481
  361.       Hint = 'Copy highlighted text to clipboard'
  362.       ShortCut = 0
  363.       OnClick = Copy1Click
  364.     end
  365.     object Selectall1: TMenuItem
  366.       Caption = 'Select all'
  367.       HelpContext = 8541
  368.       Hint = 'Sellect all text in current message'
  369.       ShortCut = 0
  370.       OnClick = Selectall1Click
  371.     end
  372.     object Print1: TMenuItem
  373.       Caption = 'Print'
  374.       HelpContext = 8161
  375.       Hint = 'Print current message'
  376.       ShortCut = 0
  377.       OnClick = Print1Click
  378.     end
  379.     object N3: TMenuItem
  380.       Caption = '-'
  381.       ShortCut = 0
  382.     end
  383.     object OpenPacket1: TMenuItem
  384.       Caption = 'Open Packet'
  385.       HelpContext = 8021
  386.       Hint = 'Open mail packet and load messages into reader'
  387.       ShortCut = 0
  388.       OnClick = OpenPacket1Click
  389.     end
  390.     object ClosePacket1: TMenuItem
  391.       Caption = 'Close Packet'
  392.       HelpContext = 8031
  393.       Hint = 'Close the current open mail packet'
  394.       ShortCut = 0
  395.       OnClick = ClosePacket1Click
  396.     end
  397.     object ExitMailreader1: TMenuItem
  398.       Caption = 'Exit Mail Reader'
  399.       HelpContext = 8321
  400.       Hint = 'Exit the application'
  401.       ShortCut = 0
  402.       OnClick = ExitMailreader1Click
  403.     end
  404.   end
  405.   object ResolutionFix1: TResolutionFix
  406.     DesignRes = 96
  407.     Left = 168
  408.     Top = 176
  409.   end
  410.   object FindDialog1: TFindDialog
  411.     HelpContext = 8571
  412.     OnFind = FindDialog1Find
  413.     Left = 16
  414.     Top = 168
  415.   end
  416.   object MainMenu1: TMainMenu
  417.     Left = 72
  418.     Top = 104
  419.     object Edit1: TMenuItem
  420.       Caption = '&Edit'
  421.       GroupIndex = 1
  422.       ShortCut = 0
  423.       object Copy2: TMenuItem
  424.         Caption = '&Copy'
  425.         GroupIndex = 1
  426.         Hint = 'Copy sellected text to clipboard'
  427.         ShortCut = 16451
  428.         OnClick = Copy2Click
  429.       end
  430.       object SelectAll2: TMenuItem
  431.         Caption = '&Select All'
  432.         GroupIndex = 1
  433.         Hint = 'Sellect all text in message'
  434.         ShortCut = 16449
  435.         OnClick = SelectAll2Click
  436.       end
  437.       object N4: TMenuItem
  438.         Caption = '-'
  439.         GroupIndex = 1
  440.         ShortCut = 0
  441.       end
  442.       object Wordwrap1: TMenuItem
  443.         Caption = '&Wordwrap'
  444.         Checked = True
  445.         GroupIndex = 1
  446.         Hint = 'Turn wordwrap on and off'
  447.         ShortCut = 16471
  448.         OnClick = Wordwrap1Click
  449.       end
  450.     end
  451.   end
  452.   object Uucode1: TUucode
  453.     CodeType = True
  454.     Left = 128
  455.     Top = 104
  456.   end
  457. end
  458.