⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 Delphi7编程80例(完全版)
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -