[阅读: 387] 2006-02-17 05:09:37
object Form1: TForm1
Left = 192
Top = 107
Width = 582
Height = 442
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnResize = FormResize
OnShow = FormShow
DesignSize = (
574
415)
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 16
Top = 16
Width = 537
Height = 385
Anchors = [akLeft, akTop, akRight, akBottom]
Caption = 'Panel1'
TabOrder = 0
DesignSize = (
537
385)
object Memo1: TMemo
Left = 16
Top = 24
Width = 505
Height = 345
Anchors = [akLeft, akTop, akRight, akBottom]
Lines.Strings = (
'Memo1')
TabOrder = 0
end
end
end