unit1.dfm

来自「很好地delphi书籍源码」· DFM 代码 · 共 52 行

DFM
52
字号
object Form2: TForm2
  Left = 344
  Top = 148
  Width = 343
  Height = 183
  Caption = #38598#21512#20351#29992#28436#31034
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 40
    Top = 20
    Width = 84
    Height = 14
    Caption = #38190#20837#33521#25991#21333#35789
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object SpeedButton1: TSpeedButton
    Left = 100
    Top = 76
    Width = 105
    Height = 22
    Caption = #20803#38899#23383#27597#25968#37327
    OnClick = SpeedButton1Click
  end
  object Edit_word: TEdit
    Left = 132
    Top = 20
    Width = 101
    Height = 21
    TabOrder = 0
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 136
    Width = 335
    Height = 20
    Panels = <>
  end
end

⌨️ 快捷键说明

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