unit1.dfm

来自「delphi6.0 的控件示例」· DFM 代码 · 共 51 行

DFM
51
字号
object Form1: TForm1
  Left = 369
  Top = 506
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #32473'ListBox'#32452#20214#22686#21152#27700#24179#28378#21160#26465
  ClientHeight = 223
  ClientWidth = 248
  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 Panel1: TPanel
    Left = 8
    Top = 8
    Width = 153
    Height = 209
    TabOrder = 0
    object ListBox1: TListBox
      Left = 8
      Top = 8
      Width = 137
      Height = 193
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ItemHeight = 13
      ParentFont = False
      TabOrder = 0
      OnEnter = ListBox1Enter
    end
  end
  object Button1: TButton
    Left = 168
    Top = 192
    Width = 73
    Height = 25
    Caption = 'Button1'
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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