registerunit.dfm

来自「游戏克星江湖行游戏修改工具全部源码,功能很强的。」· DFM 代码 · 共 87 行

DFM
87
字号
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 + =
减小字号Ctrl + -
显示快捷键?