⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 personwagemanage.dfm

📁 需要使用Delphi 7.0及以上版本才能将它们打开
💻 DFM
字号:
object PersonWageManageFrm: TPersonWageManageFrm
  Left = 150
  Top = 116
  Width = 600
  Height = 284
  Caption = #20010#20154#24037#36164#24773#20917
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 16
    Top = 56
    Width = 557
    Height = 185
    BevelInner = bvLowered
    Caption = 'Panel1'
    TabOrder = 0
    object wageG: TStringGrid
      Left = 19
      Top = 11
      Width = 518
      Height = 158
      Color = clBtnHighlight
      ColCount = 14
      DefaultColWidth = 70
      DefaultRowHeight = 20
      FixedCols = 0
      TabOrder = 0
    end
  end
  object Button1: TButton
    Left = 508
    Top = 24
    Width = 55
    Height = 20
    Caption = #36820#22238
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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