selectvideo.dfm

来自「这是一个delphi源码」· DFM 代码 · 共 40 行

DFM
40
字号
object SelectVideoForm: TSelectVideoForm
  Left = 74
  Top = 0
  AutoSize = True
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'SelectVideoForm'
  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 = 'VIDEO'
    DataSet = DataMod.GQKDataSet
    GMFieldName = 'MC'
    ReturnSelect = FeteSelectReturnSelect
    AddNewMusic = FeteSelectAddNewMusic
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?