newchr.dfm

来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 45 行

DFM
45
字号
object FrmNewChr: TFrmNewChr
  Left = 205
  Top = 259
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'New Character'
  ClientHeight = 74
  ClientWidth = 284
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '??'
  Font.Style = []
  OldCreateOrder = False  
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 9
    Top = 9
    Width = 35
    Height = 14
    Caption = 'Name:'
  end
  object EdName: TEdit
    Left = 9
    Top = 33
    Width = 151
    Height = 22
    TabOrder = 0
  end
  object Button1: TButton
    Left = 177
    Top = 28
    Width = 88
    Height = 29
    Caption = '&Ok'
    ModalResult = 1
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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