delpay.~dfm
来自「简单的餐饮软件部分源码」· ~DFM 代码 · 共 55 行
~DFM
55 行
object fdelpay: Tfdelpay
Left = 192
Top = 107
Width = 308
Height = 428
BorderIcons = []
Caption = 'fdelpay'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object dbg1: TDBGrid
Left = 3
Top = 5
Width = 294
Height = 332
Color = clInfoBk
DataSource = DataM.delpaydata
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object bit1: TBitBtn
Left = 91
Top = 345
Width = 91
Height = 49
Caption = 'bit1'
TabOrder = 1
OnClick = bit1Click
end
object bit2: TBitBtn
Left = 187
Top = 345
Width = 91
Height = 49
Cancel = True
Caption = 'BitBtn1'
TabOrder = 2
OnClick = bit2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?