unit3.dfm
来自「16进制转10进制」· DFM 代码 · 共 34 行
DFM
34 行
object Form1: TForm1
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = '16'#36827#21046#36716#25442#20026'10'#36827#21046
ClientHeight = 93
ClientWidth = 284
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object bn1: TButton
Left = 88
Top = 52
Width = 105
Height = 25
Caption = #36716#25442
TabOrder = 0
OnClick = bn1Click
end
object edt1: TEdit
Left = 27
Top = 16
Width = 233
Height = 21
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?