/components/datadict/frmapplydatadict.lfm

http://github.com/graemeg/lazarus · Unknown · 34 lines · 34 code · 0 blank · 0 comment · 0 complexity · b4fa473ed66e0452d6ef3d9506c2f445 MD5 · raw file

  1. object ApplyDataDictionaryForm: TApplyDataDictionaryForm
  2. Left = 549
  3. Height = 265
  4. Top = 208
  5. Width = 373
  6. HorzScrollBar.Page = 372
  7. VertScrollBar.Page = 264
  8. Caption = 'Applying data dictionary'
  9. ClientHeight = 265
  10. ClientWidth = 373
  11. object BOK: TButton
  12. Left = 288
  13. Height = 25
  14. Top = 236
  15. Width = 75
  16. Anchors = [akRight, akBottom]
  17. BorderSpacing.InnerBorder = 4
  18. Caption = '&Close'
  19. Default = True
  20. OnClick = BOKClick
  21. TabOrder = 0
  22. end
  23. object MLog: TMemo
  24. Left = 8
  25. Height = 224
  26. Top = 8
  27. Width = 353
  28. Anchors = [akTop, akLeft, akRight, akBottom]
  29. Lines.Strings = (
  30. ''
  31. )
  32. TabOrder = 1
  33. end
  34. end