📄 uviewuser.~dfm
字号:
object viewuser: Tviewuser
Left = 370
Top = 220
Width = 230
Height = 200
Caption = #29992#25143#27983#35272
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 222
Height = 173
Align = alClient
TabOrder = 0
object DBGrid1: TDBGrid
Left = 3
Top = 4
Width = 214
Height = 120
DataSource = DataSource1
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button1: TButton
Left = 24
Top = 136
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 128
Top = 136
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 2
OnClick = Button2Click
end
end
object DataSource1: TDataSource
DataSet = Table1
Left = 176
Top = 32
end
object Table1: TTable
TableName = 'mima.DB'
Left = 176
Top = 72
object Table1Name: TStringField
DisplayLabel = #29992#25143#21517
DisplayWidth = 19
FieldName = 'Name'
Size = 12
end
object Table1Jibei: TStringField
DisplayLabel = #26435#38480
DisplayWidth = 18
FieldName = 'Jibei'
Size = 10
end
end
object deltable: TTable
Left = 104
Top = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -