📄 user.dfm
字号:
object frmuser: Tfrmuser
Left = 222
Top = 217
Width = 624
Height = 480
Caption = #29992#25143#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object dbguser: TDBGrid
Left = 0
Top = 0
Width = 297
Height = 449
DataSource = dsuser
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Alignment = taCenter
Expanded = False
FieldName = 'userID'
Title.Alignment = taCenter
Title.Caption = #29992#25143#21495
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'name'
Title.Alignment = taCenter
Title.Caption = #29992#25143#21517
Visible = True
end
item
Expanded = False
FieldName = 'passwd'
Title.Alignment = taCenter
Title.Caption = #23494#30721
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'type'
Title.Alignment = taCenter
Title.Caption = #31867#22411#21495
Visible = True
end>
end
object GroupBox1: TGroupBox
Left = 296
Top = 0
Width = 313
Height = 320
Caption = #29992#25143#20449#24687
TabOrder = 1
object Label1: TLabel
Left = 48
Top = 24
Width = 57
Height = 13
Caption = ' '#29992' '#25143' '#21495#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 46
Top = 56
Width = 57
Height = 13
Caption = ' '#29992' '#25143' '#21517#65306
end
object Label3: TLabel
Left = 51
Top = 88
Width = 51
Height = 13
Caption = #23494' '#30721#65306
end
object Label4: TLabel
Left = 48
Top = 120
Width = 57
Height = 13
Caption = ' '#31867' '#22411' '#21495#65306
end
object Label5: TLabel
Left = 8
Top = 152
Width = 36
Height = 13
Caption = #35828#26126#65306
end
object dbmDesc: TDBMemo
Left = 48
Top = 144
Width = 249
Height = 161
DataField = 'description'
DataSource = dsuser
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 0
end
object dbeID: TDBEdit
Left = 120
Top = 16
Width = 121
Height = 21
DataField = 'userID'
DataSource = dsuser
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 1
end
object dbename: TDBEdit
Left = 120
Top = 48
Width = 121
Height = 21
DataField = 'name'
DataSource = dsuser
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 2
end
object dbepassword: TDBEdit
Left = 120
Top = 80
Width = 121
Height = 21
DataField = 'passwd'
DataSource = dsuser
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 3
end
object dbetype: TDBEdit
Left = 120
Top = 112
Width = 121
Height = 21
DataField = 'type'
DataSource = dsuser
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 4
end
end
object Panel1: TPanel
Left = 297
Top = 320
Width = 313
Height = 129
TabOrder = 2
object Button1: TButton
Left = 168
Top = 80
Width = 75
Height = 25
Caption = #36864#20986'&Q'
TabOrder = 0
OnClick = Button1Click
end
object dbnuser: TDBNavigator
Left = 16
Top = 24
Width = 270
Height = 25
DataSource = dsuser
ConfirmDelete = False
TabOrder = 1
OnClick = dbnuserClick
end
end
object tbluser: TTable
BeforePost = tbluserBeforePost
BeforeDelete = tbluserBeforeDelete
AfterScroll = tbluserAfterScroll
DatabaseName = 'stud'
TableName = 'dbo.users'
Left = 72
Top = 88
end
object dsuser: TDataSource
DataSet = tbluser
Left = 136
Top = 88
end
object tblvaild: TTable
DatabaseName = 'stud'
TableName = 'dbo.users'
Left = 72
Top = 200
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -