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

📄 bb.dfm

📁 delphi的学习资料
💻 DFM
字号:
object fmBB: TfmBB
  Left = 900
  Top = 224
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'fmBB'
  ClientHeight = 110
  ClientWidth = 184
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnHide = FormHide
  PixelsPerInch = 96
  TextHeight = 12
  object LbBDat1: TLabel
    Left = 116
    Top = 13
    Width = 42
    Height = 12
    Caption = 'LbBDat1'
  end
  object LbBDat2: TLabel
    Left = 116
    Top = 38
    Width = 42
    Height = 12
    Caption = 'LbBDat2'
  end
  object btn1: TBitBtn
    Left = 50
    Top = 66
    Width = 75
    Height = 25
    Caption = #36716#21040' Main'
    TabOrder = 0
    OnClick = btn1Click
  end
  object edtB: TEdit
    Left = 18
    Top = 19
    Width = 65
    Height = 20
    ReadOnly = True
    TabOrder = 1
    Text = 'edtB'
  end
end

⌨️ 快捷键说明

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