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

📄 unit1.~dfm

📁 改程序可以获取当前windows操作系统的版本信息
💻 ~DFM
字号:
object Form1: TForm1
  Left = 366
  Top = 187
  Width = 513
  Height = 296
  Caption = #21462#24471'Windows'#30340#29256#26412#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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 505
    Height = 269
    Align = alClient
    BevelOuter = bvNone
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object StaticText1: TStaticText
      Left = 27
      Top = 26
      Width = 52
      Height = 16
      Caption = #31995#32479#24179#21488
      TabOrder = 0
    end
    object StaticText2: TStaticText
      Left = 27
      Top = 57
      Width = 52
      Height = 16
      Caption = #20027#29256#26412#21495
      TabOrder = 1
    end
    object StaticText3: TStaticText
      Left = 27
      Top = 90
      Width = 52
      Height = 16
      Caption = #27425#29256#26412#21495
      TabOrder = 2
    end
    object StaticText4: TStaticText
      Left = 39
      Top = 122
      Width = 40
      Height = 16
      Caption = #26500#24314#21495
      TabOrder = 3
    end
    object StaticText5: TStaticText
      Left = 27
      Top = 154
      Width = 52
      Height = 16
      Caption = #31995#32479#25551#36848
      TabOrder = 4
    end
    object Edit1: TEdit
      Left = 77
      Top = 23
      Width = 145
      Height = 20
      TabOrder = 5
    end
    object Edit2: TEdit
      Left = 77
      Top = 55
      Width = 145
      Height = 20
      TabOrder = 6
    end
    object Edit3: TEdit
      Left = 77
      Top = 87
      Width = 145
      Height = 20
      TabOrder = 7
    end
    object Edit4: TEdit
      Left = 77
      Top = 119
      Width = 145
      Height = 20
      TabOrder = 8
    end
    object Edit5: TEdit
      Left = 77
      Top = 151
      Width = 145
      Height = 20
      TabOrder = 9
    end
    object Button1: TButton
      Left = 200
      Top = 224
      Width = 75
      Height = 25
      Caption = #33719#21462
      TabOrder = 10
      OnClick = Button1Click
    end
    object StaticText6: TStaticText
      Left = 27
      Top = 186
      Width = 52
      Height = 16
      Caption = #36816#34892#27169#24335
      TabOrder = 11
    end
    object Edit6: TEdit
      Left = 77
      Top = 183
      Width = 145
      Height = 20
      TabOrder = 12
    end
    object GroupBox1: TGroupBox
      Left = 224
      Top = 19
      Width = 265
      Height = 184
      Caption = #20854#23427#20449#24687
      TabOrder = 13
      object Memo1: TMemo
        Left = 2
        Top = 14
        Width = 261
        Height = 168
        Align = alClient
        ScrollBars = ssVertical
        TabOrder = 0
      end
    end
  end
end

⌨️ 快捷键说明

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