unit1.~dfm

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

~DFM
80
字号
object Form1: TForm1
  Left = 307
  Top = 272
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 24
    Width = 89
    Height = 17
    AutoSize = False
    Caption = #36755#20837#22269#21517
  end
  object Label2: TLabel
    Left = 48
    Top = 96
    Width = 81
    Height = 25
    AutoSize = False
    Caption = #25191#34892#32467#26524
  end
  object Label3: TLabel
    Left = 224
    Top = 24
    Width = 65
    Height = 25
    AutoSize = False
    Caption = #36873#25321#22823#27954
  end
  object Edit1: TEdit
    Left = 48
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Memo1: TMemo
    Left = 48
    Top = 128
    Width = 121
    Height = 73
    TabOrder = 1
  end
  object Button1: TButton
    Left = 296
    Top = 176
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 224
    Top = 56
    Width = 145
    Height = 105
    ItemHeight = 13
    Items.Strings = (
      #20122#27954
      #38750#27954
      #27431#27954
      #21335#32654#27954
      #21271#32654#27954
      #22823#27915#24030
      #21335#26497#27954)
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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