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

📄 unit1.~dfm

📁 Delphi实效编程百例的随书源代码 这是其中的操作系统部分
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 271
  Height = 298
  Caption = 'Form1'
  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 = 263
    Height = 271
    Align = alClient
    TabOrder = 0
    object StaticText1: TStaticText
      Left = 24
      Top = 27
      Width = 52
      Height = 17
      Caption = '系统平台'
      TabOrder = 0
    end
    object StaticText2: TStaticText
      Left = 24
      Top = 58
      Width = 52
      Height = 17
      Caption = '主版本号'
      TabOrder = 1
    end
    object StaticText3: TStaticText
      Left = 24
      Top = 91
      Width = 52
      Height = 17
      Caption = '次版本号'
      TabOrder = 2
    end
    object StaticText4: TStaticText
      Left = 24
      Top = 123
      Width = 40
      Height = 17
      Caption = '构建号'
      TabOrder = 3
    end
    object StaticText5: TStaticText
      Left = 24
      Top = 155
      Width = 52
      Height = 17
      Caption = '系统描述'
      TabOrder = 4
    end
    object Edit1: TEdit
      Left = 112
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 5
    end
    object Edit2: TEdit
      Left = 112
      Top = 56
      Width = 121
      Height = 21
      TabOrder = 6
    end
    object Edit3: TEdit
      Left = 112
      Top = 88
      Width = 121
      Height = 21
      TabOrder = 7
    end
    object Edit4: TEdit
      Left = 112
      Top = 120
      Width = 121
      Height = 21
      TabOrder = 8
    end
    object Edit5: TEdit
      Left = 112
      Top = 152
      Width = 121
      Height = 21
      TabOrder = 9
    end
    object Button1: TButton
      Left = 88
      Top = 232
      Width = 75
      Height = 25
      Caption = 'Get it'
      TabOrder = 10
      OnClick = Button1Click
    end
    object StaticText6: TStaticText
      Left = 24
      Top = 187
      Width = 52
      Height = 17
      Caption = '运行模式'
      TabOrder = 11
    end
    object Edit6: TEdit
      Left = 112
      Top = 184
      Width = 121
      Height = 21
      TabOrder = 12
    end
  end
end

⌨️ 快捷键说明

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