tcvsbasefrmunit.dfm

来自「CVS IDE plugin for Borland Delphi this 」· DFM 代码 · 共 39 行

DFM
39
字号
object CvsBaseFrm: TCvsBaseFrm
  Left = 516
  Top = 320
  Width = 408
  Height = 284
  Caption = 'CvsBaseFrm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object POkBtn: TButton
    Left = 196
    Top = 222
    Width = 87
    Height = 23
    Anchors = [akRight, akBottom]
    Caption = 'OK'
    Default = True
    TabOrder = 0
  end
  object PCancelBtn: TButton
    Left = 296
    Top = 222
    Width = 88
    Height = 23
    Anchors = [akRight, akBottom]
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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