home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / zkuste / delphi / kompon / d23456 / COOLTRAY.ZIP / demos / MinimizeAnimation / Main.dfm / Main.txt < prev   
Text File  |  2002-10-23  |  2KB  |  69 lines

  1. object MainForm: TMainForm
  2.   Left = 329
  3.   Top = 389
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   Caption = 'Animation effects'
  7.   ClientHeight = 201
  8.   ClientWidth = 254
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 237
  24.     Height = 26
  25.     Caption = 
  26.       'Choose an animation effect and minimize this form. Click the tra' +
  27.       'y icon to restore the form.'
  28.     ShowAccelChar = False
  29.     WordWrap = True
  30.   end
  31.   object RadioGroup1: TRadioGroup
  32.     Left = 8
  33.     Top = 46
  34.     Width = 237
  35.     Height = 109
  36.     Caption = ' Animation effect '
  37.     ItemIndex = 1
  38.     Items.Strings = (
  39.       '&None'
  40.       'Floating &rectangles'
  41.       '&Fade (Win2000/WinXP only)'
  42.       '&Implode window (has resize bug)'
  43.       'Implode &outline (has redraw bug)')
  44.     TabOrder = 0
  45.     OnClick = RadioGroup1Click
  46.   end
  47.   object Button1: TButton
  48.     Left = 88
  49.     Top = 166
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'E&xit'
  53.     TabOrder = 1
  54.     OnClick = Button1Click
  55.   end
  56.   object CoolTrayIcon1: TCoolTrayIcon
  57.     CycleInterval = 0
  58.     Hint = 'Animation effects'
  59.     Icon.Data = {<image000.ico>}
  60.     IconVisible = True
  61.     IconIndex = 0
  62.     MinimizeToTray = True
  63.     OnClick = CoolTrayIcon1Click
  64.     OnMinimizeToTray = CoolTrayIcon1MinimizeToTray
  65.     Left = 40
  66.     Top = 164
  67.   end
  68. end
  69.