Unit1.dfm
资源名称:八数码问题的源代码.rar [点击查看]
上传用户:lhkj2008
上传日期:2010-01-04
资源大小:185k
文件大小:1k
源码类别:
其他智力游戏
开发平台:
Visual C++
- object Form1: TForm1
- Left = 280
- Top = 141
- Width = 696
- Height = 480
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 192
- Top = 64
- Width = 49
- Height = 33
- Caption = '>'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Memo1: TMemo
- Left = 16
- Top = 152
- Width = 489
- Height = 265
- Lines.Strings = (
- 'Memo1')
- TabOrder = 1
- end
- object Button2: TButton
- Left = 136
- Top = 16
- Width = 49
- Height = 33
- Caption = '^'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 136
- Top = 112
- Width = 49
- Height = 33
- Caption = 'V'
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 72
- Top = 64
- Width = 49
- Height = 33
- Caption = '<'
- TabOrder = 4
- OnClick = Button4Click
- end
- end