| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- object frmMain: TfrmMain
- Left = 0
- Top = 0
- BorderIcons = [biSystemMenu]
- Caption = 'frmMain'
- ClientHeight = 204
- ClientWidth = 408
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- 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 = 113
- 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 = 256
- Top = 55
- Width = 113
- Height = 25
- Caption = 'Show'
- TabOrder = 2
- OnClick = btnShowClick
- end
- object Memo1: TMemo
- Left = 8
- Top = 88
- Width = 361
- Height = 97
- Lines.Strings = (
- #23454#29616#30340#25554#20214#38656#35201#23454#29616'IPluginForm'#25509#21475#25165#33021#26377#34987#35813'DEMO'#35843#29992)
- TabOrder = 3
- end
- end
|