home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / coolwake / coolwake.exe / 0 / RCDATA / TTIMERFRM / TTIMERFRM.txt < prev   
Text File  |  1997-04-16  |  19KB  |  623 lines

  1. object TimerFrm: TTimerFrm
  2.   Left = 227
  3.   Top = 103
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'CoolWake'
  7.   ClientHeight = 460
  8.   ClientWidth = 419
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = TimerFrmMnu
  15.   ShowHint = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 419
  24.     Height = 1
  25.     Align = alTop
  26.     Shape = bsTopLine
  27.   end
  28.   object ControlsNbk: TTabbedNotebook
  29.     Left = 8
  30.     Top = 120
  31.     Width = 401
  32.     Height = 305
  33.     TabFont.Color = clBtnText
  34.     TabFont.Height = -11
  35.     TabFont.Name = 'MS Sans Serif'
  36.     TabFont.Style = []
  37.     TabOrder = 0
  38.     OnChange = ControlsNbkChange
  39.     object TTabPage
  40.       Left = 4
  41.       Top = 24
  42.       Caption = 'Alarm Settings'
  43.       object Label4: TLabel
  44.         Left = 32
  45.         Top = 352
  46.         Width = 30
  47.         Height = 10
  48.         Caption = 'Current:'
  49.       end
  50.       object SettingsGrp: TGroupBox
  51.         Left = 0
  52.         Top = 16
  53.         Width = 385
  54.         Height = 249
  55.         Caption = 'Set Date/Time:'
  56.         TabOrder = 0
  57.         object Label2: TLabel
  58.           Left = 16
  59.           Top = 168
  60.           Width = 41
  61.           Height = 17
  62.           Caption = 'Hour:'
  63.         end
  64.         object Label3: TLabel
  65.           Left = 16
  66.           Top = 216
  67.           Width = 41
  68.           Height = 17
  69.           Caption = 'Minute:'
  70.         end
  71.         object MonthNamePnl: TPanel
  72.           Left = 16
  73.           Top = 24
  74.           Width = 329
  75.           Height = 21
  76.           BevelInner = bvLowered
  77.           BorderStyle = bsSingle
  78.           TabOrder = 5
  79.         end
  80.         object DayCal: TCalendar
  81.           Left = 16
  82.           Top = 42
  83.           Width = 337
  84.           Height = 101
  85.           Hint = 'Select day for alarm.'
  86.           StartOfWeek = 0
  87.           TabOrder = 0
  88.           OnChange = SetCurrentStr
  89.         end
  90.         object MonthSel: TSpinButton
  91.           Left = 344
  92.           Top = 24
  93.           Width = 25
  94.           Height = 119
  95.           Hint = 'Select Month for alarm.'
  96.           DownGlyph.Data = {
  97.             DE000000424DDE00000000000000360000002800000009000000060000000100
  98.             180000000000A800000000000000000000000000000000000000007F7F007F7F
  99.             007F7F007F7F007F7F007F7F007F7F007F7F00FE7F00007F7F007F7F007F7F00
  100.             7F7F000000007F7F007F7F007F7F00FE7F00007F7F007F7F007F7F0000000000
  101.             00000000007F7F007F7F00FE7F00007F7F007F7F000000000000000000000000
  102.             000000007F7F00FE7F00007F7F00000000000000000000000000000000000000
  103.             000000FE7F00007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FE
  104.             7F00}
  105.           TabOrder = 1
  106.           UpGlyph.Data = {
  107.             DE000000424DDE00000000000000360000002800000009000000060000000100
  108.             180000000000A800000000000000000000000000000000000000007F7F007F7F
  109.             007F7F007F7F007F7F007F7F007F7F007F7F00FE7F00007F7F00000000000000
  110.             000000000000000000000000000000FE7F00007F7F007F7F0000000000000000
  111.             00000000000000007F7F00FE7F00007F7F007F7F007F7F000000000000000000
  112.             007F7F007F7F00FE7F00007F7F007F7F007F7F007F7F000000007F7F007F7F00
  113.             7F7F00FE7F00007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FE
  114.             7F00}
  115.           OnDownClick = MonthSelDownClick
  116.           OnUpClick = MonthSelUpClick
  117.         end
  118.         object HourBar: TTrackBar
  119.           Left = 88
  120.           Top = 152
  121.           Width = 185
  122.           Height = 45
  123.           Hint = 'Select hour for alarm.'
  124.           Max = 23
  125.           Orientation = trHorizontal
  126.           Frequency = 1
  127.           Position = 0
  128.           SelEnd = 0
  129.           SelStart = 0
  130.           TabOrder = 2
  131.           TickMarks = tmBoth
  132.           TickStyle = tsAuto
  133.           OnChange = SetCurrentStr
  134.         end
  135.         object MinuteBar: TTrackBar
  136.           Left = 88
  137.           Top = 200
  138.           Width = 273
  139.           Height = 45
  140.           Hint = 'Select minute for alarm.'
  141.           Max = 59
  142.           Orientation = trHorizontal
  143.           Frequency = 2
  144.           Position = 0
  145.           SelEnd = 0
  146.           SelStart = 0
  147.           TabOrder = 3
  148.           TickMarks = tmBoth
  149.           TickStyle = tsAuto
  150.           OnChange = SetCurrentStr
  151.         end
  152.         object DailyAlarmPnl: TPanel
  153.           Left = 7
  154.           Top = 18
  155.           Width = 371
  156.           Height = 130
  157.           TabOrder = 4
  158.           Visible = False
  159.           object SplashImg: TImage
  160.             Left = 7
  161.             Top = 7
  162.             Width = 247
  163.             Height = 117
  164.             Picture.Data = {<image001.bmp>}
  165.             Stretch = True
  166.           end
  167.           object Label5: TLabel
  168.             Left = 64
  169.             Top = 12
  170.             Width = 132
  171.             Height = 24
  172.             Caption = 'SHAREWARE'
  173.             Color = clGreen
  174.             Font.Color = clNavy
  175.             Font.Height = -20
  176.             Font.Name = 'MS Sans Serif'
  177.             Font.Style = [fsBold]
  178.             ParentColor = False
  179.             ParentFont = False
  180.           end
  181.           object Label7: TLabel
  182.             Left = 195
  183.             Top = 106
  184.             Width = 59
  185.             Height = 13
  186.             Caption = 'Version 2.0'
  187.             Color = clBlack
  188.             Font.Color = clWhite
  189.             Font.Height = -11
  190.             Font.Name = 'Times New Roman'
  191.             Font.Style = [fsBold]
  192.             ParentColor = False
  193.             ParentFont = False
  194.             Transparent = True
  195.           end
  196.           object Panel1: TPanel
  197.             Left = 254
  198.             Top = 7
  199.             Width = 111
  200.             Height = 117
  201.             BevelInner = bvLowered
  202.             Caption = 'Panel1'
  203.             Font.Color = clWindowText
  204.             Font.Height = -25
  205.             Font.Name = 'MS Sans Serif'
  206.             Font.Style = []
  207.             ParentFont = False
  208.             TabOrder = 0
  209.             object Label6: TLabel
  210.               Left = 16
  211.               Top = 26
  212.               Width = 81
  213.               Height = 55
  214.               Alignment = taCenter
  215.               Caption = 'Daily Alarm'
  216.               Font.Color = clWindowText
  217.               Font.Height = -25
  218.               Font.Name = 'MS Sans Serif'
  219.               Font.Style = [fsBold]
  220.               ParentFont = False
  221.             end
  222.           end
  223.         end
  224.       end
  225.     end
  226.     object TTabPage
  227.       Left = 4
  228.       Top = 24
  229.       Caption = 'Properties'
  230.       object GroupBox2: TGroupBox
  231.         Left = 8
  232.         Top = 4
  233.         Width = 185
  234.         Height = 89
  235.         Caption = 'CD Control'
  236.         TabOrder = 0
  237.         object Label1: TLabel
  238.           Left = 64
  239.           Top = 56
  240.           Width = 57
  241.           Height = 25
  242.           Caption = 'Starting Track:'
  243.         end
  244.         object StartingTrackEdt: TEdit
  245.           Left = 144
  246.           Top = 56
  247.           Width = 25
  248.           Height = 21
  249.           Hint = 'Track CD play will start at.'
  250.           Enabled = False
  251.           TabOrder = 1
  252.           Text = '1'
  253.         end
  254.         object StartingTrackBar: TTrackBar
  255.           Left = 8
  256.           Top = 16
  257.           Width = 169
  258.           Height = 41
  259.           Hint = 'Select starting track.'
  260.           Enabled = False
  261.           Min = 1
  262.           Orientation = trHorizontal
  263.           Frequency = 1
  264.           Position = 1
  265.           SelEnd = 0
  266.           SelStart = 0
  267.           TabOrder = 0
  268.           TickMarks = tmBottomRight
  269.           TickStyle = tsAuto
  270.           OnChange = StartingTrackBarChange
  271.         end
  272.         object UseCDChk: TCheckBox
  273.           Left = 104
  274.           Top = 0
  275.           Width = 65
  276.           Height = 17
  277.           Hint = 'Check on to use CD for alarm.'
  278.           Caption = 'Use CD'
  279.           TabOrder = 2
  280.           OnClick = UseCDChkClick
  281.         end
  282.       end
  283.       object CDPlayer: TMediaPlayer
  284.         Left = 8
  285.         Top = 64
  286.         Width = 57
  287.         Height = 25
  288.         VisibleButtons = [btPlay, btStop]
  289.         DeviceType = dtCDAudio
  290.         Shareable = True
  291.         Visible = False
  292.         TabOrder = 1
  293.         OnNotify = CDPlayerNotify
  294.       end
  295.       object GroupBox3: TGroupBox
  296.         Left = 8
  297.         Top = 104
  298.         Width = 185
  299.         Height = 73
  300.         Caption = 'Play .wav File:'
  301.         TabOrder = 2
  302.         object WavFileEdt: TEdit
  303.           Left = 16
  304.           Top = 16
  305.           Width = 153
  306.           Height = 21
  307.           Hint = 'Path of .wav file to play for alarm.'
  308.           Enabled = False
  309.           TabOrder = 0
  310.           OnChange = WavFileEdtChange
  311.         end
  312.         object FindWavBtn: TBitBtn
  313.           Left = 96
  314.           Top = 40
  315.           Width = 75
  316.           Height = 25
  317.           Hint = 'Browse file system to locate .wav file.'
  318.           Caption = 'Browse'
  319.           Enabled = False
  320.           TabOrder = 1
  321.           OnClick = FindWavBtnClick
  322.           Glyph.Data = {
  323.             76010000424D7601000000000000760000002800000020000000100000000100
  324.             04000000000000010000130B0000130B00000000000000000000000000000000
  325.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  326.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  327.             333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  328.             0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  329.             07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  330.             07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  331.             0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  332.             33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  333.             B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  334.             3BB33773333773333773B333333B3333333B7333333733333337}
  335.           NumGlyphs = 2
  336.         end
  337.         object UseWavChk: TCheckBox
  338.           Left = 104
  339.           Top = 0
  340.           Width = 73
  341.           Height = 17
  342.           Hint = 'Check to use .wav file for alarm.'
  343.           Caption = 'Use .wav'
  344.           TabOrder = 2
  345.           OnClick = UseWavChkClick
  346.         end
  347.       end
  348.       object GroupBox4: TGroupBox
  349.         Left = 208
  350.         Top = 4
  351.         Width = 185
  352.         Height = 261
  353.         Caption = 'Reminders:'
  354.         TabOrder = 3
  355.         object RemindersMmo: TMemo
  356.           Left = 8
  357.           Top = 16
  358.           Width = 169
  359.           Height = 233
  360.           Hint = 'List of reminders to show on alarm.'
  361.           ScrollBars = ssBoth
  362.           TabOrder = 0
  363.         end
  364.       end
  365.       object WavPlayer: TMediaPlayer
  366.         Left = 24
  367.         Top = 144
  368.         Width = 57
  369.         Height = 25
  370.         Hint = 'Play/Stop .wav file.'
  371.         Enabled = False
  372.         VisibleButtons = [btPlay, btStop]
  373.         TabOrder = 4
  374.       end
  375.       object GroupBox5: TGroupBox
  376.         Left = 8
  377.         Top = 192
  378.         Width = 185
  379.         Height = 73
  380.         Caption = 'Run .exe:'
  381.         TabOrder = 5
  382.         object ExeEdt: TEdit
  383.           Left = 16
  384.           Top = 16
  385.           Width = 153
  386.           Height = 21
  387.           Hint = 'Path of .wav file to play for alarm.'
  388.           Enabled = False
  389.           TabOrder = 0
  390.           OnChange = ExeEdtChange
  391.         end
  392.         object FindExeBtn: TBitBtn
  393.           Left = 96
  394.           Top = 40
  395.           Width = 75
  396.           Height = 25
  397.           Hint = 'Browse file system to locate .wav file.'
  398.           Caption = 'Browse'
  399.           Enabled = False
  400.           TabOrder = 1
  401.           OnClick = FindExeBtnClick
  402.           Glyph.Data = {
  403.             76010000424D7601000000000000760000002800000020000000100000000100
  404.             04000000000000010000130B0000130B00000000000000000000000000000000
  405.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  406.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  407.             333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  408.             0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  409.             07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  410.             07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  411.             0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  412.             33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  413.             B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  414.             3BB33773333773333773B333333B3333333B7333333733333337}
  415.           NumGlyphs = 2
  416.         end
  417.         object UseExeChk: TCheckBox
  418.           Left = 104
  419.           Top = 0
  420.           Width = 73
  421.           Height = 17
  422.           Hint = 'Check to use .wav file for alarm.'
  423.           Caption = 'Use .exe'
  424.           TabOrder = 2
  425.           OnClick = UseExeChkClick
  426.         end
  427.         object RunBtn: TBitBtn
  428.           Left = 16
  429.           Top = 40
  430.           Width = 41
  431.           Height = 25
  432.           Hint = 'Browse file system to locate .wav file.'
  433.           Enabled = False
  434.           TabOrder = 3
  435.           OnClick = RunBtnClick
  436.           Glyph.Data = {
  437.             76010000424D7601000000000000760000002800000020000000100000000100
  438.             04000000000000010000130B0000130B00000000000000000000000000000000
  439.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  440.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  441.             33333333333333333333EEEEEEEEEEEEEEE333FFFFFFFFFFFFF3E00000000000
  442.             00E337777777777777F3E0F77777777770E337F33333333337F3E0F333333333
  443.             70E337F3333F333337F3E0F33303333370E337F3337FF33337F3E0F333003333
  444.             70E337F33377FF3337F3E0F33300033370E337F333777FF337F3E0F333000033
  445.             70E337F33377773337F3E0F33300033370E337F33377733337F3E0F333003333
  446.             70E337F33377333337F3E0F33303333370E337F33373333337F3E0F333333333
  447.             70E337F33333333337F3E0FFFFFFFFFFF0E337FFFFFFFFFFF7F3E00000000000
  448.             00E33777777777777733EEEEEEEEEEEEEEE33333333333333333}
  449.           NumGlyphs = 2
  450.         end
  451.       end
  452.     end
  453.   end
  454.   object StatusBar: TStatusBar
  455.     Left = 0
  456.     Top = 436
  457.     Width = 419
  458.     Height = 24
  459.     Panels = <>
  460.     SimplePanel = True
  461.     SimpleText = 
  462.       'Use Calendar + Sliders to set Time.  Click "Set!" Button to Acti' +
  463.       'vate.'
  464.   end
  465.   object GroupBox1: TGroupBox
  466.     Left = 8
  467.     Top = 8
  468.     Width = 401
  469.     Height = 97
  470.     Caption = 'Current Setting:'
  471.     Color = clBtnFace
  472.     ParentColor = False
  473.     TabOrder = 2
  474.     object UseDailyChk: TCheckBox
  475.       Left = 299
  476.       Top = 0
  477.       Width = 72
  478.       Height = 14
  479.       Hint = 'Check on to set a daily alarm.'
  480.       Caption = 'Use Daily'
  481.       TabOrder = 0
  482.       OnClick = UseDailyChkClick
  483.     end
  484.     object SetBtn: TBitBtn
  485.       Left = 302
  486.       Top = 24
  487.       Width = 75
  488.       Height = 33
  489.       Hint = 'Set Alarm ON.'
  490.       Caption = 'Set !'
  491.       TabOrder = 1
  492.       OnClick = SetBtnClick
  493.       Glyph.Data = {
  494.         78010000424D7801000000000000760000002800000020000000100000000100
  495.         04000000000000000000120B0000120B00000000000000000000000000000000
  496.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  497.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300130000031
  498.         00333773F77777FF7733331000909000133333377737F777FF33330098F0F890
  499.         0333337733F733F77F33370980FFF08907333373373F373373F33099FF0FFFF9
  500.         903337F3F373F33FF7F33090FFF0FF00903337F73337F37737F33099FFF0FFF9
  501.         9033373F33F7F3F33733370980F0F0890733337FF737F7337F33330098F0F890
  502.         03333F77FF3733377FFF000009999900000377777FFFFF77777F088700000008
  503.         77037F3377777773337F088887707888870373F3337773F33373307880707088
  504.         7033373FF737F73FF733337003303300733333777337FF777333333333000333
  505.         33333333337773333333333333333333333333333333333333330000}
  506.       NumGlyphs = 2
  507.     end
  508.     object CancelBtn: TBitBtn
  509.       Left = 302
  510.       Top = 64
  511.       Width = 75
  512.       Height = 21
  513.       Hint = 'Set Alarm OFF.'
  514.       Caption = 'Cancel'
  515.       TabOrder = 2
  516.       OnClick = CancelBtnClick
  517.       Glyph.Data = {
  518.         76010000424D7601000000000000760000002800000020000000100000000100
  519.         04000000000000010000130B0000130B00000000000000000000000000000000
  520.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  521.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  522.         3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  523.         33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  524.         993337777F777F3377F3393999707333993337F77737333337FF993399933333
  525.         399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  526.         399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  527.         399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  528.         99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  529.         3333333777333777333333333999993333333333377777333333}
  530.       NumGlyphs = 2
  531.     end
  532.     object CurrentEdt: TEdit
  533.       Left = 16
  534.       Top = 24
  535.       Width = 273
  536.       Height = 41
  537.       Hint = 'Current alarm setting.'
  538.       AutoSize = False
  539.       Font.Color = clBlack
  540.       Font.Height = -32
  541.       Font.Name = 'MS Sans Serif'
  542.       Font.Style = [fsBold]
  543.       ParentFont = False
  544.       TabOrder = 3
  545.       Text = 'CurrentEdt'
  546.     end
  547.     object PropertiesEdt: TEdit
  548.       Left = 16
  549.       Top = 64
  550.       Width = 273
  551.       Height = 21
  552.       Hint = 'Current Alarm Properties'
  553.       TabStop = False
  554.       Color = clBtnFace
  555.       ReadOnly = True
  556.       TabOrder = 4
  557.       Text = 'Silent Alarm:  No Properties Set.'
  558.     end
  559.   end
  560.   object Clock: TTimer
  561.     Interval = 0
  562.     OnTimer = ClockTimer
  563.     Left = 360
  564.     Top = 424
  565.   end
  566.   object OpenFileDlg: TOpenDialog
  567.     FileEditStyle = fsEdit
  568.     Title = 'Find File'
  569.     Left = 384
  570.     Top = 424
  571.   end
  572.   object TimerFrmMnu: TMainMenu
  573.     Left = 328
  574.     Top = 424
  575.     object Alarm1: TMenuItem
  576.       Caption = '&Alarm'
  577.       ShortCut = 0
  578.       object Set1: TMenuItem
  579.         Caption = '&Set'
  580.         ShortCut = 16467
  581.         OnClick = SetBtnClick
  582.       end
  583.       object Cancel1: TMenuItem
  584.         Caption = '&Cancel'
  585.         ShortCut = 16451
  586.         OnClick = CancelBtnClick
  587.       end
  588.       object Exit1: TMenuItem
  589.         Caption = '-'
  590.         ShortCut = 0
  591.       end
  592.       object NewCoolWake1: TMenuItem
  593.         Caption = '&New CoolWake...'
  594.         ShortCut = 16462
  595.         OnClick = NewCoolWake1Click
  596.       end
  597.       object N1: TMenuItem
  598.         Caption = '-'
  599.         ShortCut = 0
  600.       end
  601.       object Exit2: TMenuItem
  602.         Caption = '&Exit'
  603.         ShortCut = 16465
  604.         OnClick = Exit2Click
  605.       end
  606.     end
  607.     object Help1: TMenuItem
  608.       Caption = '&Help'
  609.       ShortCut = 0
  610.       object Contents1: TMenuItem
  611.         Caption = '&Contents'
  612.         ShortCut = 0
  613.         OnClick = Contents1Click
  614.       end
  615.       object About1: TMenuItem
  616.         Caption = '&About'
  617.         ShortCut = 0
  618.         OnClick = About1Click
  619.       end
  620.     end
  621.   end
  622. end
  623.