📄 objaccessu.dfm
字号:
object frmAccessObject: TfrmAccessObject
Left = 192
Top = 107
Width = 380
Height = 251
Caption = ' Accessing an Object'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 120
TextHeight = 16
object lblName: TLabel
Left = 167
Top = 25
Width = 37
Height = 16
Caption = 'Name'
end
object lblAccNo: TLabel
Left = 167
Top = 94
Width = 44
Height = 16
Caption = 'Acc No'
end
object btnCreate: TButton
Left = 20
Top = 158
Width = 92
Height = 30
Caption = '&Create'
TabOrder = 0
OnClick = btnCreateClick
end
object btnShow: TButton
Left = 138
Top = 158
Width = 92
Height = 30
Caption = '&Show'
TabOrder = 1
OnClick = btnShowClick
end
object btnFree: TButton
Left = 256
Top = 158
Width = 92
Height = 30
Caption = '&Free'
TabOrder = 2
OnClick = btnFreeClick
end
object gpbCName: TGroupBox
Left = 20
Top = 10
Width = 129
Height = 60
Caption = ' Client Name '
TabOrder = 3
object edtCName: TEdit
Left = 10
Top = 20
Width = 109
Height = 21
TabOrder = 0
Text = 'Client'#39's Name'
end
end
object gpbAccNo: TGroupBox
Left = 20
Top = 79
Width = 129
Height = 60
Caption = ' Account Number '
TabOrder = 4
object edtAccNo: TEdit
Left = 10
Top = 20
Width = 109
Height = 21
TabOrder = 0
Text = 'Acc No'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -