variantover_mainform.dfm

来自「source code for the Marco Cantu s book D」· DFM 代码 · 共 51 行

DFM
51
字号
object FormVariantOver: TFormVariantOver
  Left = 0
  Top = 0
  Caption = 'VariantOver'
  ClientHeight = 259
  ClientWidth = 613
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object btnAmbigousVariant: TButton
    Left = 16
    Top = 16
    Width = 129
    Height = 25
    Caption = 'btnAmbigousVariant'
    TabOrder = 0
    OnClick = btnAmbigousVariantClick
  end
  object btnInterface: TButton
    Left = 16
    Top = 56
    Width = 129
    Height = 25
    Caption = 'btnInterface'
    TabOrder = 1
    OnClick = btnInterfaceClick
  end
  object btnRecordFromVariant: TButton
    Left = 16
    Top = 96
    Width = 129
    Height = 25
    Caption = 'btnRecordFromVariant'
    TabOrder = 2
    OnClick = btnRecordFromVariantClick
  end
  object Memo1: TMemo
    Left = 160
    Top = 16
    Width = 433
    Height = 225
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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