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

📄 wageduplic.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmWageDuplic: TfrmWageDuplic
  Left = 293
  Top = 181
  Width = 241
  Height = 139
  Caption = '工资复制'
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 12
    Top = 43
    Width = 60
    Height = 12
    Caption = '参照月份:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clGreen
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 12
    Top = 12
    Width = 180
    Height = 12
    Caption = '注意:将会删除当前月份的数据!!'
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object scFmonth: TSDComboBox
    Left = 80
    Top = 39
    Width = 133
    Height = 20
    Color = clMenu
    Ctl3D = False
    ItemHeight = 12
    ParentCtl3D = False
    TabOrder = 0
    Text = 'scFmonth'
  end
  object btnOK: TBitBtn
    Left = 31
    Top = 74
    Width = 75
    Height = 25
    Caption = '(&K)确定'
    TabOrder = 1
    Kind = bkOK
  end
  object btnCancel: TBitBtn
    Left = 131
    Top = 74
    Width = 75
    Height = 25
    Caption = '(&C)取消'
    TabOrder = 2
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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