⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmfillmemoryunit.dfm

📁 冒险岛吸怪源码UCE的制作材料 用于冒险岛游戏的外挂
💻 DFM
字号:
object frmFillMemory: TfrmFillMemory
  Left = 599
  Top = 428
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = 'Fill memory'
  ClientHeight = 111
  ClientWidth = 168
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 23
    Height = 13
    Caption = 'From'
  end
  object Label2: TLabel
    Left = 26
    Top = 32
    Width = 13
    Height = 13
    Caption = 'To'
  end
  object Label3: TLabel
    Left = 5
    Top = 56
    Width = 34
    Height = 13
    Caption = 'Fill with'
  end
  object Edit1: TEdit
    Left = 48
    Top = 4
    Width = 105
    Height = 21
    MaxLength = 8
    TabOrder = 0
  end
  object Button1: TButton
    Left = 8
    Top = 80
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 88
    Top = 80
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 4
  end
  object Edit2: TEdit
    Left = 48
    Top = 28
    Width = 105
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 48
    Top = 52
    Width = 105
    Height = 21
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    Text = '0'
  end
end

⌨️ 快捷键说明

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