empapply.dfm

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

DFM
417
字号
inherited frmEmpApply: TfrmEmpApply
  Left = 100
  Top = 127
  Width = 719
  Height = 519
  Caption = '招聘申请表'
  OldCreateOrder = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 451
    Width = 711
  end
  inherited CoolBar1: TCoolBar
    Width = 711
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 711
      end>
    inherited tbMainBar: TToolBar
      Width = 698
    end
  end
  object sgEmpApply: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 393
    Height = 412
    Align = alLeft
    Color = clWhite
    ColCount = 6
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    RowCount = 3
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgEmpApplyClick
    SelectColor = clNavy
    OddGridColor = clWhite
    Columns = <
      item
        ColumnFont.Charset = ANSI_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = ANSI_CHARSET
        ColumnFont.Color = clNavy
        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
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '需求工种'
        ColumnWidth = 0
      end>
    ColWidths = (
      3
      84
      93
      58
      71
      76)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 393
    Top = 39
    Width = 318
    Height = 412
    Align = alClient
    Color = clWhite
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 14
      Top = 22
      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 = 14
      Top = 348
      Width = 36
      Height = 12
      Caption = '说明:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 14
      Top = 84
      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 = 14
      Top = 51
      Width = 60
      Height = 12
      Caption = '申请部门:'
    end
    object Label5: TLabel
      Left = 14
      Top = 114
      Width = 60
      Height = 12
      Caption = '性别要求:'
    end
    object Label6: TLabel
      Left = 14
      Top = 146
      Width = 60
      Height = 12
      Caption = '学历要求:'
    end
    object Label7: TLabel
      Left = 14
      Top = 180
      Width = 60
      Height = 12
      Caption = '专业要求:'
    end
    object Label8: TLabel
      Left = 14
      Top = 215
      Width = 60
      Height = 12
      Caption = '工资等级:'
    end
    object Label9: TLabel
      Left = 14
      Top = 248
      Width = 60
      Height = 12
      Caption = '需求职务:'
    end
    object Label10: TLabel
      Left = 14
      Top = 282
      Width = 60
      Height = 12
      Caption = '需求工种:'
    end
    object Label11: TLabel
      Left = 14
      Top = 317
      Width = 60
      Height = 12
      Caption = '需求日期:'
    end
    object Label12: TLabel
      Left = 154
      Top = 83
      Width = 60
      Height = 12
      Caption = '申请日期:'
    end
    object seEmpApplyCode: TSDEdit
      Left = 75
      Top = 16
      Width = 208
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      Text = 'seEmpApplyCode'
      SplitSymbol = ' | '
    end
    object memEmpApplyDesc: TMemo
      Left = 76
      Top = 347
      Width = 208
      Height = 45
      Ctl3D = False
      Lines.Strings = (
        'memEmpApplyDesc'
        ' ')
      ParentCtl3D = False
      TabOrder = 1
    end
    object seEmpApplyQty: TSDEdit
      Left = 76
      Top = 77
      Width = 73
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 2
      Text = 'seEmpApplyQty'
      SplitSymbol = ' | '
    end
    object scEmpApplySex: TSDComboBox
      Left = 76
      Top = 108
      Width = 208
      Height = 20
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 3
      Text = 'scEmpApplySex'
      KeyItem = cbItem2
    end
    object scEmpApplyKnowledge: TSDComboBox
      Left = 76
      Top = 141
      Width = 208
      Height = 20
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 4
      Text = 'scEmpApplyKnowledge'
      KeyItem = cbItem2
    end
    object scEmpApplyProfession: TSDComboBox
      Left = 76
      Top = 173
      Width = 208
      Height = 20
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 5
      Text = 'scEmpApplyProfession'
      KeyItem = cbItem2
    end
    object scEmpApplyWl: TSDComboBox
      Left = 76
      Top = 208
      Width = 208
      Height = 20
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 6
      Text = 'scEmpApplyWl'
      KeyItem = cbItem2
    end
    object scEmpApplyRank: TSDComboBox
      Left = 76
      Top = 240
      Width = 208
      Height = 20
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 7
      Text = 'scEmpApplyRank'
      KeyItem = cbItem2
    end
    object scEmpApplyTow: TSDComboBox
      Left = 76
      Top = 275
      Width = 208
      Height = 20
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 8
      Text = 'scEmpApplyTow'
      KeyItem = cbItem2
    end
    object deEmpApplyRdate: TDateEdit
      Left = 76
      Top = 314
      Width = 91
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-05-15'
      InitDate = '2003-05-15 08:54:08'
      ModalResult = 0
      TabOrder = 9
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object deEmpApplydate: TDateEdit
      Left = 210
      Top = 79
      Width = 91
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-05-15'
      InitDate = '2003-05-15 08:54:08'
      ModalResult = 0
      TabOrder = 10
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object seEmpApplyDept: TSDEdit
      Left = 75
      Top = 48
      Width = 208
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 11
      Text = 'seEmpApplyDept'
      OnButtonClick = seEmpApplyDeptButtonClick
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 638
    Top = 3
  end
  inherited ImageList1: TImageList
    Left = 654
    Top = 3
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 654
    Top = 3
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 654
    Top = 3
  end
  inherited SaveDataDlg: TSaveDialog
    Left = 621
    Top = 1
  end
end

⌨️ 快捷键说明

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