unit1.dfm

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

DFM
60
字号
object Form1: TForm1
  Left = 217
  Top = 27
  Width = 344
  Height = 357
  Caption = #26174#31034#22120#30456#20851#20449#24687
  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 = 88
    Top = 312
    Width = 42
    Height = 13
    Caption = '800'#215'600'
  end
  object Button2: TButton
    Left = 200
    Top = 272
    Width = 81
    Height = 25
    Caption = #25913#21464#20998#36776#29575
    TabOrder = 0
    OnClick = Button2Click
  end
  object ListBox1: TListBox
    Left = 8
    Top = 16
    Width = 321
    Height = 193
    ItemHeight = 13
    TabOrder = 1
  end
  object Button1: TButton
    Left = 96
    Top = 224
    Width = 145
    Height = 25
    Caption = #21015#20030#24403#21069#25903#25345#30340#26174#31034#20998#36776
    TabOrder = 2
    OnClick = Button1Click
  end
  object TrackBar1: TTrackBar
    Left = 32
    Top = 272
    Width = 150
    Height = 33
    Max = 2
    Position = 1
    TabOrder = 3
    OnChange = TrackBar1Change
  end
end

⌨️ 快捷键说明

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