ufrmuserrole.~dfm
来自「企业信息管理系统程序框架」· ~DFM 代码 · 共 60 行
~DFM
60 行
inherited frmUserRole: TfrmUserRole
Caption = 'frmUserRole'
PixelsPerInch = 96
TextHeight = 13
inherited toolbar1: TToolBar
inherited btnTBSearch: TToolButton
Visible = True
OnClick = btnTBSearchClick
end
end
inherited pnl: TPanel
object lblusr: TLabel
Left = 200
Top = 14
Width = 39
Height = 13
Caption = #29992#25143#21517
end
object lblJob: TLabel
Left = 392
Top = 14
Width = 26
Height = 13
Caption = #35282#33394
end
object lbluserid: TLabel
Left = 16
Top = 14
Width = 40
Height = 13
Caption = #29992#25143'ID'
end
object edtusr: TEdit
Left = 248
Top = 10
Width = 121
Height = 21
TabOrder = 0
end
object edtJob: TEdit
Left = 424
Top = 10
Width = 121
Height = 21
TabOrder = 1
end
object edtusrID: TEdit
Left = 64
Top = 10
Width = 121
Height = 21
TabOrder = 2
end
end
inherited DCChangesStore1: TDCChangesStore
Left = 264
Top = 120
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?