prsentfindupunit.dfm

来自「人事管理系统帮助人们管理复杂的关系」· DFM 代码 · 共 51 行

DFM
51
字号
object PrsentFindUp: TPrsentFindUp
  Left = 270
  Top = 181
  Width = 407
  Height = 350
  Caption = #20010#20154#32771#21220#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 399
    Height = 289
    Align = alTop
    DataSource = DataM.DSPrsent
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 289
    Width = 399
    Height = 34
    Align = alBottom
    BevelInner = bvLowered
    Caption = 'Panel1'
    TabOrder = 1
    object BtExit: TButton
      Left = 2
      Top = 2
      Width = 394
      Height = 30
      Caption = #36864#20986
      TabOrder = 0
      OnClick = BtExitClick
    end
  end
end

⌨️ 快捷键说明

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