UShape.dfm
上传用户:raido2005
上传日期:2022-06-22
资源大小:5044k
文件大小:3k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object FormShape: TFormShape
  2.   Left = 241
  3.   Top = 127
  4.   Width = 652
  5.   Height = 452
  6.   Caption = 'Demo of shapes'
  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 Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 185
  20.     Height = 418
  21.     Align = alLeft
  22.     BevelOuter = bvNone
  23.     BorderWidth = 4
  24.     TabOrder = 0
  25.     object GB: TGroupBox
  26.       Left = 4
  27.       Top = 4
  28.       Width = 177
  29.       Height = 225
  30.       Align = alTop
  31.       Caption = 'Shape type'
  32.       TabOrder = 0
  33.       object RB1: TRadioButton
  34.         Left = 8
  35.         Top = 17
  36.         Width = 113
  37.         Height = 17
  38.         Caption = 'Line'
  39.         TabOrder = 0
  40.         OnClick = GBClick
  41.       end
  42.       object RB2: TRadioButton
  43.         Left = 8
  44.         Top = 62
  45.         Width = 113
  46.         Height = 17
  47.         Caption = 'Quadrangle'
  48.         TabOrder = 2
  49.         OnClick = GBClick
  50.       end
  51.       object RB3: TRadioButton
  52.         Left = 8
  53.         Top = 84
  54.         Width = 113
  55.         Height = 17
  56.         Caption = 'Ellipse'
  57.         TabOrder = 3
  58.         OnClick = GBClick
  59.       end
  60.       object RB4: TRadioButton
  61.         Left = 8
  62.         Top = 107
  63.         Width = 125
  64.         Height = 17
  65.         Caption = 'Derivative of ellipse'
  66.         TabOrder = 4
  67.         OnClick = GBClick
  68.       end
  69.       object RB5: TRadioButton
  70.         Left = 8
  71.         Top = 39
  72.         Width = 113
  73.         Height = 17
  74.         Caption = 'Curve'
  75.         TabOrder = 1
  76.         OnClick = GBClick
  77.       end
  78.       object RB6: TRadioButton
  79.         Left = 8
  80.         Top = 152
  81.         Width = 129
  82.         Height = 17
  83.         Caption = 'Custom single shape'
  84.         TabOrder = 6
  85.         OnClick = GBClick
  86.       end
  87.       object RB7: TRadioButton
  88.         Left = 8
  89.         Top = 129
  90.         Width = 129
  91.         Height = 17
  92.         Caption = 'Stars'
  93.         TabOrder = 5
  94.         OnClick = GBClick
  95.       end
  96.       object RB8: TRadioButton
  97.         Left = 8
  98.         Top = 174
  99.         Width = 161
  100.         Height = 17
  101.         Caption = 'Character shape (non text)'
  102.         TabOrder = 7
  103.         OnClick = GBClick
  104.       end
  105.       object RB9: TRadioButton
  106.         Left = 8
  107.         Top = 197
  108.         Width = 161
  109.         Height = 17
  110.         Caption = 'Multistyle in one shape'
  111.         TabOrder = 8
  112.         OnClick = GBClick
  113.       end
  114.     end
  115.   end
  116.   object Player: TFlashPlayerControl
  117.     Left = 185
  118.     Top = 0
  119.     Width = 459
  120.     Height = 418
  121.     Align = alClient
  122.     TabOrder = 1
  123.     FrameNum = -1
  124.     Playing = True
  125.     Quality = 1
  126.     ScaleMode = 0
  127.     AlignMode = 0
  128.     BackgroundColor = -1
  129.     Loop = True
  130.     WMode = 'Window'
  131.     Menu = True
  132.     Scale = 'ShowAll'
  133.     DeviceFont = False
  134.     EmbedMovie = False
  135.     Quality2 = 'High'
  136.     AllowScriptAccess = 'always'
  137.   end
  138.   object FontDialog: TFontDialog
  139.     Font.Charset = RUSSIAN_CHARSET
  140.     Font.Color = clWindowText
  141.     Font.Height = -133
  142.     Font.Name = 'Times New Roman'
  143.     Font.Style = [fsBold]
  144.     Options = [fdTrueTypeOnly, fdEffects]
  145.     Left = 32
  146.     Top = 216
  147.   end
  148. end