選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

14 行
275 B

  1. object MainForm: TMainForm
  2. Left = 1121
  3. Height = 500
  4. Top = 232
  5. Width = 640
  6. Caption = 'libTextSuite'
  7. OnCreate = FormCreate
  8. OnDestroy = FormDestroy
  9. OnPaint = FormPaint
  10. OnResize = FormResize
  11. Position = poScreenCenter
  12. LCLVersion = '1.9.0.0'
  13. end