| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- 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
- object btnManualLoad: TButton
- Left = 8
- Top = 57
- Width = 97
- Height = 25
- Caption = 'ManualLoad'
- TabOrder = 4
- OnClick = btnManualLoadClick
- end
- object btnUnLoad: TButton
- Left = 122
- Top = 57
- Width = 89
- Height = 25
- Caption = 'btnUnLoad'
- TabOrder = 5
- OnClick = btnUnLoadClick
- end
- object dlgOpen: TOpenDialog
- Left = 56
- Top = 160
- end
- end
|