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

  1. object OptionsDlg: TOptionsDlg
  2.   Left = 103
  3.   Top = 103
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 378
  7.   ClientWidth = 505
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object Label5: TLabel
  19.     Left = 8
  20.     Top = 314
  21.     Width = 156
  22.     Height = 14
  23.     Caption = 'Sound (WAV) File To Be Played:'
  24.   end
  25.   object Notebook1: TNotebook
  26.     Left = 0
  27.     Top = 0
  28.     Width = 405
  29.     Height = 357
  30.     Align = alClient
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'Arial'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     TabOrder = 0
  37.     object TPage
  38.       Left = 0
  39.       Top = 0
  40.       Caption = 'Default'
  41.       object GroupBox1: TGroupBox
  42.         Left = 0
  43.         Top = 0
  44.         Width = 405
  45.         Height = 357
  46.         Align = alClient
  47.         Caption = 'Default Options for New Reminders'
  48.         TabOrder = 0
  49.         object Label7: TLabel
  50.           Left = 8
  51.           Top = 31
  52.           Width = 73
  53.           Height = 14
  54.           Caption = 'Reminder Time:'
  55.         end
  56.         object Label12: TLabel
  57.           Left = 32
  58.           Top = 173
  59.           Width = 37
  60.           Height = 14
  61.           Caption = 'Repeat:'
  62.         end
  63.         object Label13: TLabel
  64.           Left = 134
  65.           Top = 173
  66.           Width = 25
  67.           Height = 14
  68.           Caption = 'times'
  69.         end
  70.         object Label9: TLabel
  71.           Left = 8
  72.           Top = 262
  73.           Width = 138
  74.           Height = 14
  75.           Caption = 'Application To Be Launched:'
  76.         end
  77.         object Label14: TLabel
  78.           Left = 8
  79.           Top = 200
  80.           Width = 61
  81.           Height = 14
  82.           Caption = 'Expire After:'
  83.         end
  84.         object Label11: TLabel
  85.           Left = 8
  86.           Top = 313
  87.           Width = 156
  88.           Height = 14
  89.           Caption = 'Sound (WAV) File To Be Played:'
  90.         end
  91.         object RadioGroup1: TRadioGroup
  92.           Left = 8
  93.           Top = 53
  94.           Width = 114
  95.           Height = 105
  96.           Caption = 'Frequency:'
  97.           ItemIndex = 0
  98.           Items.Strings = (
  99.             'Once'
  100.             'Daily'
  101.             'Weekly'
  102.             'Bi-Weekly'
  103.             'Every 4 Weeks'
  104.             'Monthly')
  105.           TabOrder = 1
  106.           OnClick = RadioGroup1Click
  107.         end
  108.         object Edit6: TEdit
  109.           Left = 80
  110.           Top = 78
  111.           Width = 27
  112.           Height = 22
  113.           MaxLength = 2
  114.           TabOrder = 2
  115.           OnChange = Edit6Change
  116.           OnKeyPress = Edit6KeyPress
  117.         end
  118.         object RadioGroup4: TRadioGroup
  119.           Left = 125
  120.           Top = 53
  121.           Width = 73
  122.           Height = 105
  123.           Caption = 'Priority:'
  124.           ItemIndex = 1
  125.           Items.Strings = (
  126.             'Low'
  127.             'Normal'
  128.             'High')
  129.           TabOrder = 3
  130.         end
  131.         object RadioGroup2: TRadioGroup
  132.           Left = 202
  133.           Top = 16
  134.           Width = 198
  135.           Height = 61
  136.           Caption = 'Reminder Options:'
  137.           ItemIndex = 0
  138.           Items.Strings = (
  139.             'Reschedule Every Year'
  140.             'Keep After Expires'
  141.             'Auto-Delete After Expires')
  142.           TabOrder = 6
  143.         end
  144.         object GroupBox2: TGroupBox
  145.           Left = 203
  146.           Top = 78
  147.           Width = 197
  148.           Height = 174
  149.           Caption = 'Advance Warning:'
  150.           TabOrder = 7
  151.           object Label2: TLabel
  152.             Left = 4
  153.             Top = 40
  154.             Width = 26
  155.             Height = 14
  156.             Caption = 'Warn'
  157.           end
  158.           object Label3: TLabel
  159.             Left = 83
  160.             Top = 40
  161.             Width = 32
  162.             Height = 14
  163.             Caption = 'day(s)'
  164.           end
  165.           object Label6: TLabel
  166.             Left = 13
  167.             Top = 64
  168.             Width = 18
  169.             Height = 14
  170.             Caption = 'and'
  171.           end
  172.           object Label8: TLabel
  173.             Left = 83
  174.             Top = 64
  175.             Width = 92
  176.             Height = 14
  177.             Caption = 'hour(s) in advance'
  178.           end
  179.           object CheckBox1: TCheckBox
  180.             Left = 8
  181.             Top = 18
  182.             Width = 169
  183.             Height = 17
  184.             Caption = 'Active'
  185.             TabOrder = 0
  186.           end
  187.           object Edit2: TEdit
  188.             Left = 37
  189.             Top = 38
  190.             Width = 41
  191.             Height = 22
  192.             TabOrder = 1
  193.             OnKeyPress = Edit6KeyPress
  194.           end
  195.           object Edit4: TEdit
  196.             Left = 37
  197.             Top = 62
  198.             Width = 41
  199.             Height = 22
  200.             TabOrder = 2
  201.             OnExit = Edit4Exit
  202.             OnKeyPress = Edit6KeyPress
  203.           end
  204.           object RadioGroup3: TRadioGroup
  205.             Left = 8
  206.             Top = 84
  207.             Width = 185
  208.             Height = 84
  209.             Caption = 'Advance Warning Frequency'
  210.             ItemIndex = 1
  211.             Items.Strings = (
  212.               'Once'
  213.               'Once A Day'
  214.               'Once An Hour'
  215.               'Every 30 Minutes'
  216.               'Every 5 Minutes')
  217.             TabOrder = 3
  218.           end
  219.         end
  220.         object MaskEdit1: TMaskEdit
  221.           Left = 98
  222.           Top = 30
  223.           Width = 47
  224.           Height = 22
  225.           EditMask = '!90:00;1;_'
  226.           MaxLength = 5
  227.           TabOrder = 0
  228.           Text = '09:00'
  229.         end
  230.         object Edit8: TEdit
  231.           Left = 82
  232.           Top = 171
  233.           Width = 47
  234.           Height = 22
  235.           MaxLength = 3
  236.           TabOrder = 4
  237.         end
  238.         object Button1: TButton
  239.           Left = 316
  240.           Top = 257
  241.           Width = 60
  242.           Height = 21
  243.           Hint = 'Select Application By Browsing Your Hard Disk'
  244.           Caption = 'Select'
  245.           TabOrder = 8
  246.           OnClick = Button1Click
  247.         end
  248.         object ComboBox1: TComboBox
  249.           Left = 8
  250.           Top = 280
  251.           Width = 369
  252.           Height = 22
  253.           ItemHeight = 14
  254.           TabOrder = 9
  255.         end
  256.         object DateEdit2: TDateEdit
  257.           Left = 82
  258.           Top = 198
  259.           Width = 105
  260.           Height = 22
  261.           DateFormat = 'mm/dd/yyyy'
  262.           Date = '__/__/____'
  263.           MaxLength = 10
  264.           TabOrder = 5
  265.         end
  266.         object Edit7: TComboBox
  267.           Left = 8
  268.           Top = 330
  269.           Width = 369
  270.           Height = 22
  271.           ItemHeight = 14
  272.           TabOrder = 12
  273.         end
  274.         object Button2: TButton
  275.           Left = 316
  276.           Top = 307
  277.           Width = 60
  278.           Height = 21
  279.           Hint = 'Select A Sound File By Browsing Your Hard Disk'
  280.           Caption = 'Select'
  281.           TabOrder = 11
  282.           OnClick = Button2Click
  283.         end
  284.         object Button3: TButton
  285.           Left = 252
  286.           Top = 307
  287.           Width = 60
  288.           Height = 21
  289.           Hint = 'Play the Sound File'
  290.           Caption = 'Test'
  291.           TabOrder = 10
  292.           OnClick = Button3Click
  293.         end
  294.       end
  295.     end
  296.     object TPage
  297.       Left = 0
  298.       Top = 0
  299.       Caption = 'Page1'
  300.       object GroupBox3: TGroupBox
  301.         Left = 0
  302.         Top = 0
  303.         Width = 405
  304.         Height = 357
  305.         Align = alClient
  306.         Caption = 'General Settings'
  307.         TabOrder = 0
  308.         object Label4: TLabel
  309.           Left = 8
  310.           Top = 120
  311.           Width = 116
  312.           Height = 14
  313.           Caption = 'Holidays [DD/MM Name]:'
  314.         end
  315.         object GroupBox4: TGroupBox
  316.           Left = 8
  317.           Top = 24
  318.           Width = 169
  319.           Height = 89
  320.           Caption = 'Hot Key'
  321.           TabOrder = 0
  322.           object Label1: TLabel
  323.             Left = 8
  324.             Top = 40
  325.             Width = 22
  326.             Height = 14
  327.             Caption = 'Key:'
  328.           end
  329.           object CheckBox2: TCheckBox
  330.             Left = 16
  331.             Top = 16
  332.             Width = 41
  333.             Height = 17
  334.             Caption = 'Alt'
  335.             TabOrder = 0
  336.           end
  337.           object CheckBox3: TCheckBox
  338.             Left = 64
  339.             Top = 16
  340.             Width = 41
  341.             Height = 17
  342.             Caption = 'Ctrl'
  343.             TabOrder = 1
  344.           end
  345.           object CheckBox4: TCheckBox
  346.             Left = 112
  347.             Top = 16
  348.             Width = 49
  349.             Height = 17
  350.             Caption = 'Shift'
  351.             TabOrder = 2
  352.           end
  353.           object ComboBox2: TComboBox
  354.             Left = 8
  355.             Top = 56
  356.             Width = 89
  357.             Height = 22
  358.             Style = csDropDownList
  359.             ItemHeight = 14
  360.             Items.Strings = (
  361.               'F1'
  362.               'F2'
  363.               'F3'
  364.               'F4'
  365.               'F5'
  366.               'F6'
  367.               'F7'
  368.               'F8'
  369.               'F9'
  370.               'F10'
  371.               'F11'
  372.               'F12')
  373.             TabOrder = 3
  374.           end
  375.         end
  376.         object Memo1: TMemo
  377.           Left = 8
  378.           Top = 136
  379.           Width = 169
  380.           Height = 161
  381.           Lines.Strings = (
  382.             '')
  383.           ScrollBars = ssVertical
  384.           TabOrder = 1
  385.         end
  386.         object CheckBox5: TCheckBox
  387.           Left = 200
  388.           Top = 32
  389.           Width = 137
  390.           Height = 17
  391.           Caption = 'Display Bubble Help'
  392.           State = cbChecked
  393.           TabOrder = 2
  394.         end
  395.       end
  396.     end
  397.   end
  398.   object Panel1: TPanel
  399.     Left = 405
  400.     Top = 0
  401.     Width = 100
  402.     Height = 357
  403.     Align = alRight
  404.     BevelOuter = bvNone
  405.     TabOrder = 1
  406.     object OKBtn: TBitBtn
  407.       Left = 12
  408.       Top = 8
  409.       Width = 77
  410.       Height = 27
  411.       Caption = '&OK'
  412.       TabOrder = 0
  413.       OnClick = OKBtnClick
  414.       Kind = bkOK
  415.       Margin = 2
  416.       Spacing = -1
  417.       IsControl = True
  418.     end
  419.     object CancelBtn: TBitBtn
  420.       Left = 12
  421.       Top = 40
  422.       Width = 77
  423.       Height = 27
  424.       Caption = '&Cancel'
  425.       TabOrder = 1
  426.       Kind = bkCancel
  427.       Margin = 2
  428.       Spacing = -1
  429.       IsControl = True
  430.     end
  431.     object HelpBtn: TBitBtn
  432.       Left = 12
  433.       Top = 72
  434.       Width = 77
  435.       Height = 27
  436.       TabOrder = 2
  437.       OnClick = HelpBtnClick
  438.       Kind = bkHelp
  439.       Margin = 2
  440.       Spacing = -1
  441.       IsControl = True
  442.     end
  443.     object MediaPlayer1: TMediaPlayer
  444.       Left = 8
  445.       Top = 320
  446.       Width = 85
  447.       Height = 30
  448.       VisibleButtons = [btPlay, btPause, btStop]
  449.       DeviceType = dtWaveAudio
  450.       Visible = False
  451.       TabOrder = 3
  452.     end
  453.   end
  454.   object TabSet1: TTabSet
  455.     Left = 0
  456.     Top = 357
  457.     Width = 505
  458.     Height = 21
  459.     Align = alBottom
  460.     Font.Color = clWindowText
  461.     Font.Height = -11
  462.     Font.Name = 'MS Sans Serif'
  463.     Font.Style = []
  464.     Tabs.Strings = (
  465.       'Defaults'
  466.       'General')
  467.     TabIndex = 0
  468.     OnChange = TabSet1Change
  469.   end
  470.   object OpenDialog1: TOpenDialog
  471.     FileEditStyle = fsEdit
  472.     Left = 477
  473.     Top = 272
  474.   end
  475. end
  476.