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

Delphi控件源码

开发平台:

Delphi

  1. object Form2: TForm2
  2.   Left = 562
  3.   Top = 214
  4.   Width = 310
  5.   Height = 228
  6.   AlphaBlend = True
  7.   AlphaBlendValue = 188
  8.   Caption = 'AlphaTest'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 64
  20.     Top = 96
  21.     Width = 32
  22.     Height = 13
  23.     Caption = 'Label1'
  24.   end
  25.   object Button1: TButton
  26.     Left = 64
  27.     Top = 32
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Button1'
  31.     TabOrder = 0
  32.   end
  33.   object Edit1: TEdit
  34.     Left = 64
  35.     Top = 112
  36.     Width = 121
  37.     Height = 21
  38.     TabOrder = 1
  39.     Text = 'Edit1'
  40.   end
  41. end