unit_pop.~dfm
来自「口袋西游。明文包截取。只需要修改发包CALL地址。就可以使用了。」· ~DFM 代码 · 共 57 行
~DFM
57 行
object Frm_Pop: TFrm_Pop
Left = 206
Top = 106
Width = 296
Height = 430
Caption = 'Frm_Pop'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 375
Width = 3
Height = 13
end
object Button1: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = #26126#25991#25130#21253
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 8
Top = 39
Width = 273
Height = 330
ScrollBars = ssVertical
TabOrder = 1
end
object Button2: TButton
Left = 88
Top = 8
Width = 75
Height = 25
Caption = #28165#31354
TabOrder = 2
OnClick = Button2Click
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 248
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?