uinputquery.dfm

来自「FMA is a free1 powerful phone editing to」· DFM 代码 · 共 51 行

DFM
51
字号
object frmInputQuery: TfrmInputQuery
  Left = 592
  Top = 334
  ActiveControl = TntEdit1
  BorderStyle = bsDialog
  Caption = 'frmInputQuery'
  ClientHeight = 105
  ClientWidth = 361
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object TntLabel1: TTntLabel
    Left = 12
    Top = 12
    Width = 79
    Height = 13
    Caption = 'Enter text below:'
  end
  object TntEdit1: TTntEdit
    Left = 12
    Top = 32
    Width = 337
    Height = 21
    TabOrder = 0
  end
  object Button1: TTntButton
    Left = 184
    Top = 68
    Width = 77
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object Button2: TTntButton
    Left = 272
    Top = 68
    Width = 77
    Height = 25
    Cancel = True
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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