udep.~dfm

来自「编写该文档是为了分析企业人事管理系统的流程」· ~DFM 代码 · 共 79 行

~DFM
79
字号
object Fdep: TFdep 
  Left = 153
  Top = 81
  BorderStyle = bsSingle
  Caption = #37096#38376#20449#24687
  ClientHeight = 332
  ClientWidth = 269
  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 Label1: TLabel
    Left = 32
    Top = 16
    Width = 36
    Height = 13
    Caption = #32534#21495#65306
  end
  object Label2: TLabel
    Left = 32
    Top = 44
    Width = 36
    Height = 13
    Caption = #37096#38376#65306
  end
  object Label12: TLabel
    Left = 32
    Top = 75
    Width = 36
    Height = 13
    Caption = #22791#27880#65306
  end
  object eid: TEdit
    Left = 80
    Top = 12
    Width = 145
    Height = 21
    ReadOnly = True
    TabOrder = 0
  end
  object ename: TEdit
    Left = 80
    Top = 45
    Width = 145
    Height = 21
    TabOrder = 1
  end
  object mnote: TMemo
    Left = 80
    Top = 83
    Width = 145
    Height = 185
    TabOrder = 2
  end
  object bsave: TButton
    Left = 72
    Top = 283
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 3
    OnClick = bsaveClick
  end
  object bclose: TButton
    Left = 152
    Top = 283
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 4
    OnClick = bcloseClick
  end
end

⌨️ 快捷键说明

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