Simple single-color 8x8x8 LED Cube with AVRs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

layerEditFrame.jfm 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. object layerEditFrame: TFGUIFormular
  2. Left = 459
  3. Top = 62
  4. BorderIcons = [biSystemMenu, biMinimize]
  5. Caption = 'layerEditFrame'
  6. ClientHeight = 396
  7. ClientWidth = 458
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -10
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. FormStyle = fsMDIChild
  15. OldCreateOrder = True
  16. Position = poDesigned
  17. Visible = True
  18. OnClose = FormClose
  19. OnCloseQuery = FormCloseQuery
  20. OnResize = FormResize
  21. FrameType = 5
  22. Resizable = False
  23. Undecorated = False
  24. Background = clBtnFace
  25. PixelsPerInch = 96
  26. TextHeight = 13
  27. object panelLED1: TJPanel
  28. Tag = 12
  29. Left = 16
  30. Top = 24
  31. Width = 57
  32. Height = 57
  33. Foreground = 3355443
  34. Background = 15658734
  35. Font.Charset = DEFAULT_CHARSET
  36. Font.Color = clWindowText
  37. Font.Height = -12
  38. Font.Name = 'Dialog'
  39. Font.Style = [fsBold]
  40. Border.BorderType = NoBorder
  41. Border.LineColor = clBlack
  42. Border.LineThickness = 0
  43. Border.LineRounded = False
  44. Border.EtchHighlightColor = clBlack
  45. Border.EtchShadowColor = clBlack
  46. Border.Etchtype = 0
  47. Border.BevelHighlightColor = clBlack
  48. Border.BevelShadowColor = clBlack
  49. Border.Beveltype = 0
  50. Border.MatteColor = clBlack
  51. Border.MatteTop = 0
  52. Border.MatteLeft = 0
  53. Border.MatteBottom = 0
  54. Border.MatteRight = 0
  55. end
  56. end