📄 unitmain.dfm
字号:
object FormMain: TFormMain
Left = 247
Top = 159
Width = 544
Height = 378
Caption = 'SparSolv tester'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
Scaled = False
ShowHint = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 381
Top = 0
Height = 345
Align = alRight
Beveled = True
end
object PanelMng: TPanel
Left = 384
Top = 0
Width = 152
Height = 345
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object Label1: TLabel
Left = 32
Top = 102
Width = 72
Height = 13
Caption = '&Equation count'
FocusControl = SpinEdit1
end
object Button1: TButton
Left = 31
Top = 64
Width = 75
Height = 25
Caption = '&Solve'
TabOrder = 0
OnClick = Button1Click
end
object SpinEdit1: TSpinEdit
Left = 16
Top = 138
Width = 121
Height = 22
MaxValue = 9999
MinValue = 1
TabOrder = 1
Value = 3
OnChange = SpinEdit1Change
end
object StatusBar1: TStatusBar
Left = 0
Top = 326
Width = 152
Height = 19
Panels = <
item
Alignment = taRightJustify
Text = 'Time: '
Width = 50
end
item
Width = 50
end>
end
end
object StringGridMatrix: TStringGrid
Left = 0
Top = 0
Width = 381
Height = 345
Align = alClient
FixedCols = 0
RowCount = 4
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -