您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

14 行
262 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