| 12345678910111213141516171819202122232425262728293031323334353637 |
- object frmBPLPlugin: TfrmBPLPlugin
- Left = 0
- Top = 0
- Caption = 'frmBPLPlugin'
- ClientHeight = 360
- ClientWidth = 620
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 604
- Height = 249
- Lines.Strings = (
- #22312#31383#20307#21333#20803#30340'initalization'#37096#20998#27880#20876'bean'#23601#22909#20102
- 'initialization'
- ' beanFactory.RegisterBean('#39'bplFormDEMO'#39', TfrmBPLPlugin);')
- TabOrder = 0
- end
- object DBChart1: TDBChart
- Left = 64
- Top = 88
- Width = 400
- Height = 250
- Title.Text.Strings = (
- 'TDBChart')
- TabOrder = 1
- end
- end
|