FrComponent.dfm
上传用户:lyghuaxia
上传日期:2022-06-27
资源大小:659k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object FrameComponent: TFrameComponent
  2.   Left = 0
  3.   Top = 0
  4.   Width = 502
  5.   Height = 59
  6.   Color = clTeal
  7.   ParentColor = False
  8.   TabOrder = 0
  9.   OnResize = FrameResize
  10.   DesignSize = (
  11.     502
  12.     59)
  13.   object Shape1: TShape
  14.     Left = 9
  15.     Top = 7
  16.     Width = 483
  17.     Height = 51
  18.     Anchors = [akLeft, akTop, akRight, akBottom]
  19.     Brush.Color = clGray
  20.     Enabled = False
  21.     Pen.Color = clSilver
  22.     Pen.Style = psClear
  23.     Shape = stRoundRect
  24.   end
  25.   object Shape2: TShape
  26.     Left = 13
  27.     Top = 3
  28.     Width = 482
  29.     Height = 51
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     Shape = stRoundRect
  32.     OnMouseDown = Shape2MouseDown
  33.   end
  34.   object imgComponent: TImage
  35.     Left = 22
  36.     Top = 13
  37.     Width = 32
  38.     Height = 32
  39.     Stretch = True
  40.     Transparent = True
  41.     OnMouseDown = Shape2MouseDown
  42.   end
  43.   object lblName: TLabel
  44.     Left = 72
  45.     Top = 5
  46.     Width = 144
  47.     Height = 20
  48.     Caption = 'Component Name'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -16
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     Transparent = True
  56.     OnMouseDown = Shape2MouseDown
  57.   end
  58.   object Label1: TLabel
  59.     Left = 72
  60.     Top = 24
  61.     Width = 405
  62.     Height = 26
  63.     Anchors = [akLeft, akTop, akRight]
  64.     AutoSize = False
  65.     Caption = 'Descripci'#243'n del componente'#13#10'Pulsar'
  66.     Transparent = True
  67.     WordWrap = True
  68.     OnMouseDown = Shape2MouseDown
  69.   end
  70. end