utextui.lfm 1003 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. object Form2: TForm2
  2. Left = 366
  3. Height = 365
  4. Top = 181
  5. Width = 826
  6. Caption = 'ID_CAPTION'
  7. ClientHeight = 365
  8. ClientWidth = 826
  9. OnCreate = FormCreate
  10. Position = poMainFormCenter
  11. LCLVersion = '1.0.14.0'
  12. object Panel1: TPanel
  13. Left = 0
  14. Height = 44
  15. Top = 321
  16. Width = 826
  17. Align = alBottom
  18. BevelOuter = bvNone
  19. ClientHeight = 44
  20. ClientWidth = 826
  21. TabOrder = 0
  22. object BitBtn1: TBitBtn
  23. Left = 0
  24. Height = 44
  25. Top = 0
  26. Width = 826
  27. Align = alClient
  28. Caption = 'ID_CLOSE'
  29. Kind = bkClose
  30. ModalResult = 11
  31. OnClick = BitBtn1Click
  32. TabOrder = 0
  33. end
  34. end
  35. object Memo1: TMemo
  36. Left = 0
  37. Height = 321
  38. Top = 0
  39. Width = 826
  40. Align = alClient
  41. Font.Height = -17
  42. Font.Name = 'Courier New'
  43. Lines.Strings = (
  44. 'Memo1'
  45. )
  46. ParentFont = False
  47. ReadOnly = True
  48. ScrollBars = ssAutoBoth
  49. TabOrder = 1
  50. end
  51. end