ufindemployee.dfm

来自「说明: 比较简单的人事档案管理程序,包含了人事档案的大部分功能,做人事档案的兄」· DFM 代码 · 共 53 行

DFM
53
字号
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 + =
减小字号Ctrl + -
显示快捷键?