unit1.~dfm
来自「聊天室的delphi源代码,需要在delphi7中运行」· ~DFM 代码 · 共 92 行
~DFM
92 行
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 + =
减小字号Ctrl + -
显示快捷键?