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

📄 timework.dfm

📁 一个以前收集的基于C/S架构的ERP客户端源代码
💻 DFM
字号:
inherited frmTimeWork: TfrmTimeWork
  Left = 110
  Top = 91
  Width = 648
  Height = 448
  Caption = '考勤记录'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 380
    Width = 640
  end
  inherited CoolBar1: TCoolBar
    Width = 640
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 640
      end>
    inherited tbMainBar: TToolBar
      Width = 627
      inherited tbCheck: TToolButton
        Visible = True
      end
    end
  end
  object FloatPanel3: TFloatPanel [2]
    Left = 0
    Top = 347
    Width = 640
    Height = 33
    Align = alBottom
    Color = 50331647
    Enabled = False
    Caption = 'FloatPanel3'
    ParentColor = False
    TabOrder = 2
    object Label14: TLabel
      Left = 429
      Top = 7
      Width = 48
      Height = 12
      Caption = '操作员:'
    end
    object labTimeWorkUser: TLabel
      Left = 477
      Top = 7
      Width = 90
      Height = 12
      Caption = 'labTimeWorkUser'
    end
    object Label11: TLabel
      Left = 252
      Top = 9
      Width = 60
      Height = 12
      Caption = '审核日期:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object labTimeWorkChecker: TLabel
      Left = 142
      Top = 8
      Width = 108
      Height = 12
      Caption = 'labTimeWorkChecker'
    end
    object Label9: TLabel
      Left = 93
      Top = 8
      Width = 48
      Height = 12
      Caption = '审核人:'
    end
    object labTimeWorkCheckDate: TLabel
      Left = 313
      Top = 8
      Width = 120
      Height = 12
      Caption = 'labTimeWorkCheckDate'
    end
    object chkTimeWorkCheck: TCheckBox
      Left = 24
      Top = 5
      Width = 61
      Height = 17
      Caption = '审核'
      Checked = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      State = cbChecked
      TabOrder = 0
    end
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 345
    Top = 39
    Width = 295
    Height = 308
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel4'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 30
      Top = 26
      Width = 60
      Height = 12
      Caption = '考勤记录:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 30
      Top = 81
      Width = 60
      Height = 12
      Caption = '员工编码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 30
      Top = 134
      Width = 60
      Height = 12
      Caption = '考勤项目:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 30
      Top = 226
      Width = 60
      Height = 12
      Caption = '累计时间:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 30
      Top = 52
      Width = 60
      Height = 12
      Caption = '记录日期:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 30
      Top = 108
      Width = 60
      Height = 12
      Caption = '部    门:'
    end
    object Label7: TLabel
      Left = 30
      Top = 164
      Width = 60
      Height = 12
      Caption = '开始时间:'
    end
    object Label8: TLabel
      Left = 30
      Top = 195
      Width = 60
      Height = 12
      Caption = '结束时间:'
    end
    object seTimeWorkCode: TSDEdit
      Left = 90
      Top = 21
      Width = 120
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seTimeWorkCode'
      OnKeyDown = seTimeWorkCodeKeyDown
      SplitSymbol = ' | '
    end
    object sdTimeWorkDate: TDateEdit
      Left = 90
      Top = 48
      Width = 120
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-04-22'
      InitDate = '2003-04-22 14:38:40'
      ModalResult = 0
      TabOrder = 1
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object seTimeWorkQty: TSDEdit
      Left = 90
      Top = 225
      Width = 129
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 4
      Text = 'seTimeWorkQty'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object scTimeWorkItem: TSDComboBox
      Left = 90
      Top = 129
      Width = 120
      Height = 20
      Style = csDropDownList
      Color = 50331647
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ItemHeight = 12
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 3
      KeyItem = cbItem2
    end
    object seTimeWorkEmployee: TSDEdit
      Left = 90
      Top = 77
      Width = 120
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = 'seTimeWorkEmployee'
      OnButtonClick = seTimeWorkEmployeeButtonClick
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object seTimeWorkDept: TSDEdit
      Left = 90
      Top = 104
      Width = 121
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 5
      Text = 'seTimeWorkDept'
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object sdTimeWorkSDate: TDateEdit
      Left = 90
      Top = 160
      Width = 121
      Height = 20
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-04-22'
      InitDate = '2003-04-22 14:38:40'
      ModalResult = 0
      TabOrder = 6
      Color = -2113929211
    end
    object sdTimeWorkEDate: TDateEdit
      Left = 90
      Top = 192
      Width = 121
      Height = 20
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-04-22'
      InitDate = '2003-04-22 14:38:40'
      ModalResult = 0
      TabOrder = 7
      Color = -2113929211
      OnExit = sdTimeWorkEDateExit
    end
  end
  object sgTimeWork: TSDGrid [4]
    Left = 0
    Top = 39
    Width = 345
    Height = 308
    Align = alLeft
    Ctl3D = False
    DefaultColWidth = 67
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 4
    OnClick = sgTimeWorkClick
    Columns = <
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -11
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '考勤记录'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -11
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '员工编码'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -11
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '部门'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -11
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '考勤项目'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -11
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '累计时间'
        ColumnWidth = 0
      end>
    ColWidths = (
      67
      67
      65
      65
      69)
    RowHeights = (
      18
      18
      18
      18
      18)
  end
  inherited MainMenu1: TMainMenu
    Left = 178
    Top = 235
  end
  inherited ImageList1: TImageList
    Left = 257
    Top = 226
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 99
    Top = 239
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 139
    Top = 239
  end
  inherited SaveDataDlg: TSaveDialog
    Left = 213
    Top = 225
  end
end

⌨️ 快捷键说明

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