📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 242
Top = 211
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
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 40
Top = 40
Width = 41
Height = 41
Caption = 'Panel1'
TabOrder = 0
end
object Panel2: TPanel
Left = 152
Top = 32
Width = 81
Height = 41
Caption = 'Panel2'
TabOrder = 1
end
object Edit1: TEdit
Left = 288
Top = 120
Width = 113
Height = 21
TabOrder = 2
OnKeyPress = Edit1KeyPress
end
object ListBox1: TListBox
Left = 104
Top = 216
Width = 121
Height = 97
ItemHeight = 13
TabOrder = 3
end
object Memo1: TMemo
Left = 464
Top = 80
Width = 185
Height = 89
Lines.Strings = (
'')
TabOrder = 4
end
object Button1: TButton
Left = 400
Top = 320
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 5
end
object Button2: TButton
Left = 304
Top = 352
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 6
OnClick = Button2Click
end
object BitBtn1: TBitBtn
Left = 72
Top = 344
Width = 75
Height = 25
Caption = 'BitBtn1'
TabOrder = 7
OnClick = BitBtn1Click
end
object NMUDP1: TNMUDP
RemotePort = 0
LocalPort = 0
ReportLevel = 1
Left = 320
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -