| 1234567891011121314151617181920212223242526272829303132333435 |
- object frmMain: TfrmMain
- Left = 0
- Top = 0
- Caption = 'frmMain'
- ClientHeight = 243
- ClientWidth = 472
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 26
- Top = 43
- Width = 143
- Height = 25
- Caption = #21019#24314#19968#20010'bean'#31383#20307
- TabOrder = 0
- OnClick = Button1Click
- end
- object btnSingletonForm: TButton
- Left = 26
- Top = 144
- Width = 185
- Height = 25
- Caption = #21019#24314#19968#20010#21333#23454#20363#31383#20307
- TabOrder = 1
- OnClick = btnSingletonFormClick
- end
- end
|