www.pudn.com > 推箱子源码.rar > MainUnit.dfm
object MainForm: TMainForm
Left = 154
Top = 104
BorderStyle = bsDialog
Caption = 'MainForm'
ClientHeight = 283
ClientWidth = 410
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Memo: TMemo
Left = 16
Top = 48
Width = 377
Height = 217
Color = clWindowFrame
Font.Charset = GB2312_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
Lines.Strings = (
'')
ParentFont = False
TabOrder = 0
end
object IPEdt: TEdit
Left = 109
Top = 16
Width = 284
Height = 21
TabOrder = 1
end
object Button: TButton
Left = 18
Top = 15
Width = 75
Height = 25
Caption = '确定'
TabOrder = 2
OnClick = ButtonClick
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 280
Top = 8
end
end