⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bmpform.dfm

📁 精彩编程百例75~100 其中有媒体播放器 SQL语言编辑器 ADO方法连接多个数据库 用户密码验证系统 获取Man地址 信史服务 ping命令等待
💻 DFM
字号:
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 = bvSpace
    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
  end
  object MediaPlayer1: TMediaPlayer
    Left = 144
    Top = 32
    Width = 253
    Height = 30
    AutoEnable = False
    Visible = False
    TabOrder = 1
  end
  object Timer1: TTimer
    Left = 8
    Top = 8
  end
  object OpenDialog1: TOpenDialog
    Left = 48
    Top = 8
  end
end

⌨️ 快捷键说明

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