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

📄 ggjsn.dfm

📁 2004090611144625767.rar 资源名称:通用工资管理
💻 DFM
字号:
object Form3: TForm3
  Left = 156
  Top = 126
  Width = 544
  Height = 413
  Caption = '工资项目及计算公式'
  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 Label4: TLabel
    Left = 184
    Top = 48
    Width = 65
    Height = 13
    AutoSize = False
    Caption = '计算符号'
  end
  object Panel1: TPanel
    Left = 120
    Top = 0
    Width = 305
    Height = 41
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 10
      Width = 49
      Height = 13
      AutoSize = False
      Caption = '年份:'
    end
    object Label2: TLabel
      Left = 96
      Top = 10
      Width = 41
      Height = 13
      AutoSize = False
      Caption = '月份:'
    end
    object UpDown1: TUpDown
      Left = 73
      Top = 8
      Width = 15
      Height = 21
      Associate = Edit1
      Min = 2000
      Max = 3000
      Position = 2000
      TabOrder = 0
      Thousands = False
      Wrap = False
    end
    object Edit1: TEdit
      Left = 40
      Top = 8
      Width = 33
      Height = 21
      TabOrder = 1
      Text = '2000'
    end
    object Edit2: TEdit
      Left = 128
      Top = 8
      Width = 41
      Height = 21
      TabOrder = 2
      Text = '1'
    end
    object UpDown2: TUpDown
      Left = 169
      Top = 8
      Width = 15
      Height = 21
      Associate = Edit2
      Min = 1
      Max = 12
      Position = 1
      TabOrder = 3
      Thousands = False
      Wrap = False
    end
    object Button1: TButton
      Left = 200
      Top = 8
      Width = 97
      Height = 25
      Caption = '计算公式审核'
      TabOrder = 4
    end
  end
  object ListBox1: TListBox
    Left = 160
    Top = 64
    Width = 121
    Height = 297
    ItemHeight = 13
    TabOrder = 1
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 64
    Width = 121
    Height = 297
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
end

⌨️ 快捷键说明

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