Unit1.dfm
上传用户:jjjzlw
上传日期:2022-05-15
资源大小:695k
文件大小:1k
源码类别:

按钮控件

开发平台:

C++ Builder

  1. object Form1: TForm1
  2.   Left = 463
  3.   Top = 261
  4.   BorderStyle = bsSingle
  5.   Caption = #27169#25311#20986'XP'#39118#26684#30340#25353#38062
  6.   ClientHeight = 250
  7.   ClientWidth = 355
  8.   Color = clActiveBorder
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnKeyUp = FormKeyUp
  18.   OnMouseMove = FormMouseMove
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button5: TButton
  22.     Left = 121
  23.     Top = 120
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'Button5'
  27.     TabOrder = 0
  28.     OnClick = Button5Click
  29.     OnDragDrop = Button5DragDrop
  30.     OnDragOver = Button5DragOver
  31.     OnEndDock = Button5EndDock
  32.     OnEndDrag = Button5EndDrag
  33.     OnKeyPress = Button5KeyPress
  34.     OnMouseDown = Button5MouseDown
  35.     OnMouseMove = Button5MouseMove
  36.     OnMouseUp = Button5MouseUp
  37.   end
  38.   object Edit1: TEdit
  39.     Left = 96
  40.     Top = 64
  41.     Width = 121
  42.     Height = 17
  43.     BevelKind = bkFlat
  44.     BorderStyle = bsNone
  45.     Ctl3D = False
  46.     ParentCtl3D = False
  47.     TabOrder = 1
  48.   end
  49. end