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

  1. object EditForm: TEditForm
  2.   Left = 114
  3.   Top = 158
  4.   Width = 602
  5.   Height = 295
  6.   HelpContext = 8121
  7.   Caption = 'Msg Editor'
  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.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object Memo1: TDCMemo
  24.     Left = 0
  25.     Top = 81
  26.     Width = 594
  27.     Height = 162
  28.     Align = alClient
  29.     PopupMenu = EditPopUp
  30.     ScrollBars = ssVertical
  31.     TabOrder = 1
  32.     Wanttabs = True
  33.     WordWrap = False
  34.     OnChange = Memo1Change
  35.     OnDblClick = Memo1DblClick
  36.     OnKeyDown = Memo1KeyDown
  37.     OnMouseDown = Memo1MouseDown
  38.     OnMouseUp = Memo1MouseUp
  39.     AutoSize = False
  40.     CancelTask = False
  41.     CurrX = 1
  42.     CurrY = 1
  43.     DblClickSel = dcsWord
  44.     MonitorTask = [mtSearching]
  45.     SearchDirection = sdDown
  46.     SearchOptions = [soF3Next]
  47.     SearchMode = smFind
  48.     OnTaskError = Memo1TaskError
  49.     OnTaskFail = Memo1TaskFail
  50.   end
  51.   object Panel1: TPanel
  52.     Left = 0
  53.     Top = 0
  54.     Width = 594
  55.     Height = 81
  56.     HelpContext = 8121
  57.     Align = alTop
  58.     Font.Color = clWindowText
  59.     Font.Height = -13
  60.     Font.Name = 'System'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.     PopupMenu = EditPopUp
  64.     TabOrder = 0
  65.     object Label1: TLabel
  66.       Left = 8
  67.       Top = 8
  68.       Width = 58
  69.       Height = 16
  70.       Caption = 'Posted :'
  71.       Font.Color = clWindowText
  72.       Font.Height = -13
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = [fsBold]
  75.       ParentFont = False
  76.     end
  77.     object Label2: TLabel
  78.       Left = 8
  79.       Top = 24
  80.       Width = 44
  81.       Height = 16
  82.       Caption = 'From :'
  83.       Font.Color = clWindowText
  84.       Font.Height = -13
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.     end
  89.     object Label3: TLabel
  90.       Left = 8
  91.       Top = 40
  92.       Width = 28
  93.       Height = 16
  94.       Caption = 'To :'
  95.       Font.Color = clWindowText
  96.       Font.Height = -13
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = [fsBold]
  99.       ParentFont = False
  100.     end
  101.     object Label4: TLabel
  102.       Left = 8
  103.       Top = 56
  104.       Width = 61
  105.       Height = 16
  106.       Caption = 'Subject :'
  107.       Font.Color = clWindowText
  108.       Font.Height = -13
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = [fsBold]
  111.       ParentFont = False
  112.     end
  113.     object Label5: TLabel
  114.       Left = 352
  115.       Top = 8
  116.       Width = 50
  117.       Height = 16
  118.       Caption = 'Reply :'
  119.       Font.Color = clWindowText
  120.       Font.Height = -13
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = [fsBold]
  123.       ParentFont = False
  124.     end
  125.     object Label6: TLabel
  126.       Left = 352
  127.       Top = 24
  128.       Width = 55
  129.       Height = 16
  130.       Caption = 'Refer# :'
  131.       Font.Color = clWindowText
  132.       Font.Height = -13
  133.       Font.Name = 'MS Sans Serif'
  134.       Font.Style = [fsBold]
  135.       ParentFont = False
  136.     end
  137.     object Label7: TLabel
  138.       Left = 352
  139.       Top = 40
  140.       Width = 48
  141.       Height = 16
  142.       Caption = 'Status:'
  143.       Font.Color = clWindowText
  144.       Font.Height = -13
  145.       Font.Name = 'MS Sans Serif'
  146.       Font.Style = [fsBold]
  147.       ParentFont = False
  148.     end
  149.     object Label8: TLabel
  150.       Left = 352
  151.       Top = 56
  152.       Width = 40
  153.       Height = 16
  154.       Caption = 'Conf :'
  155.       Font.Color = clWindowText
  156.       Font.Height = -13
  157.       Font.Name = 'MS Sans Serif'
  158.       Font.Style = [fsBold]
  159.       ParentFont = False
  160.     end
  161.     object DateTime: TLabel
  162.       Left = 80
  163.       Top = 8
  164.       Width = 60
  165.       Height = 16
  166.       Caption = 'DateTime'
  167.       Font.Color = clWindowText
  168.       Font.Height = -13
  169.       Font.Name = 'MS Sans Serif'
  170.       Font.Style = []
  171.       ParentFont = False
  172.     end
  173.     object UpFrom: TLabel
  174.       Left = 80
  175.       Top = 24
  176.       Width = 49
  177.       Height = 16
  178.       Caption = 'UpFrom'
  179.       Font.Color = clWindowText
  180.       Font.Height = -13
  181.       Font.Name = 'MS Sans Serif'
  182.       Font.Style = []
  183.       ParentFont = False
  184.     end
  185.     object UpTo: TLabel
  186.       Left = 80
  187.       Top = 40
  188.       Width = 35
  189.       Height = 16
  190.       Caption = 'UpTo'
  191.       Font.Color = clWindowText
  192.       Font.Height = -13
  193.       Font.Name = 'MS Sans Serif'
  194.       Font.Style = []
  195.       ParentFont = False
  196.     end
  197.     object Subject: TLabel
  198.       Left = 80
  199.       Top = 56
  200.       Width = 45
  201.       Height = 16
  202.       Caption = 'Subject'
  203.       Font.Color = clWindowText
  204.       Font.Height = -13
  205.       Font.Name = 'MS Sans Serif'
  206.       Font.Style = []
  207.       ParentFont = False
  208.     end
  209.     object ReferNum: TLabel
  210.       Left = 416
  211.       Top = 24
  212.       Width = 61
  213.       Height = 16
  214.       Caption = 'ReferNum'
  215.       Font.Color = clWindowText
  216.       Font.Height = -13
  217.       Font.Name = 'MS Sans Serif'
  218.       Font.Style = []
  219.       ParentFont = False
  220.     end
  221.     object Status: TLabel
  222.       Left = 416
  223.       Top = 40
  224.       Width = 37
  225.       Height = 16
  226.       Caption = 'Status'
  227.       Font.Color = clWindowText
  228.       Font.Height = -13
  229.       Font.Name = 'MS Sans Serif'
  230.       Font.Style = []
  231.       ParentFont = False
  232.     end
  233.     object Conf: TLabel
  234.       Left = 416
  235.       Top = 56
  236.       Width = 27
  237.       Height = 16
  238.       Caption = 'Conf'
  239.       Font.Color = clWindowText
  240.       Font.Height = -13
  241.       Font.Name = 'MS Sans Serif'
  242.       Font.Style = []
  243.       ParentFont = False
  244.     end
  245.     object IDX: TLabel
  246.       Left = 416
  247.       Top = 8
  248.       Width = 21
  249.       Height = 16
  250.       Caption = 'IDX'
  251.       Font.Color = clWindowText
  252.       Font.Height = -13
  253.       Font.Name = 'MS Sans Serif'
  254.       Font.Style = []
  255.       ParentFont = False
  256.     end
  257.   end
  258.   object MainMenu1: TMainMenu
  259.     Left = 72
  260.     Top = 192
  261.     object Edit1: TMenuItem
  262.       Tag = 1
  263.       Caption = '&Edit'
  264.       GroupIndex = 1
  265.       HelpContext = 8221
  266.       Hint = 'Edit text commands'
  267.       ShortCut = 0
  268.       object Undo2: TMenuItem
  269.         Tag = 1
  270.         Caption = '&Undo'
  271.         GroupIndex = 1
  272.         HelpContext = 8471
  273.         Hint = 'Undo previous editting'
  274.         ShortCut = 16474
  275.         OnClick = Undo2Click
  276.       end
  277.       object N6: TMenuItem
  278.         Caption = '-'
  279.         GroupIndex = 1
  280.         ShortCut = 0
  281.       end
  282.       object Copy1: TMenuItem
  283.         Tag = 1
  284.         Caption = '&Copy'
  285.         GroupIndex = 1
  286.         HelpContext = 8481
  287.         Hint = 'Copy sellected text to clipboard'
  288.         ShortCut = 16451
  289.         OnClick = Copy1Click
  290.       end
  291.       object Cut1: TMenuItem
  292.         Tag = 1
  293.         Caption = 'Cu&t'
  294.         GroupIndex = 1
  295.         HelpContext = 8491
  296.         Hint = 'Cut sellected text to clipboard'
  297.         ShortCut = 16472
  298.         OnClick = Cut1Click
  299.       end
  300.       object Paste1: TMenuItem
  301.         Tag = 1
  302.         Caption = '&Paste'
  303.         GroupIndex = 1
  304.         HelpContext = 8501
  305.         Hint = 'Paste text from clipboard into message'
  306.         ShortCut = 16470
  307.         OnClick = Paste1Click
  308.       end
  309.       object Delete1: TMenuItem
  310.         Tag = 1
  311.         Caption = '&Delete'
  312.         GroupIndex = 1
  313.         HelpContext = 8511
  314.         Hint = 'Delet sellected text from message'
  315.         ShortCut = 0
  316.         OnClick = Delete1Click
  317.       end
  318.       object UpperCase1: TMenuItem
  319.         Caption = 'Upper Case'
  320.         GroupIndex = 1
  321.         HelpContext = 8521
  322.         Hint = 'Convert selected text to upper case'
  323.         ShortCut = 0
  324.         OnClick = UpperCase1Click
  325.       end
  326.       object LowerCase1: TMenuItem
  327.         Caption = 'Lower Case'
  328.         GroupIndex = 1
  329.         HelpContext = 8531
  330.         Hint = 'Convert selected text to lower case'
  331.         ShortCut = 0
  332.         OnClick = LowerCase1Click
  333.       end
  334.       object N2: TMenuItem
  335.         Caption = '-'
  336.         GroupIndex = 1
  337.         ShortCut = 0
  338.       end
  339.       object SellectAll1: TMenuItem
  340.         Tag = 1
  341.         Caption = '&Sellect All'
  342.         GroupIndex = 1
  343.         HelpContext = 8541
  344.         Hint = 'Sellect all text in message'
  345.         ShortCut = 16449
  346.         OnClick = SellectAll1Click
  347.       end
  348.       object N1: TMenuItem
  349.         Caption = '-'
  350.         GroupIndex = 1
  351.         ShortCut = 0
  352.       end
  353.       object Wordwrap1: TMenuItem
  354.         Tag = 1
  355.         Caption = '&Wordwrap'
  356.         Checked = True
  357.         GroupIndex = 1
  358.         HelpContext = 8551
  359.         Hint = 'Turn wordwrap on and off'
  360.         ShortCut = 16471
  361.         OnClick = Wordwrap1Click
  362.       end
  363.     end
  364.     object Message1: TMenuItem
  365.       Tag = 1
  366.       Caption = '&Message'
  367.       GroupIndex = 4
  368.       Hint = 'Message related commands'
  369.       ShortCut = 0
  370.       object Post1: TMenuItem
  371.         Tag = 1
  372.         Caption = '&Post'
  373.         GroupIndex = 4
  374.         HelpContext = 8151
  375.         Hint = 'Add message(s) to reply packet and close editor'
  376.         ShortCut = 16464
  377.         OnClick = Post1Click
  378.       end
  379.       object Cancel1: TMenuItem
  380.         Tag = 1
  381.         Caption = '&Cancel '
  382.         GroupIndex = 4
  383.         HelpContext = 8631
  384.         Hint = 'Close editor without posting message(s)'
  385.         ShortCut = 0
  386.         OnClick = Cancel1Click
  387.       end
  388.       object Sign1: TMenuItem
  389.         Tag = 1
  390.         Caption = '&Sign'
  391.         GroupIndex = 4
  392.         HelpContext = 8641
  393.         Hint = 'Add signature to bottom of message'
  394.         ShortCut = 16467
  395.         OnClick = Sign1Click
  396.       end
  397.       object N7: TMenuItem
  398.         Caption = '-'
  399.         GroupIndex = 4
  400.         ShortCut = 0
  401.       end
  402.       object Importtextfile1: TMenuItem
  403.         Tag = 1
  404.         Caption = '&Import text file...'
  405.         GroupIndex = 4
  406.         HelpContext = 8651
  407.         Hint = 'Import a text file into message'
  408.         ShortCut = 16457
  409.         OnClick = ImporttextfileClick
  410.       end
  411.       object Insertfile1: TMenuItem
  412.         Caption = 'Insert &file'
  413.         GroupIndex = 4
  414.         ShortCut = 0
  415.         object InsertUUencode1: TMenuItem
  416.           Tag = 1
  417.           Caption = '&UUencode 664...'
  418.           GroupIndex = 4
  419.           HelpContext = 8661
  420.           Hint = 'UUencode a file and insert into message'
  421.           ShortCut = 16469
  422.           OnClick = UUencode1Click
  423.         end
  424.         object InsertMimebase64: TMenuItem
  425.           Caption = 'Mime base64...'
  426.           GroupIndex = 4
  427.           ShortCut = 16461
  428.           OnClick = InsertMimebase64Click
  429.         end
  430.       end
  431.     end
  432.   end
  433.   object OpenImportDialog: TOpenDialog
  434.     HelpContext = 8651
  435.     FileEditStyle = fsEdit
  436.     Filter = 
  437.       'Text files|*.txt|Pascal sourse|*.pas;*dpf|C++ source|*.c;*.h|All' +
  438.       ' files|*.*'
  439.     Options = [ofPathMustExist, ofFileMustExist]
  440.     Title = 'Import File to Msg'
  441.     Left = 112
  442.     Top = 192
  443.   end
  444.   object EditPopUp: TPopupMenu
  445.     Left = 32
  446.     Top = 192
  447.     object Undo1: TMenuItem
  448.       Caption = 'Undo'
  449.       HelpContext = 8471
  450.       Hint = 'Undo previous editting'
  451.       ShortCut = 0
  452.       OnClick = Undo1Click
  453.     end
  454.     object N5: TMenuItem
  455.       Caption = '-'
  456.       ShortCut = 0
  457.     end
  458.     object Cut2: TMenuItem
  459.       Caption = 'Cut'
  460.       HelpContext = 8491
  461.       Hint = 'Cut sellected text to clipboard'
  462.       ShortCut = 0
  463.       OnClick = Cut1Click
  464.     end
  465.     object Copy2: TMenuItem
  466.       Caption = 'Copy'
  467.       HelpContext = 8481
  468.       Hint = 'Copy highlighted text to clipboard'
  469.       ShortCut = 0
  470.       OnClick = Copy1Click
  471.     end
  472.     object Paste2: TMenuItem
  473.       Caption = 'Paste'
  474.       HelpContext = 8501
  475.       Hint = 'Paste text from clipboard into message'
  476.       ShortCut = 0
  477.       OnClick = Paste1Click
  478.     end
  479.     object Delete2: TMenuItem
  480.       Caption = 'Delete'
  481.       HelpContext = 8511
  482.       Hint = 'Delet sellected text from message'
  483.       ShortCut = 0
  484.       OnClick = Delete1Click
  485.     end
  486.     object SelectAll1: TMenuItem
  487.       Caption = 'Select All'
  488.       HelpContext = 8541
  489.       Hint = 'Sellect all text in message'
  490.       ShortCut = 0
  491.       OnClick = SelectAll1Click
  492.     end
  493.     object N3: TMenuItem
  494.       Caption = '-'
  495.       ShortCut = 0
  496.     end
  497.     object Post2: TMenuItem
  498.       Caption = 'Post'
  499.       HelpContext = 8151
  500.       Hint = 'Add message(s) to reply packet and close editor'
  501.       ShortCut = 0
  502.       OnClick = Post1Click
  503.     end
  504.     object N4: TMenuItem
  505.       Caption = '-'
  506.       ShortCut = 0
  507.     end
  508.     object Cancel2: TMenuItem
  509.       Caption = 'Cancel'
  510.       HelpContext = 8631
  511.       Hint = 'Close editor without posting message(s)'
  512.       ShortCut = 0
  513.       OnClick = Cancel1Click
  514.     end
  515.   end
  516.   object ResolutionFix1: TResolutionFix
  517.     DesignRes = 96
  518.     Left = 152
  519.     Top = 192
  520.   end
  521.   object Uucode1: TUucode
  522.     CodeType = True
  523.     Left = 184
  524.     Top = 192
  525.   end
  526.   object FindDialog1: TFindDialog
  527.     HelpContext = 8571
  528.     OnFind = FindDialog1Find
  529.     Left = 224
  530.     Top = 192
  531.   end
  532.   object ReplaceDialog1: TReplaceDialog
  533.     HelpContext = 8591
  534.     OnFind = ReplaceDialog1Find
  535.     OnReplace = ReplaceDialog1Replace
  536.     Left = 264
  537.     Top = 192
  538.   end
  539.   object PrintDialog1: TPrintDialog
  540.     HelpContext = 8161
  541.     Left = 312
  542.     Top = 192
  543.   end
  544.   object SaveMsgDlg: TSaveDialog
  545.     HelpContext = 8361
  546.     FileEditStyle = fsEdit
  547.     Filter = 'Text|*.txt|All|*.*'
  548.     Options = [ofOverwritePrompt]
  549.     Title = 'Save Msg to File'
  550.     Left = 352
  551.     Top = 192
  552.   end
  553. end
  554.