25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
848 B

  1. object MainForm: TMainForm
  2. Left = 465
  3. Height = 460
  4. Top = 217
  5. Width = 683
  6. Caption = 'MainForm'
  7. ClientHeight = 460
  8. ClientWidth = 683
  9. OnCreate = FormCreate
  10. OnDestroy = FormDestroy
  11. OnResize = FormResize
  12. LCLVersion = '1.3'
  13. object LogLB: TListBox
  14. Left = 0
  15. Height = 80
  16. Top = 380
  17. Width = 683
  18. Align = alBottom
  19. ItemHeight = 0
  20. TabOrder = 0
  21. end
  22. object RenderPanel1: TPanel
  23. Left = 144
  24. Height = 200
  25. Top = 40
  26. Width = 200
  27. BevelOuter = bvNone
  28. BorderStyle = bsSingle
  29. TabOrder = 1
  30. end
  31. object RenderPanel2: TPanel
  32. Left = 200
  33. Height = 200
  34. Top = 88
  35. Width = 200
  36. BevelOuter = bvNone
  37. BorderStyle = bsSingle
  38. TabOrder = 2
  39. end
  40. object ApplicationProperties: TApplicationProperties
  41. OnIdle = ApplicationPropertiesIdle
  42. left = 64
  43. top = 24
  44. end
  45. end