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

📄 unit1.dfm

📁 Delphi7编程80例(完全版)
💻 DFM
字号:
object Form1: TForm1
  Left = 244
  Top = 115
  Width = 433
  Height = 208
  Caption = #38190#30424#20449#24687#35774#32622
  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 Label1: TLabel
    Left = 48
    Top = 16
    Width = 48
    Height = 12
    Caption = #38190#30424#30417#27979
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 185
    Top = 16
    Width = 48
    Height = 12
    Caption = #38190#30424#25511#21046
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 283
    Top = 16
    Width = 48
    Height = 12
    Caption = #38190#30424#27169#25311
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 176
    Top = 64
    Width = 72
    Height = 36
    Caption = #35828#26126#65306#21516#26102#25353'ALT+CTRL+DEL'#38190#21487#20197#30772#35299#12290
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object Button1: TButton
    Left = 101
    Top = 13
    Width = 36
    Height = 16
    Caption = #24320#22987
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 273
    Top = 32
    Width = 75
    Height = 25
    Caption = #20999#25442#23383#27597#38190
    TabOrder = 1
    OnClick = Button2Click
  end
  object Panel1: TPanel
    Left = 40
    Top = 32
    Width = 100
    Height = 20
    Caption = #25968#23383#38190
    Color = clSkyBlue
    TabOrder = 2
  end
  object Panel2: TPanel
    Left = 40
    Top = 64
    Width = 100
    Height = 20
    Caption = #25554#20837#38190
    Color = clSkyBlue
    TabOrder = 3
  end
  object Panel3: TPanel
    Left = 40
    Top = 96
    Width = 100
    Height = 20
    Caption = #23383#27597#38190
    Color = clSkyBlue
    TabOrder = 4
  end
  object Button4: TButton
    Left = 177
    Top = 32
    Width = 72
    Height = 25
    Caption = #38459#27490#36755#20837
    TabOrder = 5
    OnClick = Button4Click
  end
  object Button6: TButton
    Left = 40
    Top = 136
    Width = 129
    Height = 25
    Caption = #33719#21462#31995#32479#38190#30424#20449#24687'--->'
    TabOrder = 6
    OnClick = Button6Click
  end
  object Memo1: TMemo
    Left = 200
    Top = 120
    Width = 217
    Height = 49
    TabOrder = 7
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 144
    Top = 8
  end
end

⌨️ 快捷键说明

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