📄 ufrmaccessset.dfm
字号:
inherited frmAccessSet: TfrmAccessSet
Left = 452
Top = 303
Caption = #37197#32622
ClientHeight = 223
ClientWidth = 292
OldCreateOrder = True
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 14
object Panel1: TPanel [0]
Left = 0
Top = 0
Width = 292
Height = 183
Align = alClient
BevelInner = bvLowered
TabOrder = 0
object ListBox1: TListBox
Left = 2
Top = 42
Width = 288
Height = 139
Align = alClient
Ctl3D = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ItemHeight = 16
Items.Strings = (
'aa'
'bb'
'cc')
ParentCtl3D = False
ParentFont = False
TabOrder = 1
OnDblClick = ListBox1DblClick
OnKeyDown = publicKeyDown
end
object Panel3: TPanel
Left = 2
Top = 2
Width = 288
Height = 40
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 13
Width = 28
Height = 14
Caption = #21517#31216
end
object edtName: TEdit
Left = 64
Top = 9
Width = 200
Height = 22
TabOrder = 0
OnKeyDown = publicKeyDown
end
end
end
object Panel2: TPanel [1]
Left = 0
Top = 183
Width = 292
Height = 40
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object bbtOk: TBitBtn
Left = 38
Top = 5
Width = 80
Height = 30
Action = actF5Click
Caption = #30830#35748'(F5)'
TabOrder = 0
end
object bbtExit: TBitBtn
Left = 174
Top = 5
Width = 80
Height = 30
Action = actExit
Caption = #36864#20986'(Esc)'
TabOrder = 1
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -