unit1.dfm

来自「Delphi7编程80例(完全版)」· DFM 代码 · 共 43 行

DFM
43
字号
object Form1: TForm1
  Left = 196
  Top = 114
  Width = 506
  Height = 257
  Caption = #23186#20307#35774#22791
  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 Button1: TButton
    Left = 48
    Top = 48
    Width = 57
    Height = 25
    Caption = #26174#21345
    TabOrder = 0
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 136
    Top = 16
    Width = 329
    Height = 169
    ItemHeight = 13
    TabOrder = 1
  end
  object Button2: TButton
    Left = 48
    Top = 104
    Width = 57
    Height = 25
    Caption = #22768#38899#35774#22791
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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