Unit2.cpp
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:0k
源码类别:

RichEdit

开发平台:

Delphi

  1. //---------------------------------------------------------------------------
  2. #include <vclvcl.h>
  3. #pragma hdrstop
  4. #include "Unit2.h"
  5. //---------------------------------------------------------------------------
  6. #pragma resource "*.dfm"
  7. TForm2 *Form2;
  8. //---------------------------------------------------------------------------
  9. __fastcall TForm2::TForm2(TComponent* Owner)
  10. : TForm(Owner)
  11. {
  12. }
  13. //---------------------------------------------------------------------------
  14.