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

📄 u_formula.~dfm

📁 工资管理系统的DELPHI版本
💻 ~DFM
字号:
object F_formula: TF_formula
  Left = 328
  Top = 257
  BorderStyle = bsNone
  BorderWidth = 3
  Caption = 'F_formula'
  ClientHeight = 204
  ClientWidth = 366
  Color = clBackground
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnShow = B_resetClick
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 54
    Height = 13
    AutoSize = False
    Caption = '实发工资='
  end
  object Label2: TLabel
    Left = 96
    Top = 16
    Width = 265
    Height = 13
    AutoSize = False
    Caption = '基本工资(元/小时)× 月度正常工作时间'
  end
  object Label3: TLabel
    Left = 96
    Top = 40
    Width = 66
    Height = 13
    AutoSize = False
    Caption = '+基本工资×'
  end
  object Label4: TLabel
    Left = 232
    Top = 40
    Width = 113
    Height = 13
    AutoSize = False
    Caption = '%  × 月度加班时间'
  end
  object Label5: TLabel
    Left = 96
    Top = 64
    Width = 12
    Height = 13
    AutoSize = False
    Caption = '+'
  end
  object Label6: TLabel
    Left = 176
    Top = 64
    Width = 137
    Height = 13
    AutoSize = False
    Caption = '× 出差时间(半天)'
  end
  object Label7: TLabel
    Left = 96
    Top = 88
    Width = 12
    Height = 13
    AutoSize = False
    Caption = '-'
  end
  object Label8: TLabel
    Left = 176
    Top = 88
    Width = 121
    Height = 13
    AutoSize = False
    Caption = '× 迟到早退次数'
  end
  object Label9: TLabel
    Left = 96
    Top = 112
    Width = 12
    Height = 13
    AutoSize = False
    Caption = '-'
  end
  object Label10: TLabel
    Left = 176
    Top = 112
    Width = 105
    Height = 13
    AutoSize = False
    Caption = '× 旷工次数'
  end
  object Label11: TLabel
    Left = 96
    Top = 136
    Width = 185
    Height = 13
    AutoSize = False
    Caption = '+奖金+其它福利津贴'
  end
  object Label12: TLabel
    Left = 96
    Top = 152
    Width = 121
    Height = 13
    AutoSize = False
    Caption = '-其他扣发项目'
  end
  object B_cancel: TBitBtn
    Left = 256
    Top = 176
    Width = 91
    Height = 25
    Caption = '退出'
    TabOrder = 0
    Kind = bkCancel
  end
  object B_save: TBitBtn
    Left = 32
    Top = 176
    Width = 89
    Height = 25
    Caption = '保存设置'
    Default = True
    TabOrder = 1
    OnClick = B_saveClick
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333333333333330000333333333333333333333333F33333333333
      00003333344333333333333333388F3333333333000033334224333333333333
      338338F3333333330000333422224333333333333833338F3333333300003342
      222224333333333383333338F3333333000034222A22224333333338F338F333
      8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
      33333338F83338F338F33333000033A33333A222433333338333338F338F3333
      0000333333333A222433333333333338F338F33300003333333333A222433333
      333333338F338F33000033333333333A222433333333333338F338F300003333
      33333333A222433333333333338F338F00003333333333333A22433333333333
      3338F38F000033333333333333A223333333333333338F830000333333333333
      333A333333333333333338330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object B_reset: TBitBtn
    Left = 136
    Top = 176
    Width = 105
    Height = 25
    Caption = '恢复默认值'
    TabOrder = 2
    OnClick = B_resetClick
    Kind = bkRetry
  end
  object i_overtime: TSpinEdit
    Left = 176
    Top = 35
    Width = 57
    Height = 22
    Increment = 10
    MaxValue = 300
    MinValue = 100
    TabOrder = 3
    Value = 100
  end
  object i_errand: TSpinEdit
    Left = 112
    Top = 59
    Width = 57
    Height = 22
    Increment = 10
    MaxValue = 0
    MinValue = 0
    TabOrder = 4
    Value = 100
  end
  object i_late: TSpinEdit
    Left = 112
    Top = 83
    Width = 57
    Height = 22
    Increment = 10
    MaxValue = 0
    MinValue = 0
    TabOrder = 5
    Value = 10
  end
  object i_absent: TSpinEdit
    Left = 112
    Top = 107
    Width = 57
    Height = 22
    Increment = 10
    MaxValue = 0
    MinValue = 0
    TabOrder = 6
    Value = 50
  end
end

⌨️ 快捷键说明

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