📄 ftestebkandnvs.dfm
字号:
object Form1: TForm1
Left = 202
Top = 166
Width = 580
Height = 434
Caption = 'Test App for EBK & NVS Library'
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 PageControl1: TPageControl
Left = 0
Top = 41
Width = 572
Height = 366
ActivePage = TabSheet1
Align = alClient
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Complex Calc'
object Label1: TLabel
Left = 8
Top = 40
Width = 9
Height = 13
Caption = 'X'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 96
Top = 40
Width = 9
Height = 13
Caption = 'Y'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object ButtonCalc: TButton
Left = 168
Top = 32
Width = 75
Height = 25
Caption = 'Calculate'
TabOrder = 0
OnClick = ButtonCalcClick
end
object EditX: TEdit
Left = 32
Top = 32
Width = 49
Height = 21
TabOrder = 1
Text = '2.2'
end
object EditY: TEdit
Left = 112
Top = 32
Width = 49
Height = 21
TabOrder = 2
Text = '1.1'
end
object Conversion: TButton
Left = 8
Top = 96
Width = 113
Height = 25
Caption = 'Str -> cmplx -> Str'
TabOrder = 3
OnClick = ConversionClick
end
object StaticText1: TStaticText
Left = 128
Top = 104
Width = 25
Height = 17
BorderStyle = sbsSunken
Caption = ' '
TabOrder = 4
end
object result: TEdit
Left = 8
Top = 64
Width = 265
Height = 21
TabOrder = 5
Text = ' er( X+i * Y ) = '
end
object StaticText2: TStaticText
Left = 280
Top = 64
Width = 47
Height = 17
BorderStyle = sbsSunken
Caption = ' er( X ) = '
TabOrder = 6
end
end
object TabSheet4: TTabSheet
Caption = 'MathTypes Demo'
ImageIndex = 3
object MathTypesDemo: TButton
Left = 8
Top = 8
Width = 137
Height = 25
Caption = 'MathTypes Demo'
TabOrder = 0
OnClick = MathTypesDemoClick
end
object Memo3: TMemo
Left = 8
Top = 40
Width = 425
Height = 281
ScrollBars = ssBoth
TabOrder = 1
end
end
object TabSheet3: TTabSheet
Caption = 'Real Matrix'
ImageIndex = 1
object RealMatrixTests: TButton
Left = 8
Top = 8
Width = 145
Height = 25
Caption = 'Real Matrix Tests'
TabOrder = 0
OnClick = RealMatrixTestsClick
end
object Memo2: TMemo
Left = 8
Top = 40
Width = 409
Height = 281
ScrollBars = ssBoth
TabOrder = 1
end
end
object TabSheet2: TTabSheet
Caption = 'Complex Matrix'
ImageIndex = 1
object Memo1: TMemo
Left = 8
Top = 40
Width = 529
Height = 289
ScrollBars = ssBoth
TabOrder = 0
end
object ComplexMatrixTest: TButton
Left = 8
Top = 8
Width = 153
Height = 25
Caption = 'Complex Matrix Test'
TabOrder = 1
OnClick = ComplexMatrixTestClick
end
end
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 572
Height = 41
Align = alTop
TabOrder = 1
object Label3: TLabel
Left = 32
Top = 12
Width = 184
Height = 13
Cursor = crHandPoint
Caption = 'http://www.shokhirev.com/nikolai.html'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = Label3Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -