javacalc.dfm
来自「四则运算的代码,有兴趣的可以研究下下的呵呵.」· DFM 代码 · 共 43 行
DFM
43 行
object Form1: TForm1
Left = 194
Top = 110
Width = 696
Height = 480
Caption = 'Form1'
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 SC: TScriptControl
Left = 256
Top = 88
Width = 32
Height = 32
ControlData = {
2143341208000000ED030000ED030000D2F1594E010000002800000010270000
01000A006A00610076006100730063007200690070007400}
end
object Edit1: TEdit
Left = 248
Top = 144
Width = 233
Height = 21
TabOrder = 1
Text = 'Edit1'
end
object Button1: TButton
Left = 312
Top = 296
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 2
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?