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

📄 fanwind.~dfm

📁 使用Delphi 6.0开发用于控制空调的程序
💻 ~DFM
字号:
object frmFanWind: TfrmFanWind
  Left = 193
  Top = 178
  Width = 298
  Height = 162
  BorderIcons = [biSystemMenu]
  Caption = #25913#21464#31354#35843#39118#25159#39118#37327'    '
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 13
  object lblFan: TLabel
    Left = 88
    Top = 8
    Width = 144
    Height = 13
    Caption = #25913#21464'1'#21495#31354#35843#39118#25159#39118#37327'          '
  end
  object lbl2: TLabel
    Left = 24
    Top = 32
    Width = 87
    Height = 13
    Caption = #35831#36873#25321#39118#37327#65306'     '
  end
  object btnFanAuto: TButton
    Left = 24
    Top = 56
    Width = 75
    Height = 25
    Caption = #33258' '#21160
    TabOrder = 0
    OnClick = btnFanAutoClick
  end
  object btnWind1: TButton
    Left = 112
    Top = 56
    Width = 75
    Height = 25
    Caption = #39118' '#37327' 1'
    TabOrder = 1
    OnClick = btnWind1Click
  end
  object btnWind2: TButton
    Left = 200
    Top = 56
    Width = 75
    Height = 25
    Caption = #39118' '#37327' 2'
    TabOrder = 2
    OnClick = btnWind2Click
  end
  object btnWind3: TButton
    Left = 24
    Top = 96
    Width = 75
    Height = 25
    Caption = #39118' '#37327' 3'
    TabOrder = 3
    OnClick = btnWind3Click
  end
  object btnWind4: TButton
    Left = 112
    Top = 96
    Width = 75
    Height = 25
    Caption = #39118' '#37327' 4'
    TabOrder = 4
    OnClick = btnWind4Click
  end
  object btnWind5: TButton
    Left = 200
    Top = 96
    Width = 75
    Height = 25
    Caption = #39118' '#37327' 5'
    TabOrder = 5
    OnClick = btnWind5Click
  end
end

⌨️ 快捷键说明

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