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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 215
  3.   Top = 148
  4.   Width = 405
  5.   Height = 239
  6.   AlphaBlendValue = 200
  7.   Caption = 'Color Key Hole'
  8.   Color = clBtnFace
  9.   TransparentColor = True
  10.   TransparentColorValue = clGreen
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Shape1: TShape
  20.     Left = 195
  21.     Top = 16
  22.     Width = 181
  23.     Height = 177
  24.     Anchors = [akLeft, akTop, akRight, akBottom]
  25.     Brush.Color = clGreen
  26.     Pen.Style = psClear
  27.     Pen.Width = 0
  28.     Shape = stCircle
  29.   end
  30.   object Button1: TButton
  31.     Left = 32
  32.     Top = 32
  33.     Width = 105
  34.     Height = 25
  35.     Caption = 'Alpha'
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39.   object Button2: TButton
  40.     Left = 32
  41.     Top = 72
  42.     Width = 105
  43.     Height = 25
  44.     Caption = 'Fade In Alpha'
  45.     TabOrder = 1
  46.     OnClick = Button2Click
  47.   end
  48.   object Button3: TButton
  49.     Left = 32
  50.     Top = 112
  51.     Width = 105
  52.     Height = 25
  53.     Caption = 'Fade In Plain'
  54.     TabOrder = 2
  55.     OnClick = Button3Click
  56.   end
  57.   object Button4: TButton
  58.     Left = 32
  59.     Top = 152
  60.     Width = 105
  61.     Height = 25
  62.     Caption = 'Slide From Center'
  63.     TabOrder = 3
  64.     OnClick = Button4Click
  65.   end
  66. end