TmpltForm.dfm 957 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. object TemplateForm: TTemplateForm
  2. Left = 396
  3. Top = 228
  4. BorderStyle = bsNone
  5. BorderWidth = 1
  6. Caption = 'Code Templates'
  7. ClientHeight = 126
  8. ClientWidth = 318
  9. Color = clBlack
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. OldCreateOrder = False
  16. OnActivate = FormActivate
  17. OnCreate = FormCreate
  18. OnDestroy = FormDestroy
  19. OnDeactivate = FormDeactivate
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object TmpltList: TListBox
  23. Left = 0
  24. Top = 0
  25. Width = 318
  26. Height = 126
  27. Style = lbVirtual
  28. Align = alClient
  29. BorderStyle = bsNone
  30. Font.Charset = DEFAULT_CHARSET
  31. Font.Color = clWindowText
  32. Font.Height = -11
  33. Font.Name = 'MS Sans Serif'
  34. Font.Style = [fsBold]
  35. ItemHeight = 16
  36. ParentFont = False
  37. TabOrder = 0
  38. OnData = TmpltListData
  39. OnDblClick = TmpltListDblClick
  40. OnKeyDown = TmpltListKeyDown
  41. end
  42. end