frmbassdialogs.dfm
来自「商场管理系统源码 一套值得初学者学习的源码包含全部源码,控件」· DFM 代码 · 共 61 行
DFM
61 行
inherited Frm_bassDialogs: TFrm_bassDialogs
Left = 271
Top = 265
HorzScrollBar.Range = 0
VertScrollBar.Range = 0
BorderStyle = bsDialog
Caption = 'Frm_bassDialogs'
ClientHeight = 282
ClientWidth = 415
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 12
inherited PanelBkGnd: TPanel
Width = 415
Height = 282
object Panel_button: TPanel
Left = 0
Top = 233
Width = 415
Height = 49
Align = alBottom
BevelOuter = bvNone
ParentColor = True
TabOrder = 0
object Bevel_button: TBevel
Left = 7
Top = 1
Width = 356
Height = 2
end
object OKBtn: TDsFancyButton
Left = 124
Top = 14
Width = 74
Height = 27
Cursor = crHandPoint
ButtonColor = clBtnFace
Caption = #30830#23450'[&O]'
FrameColor = clGray
FrameWidth = 6
CornerRadius = 3
TextStyle = txRaised
end
object CancelBtn: TDsFancyButton
Left = 207
Top = 14
Width = 74
Height = 27
Cursor = crHandPoint
ButtonColor = clBtnFace
Caption = #21462#28040'[&C]'
FrameColor = clGray
FrameWidth = 6
CornerRadius = 3
TextStyle = txRaised
OnClick = CancelBtnClick
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?