📄 aa.dfm
字号:
object fmAA: TfmAA
Left = 374
Top = 695
Width = 319
Height = 175
Caption = 'fmAA'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Courier New'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 23
object LbR: TLabel
Left = 131
Top = 80
Width = 42
Height = 27
Caption = 'LbR'
Font.Charset = ANSI_CHARSET
Font.Color = 236
Font.Height = -24
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object Label1: TLabel
Left = 36
Top = 1
Width = 13
Height = 24
Caption = 'a'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 137
Top = 1
Width = 13
Height = 24
Caption = 'b'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 243
Top = 0
Width = 13
Height = 24
Caption = 'c'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 14
Top = 80
Width = 104
Height = 24
Caption = '(a+b)/c='
Font.Charset = ANSI_CHARSET
Font.Color = 16744448
Font.Height = -24
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object btnDo: TBitBtn
Left = 229
Top = 110
Width = 64
Height = 29
Caption = 'Do'
TabOrder = 0
OnClick = btnDoClick
end
object edtA: TEdit
Left = 6
Top = 30
Width = 90
Height = 31
Color = 15133418
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
Text = 'edtA'
end
object edtB: TEdit
Left = 105
Top = 30
Width = 90
Height = 31
Color = 15133418
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
Text = 'edtB'
end
object edtC: TEdit
Left = 205
Top = 30
Width = 90
Height = 31
Color = 15133418
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
Text = 'edtC'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -