home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / zcd30120.exe / Demo / DRAGDRP1.DFM / DRAGDRP1.txt
Text File  |  1996-02-13  |  5KB  |  286 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 96
  4.   BorderStyle = bsDialog
  5.   Caption = 'Test drag and drop on TzDivider-components'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 165
  18.     Top = 242
  19.     Width = 97
  20.     Height = 16
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Drop here'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 165
  27.     Top = 194
  28.     Width = 97
  29.     Height = 16
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'Drop here'
  33.   end
  34.   object zDivider1: TzDivider
  35.     Tag = 2
  36.     Left = 0
  37.     Top = 224
  38.     Width = 427
  39.     height = 49
  40.     OnDragDrop = zDivider1DragDrop
  41.     OnDragOver = zDivider2DragOver
  42.   end
  43.   object zDivider2: TzDivider
  44.     Tag = 1
  45.     Left = 0
  46.     Top = 176
  47.     Width = 427
  48.     OnDragDrop = zDivider1DragDrop
  49.     OnDragOver = zDivider2DragOver
  50.   end
  51.   object zShapeBtn1: TzShapeBtn
  52.     Left = 8
  53.     Top = 8
  54.     DragMode = dmAutomatic
  55.     Color = clLime
  56.     ParentColor = False
  57.   end
  58.   object zShapeBtn2: TzShapeBtn
  59.     Left = 8
  60.     Top = 40
  61.     DragMode = dmAutomatic
  62.     Color = clFuchsia
  63.     ParentColor = False
  64.   end
  65.   object zShapeBtn3: TzShapeBtn
  66.     Left = 40
  67.     Top = 8
  68.     DragMode = dmAutomatic
  69.     Shape = sbCircle
  70.     Color = clLime
  71.     ParentColor = False
  72.   end
  73.   object zShapeBtn4: TzShapeBtn
  74.     Left = 40
  75.     Top = 40
  76.     DragMode = dmAutomatic
  77.     Shape = sbCircle
  78.     Color = clFuchsia
  79.     ParentColor = False
  80.   end
  81.   object zShapeBtn5: TzShapeBtn
  82.     Left = 72
  83.     Top = 8
  84.     DragMode = dmAutomatic
  85.     AcceleratorKey = '+'
  86.     Shape = sbPlus
  87.     Color = clLime
  88.     ParentColor = False
  89.   end
  90.   object zShapeBtn6: TzShapeBtn
  91.     Left = 72
  92.     Top = 40
  93.     DragMode = dmAutomatic
  94.     AcceleratorKey = '+'
  95.     Shape = sbPlus
  96.     Color = clFuchsia
  97.     ParentColor = False
  98.   end
  99.   object zShapeBtn7: TzShapeBtn
  100.     Left = 104
  101.     Top = 8
  102.     DragMode = dmAutomatic
  103.     AcceleratorKey = '-'
  104.     Shape = sbMinus
  105.     Color = clLime
  106.     ParentColor = False
  107.   end
  108.   object zShapeBtn8: TzShapeBtn
  109.     Left = 104
  110.     Top = 40
  111.     DragMode = dmAutomatic
  112.     AcceleratorKey = '-'
  113.     Shape = sbMinus
  114.     Color = clFuchsia
  115.     ParentColor = False
  116.   end
  117.   object Label3: TLabel
  118.     Left = 8
  119.     Top = 72
  120.     Width = 111
  121.     Height = 13
  122.     Caption = 'Drag any of the buttons'
  123.   end
  124.   object Label4: TLabel
  125.     Left = 184
  126.     Top = 32
  127.     Width = 75
  128.     Height = 13
  129.     Caption = 'Number of rects'
  130.   end
  131.   object Label5: TLabel
  132.     Left = 184
  133.     Top = 48
  134.     Width = 82
  135.     Height = 13
  136.     Caption = 'Number of circles'
  137.   end
  138.   object Label6: TLabel
  139.     Left = 184
  140.     Top = 64
  141.     Width = 58
  142.     Height = 13
  143.     Caption = 'Number of +'
  144.   end
  145.   object Label7: TLabel
  146.     Left = 184
  147.     Top = 80
  148.     Width = 55
  149.     Height = 13
  150.     Caption = 'Number of -'
  151.   end
  152.   object Label8: TLabel
  153.     Left = 184
  154.     Top = 136
  155.     Width = 74
  156.     Height = 13
  157.     Caption = 'Number of Lime'
  158.   end
  159.   object Label9: TLabel
  160.     Left = 184
  161.     Top = 152
  162.     Width = 92
  163.     Height = 13
  164.     Caption = 'Number of Fuchsia '
  165.   end
  166.   object Label10: TLabel
  167.     Left = 304
  168.     Top = 32
  169.     Width = 38
  170.     Height = 13
  171.     Caption = 'Label10'
  172.   end
  173.   object Label11: TLabel
  174.     Left = 304
  175.     Top = 48
  176.     Width = 38
  177.     Height = 13
  178.     Caption = 'Label11'
  179.   end
  180.   object Label12: TLabel
  181.     Left = 304
  182.     Top = 64
  183.     Width = 38
  184.     Height = 13
  185.     Caption = 'Label12'
  186.   end
  187.   object Label13: TLabel
  188.     Left = 304
  189.     Top = 80
  190.     Width = 38
  191.     Height = 13
  192.     Caption = 'Label13'
  193.   end
  194.   object Label14: TLabel
  195.     Left = 304
  196.     Top = 136
  197.     Width = 38
  198.     Height = 13
  199.     Caption = 'Label14'
  200.   end
  201.   object Label15: TLabel
  202.     Left = 304
  203.     Top = 152
  204.     Width = 38
  205.     Height = 13
  206.     Caption = 'Label15'
  207.   end
  208.   object Label16: TLabel
  209.     Left = 360
  210.     Top = 32
  211.     Width = 38
  212.     Height = 13
  213.     Caption = 'Label16'
  214.   end
  215.   object Label17: TLabel
  216.     Left = 360
  217.     Top = 48
  218.     Width = 38
  219.     Height = 13
  220.     Caption = 'Label17'
  221.   end
  222.   object Label18: TLabel
  223.     Left = 360
  224.     Top = 64
  225.     Width = 38
  226.     Height = 13
  227.     Caption = 'Label18'
  228.   end
  229.   object Label19: TLabel
  230.     Left = 360
  231.     Top = 80
  232.     Width = 38
  233.     Height = 13
  234.     Caption = 'Label19'
  235.   end
  236.   object Label20: TLabel
  237.     Left = 360
  238.     Top = 136
  239.     Width = 38
  240.     Height = 13
  241.     Caption = 'Label20'
  242.   end
  243.   object Label21: TLabel
  244.     Left = 360
  245.     Top = 152
  246.     Width = 38
  247.     Height = 13
  248.     Caption = 'Label21'
  249.   end
  250.   object Label22: TLabel
  251.     Left = 304
  252.     Top = 8
  253.     Width = 28
  254.     Height = 13
  255.     Caption = 'In first'
  256.   end
  257.   object Label23: TLabel
  258.     Left = 360
  259.     Top = 8
  260.     Width = 47
  261.     Height = 13
  262.     Caption = 'In second'
  263.   end
  264.   object BitBtn1: TBitBtn
  265.     Left = 8
  266.     Top = 136
  267.     Width = 89
  268.     Height = 33
  269.     TabOrder = 0
  270.     Kind = bkClose
  271.     Style = bsNew
  272.   end
  273.   object zColorBtn1: TzColorBtn
  274.     Left = 8
  275.     Top = 102
  276.     Width = 411
  277.     Height = 25
  278.     DragMode = dmAutomatic
  279.     Caption = 'Drag and drop this to clear counters'
  280.     Color = clYellow
  281.     ParentColor = False
  282.     TabOrder = 1
  283.     OnClick = zColorBtn1Click
  284.   end
  285. end
  286.