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

📄 registerunit.dfm

📁 游戏克星江湖行游戏修改工具全部源码,功能很强的。
💻 DFM
字号:
object RegisterForm: TRegisterForm
  Left = 151
  Top = 230
  Width = 329
  Height = 193
  Caption = 'RegisterForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 94
    Height = 16
    Caption = 'Register Name:'
  end
  object Label2: TLabel
    Left = 16
    Top = 72
    Width = 96
    Height = 16
    Caption = 'Registered Key:'
  end
  object Edit1: TEdit
    Left = 112
    Top = 24
    Width = 193
    Height = 28
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Button1: TButton
    Left = 8
    Top = 128
    Width = 137
    Height = 25
    Caption = 'Generate Single'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit2: TEdit
    Left = 112
    Top = 64
    Width = 193
    Height = 28
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
  end
  object Button2: TButton
    Left = 168
    Top = 128
    Width = 131
    Height = 25
    Caption = 'Generate File List'
    TabOrder = 3
    OnClick = Button2Click
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = '*.txt'
    Filter = '*.txt|*.txt|*.*|*.*'
    Left = 136
    Top = 72
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = '*.txt'
    Filter = '*.txt|*.txt|*.*|*.txt'
    Left = 192
    Top = 72
  end
end

⌨️ 快捷键说明

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