📄 unitmain.dfm
字号:
object FrmMain: TFrmMain
Left = 163
Top = 173
Width = 870
Height = 640
Caption = 'FrmMain'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ImgPoint: TImage
Left = 0
Top = 0
Width = 845
Height = 433
Align = alTop
end
object BtnPredict: TButton
Left = 136
Top = 464
Width = 75
Height = 25
Caption = 'BtnPredict'
TabOrder = 0
OnClick = BtnPredictClick
end
object BtnTrain: TButton
Left = 48
Top = 464
Width = 75
Height = 25
Caption = 'BtnTrain'
TabOrder = 1
OnClick = BtnTrainClick
end
object RdbRed: TRadioButton
Left = 280
Top = 464
Width = 113
Height = 17
Caption = 'RdbRed'
TabOrder = 2
end
object RdbBlue: TRadioButton
Left = 424
Top = 464
Width = 113
Height = 17
Caption = 'RdbBlue'
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -