unit1.~dfm

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

~DFM
52
字号
object Form2: TForm2
  Left = 344
  Top = 148
  Width = 320
  Height = 183
  Caption = 'Form2'
  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 Label4: TLabel
    Left = 16
    Top = 20
    Width = 96
    Height = 12
    Caption = #38190#20837#19968#20010#33521#25991#21333#35789
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object SpeedButton1: TSpeedButton
    Left = 92
    Top = 60
    Width = 105
    Height = 22
    Caption = #20803#38899#23383#27597#25968#37327
    OnClick = SpeedButton1Click
  end
  object Edit_word: TEdit
    Left = 116
    Top = 20
    Width = 101
    Height = 21
    TabOrder = 0
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 136
    Width = 312
    Height = 20
    Panels = <>
  end
end

⌨️ 快捷键说明

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