untcustomer.dfm

来自「车辆管理系统」· DFM 代码 · 共 45 行

DFM
45
字号
inherited frmcustomer: Tfrmcustomer
  Left = 308
  Top = 140
  Caption = #23458#25143#36164#26009
  PixelsPerInch = 96
  TextHeight = 13
  inherited Panel2: TPanel
    object Button1: TButton
      Left = 312
      Top = 8
      Width = 75
      Height = 25
      Caption = #22270#29255
      TabOrder = 5
      OnClick = Button1Click
    end
  end
  inherited ActionList1: TActionList
    object acCjpg: TAction
      Caption = #23458#25143#22270#29255
      OnExecute = acCjpgExecute
    end
    object acFjpg: TAction
      Caption = #36164#26009#22270#29255
      OnExecute = acFjpgExecute
    end
  end
  inherited frBaseinfo: TfrReport
    ReportForm = {19000000}
  end
  object PopupMenu1: TPopupMenu
    Left = 304
    Top = 232
    object N19: TMenuItem
      Action = acCjpg
    end
    object N22: TMenuItem
      Caption = '-'
    end
    object N23: TMenuItem
      Action = acFjpg
    end
  end
end

⌨️ 快捷键说明

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