classinformation.~dfm

来自「所有delphi的入门例子」· ~DFM 代码 · 共 56 行

~DFM
56
字号
object OKRightDlg: TOKRightDlg
  Left = 296
  Top = 229
  BorderStyle = bsDialog
  Caption = #29677#32423#20449#24687
  ClientHeight = 101
  ClientWidth = 384
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 201
    Height = 16
    Caption = #29677#32423#32534#21495#65288#26368#22810'8'#20010#23383#31526#65289#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object OKBtn: TButton
    Left = 164
    Top = 64
    Width = 77
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
    OnClick = OKBtnClick
  end
  object CancelBtn: TButton
    Left = 252
    Top = 62
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 232
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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