formdifferentbitsizeunit.dfm.svn-base

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

SVN-BASE
95
字号
object formDifferentBitSize: TformDifferentBitSize
  Left = 192
  Top = 107
  Width = 329
  Height = 163
  VertScrollBar.Visible = False
  BorderIcons = [biSystemMenu]
  Caption = 'Different sized row of bits'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  DesignSize = (
    321
    129)
  PixelsPerInch = 96
  TextHeight = 13
  object Labelold: TLabel
    Left = 120
    Top = 56
    Width = 72
    Height = 16
    Caption = 'LabelOld'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Courier'
    Font.Style = []
    ParentFont = False
  end
  object LabelNew: TLabel
    Left = 120
    Top = 72
    Width = 72
    Height = 16
    Caption = 'LabelNew'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Courier'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 321
    Height = 41
    AutoSize = False
    Caption = 
      'The last time you scanned the number of bits was 90 and now it i' +
      's 12. Please tell me how and how much i must change the bit offs' +
      'et to succesfully scan. (Left arrow+right arrow move the bits)'
    WordWrap = True
  end
  object Edit1: TEdit
    Left = 136
    Top = 104
    Width = 33
    Height = 21
    Anchors = []
    PopupMenu = PopupMenu1
    TabOrder = 0
    Text = 'Edit1'
    OnKeyDown = Edit1KeyDown
    OnKeyPress = Edit1KeyPress
  end
  object Button1: TButton
    Left = 120
    Top = 102
    Width = 75
    Height = 25
    Anchors = []
    Caption = 'OK'
    Default = True
    TabOrder = 1
    TabStop = False
    OnClick = Button1Click
  end
  object PopupMenu1: TPopupMenu
    Left = 72
    Top = 80
    object OhnoYoufoundme1: TMenuItem
      Caption = 'Oh no! You found me!!!'
      OnClick = OhnoYoufoundme1Click
    end
  end
end

⌨️ 快捷键说明

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