listbaseform.dfm

来自「速达开源ERP系统」· DFM 代码 · 共 40 行

DFM
40
字号
object ListBaseForm: TListBaseForm
  Left = 55
  Top = 104
  Width = 704
  Height = 476
  HorzScrollBar.Visible = False
  VertScrollBar.Visible = False
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object sbBar: TStatusBar
    Left = 0
    Top = 427
    Width = 696
    Height = 22
    Panels = <
      item
        Text = ' 当前操作员'
        Width = 120
      end
      item
        Text = '登录日期'
        Width = 120
      end
      item
        Text = '当前日期'
        Width = 120
      end
      item
        Text = 'Sderp 2000'
        Width = 50
      end>
    SimplePanel = False
  end
end

⌨️ 快捷键说明

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