home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / zcd30120.exe / Demo / sbtest_1.dfm / sbtest_1.txt
Text File  |  1997-06-02  |  3KB  |  161 lines

  1. object Form1: TForm1
  2.   Left = 358
  3.   Top = 110
  4.   Width = 220
  5.   Height = 276
  6.   Caption = 'Test TzShapeBtn'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object zShapeBtn13: TzShapeBtn
  16.     Left = 154
  17.     Top = 195
  18.     Width = 49
  19.     Height = 49
  20.     Shape = sbCircle
  21.     ParentColor = False
  22.     OnClick = zShapeBtn13Click
  23.   end
  24.   object Label1: TLabel
  25.     Left = 18
  26.     Top = 176
  27.     Width = 174
  28.     Height = 16
  29.     Alignment = taCenter
  30.     AutoSize = False
  31.   end
  32.   object zShapeBtn1: TzShapeBtn
  33.     Left = 44
  34.     Top = 8
  35.     Width = 125
  36.     Height = 121
  37.     ParentColor = False
  38.     OnClick = zShapeBtn1Click
  39.   end
  40.   object zShapeBtn2: TzShapeBtn
  41.     Left = 68
  42.     Top = 32
  43.     Width = 81
  44.     Height = 81
  45.     Cursor = crSizeNWSE
  46.     Shape = sbOwnerDraw
  47.     ParentColor = False
  48.     OnClick = zShapeBtn2Click
  49.   end
  50.   object zShapeBtn3: TzShapeBtn
  51.     Left = 50
  52.     Top = 14
  53.     Width = 22
  54.     Height = 22
  55.     Cursor = crUpArrow
  56.     Shape = sbCircle
  57.     ParentColor = False
  58.     OnClick = zShapeBtn3Click
  59.   end
  60.   object zShapeBtn4: TzShapeBtn
  61.     Left = 8
  62.     Top = 8
  63.     Shape = sbBRTriangle
  64.     ShadowColor = clMaroon
  65.     Color = clRed
  66.     ParentColor = False
  67.     OnClick = zShapeBtn4Click
  68.   end
  69.   object zShapeBtn5: TzShapeBtn
  70.     Left = 8
  71.     Top = 104
  72.     Shape = sbTRTriangle
  73.     ShadowColor = clPurple
  74.     Color = clFuchsia
  75.     ParentColor = False
  76.     OnClick = zShapeBtn5Click
  77.   end
  78.   object zShapeBtn6: TzShapeBtn
  79.     Left = 176
  80.     Top = 8
  81.     Shape = sbBLTriangle
  82.     ShadowColor = clNavy
  83.     Color = clBlue
  84.     ParentColor = False
  85.     OnClick = zShapeBtn6Click
  86.   end
  87.   object zShapeBtn7: TzShapeBtn
  88.     Left = 176
  89.     Top = 104
  90.     Shape = sbTLTriangle
  91.     ShadowColor = clGreen
  92.     Color = clLime
  93.     ParentColor = False
  94.     OnClick = zShapeBtn7Click
  95.   end
  96.   object zShapeBtn8: TzShapeBtn
  97.     Left = 8
  98.     Top = 56
  99.     AcceleratorKey = '+'
  100.     Shape = sbPlus
  101.     HighLightColor = clLime
  102.     Color = clGreen
  103.     ParentColor = False
  104.     OnClick = zShapeBtn8Click
  105.   end
  106.   object Label2: TLabel
  107.     Left = 62
  108.     Top = 144
  109.     Width = 85
  110.     Height = 16
  111.     Alignment = taCenter
  112.     AutoSize = False
  113.   end
  114.   object zShapeBtn9: TzShapeBtn
  115.     Left = 176
  116.     Top = 56
  117.     AcceleratorKey = '-'
  118.     Shape = sbMinus
  119.     HighLightColor = clWhite
  120.     ShadowColor = clMaroon
  121.     Color = clRed
  122.     ParentColor = False
  123.     OnClick = zShapeBtn9Click
  124.   end
  125.   object zShapeBtn12: TzShapeBtn
  126.     Left = 162
  127.     Top = 203
  128.     Width = 33
  129.     Height = 33
  130.     Shape = sbCircle
  131.     ParentColor = False
  132.     OnClick = zShapeBtn12Click
  133.   end
  134.   object zShapeBtn10: TzShapeBtn
  135.     Left = 171
  136.     Top = 212
  137.     Width = 15
  138.     Height = 15
  139.     Shape = sbTRTriangle
  140.     ParentColor = False
  141.     OnClick = zShapeBtn11Click
  142.   end
  143.   object zShapeBtn11: TzShapeBtn
  144.     Left = 170
  145.     Top = 212
  146.     Width = 15
  147.     Height = 15
  148.     Shape = sbBLTriangle
  149.     ParentColor = False
  150.     OnClick = zShapeBtn10Click
  151.   end
  152.   object Edit1: TEdit
  153.     Left = 16
  154.     Top = 208
  155.     Width = 129
  156.     Height = 24
  157.     TabOrder = 0
  158.     Text = '0'
  159.   end
  160. end
  161.