unit22.dfm

来自「本软件的功能如下: 1.公司员工工资信息输入查找 2.工资计算 3.工资汇总 4」· DFM 代码 · 共 26 行

DFM
26
字号
object Form22: TForm22
  Left = 202
  Top = 135
  Width = 952
  Height = 656
  Caption = 'Form22'
  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 Button1: TButton
    Left = 416
    Top = 224
    Width = 105
    Height = 49
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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