/components/lazsvnpkg/svncommitform.lfm

http://github.com/graemeg/lazarus · Unknown · 43 lines · 43 code · 0 blank · 0 comment · 0 complexity · 62030721e1e224b7d79c6bfc3543c9fa MD5 · raw file

  1. object SVNCommitFrm: TSVNCommitFrm
  2. Left = 187
  3. Height = 300
  4. Top = 316
  5. Width = 675
  6. HorzScrollBar.Page = 675
  7. VertScrollBar.Page = 300
  8. ActiveControl = SVNCommitMemo
  9. AutoScroll = True
  10. Caption = 'SVNCommitFrm'
  11. ClientHeight = 300
  12. ClientWidth = 675
  13. OnClose = FormClose
  14. OnCreate = FormCreate
  15. OnDestroy = FormDestroy
  16. OnShow = FormShow
  17. Position = poScreenCenter
  18. LCLVersion = '0.9.31'
  19. object ButtonPanel: TButtonPanel
  20. Left = 6
  21. Height = 38
  22. Top = 256
  23. Width = 663
  24. OKButton.Name = 'OKButton'
  25. OKButton.OnClick = OKButtonClick
  26. HelpButton.Name = 'HelpButton'
  27. CloseButton.Name = 'CloseButton'
  28. CancelButton.Name = 'CancelButton'
  29. TabOrder = 0
  30. ShowButtons = [pbOK]
  31. end
  32. object SVNCommitMemo: TMemo
  33. Cursor = crHourGlass
  34. Left = 6
  35. Height = 244
  36. Top = 6
  37. Width = 663
  38. Align = alClient
  39. BorderSpacing.Around = 6
  40. ReadOnly = True
  41. TabOrder = 1
  42. end
  43. end