📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 696
Height = 480
Caption = 'Form1'
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 Button1: TButton
Left = 96
Top = 208
Width = 75
Height = 25
Caption = 'Create'
TabOrder = 0
OnClick = Button1Click
end
object Button3: TButton
Left = 288
Top = 208
Width = 137
Height = 25
Caption = 'GetData(var a_ch:char)'
TabOrder = 1
OnClick = Button3Click
end
object Button4: TButton
Left = 96
Top = 256
Width = 137
Height = 25
Caption = 'PopData(char(Edit1.Text))'
TabOrder = 2
OnClick = Button4Click
end
object Button5: TButton
Left = 256
Top = 256
Width = 161
Height = 25
Caption = 'PushData(a_ch:char)'
TabOrder = 3
OnClick = Button5Click
end
object Memo1: TMemo
Left = 472
Top = 80
Width = 185
Height = 321
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ScrollBars = ssVertical
TabOrder = 4
end
object Edit1: TEdit
Left = 296
Top = 136
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 5
Text = 'a'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -