ufrmMain.dfm 734 B

1234567891011121314151617181920212223242526272829303132333435
  1. object frmMain: TfrmMain
  2. Left = 0
  3. Top = 0
  4. Caption = 'frmMain'
  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 Button1: TButton
  17. Left = 26
  18. Top = 43
  19. Width = 143
  20. Height = 25
  21. Caption = #21019#24314#19968#20010'bean'#31383#20307
  22. TabOrder = 0
  23. OnClick = Button1Click
  24. end
  25. object btnSingletonForm: TButton
  26. Left = 26
  27. Top = 144
  28. Width = 185
  29. Height = 25
  30. Caption = #21019#24314#19968#20010#21333#23454#20363#31383#20307
  31. TabOrder = 1
  32. OnClick = btnSingletonFormClick
  33. end
  34. end