home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June A / Pcwk6A98.iso / Share95 / Tvstudio / _SETUP.1 / PStudio.exe / 0 / RCDATA / TMORFSHAPEFORM / TMORFSHAPEFORM.txt
Text File  |  1998-04-01  |  3KB  |  138 lines

  1. object morfshapeform: Tmorfshapeform
  2.   Left = 263
  3.   Top = 232
  4.   Width = 566
  5.   Height = 139
  6.   Caption = 'Morf Shape s'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label3d1: TLabel3d
  18.     Left = 472
  19.     Top = 16
  20.     Width = 47
  21.     Height = 20
  22.     Caption = 'Width'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -16
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentColor = False
  29.     ParentFont = False
  30.     Transparent = True
  31.     AStyle3D = Raised3d
  32.     AShadeLTSet = False
  33.   end
  34.   object Label3d2: TLabel3d
  35.     Left = 472
  36.     Top = 48
  37.     Width = 47
  38.     Height = 20
  39.     Caption = 'Paste'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -16
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentColor = False
  46.     ParentFont = False
  47.     Transparent = True
  48.     AStyle3D = Raised3d
  49.     AShadeLTSet = False
  50.   end
  51.   object Image1: TImage
  52.     Left = 136
  53.     Top = 42
  54.     Width = 89
  55.     Height = 71
  56.     AutoSize = True
  57.     Visible = False
  58.   end
  59.   object Panel1: TPanel
  60.     Left = 8
  61.     Top = 16
  62.     Width = 377
  63.     Height = 81
  64.     Caption = ' '
  65.     TabOrder = 0
  66.     object Shape1: TShape
  67.       Left = 8
  68.       Top = 8
  69.       Width = 65
  70.       Height = 65
  71.       Brush.Color = clMaroon
  72.       OnMouseUp = Shape1MouseUp
  73.     end
  74.     object Shape2: TShape
  75.       Left = 88
  76.       Top = 8
  77.       Width = 65
  78.       Height = 65
  79.       Shape = stRoundRect
  80.       OnMouseUp = Shape2MouseUp
  81.     end
  82.     object Shape3: TShape
  83.       Left = 168
  84.       Top = 8
  85.       Width = 65
  86.       Height = 65
  87.       Shape = stCircle
  88.       OnMouseUp = Shape3MouseUp
  89.     end
  90.     object Shape4: TShape
  91.       Left = 256
  92.       Top = 8
  93.       Width = 89
  94.       Height = 65
  95.       Shape = stEllipse
  96.       OnMouseUp = Shape4MouseUp
  97.     end
  98.   end
  99.   object SpinEdit1: TSpinEdit
  100.     Left = 400
  101.     Top = 16
  102.     Width = 65
  103.     Height = 22
  104.     MaxValue = 1000
  105.     MinValue = 10
  106.     TabOrder = 1
  107.     Value = 100
  108.   end
  109.   object SpinEdit2: TSpinEdit
  110.     Left = 400
  111.     Top = 48
  112.     Width = 65
  113.     Height = 22
  114.     MaxValue = 1000
  115.     MinValue = 10
  116.     TabOrder = 2
  117.     Value = 100
  118.   end
  119.   object BitBtn1: TBitBtn
  120.     Left = 400
  121.     Top = 80
  122.     Width = 75
  123.     Height = 25
  124.     TabOrder = 3
  125.     OnClick = BitBtn1Click
  126.     Kind = bkOK
  127.   end
  128.   object BitBtn2: TBitBtn
  129.     Left = 480
  130.     Top = 80
  131.     Width = 75
  132.     Height = 25
  133.     TabOrder = 4
  134.     OnClick = BitBtn2Click
  135.     Kind = bkCancel
  136.   end
  137. end
  138.