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

📄 lop.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmLop: TfrmLop
  Left = 46
  Top = 118
  ActiveControl = CoolBar1
  Caption = '离职单'
  ClientHeight = 348
  ClientWidth = 710
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 326
    Width = 710
  end
  inherited CoolBar1: TCoolBar
    Width = 710
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 710
      end>
    inherited tbMainBar: TToolBar
      Width = 697
      inherited tbDeleteHead: TToolButton
        Visible = False
      end
    end
  end
  object sgLop: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 325
    Height = 287
    Align = alLeft
    Color = clWhite
    Ctl3D = False
    DefaultRowHeight = 22
    FixedColor = 8564917
    FixedCols = 0
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = '宋体'
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 2
    OnClick = sgLopClick
    SelectColor = clBackground
    EvenGridColor = clWhite
    OddGridColor = clBtnHighlight
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '离职单号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '员工号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '申请日期'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '离职日期'
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      72
      73
      77
      79)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 325
    Top = 39
    Width = 385
    Height = 287
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 12
      Top = 24
      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 = 12
      Top = 53
      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 = 12
      Top = 84
      Width = 60
      Height = 12
      Caption = '申请日期:'
    end
    object Label4: TLabel
      Left = 188
      Top = 85
      Width = 84
      Height = 12
      Caption = '要求离职日期:'
    end
    object Label5: TLabel
      Left = 36
      Top = 112
      Width = 36
      Height = 12
      Caption = '主管:'
    end
    object Label9: TLabel
      Left = 36
      Top = 141
      Width = 36
      Height = 12
      Caption = '状态:'
    end
    object Label13: TLabel
      Left = 166
      Top = 196
      Width = 60
      Height = 12
      Caption = '系统日期:'
    end
    object Label14: TLabel
      Left = 20
      Top = 195
      Width = 48
      Height = 12
      Caption = '操作员:'
    end
    object Label15: TLabel
      Left = 32
      Top = 224
      Width = 36
      Height = 12
      Caption = '备注:'
    end
    object Label6: TLabel
      Left = 211
      Top = 141
      Width = 60
      Height = 12
      Caption = '批准日期:'
    end
    object Label7: TLabel
      Left = 188
      Top = 114
      Width = 84
      Height = 12
      Caption = '实际离职日期:'
    end
    object lbLopSysDate: TLabel
      Left = 230
      Top = 196
      Width = 72
      Height = 12
      Caption = 'lbLopSysDate'
    end
    object Label8: TLabel
      Left = 16
      Top = 172
      Width = 60
      Height = 12
      Caption = '离职原因:'
    end
    object seLopCode: TSDEdit
      Left = 72
      Top = 20
      Width = 153
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      MaxLength = 18
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      Text = 'seLopCode'
      OnKeyDown = seLopCodeKeyDown
      SplitSymbol = ' | '
    end
    object memLopDesc: TMemo
      Left = 68
      Top = 225
      Width = 281
      Height = 49
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        'memLopDesc')
      ParentCtl3D = False
      TabOrder = 9
    end
    object scLopEmployee: TSDComboBox
      Left = 72
      Top = 48
      Width = 153
      Height = 20
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 1
      Text = 'scLopEmployee'
      KeyItem = cbItem2
    end
    object scLopMgr: TSDComboBox
      Left = 72
      Top = 106
      Width = 104
      Height = 20
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 2
      Text = 'scLopMgr'
    end
    object deLopAdate: TDateEdit
      Left = 72
      Top = 81
      Width = 104
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2001-03-28'
      InitDate = '2001-03-28'
      ModalResult = 0
      TabOrder = 4
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object deLopRdate: TDateEdit
      Left = 273
      Top = 82
      Width = 90
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2001-03-28'
      InitDate = '2001-03-28'
      ModalResult = 0
      TabOrder = 5
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object scLopState: TSDComboBox
      Left = 72
      Top = 137
      Width = 104
      Height = 20
      Style = csDropDownList
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 3
      KeyItem = cbItem2
    end
    object deLopCdate: TDateEdit
      Left = 273
      Top = 138
      Width = 90
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2001-03-28'
      InitDate = '2001-03-28'
      ModalResult = 0
      TabOrder = 7
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object deLopLdate: TDateEdit
      Left = 273
      Top = 110
      Width = 90
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2001-03-28'
      InitDate = '2001-03-28'
      ModalResult = 0
      TabOrder = 6
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object scLopLr: TSDComboBox
      Left = 76
      Top = 167
      Width = 285
      Height = 20
      Style = csDropDownList
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 8
      KeyItem = cbItem2
    end
    object seLopUser: TSDEdit
      Left = 68
      Top = 192
      Width = 93
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 10
      Text = 'seLopUser'
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
  end
  inherited RecPrintDlg: TPrintDialog
    Top = 23
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 563
    Top = 15
  end
end

⌨️ 快捷键说明

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