home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / finance / bilpwrnt.exe / BILLPOWR.EXE / 0 / RCDATA / TSCHEDEDIT / TSCHEDEDIT.txt < prev   
Text File  |  1996-12-15  |  23KB  |  1,112 lines

  1. object SchedEdit: TSchedEdit
  2.   Left = 1
  3.   Top = 42
  4.   BorderStyle = bsSingle
  5.   Caption = 'Event Creation or Editing'
  6.   ClientHeight = 400
  7.   ClientWidth = 630
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Menu = MakeMenu
  13.   OnClose = FormClose
  14.   OnKeyDown = KeyDown
  15.   OnKeyPress = Keypress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object TimeLineBox: TShape
  20.     Left = 6
  21.     Top = 264
  22.     Width = 275
  23.     Height = 29
  24.   end
  25.   object TimeLine: TImage
  26.     Left = 8
  27.     Top = 278
  28.     Width = 269
  29.     Height = 15
  30.     OnMouseDown = TimeLineMouseDown
  31.     OnMouseMove = TimeLineMouseMove
  32.     OnMouseUp = TimeLineMouseUp
  33.   end
  34.   object CatLabel: TLabel
  35.     Left = 10
  36.     Top = 272
  37.     Width = 62
  38.     Height = 16
  39.     Caption = 'Category'
  40.   end
  41.   object WorkTimerNotice: TLabel
  42.     Left = 306
  43.     Top = 20
  44.     Width = 175
  45.     Height = 23
  46.     Alignment = taCenter
  47.     AutoSize = False
  48.     Caption = 'Timer is Running...'
  49.     Font.Color = clWindowText
  50.     Font.Height = -20
  51.     Font.Name = 'Arial'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object InvoiceLbl: TLabel
  56.     Left = 8
  57.     Top = 4
  58.     Width = 47
  59.     Height = 16
  60.     Caption = 'Invoice'
  61.   end
  62.   object ActualDateTimeLbl: TLabel
  63.     Left = 306
  64.     Top = 2
  65.     Width = 109
  66.     Height = 16
  67.     Caption = 'Actual Date/Time'
  68.     Visible = False
  69.   end
  70.   object BeginDateBox: TGroupBox
  71.     Left = 6
  72.     Top = 20
  73.     Width = 105
  74.     Height = 49
  75.     Caption = 'Begin Date'
  76.     TabOrder = 1
  77.     object BeginDate: TMaskEdit
  78.       Left = 6
  79.       Top = 20
  80.       Width = 93
  81.       Height = 24
  82.       HelpContext = 402
  83.       MaxLength = 20
  84.       TabOrder = 0
  85.       OnEnter = Enter
  86.       OnExit = Exit
  87.       OnKeyDown = KeyDown
  88.     end
  89.   end
  90.   object EndDateBox: TGroupBox
  91.     Left = 6
  92.     Top = 76
  93.     Width = 105
  94.     Height = 49
  95.     Caption = 'End Date'
  96.     TabOrder = 3
  97.     object EndDate: TMaskEdit
  98.       Left = 6
  99.       Top = 20
  100.       Width = 93
  101.       Height = 24
  102.       HelpContext = 402
  103.       MaxLength = 20
  104.       TabOrder = 0
  105.       OnEnter = Enter
  106.       OnExit = Exit
  107.       OnKeyDown = KeyDown
  108.     end
  109.   end
  110.   object OKBtn: TButton
  111.     Left = 566
  112.     Top = 22
  113.     Width = 59
  114.     Height = 23
  115.     Caption = '&OK'
  116.     TabOrder = 21
  117.     OnClick = OKBtnClick
  118.   end
  119.   object CancelBtn: TButton
  120.     Left = 566
  121.     Top = 46
  122.     Width = 59
  123.     Height = 23
  124.     Cancel = True
  125.     Caption = '&Cancel'
  126.     TabOrder = 22
  127.     TabStop = False
  128.     OnClick = OKBtnClick
  129.   end
  130.   object EventTypeBox: TGroupBox
  131.     Left = 136
  132.     Top = 20
  133.     Width = 145
  134.     Height = 49
  135.     Caption = 'Event Type'
  136.     TabOrder = 2
  137.     object EventType: TComboBox
  138.       Left = 6
  139.       Top = 20
  140.       Width = 133
  141.       Height = 24
  142.       HelpContext = 406
  143.       ItemHeight = 16
  144.       MaxLength = 15
  145.       TabOrder = 0
  146.       OnChange = EventTypeChange
  147.       OnEnter = Enter
  148.       OnExit = Exit
  149.       OnKeyDown = KeyDown
  150.       OnKeyPress = Keypress
  151.     end
  152.   end
  153.   object EmployeeBox: TGroupBox
  154.     Left = 6
  155.     Top = 132
  156.     Width = 275
  157.     Height = 77
  158.     Caption = 'Employee'
  159.     TabOrder = 5
  160.     object EmplyeNameList: TLabel
  161.       Left = 4
  162.       Top = 52
  163.       Width = 69
  164.       Height = 19
  165.       Alignment = taRightJustify
  166.       AutoSize = False
  167.       Caption = 'Name List'
  168.     end
  169.     object EmplyeList: TComboBox
  170.       Left = 76
  171.       Top = 48
  172.       Width = 193
  173.       Height = 24
  174.       HelpContext = 410
  175.       TabStop = False
  176.       ItemHeight = 16
  177.       TabOrder = 0
  178.       OnClick = EmplyeListClick
  179.       OnDblClick = EmplyeListDblClick
  180.       OnEnter = Enter
  181.       OnExit = Exit
  182.     end
  183.     object Emplye: TEdit
  184.       Left = 6
  185.       Top = 20
  186.       Width = 263
  187.       Height = 24
  188.       HelpContext = 410
  189.       MaxLength = 60
  190.       TabOrder = 1
  191.       Text = ' '
  192.       OnEnter = Enter
  193.       OnExit = Exit
  194.       OnKeyDown = KeyDown
  195.     end
  196.   end
  197.   object BeginTimeBox: TGroupBox
  198.     Left = 6
  199.     Top = 214
  200.     Width = 91
  201.     Height = 49
  202.     Caption = 'Begin Time'
  203.     TabOrder = 6
  204.     object BeginTime: TMaskEdit
  205.       Left = 8
  206.       Top = 20
  207.       Width = 73
  208.       Height = 24
  209.       HelpContext = 404
  210.       MaxLength = 8
  211.       TabOrder = 0
  212.       OnEnter = Enter
  213.       OnExit = Exit
  214.       OnKeyDown = KeyDown
  215.     end
  216.   end
  217.   object EndTimeBox: TGroupBox
  218.     Left = 98
  219.     Top = 214
  220.     Width = 91
  221.     Height = 49
  222.     Caption = 'End Time'
  223.     TabOrder = 7
  224.     object EndTime: TMaskEdit
  225.       Left = 8
  226.       Top = 20
  227.       Width = 73
  228.       Height = 24
  229.       HelpContext = 404
  230.       MaxLength = 12
  231.       TabOrder = 0
  232.       OnEnter = Enter
  233.       OnExit = Exit
  234.       OnKeyDown = KeyDown
  235.     end
  236.   end
  237.   object AlarmTimeBox: TGroupBox
  238.     Left = 190
  239.     Top = 214
  240.     Width = 91
  241.     Height = 49
  242.     Caption = 'Alarm Time'
  243.     TabOrder = 8
  244.     object AlarmTime: TMaskEdit
  245.       Left = 8
  246.       Top = 20
  247.       Width = 73
  248.       Height = 24
  249.       HelpContext = 404
  250.       MaxLength = 8
  251.       TabOrder = 0
  252.       OnEnter = Enter
  253.       OnExit = Exit
  254.       OnKeyDown = KeyDown
  255.     end
  256.   end
  257.   object ProjectBox: TGroupBox
  258.     Left = 136
  259.     Top = 76
  260.     Width = 145
  261.     Height = 49
  262.     Caption = 'Project'
  263.     TabOrder = 4
  264.     object ProjectBalLabel: TLabel
  265.       Left = 2
  266.       Top = 42
  267.       Width = 141
  268.       Height = 11
  269.       Alignment = taCenter
  270.       AutoSize = False
  271.       Font.Color = clWindowText
  272.       Font.Height = -8
  273.       Font.Name = 'Terminal'
  274.       Font.Style = []
  275.       ParentFont = False
  276.     end
  277.     object Project: TComboBox
  278.       Left = 6
  279.       Top = 18
  280.       Width = 133
  281.       Height = 24
  282.       HelpContext = 408
  283.       Font.Color = clWindowText
  284.       Font.Height = -13
  285.       Font.Name = 'System'
  286.       Font.Style = []
  287.       ItemHeight = 16
  288.       MaxLength = 12
  289.       ParentFont = False
  290.       Sorted = True
  291.       TabOrder = 0
  292.       OnDblClick = ProjectDblClick
  293.       OnDropDown = ProjectDropDown
  294.       OnEnter = Enter
  295.       OnExit = Exit
  296.       OnKeyDown = KeyDown
  297.     end
  298.   end
  299.   object EditTimeBox: TEdit
  300.     Left = 566
  301.     Top = 2
  302.     Width = 59
  303.     Height = 24
  304.     Enabled = False
  305.     Font.Color = clBlue
  306.     Font.Height = -11
  307.     Font.Name = 'System'
  308.     Font.Style = []
  309.     ParentFont = False
  310.     TabOrder = 23
  311.   end
  312.   object AmountBox: TGroupBox
  313.     Left = 98
  314.     Top = 304
  315.     Width = 91
  316.     Height = 49
  317.     Caption = 'Amount'
  318.     TabOrder = 11
  319.     object Amount: TMaskEdit
  320.       Left = 6
  321.       Top = 20
  322.       Width = 79
  323.       Height = 24
  324.       HelpContext = 414
  325.       MaxLength = 0
  326.       TabOrder = 0
  327.       Text = ' '
  328.       OnEnter = Enter
  329.       OnExit = Exit
  330.       OnKeyDown = KeyDown
  331.     end
  332.   end
  333.   object RateBox: TGroupBox
  334.     Left = 6
  335.     Top = 304
  336.     Width = 91
  337.     Height = 49
  338.     Caption = 'Hourly Rate'
  339.     TabOrder = 10
  340.     object Rate: TMaskEdit
  341.       Left = 6
  342.       Top = 20
  343.       Width = 79
  344.       Height = 24
  345.       HelpContext = 436
  346.       MaxLength = 0
  347.       TabOrder = 0
  348.       OnEnter = Enter
  349.       OnExit = Exit
  350.       OnKeyDown = KeyDown
  351.     end
  352.   end
  353.   object PayeeBox: TGroupBox
  354.     Left = 6
  355.     Top = 358
  356.     Width = 183
  357.     Height = 49
  358.     Caption = 'Payee'
  359.     TabOrder = 15
  360.     object Payee: TMaskEdit
  361.       Left = 6
  362.       Top = 20
  363.       Width = 171
  364.       Height = 24
  365.       HelpContext = 430
  366.       MaxLength = 0
  367.       TabOrder = 0
  368.       OnEnter = Enter
  369.       OnExit = Exit
  370.       OnKeyDown = KeyDown
  371.     end
  372.   end
  373.   object CheckNumBox: TGroupBox
  374.     Left = 190
  375.     Top = 358
  376.     Width = 103
  377.     Height = 49
  378.     Caption = 'Check #'
  379.     TabOrder = 16
  380.     object CheckNum: TMaskEdit
  381.       Left = 6
  382.       Top = 20
  383.       Width = 91
  384.       Height = 24
  385.       HelpContext = 432
  386.       MaxLength = 0
  387.       TabOrder = 0
  388.       OnEnter = Enter
  389.       OnExit = Exit
  390.       OnKeyDown = KeyDown
  391.     end
  392.   end
  393.   object GL1Box: TGroupBox
  394.     Left = 310
  395.     Top = 304
  396.     Width = 93
  397.     Height = 49
  398.     Caption = 'Affected GL'
  399.     TabOrder = 14
  400.     Visible = False
  401.     object GL1BalLabel: TLabel
  402.       Left = 2
  403.       Top = 44
  404.       Width = 89
  405.       Height = 9
  406.       Alignment = taCenter
  407.       AutoSize = False
  408.       Font.Color = clWindowText
  409.       Font.Height = -8
  410.       Font.Name = 'Terminal'
  411.       Font.Style = []
  412.       ParentFont = False
  413.     end
  414.     object GL1: TMaskEdit
  415.       Left = 6
  416.       Top = 20
  417.       Width = 81
  418.       Height = 24
  419.       HelpContext = 434
  420.       Font.Color = clWindowText
  421.       Font.Height = -13
  422.       Font.Name = 'System'
  423.       Font.Style = []
  424.       MaxLength = 0
  425.       ParentFont = False
  426.       TabOrder = 0
  427.       OnEnter = Enter
  428.       OnExit = Exit
  429.       OnKeyDown = KeyDown
  430.     end
  431.   end
  432.   object GL2Box: TGroupBox
  433.     Left = 310
  434.     Top = 358
  435.     Width = 93
  436.     Height = 49
  437.     Caption = 'Affected GL'
  438.     TabOrder = 17
  439.     Visible = False
  440.     object GL2BalLabel: TLabel
  441.       Left = 2
  442.       Top = 44
  443.       Width = 89
  444.       Height = 9
  445.       Alignment = taCenter
  446.       AutoSize = False
  447.       Font.Color = clWindowText
  448.       Font.Height = -8
  449.       Font.Name = 'Terminal'
  450.       Font.Style = []
  451.       ParentFont = False
  452.     end
  453.     object GL2: TMaskEdit
  454.       Left = 6
  455.       Top = 20
  456.       Width = 81
  457.       Height = 24
  458.       HelpContext = 434
  459.       Font.Color = clWindowText
  460.       Font.Height = -13
  461.       Font.Name = 'System'
  462.       Font.Style = []
  463.       MaxLength = 0
  464.       ParentFont = False
  465.       TabOrder = 0
  466.       OnEnter = Enter
  467.       OnExit = Exit
  468.       OnKeyDown = KeyDown
  469.     end
  470.   end
  471.   object ChargeBox: TGroupBox
  472.     Left = 190
  473.     Top = 304
  474.     Width = 103
  475.     Height = 49
  476.     Caption = 'Charge Client'
  477.     TabOrder = 24
  478.     object ChargeBtn: TRadioButton
  479.       Left = 24
  480.       Top = 16
  481.       Width = 51
  482.       Height = 17
  483.       HelpContext = 437
  484.       Caption = 'Yes'
  485.       Font.Color = clWindowText
  486.       Font.Height = -13
  487.       Font.Name = 'System'
  488.       Font.Style = []
  489.       ParentFont = False
  490.       TabOrder = 0
  491.       OnClick = Click
  492.     end
  493.     object NoChargeBtn: TRadioButton
  494.       Left = 24
  495.       Top = 30
  496.       Width = 47
  497.       Height = 17
  498.       HelpContext = 437
  499.       Caption = 'No'
  500.       Font.Color = clWindowText
  501.       Font.Height = -13
  502.       Font.Name = 'System'
  503.       Font.Style = []
  504.       ParentFont = False
  505.       TabOrder = 1
  506.       OnClick = Click
  507.     end
  508.   end
  509.   object Category: TComboBox
  510.     Left = 72
  511.     Top = 268
  512.     Width = 205
  513.     Height = 24
  514.     HelpContext = 414
  515.     DropDownCount = 20
  516.     Font.Color = clWindowText
  517.     Font.Height = -13
  518.     Font.Name = 'Arial'
  519.     Font.Pitch = fpVariable
  520.     Font.Style = []
  521.     ItemHeight = 16
  522.     ParentFont = False
  523.     TabOrder = 9
  524.     OnDropDown = CategoryDropDown
  525.     OnEnter = Enter
  526.     OnExit = Exit
  527.     OnKeyDown = KeyDown
  528.   end
  529.   object SuppressBox: TCheckBox
  530.     Left = 306
  531.     Top = 48
  532.     Width = 251
  533.     Height = 17
  534.     HelpContext = 458
  535.     TabStop = False
  536.     Caption = 'Suppress this Transaction on Bills'
  537.     TabOrder = 19
  538.   end
  539.   object TaxBox: TGroupBox
  540.     Left = 220
  541.     Top = 358
  542.     Width = 91
  543.     Height = 49
  544.     Caption = 'Tax '
  545.     TabOrder = 13
  546.     object Tax: TMaskEdit
  547.       Left = 6
  548.       Top = 20
  549.       Width = 79
  550.       Height = 24
  551.       MaxLength = 0
  552.       TabOrder = 0
  553.       OnEnter = Enter
  554.       OnExit = Exit
  555.       OnKeyDown = KeyDown
  556.     end
  557.   end
  558.   object TaxRateBox: TGroupBox
  559.     Left = 46
  560.     Top = 358
  561.     Width = 91
  562.     Height = 49
  563.     Caption = 'Tax Rate'
  564.     TabOrder = 12
  565.     object TaxRate: TMaskEdit
  566.       Left = 6
  567.       Top = 20
  568.       Width = 79
  569.       Height = 24
  570.       MaxLength = 0
  571.       TabOrder = 0
  572.       OnEnter = Enter
  573.       OnExit = Exit
  574.       OnKeyDown = KeyDown
  575.     end
  576.   end
  577.   object DescriptionBox: TGroupBox
  578.     Left = 306
  579.     Top = 74
  580.     Width = 321
  581.     Height = 217
  582.     Caption = 'DescriptionBox'
  583.     TabOrder = 20
  584.     object Description: TMemo
  585.       Left = 4
  586.       Top = 18
  587.       Width = 313
  588.       Height = 195
  589.       HelpContext = 412
  590.       Font.Color = clWindowText
  591.       Font.Height = -13
  592.       Font.Name = 'System'
  593.       Font.Pitch = fpFixed
  594.       Font.Style = []
  595.       Lines.Strings = (
  596.         'Description')
  597.       MaxLength = 765
  598.       ParentFont = False
  599.       ScrollBars = ssVertical
  600.       TabOrder = 0
  601.       WantReturns = False
  602.       OnEnter = Enter
  603.       OnExit = Exit
  604.       OnKeyDown = KeyDown
  605.       OnKeyPress = Keypress
  606.     end
  607.   end
  608.   object smClndrBox: TGroupBox
  609.     Left = 358
  610.     Top = 78
  611.     Width = 201
  612.     Height = 185
  613.     Caption = 'Month, Year'
  614.     Color = clYellow
  615.     Font.Color = clWindowText
  616.     Font.Height = -13
  617.     Font.Name = 'System'
  618.     Font.Style = []
  619.     ParentColor = False
  620.     ParentFont = False
  621.     TabOrder = 25
  622.     Visible = False
  623.     object SmClndr: TImage
  624.       Left = 4
  625.       Top = 18
  626.       Width = 192
  627.       Height = 163
  628.       Picture.Data = {<image000.bmp>}
  629.       Stretch = True
  630.       OnMouseDown = SmClndrMouseDown
  631.     end
  632.   end
  633.   object AdvanceBox: TGroupBox
  634.     Left = 98
  635.     Top = 354
  636.     Width = 91
  637.     Height = 53
  638.     Caption = 'Advnc Pmnt'
  639.     TabOrder = 26
  640.     object AdvanceBalLbl: TLabel
  641.       Left = 2
  642.       Top = 42
  643.       Width = 87
  644.       Height = 9
  645.       Alignment = taCenter
  646.       AutoSize = False
  647.       Font.Color = clWindowText
  648.       Font.Height = -9
  649.       Font.Name = 'MS Serif'
  650.       Font.Style = []
  651.       ParentFont = False
  652.     end
  653.     object Advance: TMaskEdit
  654.       Left = 6
  655.       Top = 18
  656.       Width = 79
  657.       Height = 24
  658.       HelpContext = 411
  659.       TabStop = False
  660.       MaxLength = 0
  661.       TabOrder = 0
  662.       OnEnter = Enter
  663.       OnExit = Exit
  664.       OnKeyDown = KeyDown
  665.     end
  666.   end
  667.   object MiscBox: TGroupBox
  668.     Left = 434
  669.     Top = 304
  670.     Width = 619
  671.     Height = 117
  672.     TabOrder = 18
  673.     object PriorityLabel: TLabel
  674.       Left = 138
  675.       Top = 34
  676.       Width = 55
  677.       Height = 17
  678.       AutoSize = False
  679.       Caption = 'Priority'
  680.     end
  681.     object SubDateBox: TGroupBox
  682.       Left = 6
  683.       Top = 14
  684.       Width = 107
  685.       Height = 49
  686.       Caption = 'Remind Date'
  687.       TabOrder = 0
  688.       object SubDate1: TMaskEdit
  689.         Left = 6
  690.         Top = 20
  691.         Width = 95
  692.         Height = 24
  693.         HelpContext = 416
  694.         TabStop = False
  695.         MaxLength = 20
  696.         TabOrder = 0
  697.         OnEnter = Enter
  698.         OnExit = Exit
  699.         OnKeyDown = KeyDown
  700.       end
  701.     end
  702.     object DeleteBtn: TCheckBox
  703.       Left = 456
  704.       Top = 94
  705.       Width = 163
  706.       Height = 17
  707.       HelpContext = 428
  708.       TabStop = False
  709.       Caption = 'Tagged For Deletion'
  710.       TabOrder = 9
  711.       OnClick = DeleteBtnClick
  712.     end
  713.     object RecurBox: TGroupBox
  714.       Left = 192
  715.       Top = 10
  716.       Width = 423
  717.       Height = 83
  718.       Caption = ' '
  719.       TabOrder = 6
  720.       object recurLabel1: TLabel
  721.         Left = 6
  722.         Top = 22
  723.         Width = 77
  724.         Height = 17
  725.         AutoSize = False
  726.         Caption = 'Month/Day'
  727.       end
  728.       object RecurLabel2: TLabel
  729.         Left = 86
  730.         Top = 22
  731.         Width = 123
  732.         Height = 17
  733.         AutoSize = False
  734.         Caption = 'Day of Week'
  735.       end
  736.       object RecurLabel3: TLabel
  737.         Left = 218
  738.         Top = 40
  739.         Width = 123
  740.         Height = 17
  741.         AutoSize = False
  742.         Caption = 'Every     Days'
  743.         Font.Color = clWindowText
  744.         Font.Height = -13
  745.         Font.Name = 'System'
  746.         Font.Pitch = fpFixed
  747.         Font.Style = []
  748.         ParentFont = False
  749.       end
  750.       object RecurLabel4: TLabel
  751.         Left = 218
  752.         Top = 62
  753.         Width = 121
  754.         Height = 17
  755.         AutoSize = False
  756.         Caption = 'Every   Months'
  757.         Font.Color = clWindowText
  758.         Font.Height = -13
  759.         Font.Name = 'System'
  760.         Font.Pitch = fpFixed
  761.         Font.Style = []
  762.         ParentFont = False
  763.       end
  764.       object DurLabel: TLabel
  765.         Left = 364
  766.         Top = 48
  767.         Width = 57
  768.         Height = 33
  769.         AutoSize = False
  770.         Caption = 'Days in Event'
  771.         WordWrap = True
  772.       end
  773.       object HolidayCheckBox: TCheckBox
  774.         Left = 342
  775.         Top = 20
  776.         Width = 77
  777.         Height = 17
  778.         HelpContext = 454
  779.         TabStop = False
  780.         Caption = 'Holiday'
  781.         TabOrder = 3
  782.         OnClick = Click
  783.       end
  784.       object RecurGrid1: TStringGrid
  785.         Left = 4
  786.         Top = 40
  787.         Width = 79
  788.         Height = 39
  789.         HelpContext = 442
  790.         TabStop = False
  791.         ColCount = 2
  792.         DefaultColWidth = 43
  793.         DefaultRowHeight = 18
  794.         FixedCols = 0
  795.         RowCount = 2
  796.         Font.Color = clWindowText
  797.         Font.Height = -13
  798.         Font.Name = 'System'
  799.         Font.Style = []
  800.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goTabs]
  801.         ParentFont = False
  802.         ScrollBars = ssNone
  803.         TabOrder = 0
  804.         OnGetEditMask = RecurGrid1GetEditMask
  805.       end
  806.       object NoWkndCheckBox: TCheckBox
  807.         Left = 214
  808.         Top = 20
  809.         Width = 127
  810.         Height = 17
  811.         HelpContext = 448
  812.         Caption = 'SkipWeekends'
  813.         TabOrder = 2
  814.         OnClick = Click
  815.       end
  816.       object RecurEdit1: TMaskEdit
  817.         Left = 262
  818.         Top = 36
  819.         Width = 33
  820.         Height = 24
  821.         HelpContext = 450
  822.         EditMask = '###;1;_'
  823.         MaxLength = 3
  824.         TabOrder = 4
  825.         Text = '   '
  826.       end
  827.       object RecurEdit2: TMaskEdit
  828.         Left = 262
  829.         Top = 60
  830.         Width = 19
  831.         Height = 24
  832.         HelpContext = 446
  833.         EditMask = '#;1;_'
  834.         Font.Color = clWindowText
  835.         Font.Height = -13
  836.         Font.Name = 'system'
  837.         Font.Style = []
  838.         MaxLength = 1
  839.         ParentFont = False
  840.         TabOrder = 5
  841.         Text = ' '
  842.       end
  843.       object RecurGrid2: TStringGrid
  844.         Left = 84
  845.         Top = 40
  846.         Width = 131
  847.         Height = 39
  848.         HelpContext = 456
  849.         ColCount = 7
  850.         DefaultColWidth = 17
  851.         DefaultRowHeight = 18
  852.         FixedCols = 0
  853.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goTabs]
  854.         ScrollBars = ssNone
  855.         TabOrder = 1
  856.         OnGetEditMask = RecurGrid2GetEditMask
  857.         ColWidths = (
  858.           17
  859.           17
  860.           17
  861.           17
  862.           17
  863.           17
  864.           17)
  865.       end
  866.       object DurEdit: TMaskEdit
  867.         Left = 342
  868.         Top = 56
  869.         Width = 19
  870.         Height = 24
  871.         HelpContext = 452
  872.         EditMask = '#;1;_'
  873.         MaxLength = 1
  874.         TabOrder = 6
  875.         Text = ' '
  876.       end
  877.     end
  878.     object RecurCheckBox: TCheckBox
  879.       Left = 198
  880.       Top = 12
  881.       Width = 249
  882.       Height = 17
  883.       HelpContext = 440
  884.       TabStop = False
  885.       Caption = 'Make this Item a *Recurring Event*'
  886.       TabOrder = 5
  887.       OnClick = RecurCheckBoxClick
  888.     end
  889.     object DragCheckBox: TCheckBox
  890.       Left = 308
  891.       Top = 94
  892.       Width = 143
  893.       Height = 17
  894.       HelpContext = 418
  895.       TabStop = False
  896.       Caption = 'Drag Forward'
  897.       Font.Color = clWindowText
  898.       Font.Height = -13
  899.       Font.Name = 'System'
  900.       Font.Style = []
  901.       ParentFont = False
  902.       TabOrder = 8
  903.       OnClick = Click
  904.     end
  905.     object BannerCheckBox: TCheckBox
  906.       Left = 194
  907.       Top = 94
  908.       Width = 111
  909.       Height = 17
  910.       HelpContext = 422
  911.       TabStop = False
  912.       Caption = 'Highlight'
  913.       TabOrder = 7
  914.       OnClick = Click
  915.     end
  916.     object GlyphBox: TGroupBox
  917.       Left = 6
  918.       Top = 62
  919.       Width = 163
  920.       Height = 49
  921.       Caption = 'Glyph'
  922.       TabOrder = 3
  923.       object GlyphImageBox: TShape
  924.         Left = 132
  925.         Top = 16
  926.         Width = 25
  927.         Height = 25
  928.       end
  929.       object glyphImage: TImage
  930.         Left = 134
  931.         Top = 18
  932.         Width = 21
  933.         Height = 21
  934.         OnClick = glyphImageClick
  935.       end
  936.       object glyph: TMaskEdit
  937.         Left = 6
  938.         Top = 18
  939.         Width = 103
  940.         Height = 24
  941.         HelpContext = 424
  942.         TabStop = False
  943.         MaxLength = 8
  944.         TabOrder = 0
  945.         OnChange = glyphChange
  946.       end
  947.       object GlyphBtn: TButton
  948.         Left = 110
  949.         Top = 18
  950.         Width = 17
  951.         Height = 23
  952.         Font.Color = clWindowText
  953.         Font.Height = -13
  954.         Font.Name = 'Terminal'
  955.         Font.Style = []
  956.         ParentFont = False
  957.         TabOrder = 1
  958.         TabStop = False
  959.         OnClick = GlyphBtnClick
  960.       end
  961.     end
  962.     object Priority: TMaskEdit
  963.       Left = 118
  964.       Top = 32
  965.       Width = 19
  966.       Height = 24
  967.       HelpContext = 420
  968.       TabStop = False
  969.       EditMask = 'a;1;_'
  970.       MaxLength = 1
  971.       TabOrder = 2
  972.       Text = ' '
  973.     end
  974.     object PrivateBtn: TCheckBox
  975.       Left = 118
  976.       Top = 12
  977.       Width = 73
  978.       Height = 17
  979.       TabStop = False
  980.       Caption = 'Private'
  981.       TabOrder = 1
  982.       OnClick = Click
  983.     end
  984.     object GlyphDir: TFileListBox
  985.       Left = 116
  986.       Top = 58
  987.       Width = 17
  988.       Height = 19
  989.       TabStop = False
  990.       Font.Color = clWindowText
  991.       Font.Height = -13
  992.       Font.Name = 'System'
  993.       Font.Style = []
  994.       ItemHeight = 16
  995.       Mask = '*.bmp'
  996.       ParentFont = False
  997.       TabOrder = 4
  998.       OnClick = GlyphDirExit
  999.       OnExit = GlyphDirExit
  1000.     end
  1001.   end
  1002.   object ConflictBox: TGroupBox
  1003.     Left = 8
  1004.     Top = 292
  1005.     Width = 617
  1006.     Height = 9
  1007.     Color = clLime
  1008.     DragCursor = crDefault
  1009.     ParentColor = False
  1010.     TabOrder = 0
  1011.     Visible = False
  1012.     OnExit = Exit
  1013.     object ConflictLabel: TLabel
  1014.       Left = 10
  1015.       Top = 12
  1016.       Width = 84
  1017.       Height = 16
  1018.       Caption = 'ConflictLabel'
  1019.     end
  1020.     object ConflictAccept: TButton
  1021.       Left = 32
  1022.       Top = 106
  1023.       Width = 259
  1024.       Height = 25
  1025.       Caption = 'ConflictAccept'
  1026.       TabOrder = 1
  1027.       TabStop = False
  1028.       OnClick = ConflicBbuttonClick
  1029.     end
  1030.     object ConflictChange: TButton
  1031.       Left = 330
  1032.       Top = 106
  1033.       Width = 259
  1034.       Height = 25
  1035.       Caption = 'ConflictChange'
  1036.       TabOrder = 0
  1037.       TabStop = False
  1038.       OnClick = ConflicBbuttonClick
  1039.     end
  1040.     object ConflictListBox: TListBox
  1041.       Left = 8
  1042.       Top = 32
  1043.       Width = 605
  1044.       Height = 67
  1045.       TabStop = False
  1046.       Font.Color = clWindowText
  1047.       Font.Height = -13
  1048.       Font.Name = 'System'
  1049.       Font.Pitch = fpFixed
  1050.       Font.Style = []
  1051.       ItemHeight = 15
  1052.       ParentFont = False
  1053.       Sorted = True
  1054.       TabOrder = 2
  1055.       OnEnter = ConflictListBoxEnter
  1056.     end
  1057.   end
  1058.   object MakeMenu: TMainMenu
  1059.     Left = 64
  1060.     Top = 2
  1061.     object MakePrint: TMenuItem
  1062.       Caption = '&Print'
  1063.       ShortCut = 0
  1064.       object MakePrintEvent: TMenuItem
  1065.         Caption = '&Print Event'
  1066.         ShortCut = 0
  1067.         OnClick = MakePrintEventClick
  1068.       end
  1069.     end
  1070.     object MakeEdit: TMenuItem
  1071.       Caption = '&Edit'
  1072.       ShortCut = 0
  1073.       object MakeEditCut: TMenuItem
  1074.         Caption = 'Cu&t'
  1075.         ShortCut = 0
  1076.         OnClick = MakeEditCutClick
  1077.       end
  1078.       object MakeEditCopy: TMenuItem
  1079.         Caption = '&Copy'
  1080.         ShortCut = 0
  1081.         OnClick = MakeEditCopyClick
  1082.       end
  1083.       object MakeEditPaste: TMenuItem
  1084.         Caption = '&Paste'
  1085.         ShortCut = 0
  1086.         OnClick = MakeEditPasteClick
  1087.       end
  1088.     end
  1089.     object MenuTimer: TMenuItem
  1090.       Caption = '&Timer'
  1091.       HelpContext = 405
  1092.       ShortCut = 0
  1093.       OnClick = MenuTimerClick
  1094.     end
  1095.     object MakeHelp: TMenuItem
  1096.       Caption = '&Help'
  1097.       ShortCut = 0
  1098.       OnClick = HelpQuickHelpClick
  1099.     end
  1100.   end
  1101.   object Timer1: TTimer
  1102.     OnTimer = Timer1Timer
  1103.     Left = 122
  1104.     Top = 2
  1105.   end
  1106.   object PrintDialog1: TPrintDialog
  1107.     Options = [poPageNums, poWarning]
  1108.     Left = 92
  1109.     Top = 2
  1110.   end
  1111. end
  1112.