home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 December / MRR.BIN / data / share / 1197_002 / remind.exe / 0 / RCDATA / TREMINDERDLG / TREMINDERDLG.txt
Text File  |  1997-09-03  |  10KB  |  472 lines

  1. object ReminderDlg: TReminderDlg
  2.   Left = 117
  3.   Top = 125
  4.   ActiveControl = DateEdit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add New Reminder'
  7.   ClientHeight = 449
  8.   ClientWidth = 632
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   ShowHint = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 14
  23.   object Bevel1: TBevel
  24.     Left = 6
  25.     Top = 8
  26.     Width = 624
  27.     Height = 401
  28.     Shape = bsFrame
  29.     IsControl = True
  30.   end
  31.   object Label1: TLabel
  32.     Left = 14
  33.     Top = 24
  34.     Width = 99
  35.     Height = 14
  36.     Caption = 'Reminder Start Date:'
  37.   end
  38.   object Label5: TLabel
  39.     Left = 14
  40.     Top = 67
  41.     Width = 70
  42.     Height = 14
  43.     Caption = 'Reminder Title:'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 14
  47.     Top = 113
  48.     Width = 83
  49.     Height = 14
  50.     Caption = 'Reminder Details:'
  51.   end
  52.   object Label7: TLabel
  53.     Left = 141
  54.     Top = 11
  55.     Width = 57
  56.     Height = 30
  57.     AutoSize = False
  58.     Caption = 'Reminder Time:'
  59.     WordWrap = True
  60.   end
  61.   object Label12: TLabel
  62.     Left = 232
  63.     Top = 116
  64.     Width = 37
  65.     Height = 14
  66.     Caption = 'Repeat:'
  67.   end
  68.   object Label13: TLabel
  69.     Left = 341
  70.     Top = 116
  71.     Width = 64
  72.     Height = 14
  73.     Caption = 'times (0-999)'
  74.   end
  75.   object Label14: TLabel
  76.     Left = 232
  77.     Top = 144
  78.     Width = 61
  79.     Height = 14
  80.     Caption = 'Expire After:'
  81.   end
  82.   object DateEdit1: TDateEdit
  83.     Left = 14
  84.     Top = 39
  85.     Width = 119
  86.     Height = 22
  87.     Hint = 'Click on the '#39'...'#39' button  to select a date from the calendar'
  88.     DateFormat = 'mm/dd/yyyy'
  89.     Date = '__/__/____'
  90.     MaxLength = 10
  91.     TabOrder = 0
  92.     OnChange = DateEdit1Change
  93.   end
  94.   object Edit1: TEdit
  95.     Left = 14
  96.     Top = 81
  97.     Width = 209
  98.     Height = 24
  99.     Hint = 'Type in the Reminder Title'
  100.     Font.Color = clBlack
  101.     Font.Height = -13
  102.     Font.Name = 'Arial'
  103.     Font.Style = [fsBold]
  104.     ParentFont = False
  105.     TabOrder = 2
  106.     OnChange = Edit1Change
  107.   end
  108.   object Memo1: TMemo
  109.     Left = 14
  110.     Top = 128
  111.     Width = 209
  112.     Height = 273
  113.     Hint = 'Type in the detailed reminder description'
  114.     Font.Color = clBlack
  115.     Font.Height = -13
  116.     Font.Name = 'Arial'
  117.     Font.Style = []
  118.     ParentFont = False
  119.     ScrollBars = ssVertical
  120.     TabOrder = 3
  121.   end
  122.   object RadioGroup1: TRadioGroup
  123.     Left = 232
  124.     Top = 13
  125.     Width = 115
  126.     Height = 97
  127.     Hint = 'Reminder Frequency'
  128.     Caption = 'Frequency:'
  129.     ItemIndex = 0
  130.     Items.Strings = (
  131.       'Once'
  132.       'Daily'
  133.       'Weekly'
  134.       'Bi-Weekly'
  135.       'Every 4 Weeks'
  136.       'Monthly')
  137.     TabOrder = 4
  138.     OnClick = RadioGroup1Click
  139.   end
  140.   object GroupBox1: TGroupBox
  141.     Left = 424
  142.     Top = 13
  143.     Width = 201
  144.     Height = 220
  145.     Caption = 'Advance Warning:'
  146.     TabOrder = 10
  147.     object Label2: TLabel
  148.       Left = 8
  149.       Top = 42
  150.       Width = 26
  151.       Height = 14
  152.       Caption = 'Warn'
  153.     end
  154.     object Label3: TLabel
  155.       Left = 88
  156.       Top = 42
  157.       Width = 32
  158.       Height = 14
  159.       Caption = 'day(s)'
  160.     end
  161.     object Label6: TLabel
  162.       Left = 17
  163.       Top = 66
  164.       Width = 18
  165.       Height = 14
  166.       Caption = 'and'
  167.     end
  168.     object Label8: TLabel
  169.       Left = 88
  170.       Top = 66
  171.       Width = 92
  172.       Height = 14
  173.       Caption = 'hour(s) in advance'
  174.     end
  175.     object CheckBox1: TCheckBox
  176.       Left = 8
  177.       Top = 18
  178.       Width = 169
  179.       Height = 17
  180.       Caption = 'Active Advance Warning'
  181.       TabOrder = 0
  182.     end
  183.     object Edit2: TEdit
  184.       Left = 42
  185.       Top = 40
  186.       Width = 41
  187.       Height = 22
  188.       Hint = 
  189.         'Days before the reminder Date when the first Advanced Warning is' +
  190.         ' issued'
  191.       MaxLength = 3
  192.       TabOrder = 1
  193.       OnKeyPress = Edit2KeyPress
  194.     end
  195.     object Edit4: TEdit
  196.       Left = 42
  197.       Top = 64
  198.       Width = 41
  199.       Height = 22
  200.       Hint = 
  201.         'Hours before the reminder Date/Time when the first Advanced Warn' +
  202.         'ing is issued'
  203.       MaxLength = 2
  204.       TabOrder = 2
  205.       OnExit = Edit4Exit
  206.       OnKeyPress = Edit2KeyPress
  207.     end
  208.     object RadioGroup3: TRadioGroup
  209.       Left = 8
  210.       Top = 92
  211.       Width = 185
  212.       Height = 117
  213.       Caption = 'Advance Warning Frequency'
  214.       ItemIndex = 1
  215.       Items.Strings = (
  216.         'Once'
  217.         'Once A Day'
  218.         'Once An Hour'
  219.         'Every 30 Minutes'
  220.         'Every 5 Minutes')
  221.       TabOrder = 3
  222.     end
  223.   end
  224.   object RadioGroup2: TRadioGroup
  225.     Left = 232
  226.     Top = 168
  227.     Width = 185
  228.     Height = 65
  229.     Hint = 'Reminder Options specify what happens after the reminder Expires'
  230.     Caption = 'Reminder Options:'
  231.     ItemIndex = 0
  232.     Items.Strings = (
  233.       'Reschedule Every Year'
  234.       'Keep After Expires'
  235.       'Auto-Delete After Expires')
  236.     TabOrder = 9
  237.   end
  238.   object MaskEdit1: TMaskEdit
  239.     Left = 142
  240.     Top = 39
  241.     Width = 49
  242.     Height = 22
  243.     Hint = 'Enter the time in 24-hour clock'
  244.     EditMask = '!90:00;1;_'
  245.     MaxLength = 5
  246.     TabOrder = 1
  247.     Text = '09:00'
  248.   end
  249.   object GroupBox2: TGroupBox
  250.     Left = 232
  251.     Top = 235
  252.     Width = 393
  253.     Height = 166
  254.     Caption = 'Application Launch'
  255.     TabOrder = 11
  256.     object Label9: TLabel
  257.       Left = 8
  258.       Top = 35
  259.       Width = 138
  260.       Height = 14
  261.       Caption = 'Application To Be Launched:'
  262.     end
  263.     object Label10: TLabel
  264.       Left = 8
  265.       Top = 75
  266.       Width = 227
  267.       Height = 14
  268.       Caption = 'Startup Parameters Passed To The Application:'
  269.     end
  270.     object Label11: TLabel
  271.       Left = 8
  272.       Top = 124
  273.       Width = 156
  274.       Height = 14
  275.       Caption = 'Sound (WAV) File To Be Played:'
  276.     end
  277.     object CheckBox2: TCheckBox
  278.       Left = 8
  279.       Top = 18
  280.       Width = 169
  281.       Height = 17
  282.       Caption = 'Active Application Launch'
  283.       TabOrder = 0
  284.     end
  285.     object Button1: TButton
  286.       Left = 316
  287.       Top = 28
  288.       Width = 60
  289.       Height = 21
  290.       Hint = 'Select Application By Browsing Your Hard Disk'
  291.       Caption = 'Select'
  292.       TabOrder = 2
  293.       OnClick = Button1Click
  294.     end
  295.     object Edit5: TEdit
  296.       Left = 8
  297.       Top = 91
  298.       Width = 369
  299.       Height = 22
  300.       TabOrder = 3
  301.     end
  302.     object Button2: TButton
  303.       Left = 316
  304.       Top = 117
  305.       Width = 60
  306.       Height = 21
  307.       Hint = 'Select A Sound File By Browsing Your Hard Disk'
  308.       Caption = 'Select'
  309.       TabOrder = 5
  310.       OnClick = Button2Click
  311.     end
  312.     object ComboBox1: TComboBox
  313.       Left = 8
  314.       Top = 51
  315.       Width = 369
  316.       Height = 22
  317.       ItemHeight = 14
  318.       TabOrder = 1
  319.       OnChange = ComboBox1Change
  320.     end
  321.     object Button3: TButton
  322.       Left = 253
  323.       Top = 117
  324.       Width = 60
  325.       Height = 21
  326.       Hint = 'Play the Sound File'
  327.       Caption = 'Test'
  328.       TabOrder = 4
  329.       OnClick = Button3Click
  330.     end
  331.     object Edit7: TComboBox
  332.       Left = 8
  333.       Top = 140
  334.       Width = 369
  335.       Height = 22
  336.       ItemHeight = 14
  337.       TabOrder = 6
  338.     end
  339.   end
  340.   object RadioGroup4: TRadioGroup
  341.     Left = 351
  342.     Top = 13
  343.     Width = 69
  344.     Height = 97
  345.     Caption = 'Priority:'
  346.     ItemIndex = 1
  347.     Items.Strings = (
  348.       'Low'
  349.       'Normal'
  350.       'High')
  351.     TabOrder = 6
  352.   end
  353.   object Edit6: TEdit
  354.     Left = 297
  355.     Top = 34
  356.     Width = 27
  357.     Height = 22
  358.     Hint = 'Reminder Frequency in Days'
  359.     MaxLength = 2
  360.     TabOrder = 5
  361.     OnChange = Edit6Change
  362.     OnKeyPress = Edit2KeyPress
  363.   end
  364.   object Edit8: TEdit
  365.     Left = 290
  366.     Top = 114
  367.     Width = 47
  368.     Height = 22
  369.     Hint = 'Number of Times the reminder should repeat'
  370.     MaxLength = 3
  371.     TabOrder = 7
  372.     OnKeyPress = Edit2KeyPress
  373.   end
  374.   object Panel1: TPanel
  375.     Left = 0
  376.     Top = 415
  377.     Width = 632
  378.     Height = 34
  379.     Align = alBottom
  380.     BevelOuter = bvNone
  381.     TabOrder = 12
  382.     object BitBtn1: TBitBtn
  383.       Left = 241
  384.       Top = 3
  385.       Width = 124
  386.       Height = 27
  387.       Hint = 'Use these settings as Default values for all new reminders'
  388.       Caption = '&Save As Default'
  389.       TabOrder = 0
  390.       OnClick = BitBtn1Click
  391.       Glyph.Data = {
  392.         76010000424D7601000000000000760000002800000020000000100000000100
  393.         04000000000000010000130B0000130B00000000000000000000000000000000
  394.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  395.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  396.         7700333333337777777733333333008088003333333377F73377333333330088
  397.         88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  398.         000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  399.         FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  400.         99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  401.         99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  402.         99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  403.         93337FFFF7737777733300000033333333337777773333333333}
  404.       NumGlyphs = 2
  405.     end
  406.     object HelpBtn: TBitBtn
  407.       Left = 376
  408.       Top = 3
  409.       Width = 77
  410.       Height = 27
  411.       TabOrder = 1
  412.       OnClick = HelpBtnClick
  413.       Kind = bkHelp
  414.       Margin = 2
  415.       Spacing = -1
  416.       IsControl = True
  417.     end
  418.     object CancelBtn: TBitBtn
  419.       Left = 464
  420.       Top = 3
  421.       Width = 77
  422.       Height = 27
  423.       Caption = '&Cancel'
  424.       TabOrder = 2
  425.       Kind = bkCancel
  426.       Margin = 2
  427.       Spacing = -1
  428.       IsControl = True
  429.     end
  430.     object OKBtn: TBitBtn
  431.       Left = 552
  432.       Top = 3
  433.       Width = 77
  434.       Height = 27
  435.       Caption = '&OK'
  436.       Enabled = False
  437.       TabOrder = 3
  438.       Kind = bkOK
  439.       Margin = 2
  440.       Spacing = -1
  441.       IsControl = True
  442.     end
  443.     object MediaPlayer1: TMediaPlayer
  444.       Left = 8
  445.       Top = 0
  446.       Width = 85
  447.       Height = 30
  448.       VisibleButtons = [btPlay, btPause, btStop]
  449.       DeviceType = dtWaveAudio
  450.       Visible = False
  451.       TabOrder = 4
  452.     end
  453.   end
  454.   object DateEdit2: TDateEdit
  455.     Left = 312
  456.     Top = 142
  457.     Width = 105
  458.     Height = 22
  459.     Hint = 'Reminder Expiration Date'
  460.     DateFormat = 'mm/dd/yyyy'
  461.     Date = '__/__/____'
  462.     MaxLength = 10
  463.     TabOrder = 8
  464.   end
  465.   object OpenDialog1: TOpenDialog
  466.     FileEditStyle = fsEdit
  467.     Filter = 'Application|*.exe;*.com;*.bat'
  468.     Left = 8
  469.     Top = 384
  470.   end
  471. end
  472.