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

📄 unit1.dfm

📁 Delphi7编程80例(完全版)
💻 DFM
字号:
object Form1: TForm1
  Left = 12
  Top = 287
  Width = 616
  Height = 381
  Caption = #20869#23384#21644#36827#31243#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Gauge1: TGauge
    Left = 112
    Top = 240
    Width = 281
    Height = 25
    ForeColor = clMaroon
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Progress = 0
  end
  object Gauge2: TGauge
    Left = 112
    Top = 278
    Width = 281
    Height = 25
    ForeColor = clGreen
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Progress = 0
  end
  object Gauge3: TGauge
    Left = 112
    Top = 312
    Width = 281
    Height = 25
    ForeColor = clNavy
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clPurple
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Progress = 0
  end
  object Label1: TLabel
    Left = 24
    Top = 248
    Width = 84
    Height = 13
    Caption = #29289#29702#20869#23384#20351#29992#29575
  end
  object Label2: TLabel
    Left = 24
    Top = 280
    Width = 84
    Height = 13
    Caption = #39029#38754#25991#20214#20351#29992#29575
  end
  object Label3: TLabel
    Left = 24
    Top = 320
    Width = 84
    Height = 13
    Caption = #34394#25311#20869#23384#20351#29992#29575
  end
  object Label4: TLabel
    Left = 136
    Top = 216
    Width = 120
    Height = 13
    Caption = #19979#38754#26159#36827#24230#26465#34920#29616#26041#24335
  end
  object Button1: TButton
    Left = 144
    Top = 176
    Width = 121
    Height = 25
    Caption = #21160#24577#30417#35270#20869#23384#25968#25454
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 16
    Top = 24
    Width = 377
    Height = 142
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object Button2: TButton
    Left = 448
    Top = 312
    Width = 118
    Height = 25
    Caption = #21015#20030#25152#26377#31995#32479#36827#31243
    TabOrder = 2
    OnClick = Button2Click
  end
  object ListBox1: TListBox
    Left = 424
    Top = 30
    Width = 169
    Height = 267
    ItemHeight = 13
    TabOrder = 3
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 312
    Top = 176
  end
end

⌨️ 快捷键说明

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