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

📄 button.dfm

📁 Delphi basic program. Basic programing guide for delphi language. Several samples are giving.
💻 DFM
字号:
object MainForm: TMainForm
  Left = 296
  Top = 155
  Width = 478
  Height = 380
  Caption = 'MainForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Visible = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object SBLeft: TSpeedButton
    Left = 120
    Top = 184
    Width = 65
    Height = 22
    AllowAllUp = True
    OnClick = SBLeftClick
  end
  object SBMid: TSpeedButton
    Left = 212
    Top = 184
    Width = 65
    Height = 22
    OnClick = SBMidClick
  end
  object SBRight: TSpeedButton
    Left = 304
    Top = 184
    Width = 65
    Height = 22
    OnClick = SBRightClick
  end
  object BtDisplay: TButton
    Left = 200
    Top = 96
    Width = 75
    Height = 33
    Caption = 'BtDisplay'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object BitExit: TBitBtn
    Left = 328
    Top = 280
    Width = 75
    Height = 25
    TabOrder = 1
    OnClick = BitExitClick
    Kind = bkCancel
    Layout = blGlyphRight
  end
  object BitShow: TBitBtn
    Left = 112
    Top = 280
    Width = 75
    Height = 25
    TabOrder = 2
    OnClick = BitShowClick
    Kind = bkAbort
  end
  object BitHide: TBitBtn
    Left = 232
    Top = 280
    Width = 75
    Height = 25
    Caption = 'BitHide'
    TabOrder = 3
    OnClick = BitHideClick
  end
end

⌨️ 快捷键说明

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