home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / SHAREWAR / GTIDESK / _SETUP.1 / GTIDESK.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1997-09-16  |  3KB  |  118 lines

  1. object MainForm: TMainForm
  2.   Left = 180
  3.   Top = 575
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = ' '
  7.   ClientHeight = 80
  8.   ClientWidth = 380
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 380
  25.     Height = 80
  26.     Align = alClient
  27.     BevelWidth = 2
  28.     Color = clSilver
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 163
  32.       Top = 2
  33.       Width = 215
  34.       Height = 62
  35.       Align = alClient
  36.       Alignment = taCenter
  37.       Caption = 'Desktop+'
  38.       Color = clBlue
  39.       Font.Charset = ANSI_CHARSET
  40.       Font.Color = clBlack
  41.       Font.Height = -45
  42.       Font.Name = 'Arial'
  43.       Font.Style = [fsBold]
  44.       ParentColor = False
  45.       ParentFont = False
  46.       Transparent = True
  47.     end
  48.     object GTILogo1: TGTILogo
  49.       Left = 2
  50.       Top = 2
  51.       Width = 161
  52.       Height = 62
  53.       Align = alLeft
  54.       AutoSize = True
  55.       Picture.Data = {<image001.bmp>}
  56.       Transparent = True
  57.     end
  58.     object Bevel2: TBevel
  59.       Left = 2
  60.       Top = 64
  61.       Width = 376
  62.       Height = 2
  63.       Align = alBottom
  64.     end
  65.     object Copyright1: TCopyright
  66.       Left = 2
  67.       Top = 66
  68.       Width = 376
  69.       Height = 12
  70.       CopyrightHolder = 'Graham Technology & Information Ltd'
  71.       CopyrightYear = '1995 - 97'
  72.       Align = alBottom
  73.       Alignment = taCenter
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clWindowText
  76.       Font.Height = -9
  77.       Font.Name = 'Arial'
  78.       Font.Style = []
  79.       ParentFont = False
  80.       Transparent = True
  81.     end
  82.   end
  83.   object HideTimer: TTimer
  84.     Interval = 4000
  85.     OnTimer = HideTimerTimer
  86.     Left = 56
  87.   end
  88.   object TheMenu: TPopupMenu
  89.     AutoPopup = False
  90.     Left = 2
  91.     Top = 5
  92.     object settings: TMenuItem
  93.       Caption = 'Change GTI Desktop+ settings'
  94.       OnClick = settingsClick
  95.     end
  96.     object Exit1: TMenuItem
  97.       Caption = 'Exit'
  98.       GroupIndex = 1
  99.       OnClick = Exit1Click
  100.     end
  101.   end
  102.   object TrayIcon: TTrayIcon
  103.     Active = True
  104.     ShowDesigning = False
  105.     Icon.Data = {<image002.ico>}
  106.     ToolTip = 'GTI Desktop+ Control Center'
  107.     OnClick = TrayIconClick
  108.     OnDblClick = TrayIconClick
  109.     OnRightClick = TrayIconRightClick
  110.     Left = 26
  111.     Top = 5
  112.   end
  113.   object OnlyOne: TOnlyOne
  114.     Left = 88
  115.     Top = 8
  116.   end
  117. end
  118.