home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / Chip_2002-12_cd1.bin / zkuste / delphi / kompon / d234567 / MAGNET.ZIP / Demo / Main.dfm / Main.txt
Encoding:
Text File  |  2001-03-17  |  3.2 KB  |  105 lines

  1. object Form1: TForm1
  2.   Left = 205
  3.   Top = 144
  4.   Width = 505
  5.   Height = 372
  6.   Caption = 'FormMagnet demo (http://www.appcontrols.com)'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 497
  17.     Height = 29
  18.     Align = alTop
  19.     TabOrder = 0
  20.     object BitBtn1: TBitBtn
  21.       Left = 2
  22.       Top = 2
  23.       Width = 127
  24.       Height = 25
  25.       Caption = '&Add Window'
  26.       TabOrder = 0
  27.       OnClick = BitBtn1Click
  28.       Glyph.Data = {
  29.         4E010000424D4E01000000000000760000002800000012000000120000000100
  30.         040000000000D8000000CE0E0000D80E00000000000000000000000000000000
  31.         80000080000000808000800000008000800080800000C0C0C000808080000000
  32.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  33.         77777700000070000000000007777700000070033333333330777700000070B0
  34.         3333333333077700000070F80333333333307700000070B80333333333330700
  35.         000070F8F000033333330700000070B8FFFFF00000000700000070F8F777777F
  36.         70777700000070B8FFFFFFFF0007770000007708F7777FF8AA07770000007778
  37.         FFFFFF88AA00770000007778F77778AAAAAA070000007778FFFFF8AAAAAA0700
  38.         0000777888888888AA0077000000777777777778AA0777000000777777777777
  39.         887777000000777777777777777777000000}
  40.     end
  41.     object BitBtn2: TBitBtn
  42.       Left = 156
  43.       Top = 2
  44.       Width = 131
  45.       Height = 25
  46.       Caption = '&Add "Sub-Window"'
  47.       TabOrder = 1
  48.       OnClick = BitBtn2Click
  49.       Glyph.Data = {
  50.         4E010000424D4E01000000000000760000002800000012000000120000000100
  51.         040000000000D8000000CE0E0000D80E00000000000000000000000000000000
  52.         80000080000000808000800000008000800080800000C0C0C000808080000000
  53.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  54.         77777700000070000000000007777700000070033333333330777700000070B0
  55.         3333333333077700000070F80333333333307700000070B80333333333330700
  56.         000070F8F000033333330700000070B8FFFFF00000000700000070F8F777777F
  57.         70777700000070B8FFFFFFFF0007770000007708F7777FF8AA07770000007778
  58.         FFFFFF88AA00770000007778F77778AAAAAA070000007778FFFFF8AAAAAA0700
  59.         0000777888888888AA0077000000777777777778AA0777000000777777777777
  60.         887777000000777777777777777777000000}
  61.     end
  62.   end
  63.   object ScrollBox: TScrollBox
  64.     Left = 0
  65.     Top = 29
  66.     Width = 497
  67.     Height = 316
  68.     HorzScrollBar.Tracking = True
  69.     VertScrollBar.Tracking = True
  70.     Align = alClient
  71.     TabOrder = 1
  72.     object Label1: TLabel
  73.       Left = 6
  74.       Top = 6
  75.       Width = 187
  76.       Height = 13
  77.       Caption = 'Move main form near the screen edges.'
  78.     end
  79.     object Label2: TLabel
  80.       Left = 6
  81.       Top = 20
  82.       Width = 433
  83.       Height = 13
  84.       Caption = 
  85.         'Open child windows (using buttons above) to move them on screen ' +
  86.         'and near other windows'
  87.     end
  88.   end
  89.   object FormMagnet1: TFormMagnet
  90.     Active = True
  91.     Glue = False
  92.     FormDragable = False
  93.     MagnetType = mkOnMoving
  94.     Power = 20
  95.     ScreenMagnet.Area = saWorkArea
  96.     ScreenMagnet.DesktopPower = 20
  97.     ScreenMagnet.Top = True
  98.     ScreenMagnet.Bottom = True
  99.     ScreenMagnet.Left = True
  100.     ScreenMagnet.Right = True
  101.     Left = 208
  102.     Top = 129
  103.   end
  104. end
  105.