Unit1.dfm
资源名称:XPbutton.rar [点击查看]
上传用户:jjjzlw
上传日期:2022-05-15
资源大小:695k
文件大小:1k
源码类别:
按钮控件
开发平台:
C++ Builder
- object Form1: TForm1
- Left = 463
- Top = 261
- BorderStyle = bsSingle
- Caption = #27169#25311#20986'XP'#39118#26684#30340#25353#38062
- ClientHeight = 250
- ClientWidth = 355
- Color = clActiveBorder
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- OnCreate = FormCreate
- OnKeyUp = FormKeyUp
- OnMouseMove = FormMouseMove
- PixelsPerInch = 96
- TextHeight = 13
- object Button5: TButton
- Left = 121
- Top = 120
- Width = 75
- Height = 25
- Caption = 'Button5'
- TabOrder = 0
- OnClick = Button5Click
- OnDragDrop = Button5DragDrop
- OnDragOver = Button5DragOver
- OnEndDock = Button5EndDock
- OnEndDrag = Button5EndDrag
- OnKeyPress = Button5KeyPress
- OnMouseDown = Button5MouseDown
- OnMouseMove = Button5MouseMove
- OnMouseUp = Button5MouseUp
- end
- object Edit1: TEdit
- Left = 96
- Top = 64
- Width = 121
- Height = 17
- BevelKind = bkFlat
- BorderStyle = bsNone
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 1
- end
- end