frmmain.lfm 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. object Form1: TForm1
  2. Left = 269
  3. Height = 240
  4. Top = 140
  5. Width = 320
  6. Caption = 'Form1'
  7. ClientHeight = 240
  8. ClientWidth = 320
  9. LCLVersion = '1.6.4.0'
  10. object PaintBox1: TPaintBox
  11. Left = 89
  12. Height = 105
  13. Top = 104
  14. Width = 105
  15. Anchors = [akTop, akLeft, akBottom]
  16. OnClick = PaintBox1Click
  17. OnPaint = PaintBox1Paint
  18. end
  19. object SECorners: TSpinEdit
  20. Left = 88
  21. Height = 16
  22. Top = 16
  23. Width = 57
  24. MinValue = 3
  25. OnChange = SECornersChange
  26. TabOrder = 0
  27. Value = 5
  28. end
  29. object Label1: TLabel
  30. Left = 25
  31. Height = 16
  32. Top = 16
  33. Width = 50
  34. Caption = 'Corners'
  35. ParentColor = False
  36. end
  37. object FEAngle: TFloatSpinEdit
  38. Left = 88
  39. Height = 16
  40. Top = 48
  41. Width = 82
  42. Increment = 1
  43. MaxValue = 100
  44. MinValue = 0
  45. OnChange = FEAngleChange
  46. TabOrder = 1
  47. Value = 45
  48. end
  49. object Label2: TLabel
  50. Left = 28
  51. Height = 16
  52. Top = 44
  53. Width = 40
  54. Caption = 'Rotate'
  55. ParentColor = False
  56. end
  57. object Label3: TLabel
  58. Left = 32
  59. Height = 16
  60. Top = 80
  61. Width = 36
  62. Caption = 'Width'
  63. ParentColor = False
  64. end
  65. object SEWidth: TSpinEdit
  66. Left = 89
  67. Height = 16
  68. Top = 80
  69. Width = 50
  70. MaxValue = 10
  71. MinValue = 1
  72. OnChange = SEWidthChange
  73. TabOrder = 2
  74. Value = 1
  75. end
  76. object BColor: TColorButton
  77. Left = 216
  78. Height = 25
  79. Top = 16
  80. Width = 75
  81. BorderWidth = 2
  82. ButtonColorSize = 16
  83. ButtonColor = clBlack
  84. OnColorChanged = BColorColorChanged
  85. end
  86. object Label4: TLabel
  87. Left = 168
  88. Height = 16
  89. Top = 16
  90. Width = 34
  91. Caption = 'Color'
  92. ParentColor = False
  93. end
  94. end