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

📄 ufindemployee.dfm

📁 说明: 比较简单的人事档案管理程序,包含了人事档案的大部分功能,做人事档案的兄弟可以看看. 本程序类型:delphi7 + Access2000 桌面数据库 初始用户名/密码:admin
💻 DFM
字号:
object Form_FindEmployee: TForm_FindEmployee
  Left = 423
  Top = 259
  Width = 208
  Height = 175
  Caption = 'Form_FindEmployee'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 16
    Top = 104
    Width = 169
    Height = 28
    Caption = #24320#22987#26597#35810
    Flat = True
    OnClick = SpeedButton1Click
  end
  object RadioButton1: TRadioButton
    Left = 40
    Top = 16
    Width = 113
    Height = 17
    Caption = #25353#32844#24037#32534#21495#26597#35810
    TabOrder = 0
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 40
    Top = 48
    Width = 113
    Height = 17
    Caption = #25353#22995#21517#27169#31946#26597#35810
    TabOrder = 1
    OnClick = RadioButton2Click
  end
  object Edit1: TEdit
    Left = 16
    Top = 72
    Width = 169
    Height = 21
    Enabled = False
    TabOrder = 2
    OnKeyPress = Edit1KeyPress
  end
end

⌨️ 快捷键说明

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