editortablefieldparam.xfm

来自「功能强大的ER图建模工具的源代码。 可以代替ERWin了」· XFM 代码 · 共 60 行

XFM
60
字号
object EditorTableFieldParamForm: TEditorTableFieldParamForm
  Left = 570
  Top = 459
  ActiveControl = ParamMaskEdit
  AutoScroll = False
  BorderStyle = fbsNone
  Caption = 'Edit Datatype Params'
  ClientHeight = 69
  ClientWidth = 149
  Color = clBackground
  FormStyle = fsStayOnTop
  KeyPreview = True
  Position = poDefault
  Scaled = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnDeactivate = FormDeactivate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  object MainPnl: TPanel
    Left = 0
    Top = 0
    Width = 129
    Height = 31
    TabOrder = 0
    object Panel2: TPanel
      Left = 56
      Top = 1
      Width = 72
      Height = 29
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 0
      object ParamMaskEdit: TMaskEdit
        Left = 4
        Top = 4
        Width = 53
        Height = 21
        TabOrder = 0
      end
      object Label1: TLabel
        Left = 61
        Top = 6
        Width = 3
        Height = 13
        Caption = ')'
      end
    end
    object DatatypeLbl: TLabel
      Left = 4
      Top = 8
      Width = 51
      Height = 13
      Caption = 'INTEGER('
    end
  end
end

⌨️ 快捷键说明

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