bmpform.~dfm

来自「精彩编程百例75~100 其中有媒体播放器 SQL语言编辑器 ADO方法连接多个」· ~DFM 代码 · 共 111 行

~DFM
111
字号
object Form1: TForm1
  Left = 285
  Top = 165
  BorderStyle = bsNone
  Caption = 'Form1'
  ClientHeight = 107
  ClientWidth = 495
  Color = clTeal
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 8
    Width = 6
    Height = 29
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 0
    Top = 0
    Width = 495
    Height = 64
    Align = alClient
    Style = bsRaised
  end
  object Panel1: TPanel
    Left = 0
    Top = 64
    Width = 495
    Height = 43
    Align = alBottom
    BevelInner = bvLowered
    BorderStyle = bsSingle
    Color = clMaroon
    TabOrder = 0
    object Button3: TButton
      Left = 302
      Top = 7
      Width = 70
      Height = 25
      Caption = #26242#20572
      TabOrder = 0
      OnClick = Button3Click
    end
    object Button5: TButton
      Left = 209
      Top = 7
      Width = 70
      Height = 25
      Caption = #37325#25773
      TabOrder = 1
      OnClick = Button5Click
    end
    object Button4: TButton
      Left = 395
      Top = 7
      Width = 70
      Height = 25
      Caption = #36864#20986
      TabOrder = 2
      OnClick = Button4Click
    end
    object Button2: TButton
      Left = 116
      Top = 7
      Width = 70
      Height = 25
      Caption = #25773#25918
      TabOrder = 3
      OnClick = Button2Click
    end
    object Button1: TButton
      Left = 24
      Top = 7
      Width = 70
      Height = 25
      Caption = #25171#24320
      TabOrder = 4
      OnClick = Button1Click
    end
    object MediaPlayer1: TMediaPlayer
      Left = 120
      Top = 24
      Width = 253
      Height = 30
      AutoEnable = False
      Visible = False
      TabOrder = 5
    end
  end
  object Timer1: TTimer
    Left = 8
    Top = 8
  end
  object OpenDialog1: TOpenDialog
    Left = 48
    Top = 8
  end
end

⌨️ 快捷键说明

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