/components/rtticontrols/examples/example3.lfm

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

  1. object Form1: TForm1
  2. ActiveControl = XTIEdit
  3. Caption = 'Form1'
  4. ClientHeight = 300
  5. ClientWidth = 400
  6. OnCreate = Form1Create
  7. OnDestroy = Form1Destroy
  8. OnPaint = Form1Paint
  9. PixelsPerInch = 90
  10. HorzScrollBar.Page = 401
  11. VertScrollBar.Page = 301
  12. Left = 290
  13. Height = 300
  14. Top = 163
  15. Width = 400
  16. object XTIEdit: TTIEdit
  17. TabStop = True
  18. TabOrder = 0
  19. Left = 80
  20. Height = 23
  21. Top = 56
  22. Width = 80
  23. end
  24. object YTIEdit: TTIEdit
  25. TabStop = True
  26. TabOrder = 1
  27. Left = 80
  28. Height = 23
  29. Top = 99
  30. Width = 80
  31. end
  32. object XLabel: TLabel
  33. Caption = 'X:'
  34. Left = 9
  35. Height = 17
  36. Top = 62
  37. Width = 65
  38. end
  39. object YLabel: TLabel
  40. Caption = 'Y:'
  41. Left = 9
  42. Height = 17
  43. Top = 105
  44. Width = 65
  45. end
  46. object SizeLabel: TLabel
  47. Caption = 'Size:'
  48. Left = 9
  49. Height = 17
  50. Top = 148
  51. Width = 65
  52. end
  53. object SizeTIEdit: TTIEdit
  54. TabStop = True
  55. TabOrder = 5
  56. Left = 80
  57. Height = 23
  58. Top = 142
  59. Width = 80
  60. end
  61. end