📄 unit1.dfm
字号:
object Form1: TForm1
Left = 286
Top = 221
Width = 696
Height = 480
Caption = 'AIR-BPNN - C++ - Recall Version 2.3'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 39
Top = 21
Width = 108
Height = 13
Caption = 'Recall Sample Number'
end
object Button1: TButton
Left = 39
Top = 92
Width = 85
Height = 26
Caption = 'Recall'
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 312
Top = 20
Width = 222
Height = 299
Lines.Strings = (
'Memo1')
ScrollBars = ssBoth
TabOrder = 1
end
object Edit1: TEdit
Left = 39
Top = 38
Width = 98
Height = 21
TabOrder = 2
Text = '4'
end
object Button2: TButton
Left = 39
Top = 227
Width = 118
Height = 27
Caption = 'AIR-robot'#39's Homepage'
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 39
Top = 267
Width = 210
Height = 27
Caption = 'Mail to M. T. Li (mtli0913@yahoo.com)'
TabOrder = 4
OnClick = Button3Click
end
object OpenDialog1: TOpenDialog
Filter = 'All Files|*.*'
Left = 256
Top = 136
end
object OpenDialog2: TOpenDialog
Filter = 'All Files|*.*'
Left = 256
Top = 176
end
object SaveDialog1: TSaveDialog
Filter = 'All Files|*.*'
Left = 256
Top = 216
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -