unit1.~dfm

来自「这有很多Delphi应用的例子」· ~DFM 代码 · 共 43 行

~DFM
43
字号
object Form1: TForm1
  Left = 200
  Top = 231
  Width = 442
  Height = 268
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 72
    Top = 24
    Width = 65
    Height = 25
    AutoSize = False
    Caption = #36873#25321#22823#27954
  end
  object Button1: TButton
    Left = 296
    Top = 176
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 72
    Top = 56
    Width = 145
    Height = 105
    ItemHeight = 13
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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