📄 rc_usertousergroup.dfm
字号:
object RC_DfmUserToUserGroup: TRC_DfmUserToUserGroup
Left = 191
Top = 108
BorderIcons = []
BorderStyle = bsDialog
Caption = '分配用户组'
ClientHeight = 168
ClientWidth = 397
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object UserNameDBText: TDBText
Left = 78
Top = 8
Width = 84
Height = 12
AutoSize = True
end
object Label1: TLabel
Left = 14
Top = 8
Width = 48
Height = 12
Caption = '用户名:'
end
object ConfirmButton: TButton
Left = 318
Top = 33
Width = 75
Height = 25
Caption = '确定'
TabOrder = 0
OnClick = ConfirmButtonClick
end
object CloseButton: TButton
Left = 318
Top = 71
Width = 75
Height = 25
Caption = '关闭'
TabOrder = 1
OnClick = CloseButtonClick
end
object GroupBox1: TGroupBox
Left = 5
Top = 26
Width = 306
Height = 136
Caption = '用户组选择'
TabOrder = 2
object AddSpeedButton: TSpeedButton
Left = 141
Top = 50
Width = 23
Height = 22
Hint = '增加'
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000120B0000120B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
333333333333333333FF3333333333333744333333333333F773333333333337
44473333333333F777F3333333333744444333333333F7733733333333374444
4433333333F77333733333333744444447333333F7733337F333333744444444
433333F77333333733333744444444443333377FFFFFFF7FFFFF999999999999
9999733777777777777333CCCCCCCCCC33333773FF333373F3333333CCCCCCCC
C333333773FF3337F333333333CCCCCCC33333333773FF373F3333333333CCCC
CC333333333773FF73F33333333333CCCCC3333333333773F7F3333333333333
CCC333333333333777FF33333333333333CC3333333333333773}
NumGlyphs = 2
ParentShowHint = False
ShowHint = True
OnClick = AddSpeedButtonClick
end
object DeleteSpeedButton: TSpeedButton
Left = 141
Top = 85
Width = 23
Height = 22
Hint = '删除'
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000120B0000120B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
33333FF3333333333333447333333333333377FFF33333333333744473333333
333337773FF3333333333444447333333333373F773FF3333333334444447333
33333373F3773FF3333333744444447333333337F333773FF333333444444444
733333373F3333773FF333334444444444733FFF7FFFFFFF77FF999999999999
999977777777777733773333CCCCCCCCCC3333337333333F7733333CCCCCCCCC
33333337F3333F773333333CCCCCCC3333333337333F7733333333CCCCCC3333
333333733F77333333333CCCCC333333333337FF7733333333333CCC33333333
33333777333333333333CC333333333333337733333333333333}
NumGlyphs = 2
ParentShowHint = False
ShowHint = True
OnClick = DeleteSpeedButtonClick
end
object Label2: TLabel
Left = 7
Top = 15
Width = 72
Height = 12
Caption = '隶属用户组:'
end
object Label3: TLabel
Left = 169
Top = 15
Width = 72
Height = 12
Caption = '所有用户组:'
end
object ListBox1: TListBox
Left = 9
Top = 31
Width = 125
Height = 97
ImeName = '中文 (简体) - 微软拼音'
ItemHeight = 12
TabOrder = 0
OnDblClick = DeleteSpeedButtonClick
end
object ListBox2: TListBox
Left = 171
Top = 31
Width = 125
Height = 97
ImeName = '中文 (简体) - 微软拼音'
ItemHeight = 12
TabOrder = 1
OnDblClick = AddSpeedButtonClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -