Unit1.~dfm
上传用户:lhkj2008
上传日期:2010-01-04
资源大小:185k
文件大小:1k
源码类别:

其他智力游戏

开发平台:

Visual C++

  1. object Form1: TForm1
  2.   Left = 448
  3.   Top = 151
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 72
  20.     Top = 64
  21.     Width = 49
  22.     Height = 33
  23.     Caption = 'Button1'
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object Memo1: TMemo
  28.     Left = 56
  29.     Top = 184
  30.     Width = 193
  31.     Height = 113
  32.     Lines.Strings = (
  33.       'Memo1')
  34.     TabOrder = 1
  35.   end
  36.   object Button2: TButton
  37.     Left = 128
  38.     Top = 104
  39.     Width = 49
  40.     Height = 33
  41.     Caption = 'Button1'
  42.     TabOrder = 2
  43.     OnClick = Button2Click
  44.   end
  45.   object Button3: TButton
  46.     Left = 128
  47.     Top = 16
  48.     Width = 49
  49.     Height = 33
  50.     Caption = 'Button1'
  51.     TabOrder = 3
  52.     OnClick = Button3Click
  53.   end
  54.   object Button4: TButton
  55.     Left = 176
  56.     Top = 64
  57.     Width = 49
  58.     Height = 33
  59.     Caption = 'Button1'
  60.     TabOrder = 4
  61.     OnClick = Button4Click
  62.   end
  63. end