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

📄 ygzlcx.dfm

📁 用delphi开发的 人事管理系统
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object frm_ygzlcx: Tfrm_ygzlcx
  Left = 16
  Top = 78
  BorderStyle = bsNone
  Caption = '员工资料查询'
  ClientHeight = 459
  ClientWidth = 769
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 769
    Height = 459
    Align = alClient
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Bevel1: TBevel
      Left = 8
      Top = 48
      Width = 753
      Height = 123
    end
    object Label19: TLabel
      Left = 260
      Top = 5
      Width = 181
      Height = 29
      Caption = '员工资料查询'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clInfoBk
      Font.Height = -29
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
    object Label20: TLabel
      Left = 259
      Top = 5
      Width = 181
      Height = 29
      Caption = '员工资料查询'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -29
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
    object Shape3: TShape
      Left = 260
      Top = 37
      Width = 180
      Height = 1
      Pen.Color = clRed
    end
    object Shape4: TShape
      Left = 259
      Top = 43
      Width = 180
      Height = 1
      Pen.Color = clRed
    end
    object Bevel2: TBevel
      Left = 8
      Top = 181
      Width = 753
      Height = 268
    end
    object GroupBox1: TGroupBox
      Left = 24
      Top = 49
      Width = 729
      Height = 81
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object Label1: TLabel
        Left = 7
        Top = 20
        Width = 60
        Height = 15
        Caption = '所属部门'
      end
      object Label2: TLabel
        Left = 551
        Top = 20
        Width = 45
        Height = 15
        Caption = '员工号'
      end
      object Label3: TLabel
        Left = 552
        Top = 51
        Width = 46
        Height = 15
        Caption = '姓  名'
      end
      object Label4: TLabel
        Left = 190
        Top = 20
        Width = 54
        Height = 15
        Caption = '职   称'
      end
      object Label7: TLabel
        Left = 8
        Top = 51
        Width = 62
        Height = 15
        Caption = '职    务'
      end
      object Label5: TLabel
        Left = 189
        Top = 51
        Width = 54
        Height = 15
        Caption = '学   历'
      end
      object Label6: TLabel
        Left = 372
        Top = 20
        Width = 60
        Height = 15
        Caption = '政治面貌'
      end
      object Label8: TLabel
        Left = 373
        Top = 51
        Width = 62
        Height = 15
        Caption = '性    别'
      end
      object DBLookupComboBox1: TDBLookupComboBox
        Left = 76
        Top = 16
        Width = 101
        Height = 23
        KeyField = 'mc'
        ListField = 'mc'
        ListSource = DataSource2
        TabOrder = 0
      end
      object DBLookupComboBox2: TDBLookupComboBox
        Left = 77
        Top = 47
        Width = 100
        Height = 23
        KeyField = 'mc'
        ListField = 'mc'
        ListSource = DataSource4
        TabOrder = 1
      end
      object DBLookupComboBox3: TDBLookupComboBox
        Left = 253
        Top = 16
        Width = 108
        Height = 23
        KeyField = 'mc'
        ListField = 'mc'
        ListSource = DataSource3
        TabOrder = 2
      end
      object ComboBox1: TComboBox
        Left = 254
        Top = 47
        Width = 107
        Height = 23
        ItemHeight = 15
        TabOrder = 3
        Items.Strings = (
          '博研'
          '硕研'
          '大本'
          '大专'
          '高中'
          '初中'
          '小学'
          '')
      end
      object ComboBox2: TComboBox
        Left = 441
        Top = 16
        Width = 97
        Height = 23
        ItemHeight = 15
        TabOrder = 4
        Items.Strings = (
          '党员'
          '团员'
          '群众'
          '')
      end
      object ComboBox3: TComboBox
        Left = 442
        Top = 47
        Width = 97
        Height = 23
        ItemHeight = 15
        TabOrder = 5
        Items.Strings = (
          '男'
          '女'
          '')
      end
      object Edit1: TEdit
        Left = 608
        Top = 16
        Width = 105
        Height = 23
        TabOrder = 6
      end
      object Edit2: TEdit
        Left = 608
        Top = 48
        Width = 105
        Height = 23
        TabOrder = 7
      end
    end
    object DBGrid1: TDBGrid
      Left = 16
      Top = 190
      Width = 737
      Height = 243
      DataSource = DataSource1
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
      ParentFont = False
      TabOrder = 1
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'Ygh'
          Title.Caption = '员工号'
          Title.Font.Charset = DEFAULT_CHARSET
          Title.Font.Color = clWindowText
          Title.Font.Height = -15
          Title.Font.Name = '宋体'
          Title.Font.Style = []
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Xm'
          Title.Caption = '姓名'
          Title.Font.Charset = DEFAULT_CHARSET
          Title.Font.Color = clWindowText
          Title.Font.Height = -15
          Title.Font.Name = '宋体'
          Title.Font.Style = []
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Xb'
          Title.Caption = '性别'
          Title.Font.Charset = DEFAULT_CHARSET
          Title.Font.Color = clWindowText
          Title.Font.Height = -15
          Title.Font.Name = '宋体'
          Title.Font.Style = []
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Zzmm'

⌨️ 快捷键说明

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