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

📄 train.dfm

📁 科思ERP部分源码及控件
💻 DFM
字号:
inherited frmTrain: TfrmTrain
  Left = 75
  Top = 120
  Width = 644
  Height = 448
  Caption = '培训记录'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 380
    Width = 636
  end
  inherited CoolBar1: TCoolBar
    Width = 636
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 636
      end>
    inherited tbMainBar: TToolBar
      Width = 623
      inherited tbCheck: TToolButton
        Visible = True
      end
    end
  end
  object FloatPanel3: TFloatPanel [2]
    Left = 0
    Top = 347
    Width = 636
    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 labTrainUser: TLabel
      Left = 477
      Top = 7
      Width = 72
      Height = 12
      Caption = 'labTrainUser'
    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 labTrainChecker: TLabel
      Left = 142
      Top = 8
      Width = 90
      Height = 12
      Caption = 'labTrainChecker'
    end
    object Label9: TLabel
      Left = 93
      Top = 8
      Width = 48
      Height = 12
      Caption = '审核人:'
    end
    object labTrainCheckDate: TLabel
      Left = 313
      Top = 8
      Width = 102
      Height = 12
      Caption = 'labTrainCheckDate'
    end
    object chkTrainCheck: 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 = 337
    Top = 39
    Width = 299
    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 = 79
      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 = 160
      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 = 106
      Width = 60
      Height = 12
      Caption = '部门编码:'
    end
    object Label7: TLabel
      Left = 30
      Top = 234
      Width = 60
      Height = 12
      Caption = '开始时间:'
    end
    object Label8: TLabel
      Left = 30
      Top = 260
      Width = 60
      Height = 12
      Caption = '结束时间:'
    end
    object seTrainCode: TSDEdit
      Left = 86
      Top = 21
      Width = 120
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seTrainCode'
      OnKeyDown = seTrainCodeKeyDown
      SplitSymbol = ' | '
    end
    object sdTrainDate: TDateEdit
      Left = 88
      Top = 48
      Width = 120
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-05-14'
      InitDate = '2003-05-14 10:58:44'
      ModalResult = 0
      TabOrder = 1
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object seTrainEmployee: TSDEdit
      Left = 86
      Top = 75
      Width = 120
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 2
      Text = 'seTrainEmployee'
      OnButtonClick = seTrainEmployeeButtonClick
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object seTrainDept: TSDEdit
      Left = 88
      Top = 102
      Width = 121
      Height = 18
      Ctl3D = False
      Enabled = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 3
      Text = 'seTrainDept'
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object sdTrainSDate: TDateEdit
      Left = 88
      Top = 231
      Width = 121
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-05-14'
      InitDate = '2003-05-14 10:58:44'
      ModalResult = 0
      TabOrder = 4
      Color = -2113929211
      Ctl3D = False
      ParentCtl3D = False
    end
    object sdTrainEDate: TDateEdit
      Left = 88
      Top = 257
      Width = 121
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-05-14'
      InitDate = '2003-05-14 10:58:44'
      ModalResult = 0
      TabOrder = 5
      Color = -2113929211
      Ctl3D = False
      ParentCtl3D = False
    end
    object seTrainCollege: TSDEdit
      Left = 88
      Top = 128
      Width = 121
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 6
      Text = 'seTrainCollege'
      SplitSymbol = ' | '
    end
    object meTrainContent: TMemo
      Left = 30
      Top = 175
      Width = 177
      Height = 49
      Ctl3D = False
      Lines.Strings = (
        'meTrainContent')
      ParentCtl3D = False
      TabOrder = 7
    end
  end
  object sgTrain: TSDGrid [4]
    Left = 0
    Top = 39
    Width = 337
    Height = 308
    Align = alLeft
    Color = 50331647
    Ctl3D = False
    DefaultRowHeight = 22
    FixedColor = 8564917
    RowCount = 1
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 4
    OnClick = sgTrainClick
    EvenGridColor = 50331647
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '记录单号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '记录日期'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '员工编码'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '部门编码'
        ColumnWidth = 0
      end>
    ColWidths = (
      9
      68
      87
      84
      82)
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 267
    Top = 119
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 275
    Top = 87
  end
  inherited SaveDataDlg: TSaveDialog
    Left = 237
    Top = 97
  end
end

⌨️ 快捷键说明

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