home *** CD-ROM | disk | FTP | other *** search
/ Freelog 2 / Freelog002.iso / Logs / Divers / MTray / Mtray.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-01-22  |  7KB  |  293 lines

  1. object Form1: TForm1
  2.   Left = 48
  3.   Top = 365
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Form1'
  7.   ClientHeight = 146
  8.   ClientWidth = 106
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 15
  21.     Top = 56
  22.     Width = 77
  23.     Height = 13
  24.     Alignment = taCenter
  25.     Caption = 'Still 365 days'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWhite
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 27
  35.     Top = 72
  36.     Width = 50
  37.     Height = 13
  38.     Alignment = taCenter
  39.     Caption = '24 hours'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWhite
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object Label3: TLabel
  48.     Left = 24
  49.     Top = 88
  50.     Width = 66
  51.     Height = 13
  52.     Alignment = taCenter
  53.     Caption = '60 minuters'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWhite
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     ParentFont = False
  60.   end
  61.   object Label4: TLabel
  62.     Left = 20
  63.     Top = 104
  64.     Width = 66
  65.     Height = 13
  66.     Alignment = taCenter
  67.     Caption = '60 seconds'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clWhite
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsBold]
  73.     ParentFont = False
  74.   end
  75.   object Label5: TLabel
  76.     Left = 17
  77.     Top = 120
  78.     Width = 72
  79.     Height = 13
  80.     Alignment = taCenter
  81.     Caption = 'to year 2000'
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clWhite
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = [fsBold]
  87.     ParentFont = False
  88.   end
  89.   object Label6: TLabel
  90.     Left = 20
  91.     Top = 16
  92.     Width = 66
  93.     Height = 13
  94.     Alignment = taCenter
  95.     Caption = '3.04.59 PM'
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clLime
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = [fsBold]
  101.     ParentFont = False
  102.   end
  103.   object Label8: TLabel
  104.     Left = 25
  105.     Top = 32
  106.     Width = 55
  107.     Height = 13
  108.     Alignment = taCenter
  109.     Caption = '29/10/99'
  110.     Font.Charset = DEFAULT_CHARSET
  111.     Font.Color = clLime
  112.     Font.Height = -11
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = [fsBold]
  115.     ParentFont = False
  116.   end
  117.   object HideTimer: TSaveEdit
  118.     Left = 88
  119.     Top = 120
  120.     Width = 17
  121.     Height = 21
  122.     TabOrder = 0
  123.     Text = '5000'
  124.     Visible = False
  125.     Options.RegKey = '\Software\Utilmind\Millennium Tray'
  126.     Options.RegSubKey = 'HideTimer'
  127.     Options.IniFile = 'My.ini'
  128.     Options.IniSection = 'MyKey'
  129.     Options.UseRegistry = True
  130.   end
  131.   object Edit1: TEdit
  132.     Left = 72
  133.     Top = 40
  134.     Width = 25
  135.     Height = 21
  136.     TabOrder = 1
  137.     Text = '01'
  138.     Visible = False
  139.     OnChange = Edit1Change
  140.   end
  141.   object enablesound: TSaveCheckBox
  142.     Left = 0
  143.     Top = 0
  144.     Width = 97
  145.     Height = 17
  146.     Caption = 'enablesound'
  147.     TabOrder = 2
  148.     Visible = False
  149.     Options.RegKey = '\Software\Utilmind\Millennium Tray'
  150.     Options.RegSubKey = 'Sound'
  151.     Options.IniFile = 'My.ini'
  152.     Options.IniSection = 'MyKey'
  153.     Options.UseRegistry = True
  154.   end
  155.   object WavePath: TSaveEdit
  156.     Left = 64
  157.     Top = 88
  158.     Width = 121
  159.     Height = 21
  160.     TabOrder = 3
  161.     Visible = False
  162.     Options.RegKey = '\Software\Utilmind\Millennium Tray'
  163.     Options.RegSubKey = 'Sound'
  164.     Options.IniFile = 'My.ini'
  165.     Options.IniSection = 'MyKey'
  166.     Options.UseRegistry = True
  167.   end
  168.   object RxTrayIcon1: TRxTrayIcon
  169.     Icon.Data = {<image000.ico>}
  170.     PopupMenu = RxPopupMenu1
  171.     Top = 56
  172.   end
  173.   object RxPopupMenu1: TRxPopupMenu
  174.     LeftMargin = 20
  175.     Style = msBtnLowered
  176.     OnDrawMargin = RxPopupMenu1DrawMargin
  177.     Top = 48
  178.     object Autorun: TMenuItem
  179.       Caption = 'Autorun enabled'
  180.       OnClick = AutorunClick
  181.     end
  182.     object Options1: TMenuItem
  183.       Caption = 'Options'
  184.       object HideAfter1: TMenuItem
  185.         Caption = 'Hide After'
  186.         object N5sec1: TMenuItem
  187.           Caption = '5 sec'
  188.           OnClick = N5sec1Click
  189.         end
  190.         object N10sec1: TMenuItem
  191.           Caption = '10 sec'
  192.           OnClick = N10sec1Click
  193.         end
  194.       end
  195.       object PlaySound1: TMenuItem
  196.         Caption = 'Play Sound Every Hour'
  197.         object SoundEnabled1: TMenuItem
  198.           Caption = 'Enabled'
  199.           OnClick = SoundEnabled1Click
  200.         end
  201.         object ChooseSound1: TMenuItem
  202.           Caption = 'Choose Sound'
  203.           OnClick = ChooseSound1Click
  204.         end
  205.       end
  206.       object Play1: TMenuItem
  207.         Caption = 'Test Sound'
  208.         OnClick = Play1Click
  209.       end
  210.     end
  211.     object N2: TMenuItem
  212.       Caption = '-'
  213.     end
  214.     object Show1: TMenuItem
  215.       Caption = 'Show Time'
  216.       Default = True
  217.       OnClick = Show1Click
  218.     end
  219.     object Hide1: TMenuItem
  220.       Caption = 'Hide'
  221.       OnClick = Hide1Click
  222.     end
  223.     object N1: TMenuItem
  224.       Caption = '-'
  225.     end
  226.     object About1: TMenuItem
  227.       Caption = 'About Millennium Tray'
  228.       OnClick = About1Click
  229.     end
  230.     object Close1: TMenuItem
  231.       Caption = 'Close'
  232.       OnClick = Close1Click
  233.     end
  234.   end
  235.   object RxTimerList1: TRxTimerList
  236.     Active = True
  237.     Top = 80
  238.     object ShowTimer: TRxTimerEvent
  239.       Enabled = False
  240.       Interval = 5000
  241.       OnTimer = ShowTimerTimer
  242.     end
  243.     object NormalTimer: TRxTimerEvent
  244.       OnTimer = NormalTimerTimer
  245.     end
  246.   end
  247.   object AppEvents1: TAppEvents
  248.     ShowMainForm = False
  249.     OnMinimize = AppEvents1Minimize
  250.     OnRestore = AppEvents1Restore
  251.     Top = 96
  252.   end
  253.   object KTop1: TKTop
  254.     Top = 120
  255.   end
  256.   object About: TJFCAboutDialog
  257.     Author = 'Utilmind SH'
  258.     Copyright = 'Copyright ∩┐╜ 1998'
  259.     Email = 'utilmind@goplay.com'
  260.     LangType = ltEnglish
  261.     Options = [opShowAuthor, opShowBuildNumber, opShowEmail, opShowOSInformations, opShowText, opShowURL]
  262.     Text = 'Visit Utilmind SH website for more freeware!!!'
  263.     URL = 'http://www.angelfire.com/yt/utilmind/index.html'
  264.     Version = 'Version 1.1.1'
  265.     Left = 32
  266.     Top = 112
  267.   end
  268.   object RegistryEnhanced1: TRegistryEnhanced
  269.     Key = '\SOFTWARE\Microsoft\Windows\CurrentVersion\Run'
  270.     LangType = ltEnglish
  271.     Left = 40
  272.     Top = 120
  273.   end
  274.   object WavSound1: TWave
  275.     WhereWave = wwInFile
  276.     ResourceType = 'WAVE'
  277.     Options = [woNoDefault]
  278.     Top = 32
  279.   end
  280.   object OpenDialog1: TOpenDialog
  281.     DefaultExt = '*.wav'
  282.     Filter = '*.wav'
  283.     InitialDir = 'c:\'
  284.     Title = 'Change wave file'
  285.     OnSelectionChange = OpenDialog1SelectionChange
  286.     Top = 32
  287.   end
  288.   object tvAPIThing1: TtvAPIThing
  289.     Left = 8
  290.     Top = 16
  291.   end
  292. end
  293.