unit1.dfm

来自「在delphi中实现windows核心编程.原书光盘代码核心编程.原书光盘代码」· DFM 代码 · 共 66 行

DFM
66
字号
object Form1: TForm1
  Left = 145
  Top = 110
  Width = 526
  Height = 219
  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
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 62
    Width = 33
    Height = 13
    Caption = #22823#23567#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 30
    Width = 33
    Height = 13
    Caption = #22320#22336#65306
  end
  object Button1: TButton
    Left = 66
    Top = 131
    Width = 97
    Height = 24
    Caption = #35835#20889#29289#29702#20869#23384
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit2: TEdit
    Left = 63
    Top = 54
    Width = 121
    Height = 24
    TabOrder = 1
    Text = '200'
  end
  object Edit1: TEdit
    Left = 63
    Top = 22
    Width = 121
    Height = 24
    TabOrder = 2
    Text = '100'
  end
  object ListBox1: TListBox
    Left = 195
    Top = 20
    Width = 293
    Height = 150
    ItemHeight = 13
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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