dbcommentsfrm.dfm

来自「delphi本地数据库引擎」· DFM 代码 · 共 55 行

DFM
55
字号
object DBCommentsForm: TDBCommentsForm
  Left = 264
  Top = 182
  BorderStyle = bsDialog
  Caption = '数据库注释'
  ClientHeight = 209
  ClientWidth = 338
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 7
    Top = 3
    Width = 325
    Height = 165
    TabOrder = 0
    object Memo: TMemo
      Left = 10
      Top = 16
      Width = 304
      Height = 138
      MaxLength = 256
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
  object OkButton: TButton
    Left = 168
    Top = 176
    Width = 75
    Height = 25
    Caption = '确定(&O)'
    Default = True
    TabOrder = 1
    OnClick = OkButtonClick
  end
  object CancelButton: TButton
    Left = 256
    Top = 176
    Width = 75
    Height = 25
    Cancel = True
    Caption = '取消(&C)'
    TabOrder = 2
    OnClick = CancelButtonClick
  end
end

⌨️ 快捷键说明

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