mainunit.dfm
来自「Delphi7编程80例(完全版)」· DFM 代码 · 共 47 行
DFM
47 行
object MainForm: TMainForm
Left = 192
Top = 107
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'MainForm'
ClientHeight = 239
ClientWidth = 269
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 16
object Button1: TButton
Left = 58
Top = 27
Width = 139
Height = 29
Caption = '重启计算机'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 58
Top = 101
Width = 139
Height = 28
Caption = '关闭计算机'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 31
Top = 174
Width = 202
Height = 28
Caption = '退出以其他用户身份登录'
TabOrder = 2
OnClick = Button3Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?