home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / CALCBOX.ZIP / DEMO / DRAGDROP.DFM / DRAGDROP.txt next >
Text File  |  1996-01-22  |  6KB  |  281 lines

  1. object Form3: TForm3
  2.   Left = 135
  3.   Top = 113
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Drag and Drop'
  7.   Color = clTeal
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 96
  16.     Top = 16
  17.     Width = 199
  18.     Height = 16
  19.     Caption = 'Drag from TCalculatorBox to ...'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 5
  23.     Top = 120
  24.     Width = 152
  25.     Height = 16
  26.     Caption = '... another TCalculatorBox'
  27.     Font.Color = clBlack
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label3: TLabel
  34.     Left = 46
  35.     Top = 136
  36.     Width = 117
  37.     Height = 16
  38.     Caption = '.. and then drag to ...'
  39.     Font.Color = clBlack
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Label4: TLabel
  46.     Left = 296
  47.     Top = 168
  48.     Width = 96
  49.     Height = 16
  50.     Caption = '... an Edit control'
  51.     Font.Color = clBlack
  52.     Font.Height = -13
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57.   object Label5: TLabel
  58.     Left = 296
  59.     Top = 184
  60.     Width = 120
  61.     Height = 16
  62.     Caption = '... and then drag to ...'
  63.     Font.Color = clBlack
  64.     Font.Height = -13
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.   end
  69.   object Label6: TLabel
  70.     Left = 168
  71.     Top = 248
  72.     Width = 129
  73.     Height = 16
  74.     Caption = '... to a TCalculatorBox'
  75.     Font.Color = clBlack
  76.     Font.Height = -13
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.   end
  81.   object Shape1: TShape
  82.     Left = 267
  83.     Top = 48
  84.     Width = 64
  85.     Height = 6
  86.     Brush.Color = clBlue
  87.   end
  88.   object Shape2: TShape
  89.     Left = 61
  90.     Top = 48
  91.     Width = 59
  92.     Height = 6
  93.     Brush.Color = clBlue
  94.   end
  95.   object Shape3: TShape
  96.     Left = 164
  97.     Top = 150
  98.     Width = 67
  99.     Height = 6
  100.     Brush.Color = clBlue
  101.   end
  102.   object Shape4: TShape
  103.     Left = 328
  104.     Top = 48
  105.     Width = 6
  106.     Height = 81
  107.     Brush.Color = clBlue
  108.   end
  109.   object Shape5: TShape
  110.     Left = 56
  111.     Top = 48
  112.     Width = 6
  113.     Height = 27
  114.     Brush.Color = clBlue
  115.   end
  116.   object Shape6: TShape
  117.     Left = 280
  118.     Top = 163
  119.     Width = 6
  120.     Height = 33
  121.     Brush.Color = clBlue
  122.   end
  123.   object Shape7: TShape
  124.     Left = 160
  125.     Top = 112
  126.     Width = 6
  127.     Height = 44
  128.     Brush.Color = clBlue
  129.   end
  130.   object Image1: TImage
  131.     Left = 51
  132.     Top = 68
  133.     Width = 17
  134.     Height = 16
  135.     Picture.Data = {<image000.bmp>}
  136.   end
  137.   object Image2: TImage
  138.     Left = 232
  139.     Top = 144
  140.     Width = 16
  141.     Height = 16
  142.     Picture.Data = {<image001.bmp>}
  143.   end
  144.   object Image3: TImage
  145.     Left = 275
  146.     Top = 192
  147.     Width = 17
  148.     Height = 16
  149.     Picture.Data = {<image002.bmp>}
  150.   end
  151.   object Image4: TImage
  152.     Left = 324
  153.     Top = 120
  154.     Width = 17
  155.     Height = 16
  156.     Picture.Data = {<image003.bmp>}
  157.   end
  158.   object Label7: TLabel
  159.     Left = 300
  160.     Top = 248
  161.     Width = 104
  162.     Height = 16
  163.     Caption = '.. and then up to ...'
  164.     Font.Color = clBlack
  165.     Font.Height = -13
  166.     Font.Name = 'MS Sans Serif'
  167.     Font.Style = []
  168.     ParentFont = False
  169.   end
  170.   object Shape8: TShape
  171.     Left = 8
  172.     Top = 224
  173.     Width = 175
  174.     Height = 6
  175.     Brush.Color = clBlue
  176.   end
  177.   object Shape9: TShape
  178.     Left = 7
  179.     Top = 104
  180.     Width = 6
  181.     Height = 125
  182.     Brush.Color = clBlue
  183.   end
  184.   object Shape10: TShape
  185.     Left = 7
  186.     Top = 102
  187.     Width = 15
  188.     Height = 6
  189.     Brush.Color = clBlue
  190.   end
  191.   object Image5: TImage
  192.     Left = 22
  193.     Top = 96
  194.     Width = 16
  195.     Height = 16
  196.     Picture.Data = {<image004.bmp>}
  197.   end
  198.   object BitBtn1: TBitBtn
  199.     Left = 56
  200.     Top = 176
  201.     Width = 89
  202.     Height = 33
  203.     Caption = 'OK'
  204.     Default = True
  205.     ModalResult = 1
  206.     TabOrder = 4
  207.     Glyph.Data = {
  208.       68010000424D6801000000000000760000002800000012000000120000000100
  209.       040000000000D800000000000000000000000000000000000000000000000000
  210.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  211.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  212.       888888541F938888888888888888883146A2888888888888888888DB0D228888
  213.       00888880088888941944888808000008088888C0C8EE8880D0DDDDD0088888B4
  214.       A26D880DDDDDDDDDD088886066E2880DDDDDDDDDDF0888CC00CC80DDDDDDDDDD
  215.       D0088833003380DDDDDDDDDDDDD00866006680DDDDDDDDDDDDDD08DD00DD80DD
  216.       00DDDDD0FDDD08BB00BB880DFF000DDFDD0088660066888008FFFDDDD08888DD
  217.       00DD8888800000D0088888BB00BB888888888800888888660066888888888880
  218.       888888DD00DD888888888888888888BB00BB0000000000000000000000000000
  219.       000000000000000000000000}
  220.   end
  221.   object CalculatorBox1: TCalculatorBox
  222.     Left = 120
  223.     Top = 40
  224.     Width = 145
  225.     Height = 24
  226.     Hint = 'Click me!'
  227.     Alignment = taRightJustify
  228.     DragMode = dmAutomatic
  229.     MaxLength = 14
  230.     ParentShowHint = False
  231.     ShowHint = True
  232.     TabOrder = 0
  233.     DisplayText = '0'
  234.   end
  235.   object CalculatorBox2: TCalculatorBox
  236.     Left = 40
  237.     Top = 88
  238.     Width = 153
  239.     Height = 24
  240.     Hint = 'Click me!'
  241.     Alignment = taRightJustify
  242.     DragMode = dmAutomatic
  243.     MaxLength = 14
  244.     ParentShowHint = False
  245.     ShowHint = True
  246.     TabOrder = 1
  247.     OnDragDrop = CalculatorBox2DragDrop
  248.     OnDragOver = CalculatorBox2DragOver
  249.     DisplayText = '0'
  250.   end
  251.   object CalculatorBox3: TCalculatorBox
  252.     Left = 184
  253.     Top = 216
  254.     Width = 145
  255.     Height = 24
  256.     Hint = 'Click me!'
  257.     Alignment = taRightJustify
  258.     DragMode = dmAutomatic
  259.     MaxLength = 14
  260.     ParentShowHint = False
  261.     ShowHint = True
  262.     TabOrder = 3
  263.     OnDragDrop = CalculatorBox3DragDrop
  264.     OnDragOver = CalculatorBox3DragOver
  265.     DisplayText = '0'
  266.   end
  267.   object Edit1: TEdit
  268.     Left = 248
  269.     Top = 136
  270.     Width = 137
  271.     Height = 24
  272.     DragMode = dmAutomatic
  273.     TabOrder = 2
  274.     Text = '0'
  275.     OnChange = Edit1Change
  276.     OnDragDrop = Edit1DragDrop
  277.     OnDragOver = CalculatorBox2DragOver
  278.     OnKeyPress = Edit1KeyPress
  279.   end
  280. end
  281.