/components/lazsvnpkg/svnaddprojectform.lfm

http://github.com/graemeg/lazarus · Unknown · 114 lines · 114 code · 0 blank · 0 comment · 0 complexity · 84c328b25f2eac766cd21d7e38d99a10 MD5 · raw file

  1. object SVNAddProjectFrm: TSVNAddProjectFrm
  2. Left = 424
  3. Height = 205
  4. Top = 195
  5. Width = 520
  6. ActiveControl = ProjectEdit
  7. AutoScroll = True
  8. Caption = 'SVNAddProjectFrm'
  9. ClientHeight = 205
  10. ClientWidth = 520
  11. OnCreate = FormCreate
  12. Position = poScreenCenter
  13. LCLVersion = '0.9.29'
  14. object ProjectLabel: TLabel
  15. Left = 6
  16. Height = 18
  17. Top = 6
  18. Width = 508
  19. Align = alTop
  20. BorderSpacing.Around = 6
  21. Caption = 'ProjectLabel'
  22. ParentColor = False
  23. end
  24. object RepositoryLabel: TLabel
  25. AnchorSideLeft.Control = Owner
  26. AnchorSideTop.Control = ProjectEdit
  27. AnchorSideTop.Side = asrBottom
  28. Left = 6
  29. Height = 18
  30. Top = 65
  31. Width = 110
  32. BorderSpacing.Around = 6
  33. Caption = 'RepositoryLabel'
  34. ParentColor = False
  35. end
  36. object ButtonPanel1: TButtonPanel
  37. AnchorSideTop.Control = ActiveCheckBox
  38. AnchorSideTop.Side = asrBottom
  39. Left = 6
  40. Height = 40
  41. Top = 159
  42. Width = 508
  43. TabOrder = 0
  44. ShowButtons = [pbOK, pbCancel]
  45. end
  46. object ProjectEdit: TEdit
  47. AnchorSideLeft.Control = Owner
  48. AnchorSideTop.Control = ProjectLabel
  49. AnchorSideTop.Side = asrBottom
  50. Left = 6
  51. Height = 29
  52. Top = 30
  53. Width = 508
  54. Align = alTop
  55. AutoSelect = False
  56. BorderSpacing.Around = 6
  57. Enabled = False
  58. TabOrder = 1
  59. Text = 'ProjectEdit'
  60. end
  61. object RepositoryEdit: TEdit
  62. AnchorSideLeft.Control = Owner
  63. AnchorSideTop.Control = RepositoryLabel
  64. AnchorSideTop.Side = asrBottom
  65. AnchorSideRight.Control = RepositoryButton
  66. Left = 6
  67. Height = 29
  68. Top = 89
  69. Width = 484
  70. Anchors = [akTop, akLeft, akRight]
  71. AutoSelect = False
  72. BorderSpacing.Left = 6
  73. BorderSpacing.Top = 6
  74. BorderSpacing.Bottom = 6
  75. TabOrder = 2
  76. Text = 'RepositoryEdit'
  77. end
  78. object RepositoryButton: TButton
  79. AnchorSideTop.Control = RepositoryEdit
  80. AnchorSideRight.Control = Owner
  81. AnchorSideRight.Side = asrBottom
  82. AnchorSideBottom.Control = RepositoryEdit
  83. AnchorSideBottom.Side = asrBottom
  84. Left = 490
  85. Height = 29
  86. Top = 89
  87. Width = 24
  88. Anchors = [akTop, akRight, akBottom]
  89. AutoSize = True
  90. BorderSpacing.Right = 6
  91. Caption = '...'
  92. OnClick = RepositoryButtonClick
  93. TabOrder = 3
  94. end
  95. object ActiveCheckBox: TCheckBox
  96. AnchorSideLeft.Control = Owner
  97. AnchorSideTop.Control = RepositoryEdit
  98. AnchorSideTop.Side = asrBottom
  99. AnchorSideRight.Control = Owner
  100. AnchorSideRight.Side = asrBottom
  101. Left = 6
  102. Height = 19
  103. Top = 124
  104. Width = 508
  105. Anchors = [akTop, akLeft, akRight]
  106. BorderSpacing.Around = 6
  107. Caption = 'ActiveCheckBox'
  108. TabOrder = 4
  109. end
  110. object SelectDirectoryDialog: TSelectDirectoryDialog
  111. left = 21
  112. top = 74
  113. end
  114. end