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

📄 qqdj.dfm

📁 2004090611144625767.rar 资源名称:通用工资管理
💻 DFM
字号:
object qqdjb: Tqqdjb
  Left = 199
  Top = 186
  Width = 484
  Height = 347
  Caption = '缺勤登记'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 8
    Top = 0
    Width = 457
    Height = 145
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 73
      Height = 13
      AutoSize = False
      Caption = '员工编号:'
    end
    object Label2: TLabel
      Left = 208
      Top = 16
      Width = 65
      Height = 13
      AutoSize = False
      Caption = '员工姓名:'
    end
    object Label3: TLabel
      Left = 16
      Top = 48
      Width = 73
      Height = 13
      AutoSize = False
      Caption = '日          期:'
    end
    object Label4: TLabel
      Left = 168
      Top = 48
      Width = 65
      Height = 13
      AutoSize = False
      Caption = '缺勤类型:'
    end
    object Label5: TLabel
      Left = 304
      Top = 48
      Width = 65
      Height = 13
      AutoSize = False
      Caption = '计量单位:'
    end
    object Label6: TLabel
      Left = 16
      Top = 80
      Width = 66
      Height = 13
      Caption = '数          量:'
    end
    object Label7: TLabel
      Left = 168
      Top = 80
      Width = 73
      Height = 13
      AutoSize = False
      Caption = '计量单价:'
    end
    object Label8: TLabel
      Left = 304
      Top = 80
      Width = 65
      Height = 13
      AutoSize = False
      Caption = '应扣工资:'
    end
    object Edit1: TEdit
      Left = 80
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
      OnEnter = Edit1Enter
      OnExit = Edit1Exit
      OnKeyUp = Edit1KeyUp
    end
    object Edit2: TEdit
      Left = 272
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 1
      Text = 'Edit2'
      OnEnter = Edit1Enter
      OnExit = Edit1Exit
      OnKeyUp = Edit2KeyUp
    end
    object DateTimePicker1: TDateTimePicker
      Left = 80
      Top = 48
      Width = 81
      Height = 21
      CalAlignment = dtaLeft
      Date = 37832.3244539699
      Time = 37832.3244539699
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 2
    end
    object ComboBox1: TComboBox
      Left = 232
      Top = 48
      Width = 65
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      Text = '迟到'
      Items.Strings = (
        '迟到'
        '早退'
        '待工'
        '旷工'
        '其它')
    end
    object Edit3: TEdit
      Left = 80
      Top = 80
      Width = 81
      Height = 21
      TabOrder = 5
      Text = 'Edit3'
    end
    object Edit5: TEdit
      Left = 368
      Top = 80
      Width = 81
      Height = 21
      TabOrder = 6
      Text = 'Edit5'
      OnEnter = Edit2Enter
    end
    object Button1: TButton
      Left = 32
      Top = 112
      Width = 75
      Height = 25
      Caption = '保存'
      TabOrder = 7
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 120
      Top = 112
      Width = 73
      Height = 25
      Caption = '查询'
      TabOrder = 8
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 352
      Top = 112
      Width = 75
      Height = 25
      Caption = '退出'
      TabOrder = 9
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 208
      Top = 112
      Width = 129
      Height = 25
      Caption = '计量单位及单价设定'
      TabOrder = 10
      OnClick = Button4Click
    end
    object DBLookupComboBox1: TDBLookupComboBox
      Left = 368
      Top = 48
      Width = 73
      Height = 21
      DataField = 'A_dw'
      DataSource = DataSource1
      KeyField = 'A_dw'
      ListField = 'A_dw'
      ListSource = DataSource2
      TabOrder = 4
    end
    object DBLookupListBox1: TDBLookupListBox
      Left = 232
      Top = 80
      Width = 65
      Height = 17
      DataField = 'A_price'
      DataSource = DataSource1
      KeyField = 'A_dw'
      ListField = 'A_price'
      ListSource = DataSource2
      TabOrder = 11
    end
  end
  object DBGrid2: TDBGrid
    Left = 83
    Top = 37
    Width = 321
    Height = 92
    DataSource = DataSource3
    Options = [dgColumnResize, dgColLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid2CellClick
    OnDrawColumnCell = DBGrid2DrawColumnCell
    OnKeyUp = DBGrid2KeyUp
    Columns = <
      item
        Expanded = False
        FieldName = 'A_name'
        Title.Caption = '姓名'
        Width = 56
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_number'
        Title.Caption = '编号'
        Width = 58
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_bm'
        Title.Caption = '部门'
        Width = 86
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_bz'
        Title.Caption = '班组'
        Width = 83
        Visible = True
      end>
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 152
    Width = 457
    Height = 161
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDrawColumnCell = DBGrid2DrawColumnCell
    Columns = <
      item
        Expanded = False
        FieldName = 'A_number'
        Title.Caption = '编号'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_name'
        Title.Caption = '姓名'
        Width = 64
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_date'
        Title.Caption = '缺勤日期'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_type'
        Title.Caption = '缺勤类型'
        Width = 64
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_dw'
        Title.Caption = '计量单位'
        Width = 64
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_price'
        Title.Caption = '单价'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_how'
        Title.Caption = '数量'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_total'
        Title.Caption = '应扣工资'
        Width = 102
        Visible = True
      end>
  end
  object DataSource1: TDataSource
    DataSet = DataModule1.qqdj
    Left = 16
    Top = 16
  end
  object DataSource2: TDataSource
    DataSet = DataModule1.qqsd
    Left = 336
    Top = 56
  end
  object DataSource3: TDataSource
    DataSet = DataModule1.yggb
    Left = 416
    Top = 16
  end
end

⌨️ 快捷键说明

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