📄 unit1.dfm
字号:
object dialog: Tdialog
Left = 171
Top = 160
BorderStyle = bsSingle
Caption = 'dialog'
ClientHeight = 124
ClientWidth = 281
Color = 16248814
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 0
Width = 281
Height = 86
Align = alClient
Alignment = taCenter
AutoSize = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #26999#20307'_GB2312'
Font.Style = []
ParentFont = False
Transparent = True
Layout = tlCenter
WordWrap = True
end
object Panel1: TPanel
Left = 0
Top = 86
Width = 281
Height = 38
Align = alBottom
BevelOuter = bvNone
BevelWidth = 2
BorderWidth = 2
ParentColor = True
TabOrder = 0
object Button1: TButton
Left = 56
Top = 4
Width = 75
Height = 25
Caption = #30830#23450
Default = True
ModalResult = 6
TabOrder = 0
end
object Button2: TButton
Left = 152
Top = 4
Width = 75
Height = 25
Caption = #21462#28040
ModalResult = 7
TabOrder = 1
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -