📄 aa.dfm
字号:
object fmAA: TfmAA
Left = 421
Top = 91
Width = 414
Height = 305
Caption = ' fmAA'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 20
object Label1: TLabel
Left = 290
Top = 17
Width = 93
Height = 20
Caption = 'f1(x) = x ^ 2'
end
object Label2: TLabel
Left = 290
Top = 45
Width = 93
Height = 20
Caption = 'f2(x) = x ^ 3'
end
object Label3: TLabel
Left = 296
Top = 92
Width = 30
Height = 20
Caption = 'X'#65309
end
object sg: TStringGrid
Left = 9
Top = 10
Width = 269
Height = 128
Color = 15133418
ColCount = 4
ScrollBars = ssVertical
TabOrder = 0
ColWidths = (
34
70
70
114)
end
object btnDo: TBitBtn
Left = 301
Top = 136
Width = 75
Height = 25
Caption = 'btnDo'
TabOrder = 1
OnClick = btnDoClick
end
object edtX: TEdit
Left = 332
Top = 88
Width = 42
Height = 28
TabOrder = 2
Text = '2'
end
object pn00: TPanel
Left = 2
Top = 174
Width = 400
Height = 100
TabOrder = 3
object LbRmn: TLabel
Left = 231
Top = 20
Width = 140
Height = 20
AutoSize = False
Caption = 'LbRmn'
end
object btnBB: TBitBtn
Left = 14
Top = 65
Width = 75
Height = 25
Caption = #25171#24320'BB'
TabOrder = 0
OnClick = btnBBClick
end
object edtD1: TEdit
Left = 9
Top = 14
Width = 56
Height = 28
TabOrder = 1
Text = '77'
end
object edtD2: TEdit
Left = 75
Top = 14
Width = 56
Height = 28
TabOrder = 2
Text = '88'
end
object edtD3: TEdit
Left = 139
Top = 14
Width = 56
Height = 28
TabOrder = 3
Text = '90'
end
object btmMeans: TButton
Left = 300
Top = 65
Width = 75
Height = 25
Caption = 'Means'
TabOrder = 4
OnClick = btmMeansClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -