lop.dfm

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

DFM
383
字号
inherited frmLop: TfrmLop
  Left = 55
  Top = 24
  Width = 718
  Height = 514
  ActiveControl = CoolBar1
  Caption = '离职单'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 446
    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 = 407
    Align = alLeft
    Color = clWhite
    Ctl3D = False
    DefaultRowHeight = 22
    FixedColor = 8564917
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgLopClick
    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 = 407
    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 = 56
      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 = 95
      Width = 60
      Height = 12
      Caption = '申请日期:'
    end
    object Label4: TLabel
      Left = 188
      Top = 96
      Width = 84
      Height = 12
      Caption = '要求离职日期:'
    end
    object Label5: TLabel
      Left = 26
      Top = 175
      Width = 48
      Height = 12
      Caption = '主  管:'
    end
    object Label9: TLabel
      Left = 26
      Top = 205
      Width = 48
      Height = 12
      Caption = '状  态:'
    end
    object Label13: TLabel
      Left = 19
      Top = 300
      Width = 60
      Height = 12
      Caption = '系统日期:'
    end
    object Label14: TLabel
      Left = 20
      Top = 267
      Width = 48
      Height = 12
      Caption = '操作员:'
    end
    object Label15: TLabel
      Left = 22
      Top = 328
      Width = 36
      Height = 12
      Caption = '备注:'
    end
    object Label6: TLabel
      Left = 211
      Top = 136
      Width = 60
      Height = 12
      Caption = '批准日期:'
    end
    object Label7: TLabel
      Left = 12
      Top = 136
      Width = 84
      Height = 12
      Caption = '实际离职日期:'
    end
    object lbLopSysDate: TLabel
      Left = 83
      Top = 300
      Width = 72
      Height = 12
      Caption = 'lbLopSysDate'
    end
    object Label8: TLabel
      Left = 16
      Top = 236
      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 = 61
      Top = 329
      Width = 281
      Height = 49
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        'memLopDesc')
      ParentCtl3D = False
      TabOrder = 9
    end
    object scLopEmployee: TSDComboBox
      Left = 72
      Top = 51
      Width = 153
      Height = 20
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 1
      Text = 'scLopEmployee'
      KeyItem = cbItem2
    end
    object scLopMgr: TSDComboBox
      Left = 75
      Top = 169
      Width = 104
      Height = 20
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 2
      Text = 'scLopMgr'
    end
    object deLopAdate: TDateEdit
      Left = 72
      Top = 92
      Width = 104
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-02-17'
      InitDate = '2003-02-17 14:14:49'
      ModalResult = 0
      TabOrder = 4
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object deLopRdate: TDateEdit
      Left = 273
      Top = 93
      Width = 90
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-02-17'
      InitDate = '2003-02-17 14:14:49'
      ModalResult = 0
      TabOrder = 5
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object scLopState: TSDComboBox
      Left = 76
      Top = 201
      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 = 133
      Width = 90
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-02-17'
      InitDate = '2003-02-17 14:14:49'
      ModalResult = 0
      TabOrder = 7
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object deLopLdate: TDateEdit
      Left = 97
      Top = 132
      Width = 90
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-02-17'
      InitDate = '2003-02-17 14:14:49'
      ModalResult = 0
      TabOrder = 6
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object scLopLr: TSDComboBox
      Left = 76
      Top = 231
      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 = 264
      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 + =
减小字号Ctrl + -
显示快捷键?