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

16 行
305 B

  1. object MainForm: TMainForm
  2. Left = 536
  3. Height = 508
  4. Top = 255
  5. Width = 682
  6. OnCreate = FormCreate
  7. OnDestroy = FormDestroy
  8. OnPaint = FormPaint
  9. LCLVersion = '1.3'
  10. object ApplicationProperties: TApplicationProperties
  11. OnIdle = ApplicationPropertiesIdle
  12. left = 56
  13. top = 24
  14. end
  15. end