sys_giveaccess.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 55 行
DFM
55 行
inherited Frm_Sys_GiveAccess: TFrm_Sys_GiveAccess
Left = 273
Top = 152
ActiveControl = ChLstBx_WhSelect
Caption = '授权'
ClientHeight = 314
ClientWidth = 413
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 17
Top = 12
Width = 60
Height = 12
Caption = '模块选择:'
end
inherited btn_ok: TButton
Left = 234
Top = 278
Enabled = False
end
inherited btn_Cancel: TButton
Left = 327
Top = 278
end
object ChLstBx_WhSelect: TCheckListBox [3]
Left = 48
Top = 29
Width = 305
Height = 236
OnClickCheck = ChLstBx_WhSelectClickCheck
Font.ChArset = GB2312_CHArSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ItemHeight = 14
ParentFont = False
TabOrder = 2
end
object ChBx_SelectAll: TCheckBox [4]
Left = 48
Top = 277
Width = 97
Height = 17
Caption = '选择全部模块'
TabOrder = 3
OnClick = ChBx_SelectAllClick
end
inherited AdoQry_Tmp: TAdoQuery
Left = 224
Top = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?