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

📄 unitfrmmain.dfm

📁 《Delphi实用程序100例》配套书源码盘
💻 DFM
字号:
object Form1: TForm1
  Left = 164
  Top = 126
  Width = 544
  Height = 375
  Caption = 'API函数的应用'
  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 = 40
    Top = 72
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object Button1: TButton
    Left = 40
    Top = 24
    Width = 185
    Height = 25
    Caption = '显示WINDOWS版本信息'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 32
    Top = 152
    Width = 89
    Height = 25
    Caption = '显示用户信息'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 144
    Top = 152
    Width = 241
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 144
    Top = 179
    Width = 241
    Height = 21
    TabOrder = 3
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 144
    Top = 206
    Width = 241
    Height = 21
    TabOrder = 4
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 144
    Top = 234
    Width = 241
    Height = 21
    TabOrder = 5
    Text = 'Edit4'
  end
  object Edit5: TEdit
    Left = 144
    Top = 261
    Width = 241
    Height = 21
    TabOrder = 6
    Text = 'Edit5'
  end
  object Edit6: TEdit
    Left = 144
    Top = 288
    Width = 241
    Height = 21
    TabOrder = 7
    Text = 'Edit6'
  end
end

⌨️ 快捷键说明

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