ufrmMain.dfm 609 B

1234567891011121314151617181920212223242526272829303132333435
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form1'
  5. ClientHeight = 243
  6. ClientWidth = 472
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object Edit1: TEdit
  17. Left = 72
  18. Top = 72
  19. Width = 121
  20. Height = 21
  21. TabOrder = 0
  22. Text = 'Edit1'
  23. end
  24. object Memo1: TMemo
  25. Left = 104
  26. Top = 128
  27. Width = 185
  28. Height = 89
  29. Lines.Strings = (
  30. 'Memo1'
  31. 'BCB'#30340#31383#20307)
  32. TabOrder = 1
  33. end
  34. end