procform.dfm

来自「很久以前用delphi写的一个SQLServer外部的企业管理器」· DFM 代码 · 共 54 行

DFM
54
字号
object ProcView: TProcView
  Left = 255
  Top = 93
  Width = 640
  Height = 397
  Caption = 'ProcView'
  Color = clWindow
  Ctl3D = False
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object ProcText: TMemo
    Left = 0
    Top = 0
    Width = 632
    Height = 351
    Align = alClient
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Courier New'
    Font.Style = [fsBold]
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 0
    OnChange = ProcTextChange
    OnClick = ProcTextChange
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 351
    Width = 632
    Height = 19
    BiDiMode = bdRightToLeft
    Panels = <
      item
        Width = 150
      end
      item
        Width = 50
      end>
    ParentBiDiMode = False
    SimplePanel = False
  end
end

⌨️ 快捷键说明

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