Unit2.dfm
上传用户:lmk588
上传日期:2013-04-16
资源大小:5120k
文件大小:1k
源码类别:

按钮控件

开发平台:

Delphi

  1. object Form2: TForm2
  2.   Left = 333
  3.   Top = 150
  4.   Width = 408
  5.   Height = 354
  6.   Caption = 'Form2'
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 8
  19.     Top = 24
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'Button1'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 96
  28.     Top = 16
  29.     Width = 201
  30.     Height = 121
  31.     Caption = 'Panel1'
  32.     TabOrder = 1
  33.     object SpeedButton1: TSpeedButton
  34.       Left = 48
  35.       Top = 40
  36.       Width = 57
  37.       Height = 33
  38.       Caption = '1111'
  39.     end
  40.     object Edit1: TEdit
  41.       Left = 32
  42.       Top = 8
  43.       Width = 121
  44.       Height = 21
  45.       TabOrder = 0
  46.       Text = 'Edit1'
  47.     end
  48.     object CheckBox1: TCheckBox
  49.       Left = 32
  50.       Top = 80
  51.       Width = 97
  52.       Height = 17
  53.       Caption = 'CheckBox1'
  54.       TabOrder = 1
  55.     end
  56.   end
  57. end