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

📄 uemployee.dfm

📁 说明: 比较简单的人事档案管理程序,包含了人事档案的大部分功能,做人事档案的兄弟可以看看. 本程序类型:delphi7 + Access2000 桌面数据库 初始用户名/密码:admin
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object Form_Employee: TForm_Employee
  Left = 246
  Top = 174
  Width = 649
  Height = 495
  Caption = #21152#20837#26032#32844#24037
  Color = 15396334
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 625
    Height = 137
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 36
      Height = 13
      Caption = #32534#21495#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 48
      Width = 36
      Height = 13
      Caption = #37096#38376#65306
    end
    object Label3: TLabel
      Left = 8
      Top = 80
      Width = 60
      Height = 13
      Caption = #20986#29983#26085#26399#65306
    end
    object Label4: TLabel
      Left = 8
      Top = 112
      Width = 60
      Height = 13
      Caption = #25919#27835#38754#35980#65306
    end
    object Label5: TLabel
      Left = 184
      Top = 16
      Width = 36
      Height = 13
      Caption = #22995#21517#65306
    end
    object Label6: TLabel
      Left = 328
      Top = 16
      Width = 36
      Height = 13
      Caption = #24615#21035#65306
    end
    object Label7: TLabel
      Left = 160
      Top = 48
      Width = 60
      Height = 13
      Caption = #20108#32423#37096#38376#65306
    end
    object Label8: TLabel
      Left = 328
      Top = 48
      Width = 36
      Height = 13
      Caption = #27665#26063#65306
    end
    object Label9: TLabel
      Left = 160
      Top = 80
      Width = 60
      Height = 13
      Caption = #36523#20221#35777#21495#65306
    end
    object Label10: TLabel
      Left = 176
      Top = 112
      Width = 36
      Height = 13
      Caption = #23130#23035#65306
    end
    object Label11: TLabel
      Left = 304
      Top = 112
      Width = 60
      Height = 13
      Caption = #25945#32946#31243#24207#65306
    end
    object Panel1: TPanel
      Left = 458
      Top = 16
      Width = 89
      Height = 113
      Caption = #28857#20987#36733#20837#30456#29255
      Color = 16250871
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object Image1: TImage
        Left = 1
        Top = 1
        Width = 87
        Height = 111
        Cursor = crHandPoint
        Align = alClient
        Center = True
        Stretch = True
        OnClick = Button3Click
      end
    end
    object Button3: TButton
      Left = 548
      Top = 80
      Width = 75
      Height = 25
      Caption = #36733#20837#30456#29255
      TabOrder = 1
      OnClick = Button3Click
    end
    object Edit1: TEdit
      Left = 48
      Top = 12
      Width = 113
      Height = 19
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 2
    end
    object Edit2: TEdit
      Left = 224
      Top = 12
      Width = 97
      Height = 19
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 3
      OnExit = Edit2Exit
    end
    object Csex: TComboBox
      Left = 360
      Top = 12
      Width = 81
      Height = 21
      Ctl3D = False
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 4
      Text = ' '
    end
    object CEmployee_FirstDept: TComboBox
      Left = 40
      Top = 44
      Width = 121
      Height = 21
      Ctl3D = False
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 5
      Text = ' '
      OnClick = CEmployee_FirstDeptClick
    end
    object CEmployee_SecondDept: TComboBox
      Left = 224
      Top = 44
      Width = 105
      Height = 21
      Ctl3D = False
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 6
      Text = ' '
    end
    object Edit3: TEdit
      Left = 224
      Top = 76
      Width = 217
      Height = 19
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 9
      OnKeyPress = Edit3KeyPress
    end
    object CEmployee_polity: TComboBox
      Left = 72
      Top = 110
      Width = 89
      Height = 21
      Ctl3D = False
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 10
      Text = ' '
    end
    object CEmployee_marriage: TComboBox
      Left = 208
      Top = 110
      Width = 89
      Height = 21
      Ctl3D = False
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 11
      Text = #24050#23130
    end
    object CEmployee_educate: TComboBox
      Left = 368
      Top = 110
      Width = 73
      Height = 21
      Ctl3D = False
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 12
    end
    object DateTime1: TDateTimePicker
      Left = 72
      Top = 76
      Width = 89
      Height = 21
      Date = 38422.495376875000000000
      Time = 38422.495376875000000000
      DateFormat = dfLong
      TabOrder = 8
    end
    object CEmployee_folk: TComboBox
      Left = 360
      Top = 44
      Width = 81
      Height = 21
      Ctl3D = False
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 7
      Text = ' '
    end
    object Button4: TButton
      Left = 548
      Top = 104
      Width = 75
      Height = 25
      Caption = #28165#38500#30456#29255
      TabOrder = 13
      OnClick = Button4Click
    end
    object Edit15: TEdit
      Left = 552
      Top = 32
      Width = 57
      Height = 21
      TabOrder = 14
      Text = 'Edit15'
      Visible = False
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 152
    Width = 625
    Height = 129
    TabOrder = 1
    object Label12: TLabel
      Left = 8
      Top = 16
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #32844#24037#31867#22411#65306
    end
    object Label13: TLabel
      Left = 8
      Top = 42
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #32844#31216#65306
    end
    object Label14: TLabel
      Left = 8
      Top = 70
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #24037#36164#31867#22411#65306
    end
    object Label15: TLabel
      Left = 8
      Top = 98
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #21512#21516#31867#22411#65306
    end
    object Label16: TLabel
      Left = 152
      Top = 16
      Width = 97
      Height = 13
      AutoSize = False
      Caption = #21442#21152#24037#20316#26085#26399#65306
    end
    object Label17: TLabel
      Left = 392
      Top = 16
      Width = 97
      Height = 13
      AutoSize = False
      Caption = #20837#26412#21333#20301#26085#26399#65306
    end
    object Label18: TLabel
      Left = 152
      Top = 40
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #32844#21153#65306
    end
    object Label19: TLabel
      Left = 280
      Top = 40
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #38134#34892#31867#22411#65306
    end
    object Label20: TLabel
      Left = 448
      Top = 40
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #38134#34892#36134#21495#65306
    end
    object Label21: TLabel
      Left = 152
      Top = 70
      Width = 97
      Height = 13
      AutoSize = False
      Caption = #20859#32769#20445#38505#36134#21495#65306
    end
    object Label22: TLabel
      Left = 392
      Top = 70
      Width = 97
      Height = 13
      AutoSize = False
      Caption = #21307#30103#20445#38505#36134#21495#65306
    end
    object Label23: TLabel
      Left = 152
      Top = 98
      Width = 89
      Height = 13

⌨️ 快捷键说明

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