unit3.dfm.svn-base

来自「这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望」· SVN-BASE 代码 · 共 37 行

SVN-BASE
37
字号
object Waitform: TWaitform  Left = 480  Top = 219  BorderIcons = []  BorderStyle = bsSingle  Caption = 'Please wait...'  ClientHeight = 63  ClientWidth = 115  Color = clBtnFace  Font.Charset = DEFAULT_CHARSET  Font.Color = clWindowText  Font.Height = -11  Font.Name = 'MS Sans Serif'  Font.Style = []  FormStyle = fsStayOnTop  OldCreateOrder = False  Position = poScreenCenter  OnClose = FormClose  OnCloseQuery = FormCloseQuery  OnShow = FormShow  PixelsPerInch = 96  TextHeight = 13  object Animate1: TAnimate    Left = 0    Top = 0    Width = 115    Height = 63    Align = alClient    CommonAVI = aviFindComputer    StopFrame = 8  end  object Timer1: TTimer    Left = 24    Top = 24  endend

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?