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

  1. object Form1: TForm1
  2.   Left = 144
  3.   Top = 146
  4.   Hint = 'Click On the Calendar to select a day'
  5.   ActiveControl = ListBox1
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'PrimaSoft Amigo-2000'
  9.   ClientHeight = 447
  10.   ClientWidth = 592
  11.   Font.Color = clBlack
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   ShowHint = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyDown = FormKeyDown
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 16
  26.   object Bevel1: TBevel
  27.     Left = 3
  28.     Top = 3
  29.     Width = 190
  30.     Height = 366
  31.     Shape = bsFrame
  32.   end
  33.   object Label1: TLabel
  34.     Left = 10
  35.     Top = 187
  36.     Width = 16
  37.     Height = 16
  38.     Caption = '    '
  39.     Color = clAqua
  40.     ParentColor = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 30
  44.     Top = 181
  45.     Width = 139
  46.     Height = 28
  47.     Caption = 'days with existing reminders - Low and Normal Priority'
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'Arial'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     WordWrap = True
  54.   end
  55.   object Label3: TLabel
  56.     Left = 200
  57.     Top = 2
  58.     Width = 66
  59.     Height = 16
  60.     Caption = 'Reminders:'
  61.   end
  62.   object Label4: TLabel
  63.     Left = 376
  64.     Top = 42
  65.     Width = 103
  66.     Height = 16
  67.     Caption = 'Reminder Details:'
  68.   end
  69.   object Label5: TLabel
  70.     Left = 375
  71.     Top = 2
  72.     Width = 87
  73.     Height = 16
  74.     Caption = 'Reminder Title:'
  75.   end
  76.   object Label6: TLabel
  77.     Left = 200
  78.     Top = 331
  79.     Width = 60
  80.     Height = 16
  81.     Caption = 'Attributes:'
  82.   end
  83.   object Label7: TLabel
  84.     Left = 200
  85.     Top = 292
  86.     Width = 45
  87.     Height = 16
  88.     Caption = 'Priority:'
  89.   end
  90.   object Label9: TLabel
  91.     Left = 10
  92.     Top = 217
  93.     Width = 16
  94.     Height = 16
  95.     Caption = '    '
  96.     Color = clYellow
  97.     ParentColor = False
  98.   end
  99.   object Label10: TLabel
  100.     Left = 30
  101.     Top = 211
  102.     Width = 139
  103.     Height = 28
  104.     Caption = 'days with existing reminders - High Priority'
  105.     Font.Color = clBlack
  106.     Font.Height = -11
  107.     Font.Name = 'Arial'
  108.     Font.Style = []
  109.     ParentFont = False
  110.     WordWrap = True
  111.   end
  112.   object Label12: TLabel
  113.     Left = 422
  114.     Top = 328
  115.     Width = 140
  116.     Height = 16
  117.     Caption = 'Days Left To Year 2000:'
  118.   end
  119.   object Label13: TLabel
  120.     Left = 564
  121.     Top = 328
  122.     Width = 21
  123.     Height = 16
  124.     Caption = '123'
  125.     Font.Color = clRed
  126.     Font.Height = -13
  127.     Font.Name = 'Arial'
  128.     Font.Style = []
  129.     ParentFont = False
  130.   end
  131.   object GroupBox1: TGroupBox
  132.     Left = 8
  133.     Top = 244
  134.     Width = 180
  135.     Height = 120
  136.     Caption = 'Display Reminders:'
  137.     TabOrder = 5
  138.     object RadioGroup1: TRadioGroup
  139.       Left = 7
  140.       Top = 17
  141.       Width = 74
  142.       Height = 97
  143.       Hint = 'Display Only Reminders with This Status'
  144.       Caption = 'Status'
  145.       Font.Color = clBlack
  146.       Font.Height = -11
  147.       Font.Name = 'Arial'
  148.       Font.Style = []
  149.       ItemIndex = 3
  150.       Items.Strings = (
  151.         'Active'
  152.         'Waiting'
  153.         'Expired'
  154.         'All')
  155.       ParentFont = False
  156.       TabOrder = 0
  157.       OnClick = RadioGroup1Click
  158.     end
  159.     object RadioGroup2: TRadioGroup
  160.       Left = 88
  161.       Top = 17
  162.       Width = 84
  163.       Height = 97
  164.       Hint = 'Display Only Reminders with This Priority'
  165.       Caption = 'Priority'
  166.       Font.Color = clBlack
  167.       Font.Height = -11
  168.       Font.Name = 'Arial'
  169.       Font.Style = []
  170.       ItemIndex = 5
  171.       Items.Strings = (
  172.         'Low'
  173.         'Normal'
  174.         'Low+Norm.'
  175.         'High'
  176.         'Hi+Norm.'
  177.         'All')
  178.       ParentFont = False
  179.       TabOrder = 1
  180.       OnClick = RadioGroup2Click
  181.     end
  182.   end
  183.   object PrimaCalendar1: TPrimaCalendar
  184.     Left = 10
  185.     Top = 24
  186.     Width = 176
  187.     Height = 154
  188.     Hint = 'Click on a Day to display the Reminders'
  189.     Font.Color = clBlack
  190.     Font.Height = -13
  191.     Font.Name = 'Arial'
  192.     Font.Style = []
  193.     ParentFont = False
  194.     ParentShowHint = False
  195.     ShowHint = True
  196.     TabOrder = 4
  197.     OnChange = PrimaCalendar1Change
  198.     OnMonthChange = PrimaCalendar1MonthChange
  199.   end
  200.   object ListBox1: TListBox
  201.     Left = 200
  202.     Top = 18
  203.     Width = 169
  204.     Height = 220
  205.     Hint = 'Click To Select a Reminder'
  206.     Color = clBtnFace
  207.     Font.Color = clBlue
  208.     Font.Height = -11
  209.     Font.Name = 'Arial'
  210.     Font.Style = []
  211.     ItemHeight = 14
  212.     ParentFont = False
  213.     PopupMenu = PopupMenu2
  214.     Style = lbOwnerDrawFixed
  215.     TabOrder = 6
  216.     OnClick = ListBox1Click
  217.     OnDblClick = ListBox1DblClick
  218.     OnDrawItem = ListBox1DrawItem
  219.     OnMouseDown = ListBox1MouseDown
  220.   end
  221.   object Memo1: TMemo
  222.     Left = 376
  223.     Top = 58
  224.     Width = 209
  225.     Height = 231
  226.     Color = clBtnFace
  227.     Font.Color = clBlue
  228.     Font.Height = -13
  229.     Font.Name = 'Arial'
  230.     Font.Style = []
  231.     ParentFont = False
  232.     ReadOnly = True
  233.     ScrollBars = ssVertical
  234.     TabOrder = 9
  235.   end
  236.   object Edit1: TEdit
  237.     Left = 376
  238.     Top = 18
  239.     Width = 209
  240.     Height = 24
  241.     Color = clBtnFace
  242.     Font.Color = clBlue
  243.     Font.Height = -13
  244.     Font.Name = 'Arial'
  245.     Font.Style = [fsBold]
  246.     ParentFont = False
  247.     ReadOnly = True
  248.     TabOrder = 8
  249.   end
  250.   object Button1: TButton
  251.     Left = 376
  252.     Top = 294
  253.     Width = 65
  254.     Height = 25
  255.     Hint = 'Add Reminder'
  256.     Caption = '&Add'
  257.     TabOrder = 10
  258.     OnClick = Button1Click
  259.   end
  260.   object Button2: TButton
  261.     Left = 448
  262.     Top = 294
  263.     Width = 65
  264.     Height = 25
  265.     Hint = 'Edit Reminder'
  266.     Caption = '&Edit'
  267.     TabOrder = 11
  268.     OnClick = Button2Click
  269.   end
  270.   object Button3: TButton
  271.     Left = 520
  272.     Top = 294
  273.     Width = 65
  274.     Height = 25
  275.     Hint = 'Delete Reminder'
  276.     Caption = '&Delete'
  277.     TabOrder = 12
  278.     OnClick = Button3Click
  279.   end
  280.   object Edit2: TEdit
  281.     Left = 200
  282.     Top = 347
  283.     Width = 385
  284.     Height = 22
  285.     Color = clBtnFace
  286.     Font.Color = clBlue
  287.     Font.Height = -11
  288.     Font.Name = 'Arial'
  289.     Font.Style = []
  290.     ParentFont = False
  291.     ReadOnly = True
  292.     TabOrder = 14
  293.   end
  294.   object Panel1: TPanel
  295.     Left = 0
  296.     Top = 374
  297.     Width = 592
  298.     Height = 41
  299.     Align = alBottom
  300.     BevelInner = bvLowered
  301.     TabOrder = 15
  302.     object BitBtn1: TBitBtn
  303.       Left = 102
  304.       Top = 7
  305.       Width = 96
  306.       Height = 27
  307.       Hint = 'Print Reminders'
  308.       Caption = '&Print'
  309.       TabOrder = 1
  310.       OnClick = BitBtn1Click
  311.       Glyph.Data = {
  312.         76010000424D7601000000000000760000002800000020000000100000000100
  313.         04000000000000010000130B0000130B00000000000000000000000000000000
  314.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  315.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  316.         00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  317.         8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  318.         8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  319.         8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  320.         03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  321.         03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  322.         33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  323.         33333337FFFF7733333333300000033333333337777773333333}
  324.       NumGlyphs = 2
  325.     end
  326.     object BitBtn2: TBitBtn
  327.       Left = 296
  328.       Top = 7
  329.       Width = 96
  330.       Height = 27
  331.       Hint = 'Display Software Version Information'
  332.       Caption = 'A&bout'
  333.       TabOrder = 3
  334.       OnClick = BitBtn2Click
  335.       Glyph.Data = {
  336.         78010000424D7801000000000000760000002800000020000000100000000100
  337.         04000000000000000000120B0000120B00000000000000000000000000000000
  338.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  339.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333CCCCC33
  340.         33333FFFF77777FFFFFFCCCCCC808CCCCCC3777777F7F777777F008888070888
  341.         8003777777777777777F0F0770F7F0770F0373F33337F333337370FFFFF7FFFF
  342.         F07337F33337F33337F370FFFB99FBFFF07337F33377F33337F330FFBF99BFBF
  343.         F033373F337733333733370BFBF7FBFB0733337F333FF3337F33370FBF98BFBF
  344.         0733337F3377FF337F333B0BFB990BFB03333373FF777FFF73333FB000B99000
  345.         B33333377737777733333BFBFBFB99FBF33333333FF377F333333FBF99BF99BF
  346.         B333333377F377F3333333FB99FB99FB3333333377FF77333333333FB9999FB3
  347.         333333333777733333333333FBFBFB33333333333333333333330000}
  348.       NumGlyphs = 2
  349.     end
  350.     object BitBtn3: TBitBtn
  351.       Left = 393
  352.       Top = 7
  353.       Width = 96
  354.       Height = 27
  355.       Hint = 'Display Help Window'
  356.       TabOrder = 4
  357.       OnClick = BitBtn3Click
  358.       Kind = bkHelp
  359.     end
  360.     object BitBtn4: TBitBtn
  361.       Left = 490
  362.       Top = 7
  363.       Width = 96
  364.       Height = 27
  365.       Hint = 'Hide Main Window'
  366.       Caption = 'H&ide'
  367.       ModalResult = 3
  368.       TabOrder = 5
  369.       OnClick = BitBtn4Click
  370.       Glyph.Data = {
  371.         78010000424D7801000000000000760000002800000020000000100000000100
  372.         04000000000000000000120B0000120B00000000000000000000000000000000
  373.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  374.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  375.         03333377777777777F333301111111110333337F333333337F33330111111111
  376.         0333337F333333337F333301111111110333337F333333337F33330111111111
  377.         0333337F333333337F333301111111110333337F333333337F33330111111111
  378.         0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  379.         0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  380.         0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  381.         0333337F377777337F333301111111110333337F333333337F33330111111111
  382.         0333337FFFFFFFFF7F33330000000000033333777777777773330000}
  383.       NumGlyphs = 2
  384.     end
  385.     object BitBtn5: TBitBtn
  386.       Left = 199
  387.       Top = 7
  388.       Width = 96
  389.       Height = 27
  390.       Hint = 'Set Options'
  391.       Caption = '&Options'
  392.       TabOrder = 2
  393.       OnClick = BitBtn5Click
  394.       Glyph.Data = {
  395.         78010000424D7801000000000000760000002800000020000000100000000100
  396.         04000000000000000000120B0000120B00000000000000000000000000000000
  397.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  398.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  399.         1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  400.         1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  401.         193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  402.         11155557F755F777777555000755033305555577755F75F77F55555555503335
  403.         0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  404.         05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  405.         07557777777F55557F5555000005555707555577777FF5557F55553000075557
  406.         0755557F7777FFF57555553350000055555555775777775555550000}
  407.       NumGlyphs = 2
  408.     end
  409.     object BitBtn6: TBitBtn
  410.       Left = 5
  411.       Top = 7
  412.       Width = 96
  413.       Height = 27
  414.       Hint = 'Search Reminders for Text'
  415.       Caption = '&Find'
  416.       TabOrder = 0
  417.       OnClick = BitBtn6Click
  418.       Glyph.Data = {
  419.         36010000424D3601000000000000760000002800000012000000100000000100
  420.         040000000000C000000000000000000000000000000000000000000000000000
  421.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  422.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888078888888
  423.         88888800E111880007888888888888A21EE28000007888888888881181118801
  424.         10078888888888225A2288801100777777888811E111888801100000007888AA
  425.         5AAA88888010078880078811E11188888800788BB87078AA5AAA888888078888
  426.         8BB70800F00088888808888888B80822D22288888807B88888B8080000008888
  427.         8807BBB8888808222222888888007BBB888778AAAAAA8888888077BB88708888
  428.         8888888888880777700888000000888888888000078888000000}
  429.     end
  430.   end
  431.   object Button4: TButton
  432.     Left = 54
  433.     Top = 6
  434.     Width = 43
  435.     Height = 17
  436.     Hint = 'Find First Reminder'
  437.     Caption = 'Fir&st'
  438.     TabOrder = 1
  439.     OnClick = Button4Click
  440.   end
  441.   object Button5: TButton
  442.     Left = 99
  443.     Top = 6
  444.     Width = 43
  445.     Height = 17
  446.     Hint = 'Find Previous Reminder'
  447.     Caption = 'P&rev'
  448.     TabOrder = 2
  449.     OnClick = Button5Click
  450.   end
  451.   object Button6: TButton
  452.     Left = 143
  453.     Top = 6
  454.     Width = 43
  455.     Height = 17
  456.     Hint = 'Find Next Reminder'
  457.     Caption = 'Ne&xt'
  458.     TabOrder = 3
  459.     OnClick = Button6Click
  460.   end
  461.   object Button7: TButton
  462.     Left = 10
  463.     Top = 6
  464.     Width = 43
  465.     Height = 17
  466.     Hint = 'Find Today'#39's Date'
  467.     Caption = 'Toda&y'
  468.     TabOrder = 0
  469.     OnClick = Button7Click
  470.   end
  471.   object Edit3: TEdit
  472.     Left = 200
  473.     Top = 308
  474.     Width = 96
  475.     Height = 22
  476.     Color = clBtnFace
  477.     Font.Color = clBlue
  478.     Font.Height = -11
  479.     Font.Name = 'Arial'
  480.     Font.Style = []
  481.     ParentFont = False
  482.     ReadOnly = True
  483.     TabOrder = 13
  484.   end
  485.   object RadioGroup3: TRadioGroup
  486.     Left = 199
  487.     Top = 240
  488.     Width = 171
  489.     Height = 50
  490.     Caption = 'List Display Mode'
  491.     Font.Color = clBlack
  492.     Font.Height = -11
  493.     Font.Name = 'Arial'
  494.     Font.Style = []
  495.     ItemIndex = 0
  496.     Items.Strings = (
  497.       'Selected Day'
  498.       'Selected Month')
  499.     ParentFont = False
  500.     TabOrder = 7
  501.     OnClick = RadioGroup3Click
  502.   end
  503.   object Panel2: TPanel
  504.     Left = 0
  505.     Top = 415
  506.     Width = 592
  507.     Height = 32
  508.     Align = alBottom
  509.     BevelInner = bvLowered
  510.     TabOrder = 16
  511.     Visible = False
  512.     object Label11: TLabel
  513.       Left = 8
  514.       Top = 5
  515.       Width = 76
  516.       Height = 16
  517.       Caption = 'Text To Find:'
  518.     end
  519.     object Edit4: TEdit
  520.       Left = 88
  521.       Top = 4
  522.       Width = 177
  523.       Height = 24
  524.       Hint = 'Enter Text To Search For'
  525.       TabOrder = 0
  526.     end
  527.     object Button8: TButton
  528.       Left = 272
  529.       Top = 5
  530.       Width = 60
  531.       Height = 21
  532.       Hint = 'Start Serching From First Reminder'
  533.       Caption = '&Find'
  534.       TabOrder = 1
  535.       OnClick = Button8Click
  536.     end
  537.     object Button9: TButton
  538.       Left = 338
  539.       Top = 5
  540.       Width = 60
  541.       Height = 21
  542.       Hint = 'Search Backward from Current Date'
  543.       Caption = 'Pre&v'
  544.       TabOrder = 2
  545.       OnClick = Button9Click
  546.     end
  547.     object Button10: TButton
  548.       Left = 520
  549.       Top = 5
  550.       Width = 60
  551.       Height = 21
  552.       Hint = 'Searching Finished'
  553.       Caption = '^Do&ne'
  554.       TabOrder = 4
  555.       OnClick = Button10Click
  556.     end
  557.     object Button11: TButton
  558.       Left = 405
  559.       Top = 5
  560.       Width = 60
  561.       Height = 21
  562.       Hint = 'Search Forward from Current Date'
  563.       Caption = 'Nex&t'
  564.       TabOrder = 3
  565.       OnClick = Button11Click
  566.     end
  567.   end
  568.   object PopupMenu1: TPopupMenu
  569.     Left = 336
  570.     object Add1: TMenuItem
  571.       Caption = '&Add Reminder'
  572.       ShortCut = 0
  573.       OnClick = Add1Click
  574.     end
  575.     object N1: TMenuItem
  576.       Caption = '-'
  577.       ShortCut = 0
  578.     end
  579.   end
  580.   object Timer1: TTimer
  581.     Enabled = False
  582.     OnTimer = Timer1Timer
  583.     Left = 296
  584.   end
  585.   object PopupMenu2: TPopupMenu
  586.     AutoPopup = False
  587.     Left = 264
  588.     object AddReminder1: TMenuItem
  589.       Caption = '&Add Reminder'
  590.       ShortCut = 0
  591.       OnClick = Button1Click
  592.     end
  593.     object EditReminder1: TMenuItem
  594.       Caption = '&Edit Reminder'
  595.       ShortCut = 0
  596.       OnClick = Button2Click
  597.     end
  598.     object DeleteReminder1: TMenuItem
  599.       Caption = '&Delete Reminder'
  600.       ShortCut = 0
  601.       OnClick = Button3Click
  602.     end
  603.   end
  604. end
  605.