WvForm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 195
  3.   Top = 105
  4.   Width = 216
  5.   Height = 146
  6.   Caption = 'WinVersion'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object btnVersion: TButton
  17.     Left = 32
  18.     Top = 24
  19.     Width = 129
  20.     Height = 25
  21.     Caption = 'Windows version'
  22.     TabOrder = 0
  23.     OnClick = btnVersionClick
  24.   end
  25.   object btnPlatform: TButton
  26.     Left = 32
  27.     Top = 64
  28.     Width = 129
  29.     Height = 25
  30.     Caption = 'Platform'
  31.     TabOrder = 1
  32.     OnClick = btnPlatformClick
  33.   end
  34. end