📄 main.dfm
字号:
object fmMain: TfmMain
Left = 358
Top = 123
Width = 353
Height = 430
AutoSize = True
Caption = 'fmMain'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 21
object pn00: TPanel
Left = 0
Top = 0
Width = 345
Height = 352
TabOrder = 0
object LbR: TLabel
Left = 180
Top = 272
Width = 36
Height = 24
Caption = 'LbR'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object btnCount: TBitBtn
Left = 252
Top = 306
Width = 70
Height = 30
Caption = 'Count'
TabOrder = 0
OnClick = btnCountClick
end
end
object Panel1: TPanel
Left = 0
Top = 356
Width = 344
Height = 49
TabOrder = 1
object Label1: TLabel
Left = 10
Top = 12
Width = 42
Height = 21
Caption = #20010#25968
end
object edtN: TEdit
Left = 59
Top = 9
Width = 38
Height = 29
TabOrder = 0
Text = '3'
end
object btnCreate: TBitBtn
Left = 118
Top = 9
Width = 83
Height = 30
Caption = 'Create'
TabOrder = 1
OnClick = btnCreateClick
end
object btnDel: TBitBtn
Left = 235
Top = 9
Width = 81
Height = 30
Caption = 'Delete'
TabOrder = 2
OnClick = btnDelClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -