inputboxtopunit.dfm

来自「冒险岛吸怪源码UCE的制作材料 用于冒险岛游戏的外挂」· DFM 代码 · 共 59 行

DFM
59
字号
object InputboxTop: TInputboxTop
  Left = 624
  Top = 291
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  ClientHeight = 66
  ClientWidth = 283
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 283
    Height = 13
    Align = alTop
    Alignment = taCenter
    Caption = 'Label1'
  end
  object Edit1: TEdit
    Left = 5
    Top = 16
    Width = 273
    Height = 21
    CharCase = ecLowerCase
    TabOrder = 0
    Text = 'edit1'
  end
  object Button1: TButton
    Left = 64
    Top = 40
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 144
    Top = 40
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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