unit1.dfm

来自「<<C++Builder 6实用编程100例>>随书光盘」· DFM 代码 · 共 64 行

DFM
64
字号
object Form1: TForm1
  Left = 344
  Top = 195
  Width = 310
  Height = 341
  Caption = 'ListBox'
  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 = 32
    Top = 16
    Width = 72
    Height = 13
    Caption = #26410#25490#24207#25968#25454#65306
  end
  object Label2: TLabel
    Left = 160
    Top = 40
    Width = 60
    Height = 13
    Caption = #25968#25454#25968#30446#65306
  end
  object ListBox1: TListBox
    Left = 32
    Top = 40
    Width = 105
    Height = 249
    ItemHeight = 13
    TabOrder = 3
  end
  object Button1: TButton
    Left = 168
    Top = 128
    Width = 89
    Height = 41
    Caption = #21021#22987#21270#25968#25454
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 168
    Top = 216
    Width = 89
    Height = 41
    Caption = #24320#22987#25490#24207
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 168
    Top = 64
    Width = 73
    Height = 21
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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