selectmusic.~dfm
来自「这是一个delphi源码」· ~DFM 代码 · 共 41 行
~DFM
41 行
object SelectMusicForm: TSelectMusicForm
Left = 113
Top = 75
AutoSize = True
BorderIcons = []
BorderStyle = bsNone
Caption = 'SelectMusicForm'
ClientHeight = 536
ClientWidth = 620
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object FeteSelect: TFeteSelect
Left = 0
Top = 0
Width = 620
Height = 536
BevelOuter = bvNone
Caption = 'FeteSelect'
TabOrder = 0
YYLabel = DBMainForm.StatusLabel
JMLB = 'MUSIC'
DataSet = DataMod.GQKDataSet
GXFieldName = 'GXXM'
GMFieldName = 'GQMC'
ReturnSelect = FeteSelectReturnSelect
AddNewMusic = FeteSelectAddNewMusic
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?