object SourceNotebook: TSourceNotebook Left = 533 Height = 300 Top = 374 Width = 400 AllowDropFiles = True Caption = 'SourceNotebook' ClientHeight = 300 ClientWidth = 400 OnMouseUp = FormMouseUp LCLVersion = '1.6.4.0' object StatusBar: TStatusBar Left = 0 Height = 18 Top = 282 Width = 400 Panels = < item Width = 100 end item Style = psOwnerDraw Width = 0 end item Width = 150 end item Width = 50 end item Text = 'INS' Width = 50 end> SimpleText = 'This is a test' SimplePanel = False OnClick = StatusBarClick OnDblClick = StatusBarDblClick OnDrawPanel = StatusBarDrawPanel end object Panel1: TPanel Left = 0 Height = 34 Top = 248 Width = 400 Align = alBottom BevelOuter = bvNone ClientHeight = 34 ClientWidth = 400 TabOrder = 1 object Button1: TButton Left = 325 Height = 34 Top = 0 Width = 75 Align = alRight Caption = '插入' TabOrder = 0 end object Memo1: TMemo Left = 0 Height = 35 Top = 0 Width = 325 Align = alClient TabOrder = 1 end end end