unitb.dfm

来自「迷你单词Delphi版全源吗」· DFM 代码 · 共 64 行

DFM
64
字号
object FrmBDC: TFrmBDC
  Left = 370
  Top = 188
  Width = 298
  Height = 167
  Caption = #32972#21333#35789
  Color = clBtnFace
  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 = 10
    Top = 10
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object Edit2: TEdit
    Left = 10
    Top = 45
    Width = 146
    Height = 21
    TabOrder = 0
    Text = 'Edit2'
  end
  object Button1: TButton
    Left = 170
    Top = 45
    Width = 66
    Height = 25
    Caption = #26391#35835
    TabOrder = 1
  end
  object Button2: TButton
    Left = 50
    Top = 85
    Width = 75
    Height = 25
    Caption = #20889#22909#20102
    TabOrder = 2
  end
  object Button3: TButton
    Left = 145
    Top = 85
    Width = 75
    Height = 25
    Caption = #38169#35823#37325#32972
    TabOrder = 3
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 121
    Width = 290
    Height = 19
    Panels = <>
    SimplePanel = False
  end
end

⌨️ 快捷键说明

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