wageduplic.dfm

来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 71 行

DFM
71
字号
inherited frmWageDuplic: TfrmWageDuplic
  Left = 293
  Top = 181
  Width = 241
  Height = 151
  Caption = '工资复制'
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    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 [1]
    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
  inherited sbBar: TStatusBar
    Top = 102
    Width = 233
  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 + =
减小字号Ctrl + -
显示快捷键?