/jcl/examples/windows/ntservice/NtSvcDemoGroups.dfm

https://github.com/the-Arioch/jcl · Unknown · 35 lines · 35 code · 0 blank · 0 comment · 0 complexity · b2c29ffea8261c4a6c97d9bd96731b7b MD5 · raw file

  1. object frmServiceGroups: TfrmServiceGroups
  2. Left = 410
  3. Top = 278
  4. BorderStyle = bsDialog
  5. Caption = 'Service Groups'
  6. ClientHeight = 344
  7. ClientWidth = 216
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object treeServices: TTreeView
  18. Left = 8
  19. Top = 8
  20. Width = 201
  21. Height = 297
  22. Indent = 19
  23. ReadOnly = True
  24. TabOrder = 0
  25. OnDblClick = treeServicesDblClick
  26. end
  27. object btnOK: TBitBtn
  28. Left = 72
  29. Top = 312
  30. Width = 75
  31. Height = 25
  32. TabOrder = 1
  33. Kind = bkOK
  34. end
  35. end