unit1.dfm
来自「通过本程序实现将小写金额转换为大写!用于新手学习!」· DFM 代码 · 共 48 行
DFM
48 行
object Form1: TForm1
Left = 192
Top = 114
Width = 516
Height = 197
Caption = #23558#23567#20889#37329#39069#36716#25442#20026#22823#20889
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 Label1: TLabel
Left = 112
Top = 24
Width = 72
Height = 13
Caption = #35831#36755#20837#24635#37329#39069
end
object Label2: TLabel
Left = 32
Top = 96
Width = 465
Height = 16
Alignment = taCenter
AutoSize = False
Caption = 'Label2'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGradientActiveCaption
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 112
Top = 48
Width = 241
Height = 21
TabOrder = 0
Text = '123456789.12'
OnKeyPress = Edit1KeyPress
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?