| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- object frmMain: TfrmMain
- Left = 0
- Top = 0
- BorderIcons = [biSystemMenu]
- Caption = 'frmMain'
- ClientHeight = 309
- ClientWidth = 656
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- DesignSize = (
- 656
- 309)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 7
- Width = 203
- Height = 13
- Caption = #27880#20876#30340#31383#20307#25554#20214'<'#23454#29616#20102'IPluginForm>ID'
- end
- object btnShowModal: TButton
- Left = 256
- Top = 24
- Width = 81
- Height = 25
- Caption = 'ShowModal'
- TabOrder = 0
- OnClick = btnShowModalClick
- end
- object edtBeanID: TEdit
- Left = 8
- Top = 26
- Width = 242
- Height = 21
- TabOrder = 1
- end
- object btnShow: TButton
- Left = 343
- Top = 24
- Width = 65
- Height = 25
- Caption = 'Show'
- TabOrder = 2
- OnClick = btnShowClick
- end
- object Memo1: TMemo
- Left = 8
- Top = 88
- Width = 640
- Height = 213
- Anchors = [akLeft, akTop, akRight, akBottom]
- Lines.Strings = (
- #23454#29616#30340#25554#20214#38656#35201#23454#29616'IPluginForm'#25509#21475#25165#33021#26377#34987#35813'DEMO'#35843#29992)
- TabOrder = 3
- ExplicitHeight = 169
- end
- object btnGetBeanInfos: TButton
- Left = 8
- Top = 57
- Width = 113
- Height = 25
- Caption = 'GetBeanInfos'
- TabOrder = 4
- OnClick = btnGetBeanInfosClick
- end
- end
|