home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TMERCYFORM / TMERCYFORM.txt
Encoding:
Text File  |  1999-03-17  |  13.1 KB  |  380 lines

  1. object MercyForm: TMercyForm
  2.   Left = 408
  3.   Top = 149
  4.   Width = 472
  5.   Height = 430
  6.   HelpContext = 10
  7.   Caption = 'Mercy rescheduling'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -15
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Bevel1: TBevel
  21.     Left = 7
  22.     Top = 59
  23.     Width = 450
  24.     Height = 158
  25.   end
  26.   object Label1: TLabel
  27.     Left = 15
  28.     Top = 8
  29.     Width = 106
  30.     Height = 16
  31.     Hint = 'Number of outstanding items scheduled for repetition'
  32.     Caption = 'Outstanding items'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 15
  36.     Top = 72
  37.     Width = 146
  38.     Height = 16
  39.     Hint = 'Number of items to repeat per day in the rescheduling period'
  40.     Caption = '&Number of items per day'
  41.     FocusControl = Items
  42.   end
  43.   object Label3: TLabel
  44.     Left = 15
  45.     Top = 98
  46.     Width = 125
  47.     Height = 16
  48.     Hint = 'Length of the rescheduling period'
  49.     Caption = '&Rescheduling period'
  50.     FocusControl = Resched
  51.   end
  52.   object GatherLabel: TLabel
  53.     Left = 15
  54.     Top = 124
  55.     Width = 100
  56.     Height = 16
  57.     Hint = 
  58.       'Length of the gathering period (editable only on considering fut' +
  59.       'ure repetitions)'
  60.     Caption = '&Gathering period'
  61.     FocusControl = Gather
  62.   end
  63.   object Label5: TLabel
  64.     Left = 15
  65.     Top = 28
  66.     Width = 116
  67.     Height = 16
  68.     Hint = 'Number of items that will be rescheduled'
  69.     Caption = 'Items to reschedule'
  70.   end
  71.   object OutstandingLabel: TLabel
  72.     Left = 236
  73.     Top = 8
  74.     Width = 7
  75.     Height = 16
  76.     Hint = 'Number of outstanding items scheduled for repetition'
  77.     Caption = '0'
  78.   end
  79.   object Affected: TLabel
  80.     Left = 236
  81.     Top = 28
  82.     Width = 7
  83.     Height = 16
  84.     Hint = 'Number of items that will be rescheduled'
  85.     Caption = '0'
  86.   end
  87.   object TodayDate: TLabel
  88.     Left = 334
  89.     Top = 8
  90.     Width = 76
  91.     Height = 16
  92.     Hint = 'Current date'
  93.     Caption = 'Dec 29, 2002'
  94.   end
  95.   object ReschedDate: TLabel
  96.     Left = 334
  97.     Top = 98
  98.     Width = 76
  99.     Height = 16
  100.     Hint = 'Date on which rescheduling period ends'
  101.     Caption = 'Dec 29, 2002'
  102.   end
  103.   object GatherDate: TLabel
  104.     Left = 334
  105.     Top = 124
  106.     Width = 76
  107.     Height = 16
  108.     Hint = 'Date on which the gathering period ends'
  109.     Caption = 'Dec 29, 2002'
  110.   end
  111.   object Items: TEdit
  112.     Left = 240
  113.     Top = 69
  114.     Width = 78
  115.     Height = 24
  116.     Hint = 'Number of items to repeat per day in the rescheduling period'
  117.     TabOrder = 0
  118.     Text = '1'
  119.     OnEnter = ItemsEnter
  120.   end
  121.   object Resched: TEdit
  122.     Left = 240
  123.     Top = 94
  124.     Width = 78
  125.     Height = 24
  126.     Hint = 'Length of the rescheduling period'
  127.     TabOrder = 1
  128.     Text = '1'
  129.     OnEnter = ItemsEnter
  130.   end
  131.   object Gather: TEdit
  132.     Left = 240
  133.     Top = 120
  134.     Width = 78
  135.     Height = 24
  136.     Hint = 
  137.       'Length of the gathering period (editable only on considering fut' +
  138.       'ure repetitions)'
  139.     TabOrder = 2
  140.     Text = '1'
  141.     OnEnter = ItemsEnter
  142.   end
  143.   object FutureCheckBox: TCheckBox
  144.     Left = 15
  145.     Top = 162
  146.     Width = 306
  147.     Height = 22
  148.     Hint = 
  149.       'Allow the gathering period to be longer than the rescheduling pe' +
  150.       'riod to reschedule future repetitions (e.g. before vacation)'
  151.     Caption = 'Consider &future repetitions'
  152.     TabOrder = 3
  153.     OnClick = FutureCheckBoxClick
  154.   end
  155.   object Panel1: TPanel
  156.     Left = 7
  157.     Top = 232
  158.     Width = 450
  159.     Height = 116
  160.     TabOrder = 4
  161.     object Label13: TLabel
  162.       Left = 8
  163.       Top = 11
  164.       Width = 150
  165.       Height = 16
  166.       Caption = 'Choosing OK will result in:'
  167.       ParentShowHint = False
  168.       ShowHint = False
  169.     end
  170.     object rem1: TLabel
  171.       Left = 8
  172.       Top = 44
  173.       Width = 245
  174.       Height = 16
  175.       Caption = 'Items collected from a gathering period of'
  176.       ParentShowHint = False
  177.       ShowHint = False
  178.     end
  179.     object rem2: TLabel
  180.       Left = 8
  181.       Top = 64
  182.       Width = 274
  183.       Height = 16
  184.       Caption = '1 day(s) will be rescheduled in the period up to'
  185.       ParentShowHint = False
  186.       ShowHint = False
  187.     end
  188.     object rem3: TLabel
  189.       Left = 8
  190.       Top = 84
  191.       Width = 219
  192.       Height = 16
  193.       Caption = '01.01.1980 with 1 repetition(s) per day'
  194.       ParentShowHint = False
  195.       ShowHint = False
  196.     end
  197.   end
  198.   object ReportBox: TCheckBox
  199.     Left = 15
  200.     Top = 184
  201.     Width = 306
  202.     Height = 22
  203.     Hint = 
  204.       'Generate a text file with the report on the progres of reschedul' +
  205.       'ing'
  206.     Caption = 'Generate re&port'
  207.     TabOrder = 5
  208.   end
  209.   object BitBtn1: TBitBtn
  210.     Left = 62
  211.     Top = 360
  212.     Width = 94
  213.     Height = 30
  214.     Hint = 'Begin rescheduling'
  215.     Caption = '&OK'
  216.     TabOrder = 6
  217.     OnClick = OKClick
  218.     Glyph.Data = {
  219.       BE060000424DBE06000000000000360400002800000024000000120000000100
  220.       0800000000008802000000000000000000000001000000010000000000000000
  221.       80000080000000808000800000008000800080800000C0C0C0007060A000B8B0
  222.       D000000000000000000000000000000000000000000000000000000000000000
  223.       0000000000000000000000000000000000000000000000000000000000000000
  224.       0000000000000000000000000000000000000000000000000000000000000000
  225.       0000000000000000000000000000000000000000000000000000000000000000
  226.       0000000000000000000000000000000000000000000000000000000000000000
  227.       0000000000000000000000000000000000000000000000000000000000000000
  228.       0000000000000000000000000000000000000000000000000000000000000000
  229.       0000000000000000000000000000000000000000000000000000000000000000
  230.       0000000000000000000000000000000000000000000000000000000000000000
  231.       0000000000000000000000000000000000000000000000000000000000000000
  232.       0000000000000000000000000000000000000000000000000000000000000000
  233.       0000000000000000000000000000000000000000000000000000000000000000
  234.       0000000000000000000000000000000000000000000000000000000000000000
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       0000000000000000000000000000000000000000000000000000000000000000
  241.       0000000000000000000000000000000000000000000000000000000000000000
  242.       0000000000000000000000000000000000000000000000000000000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       0000000000000000000000000000000000000000000000000000000000000000
  248.       0000000000000000000000000000000000000000000000000000000000000000
  249.       0000000000000000000000000000000000000000000000000000000000000000
  250.       0000000000000000000000000000000000000000000000000000000000000000
  251.       000000000000000000000000000000000000E0D8E800A4A0A000808080000000
  252.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  253.       0303030303030303030303030303030303030303030303030303030303030303
  254.       03030303030303030303030303030303030303030303FF030303030303030303
  255.       03030303030303040403030303030303030303030303030303F8F8FF03030303
  256.       03030303030303030303040202040303030303030303030303030303F80303F8
  257.       FF030303030303030303030303040202020204030303030303030303030303F8
  258.       03030303F8FF0303030303030303030304020202020202040303030303030303
  259.       0303F8030303030303F8FF030303030303030304020202FA0202020204030303
  260.       0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
  261.       040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
  262.       03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
  263.       FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
  264.       0303030303030303030303FA0202020403030303030303030303030303F8FF03
  265.       03F8FF03030303030303030303030303FA020202040303030303030303030303
  266.       0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
  267.       03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
  268.       030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
  269.       0202040303030303030303030303030303F8FF03F8FF03030303030303030303
  270.       03030303FA0202030303030303030303030303030303F8FFF803030303030303
  271.       030303030303030303FA0303030303030303030303030303030303F803030303
  272.       0303030303030303030303030303030303030303030303030303030303030303
  273.       0303}
  274.     Margin = 5
  275.     NumGlyphs = 2
  276.     Spacing = 6
  277.   end
  278.   object BitBtn2: TBitBtn
  279.     Left = 162
  280.     Top = 360
  281.     Width = 94
  282.     Height = 30
  283.     Hint = 'Cancel rescheduling'
  284.     TabOrder = 7
  285.     Kind = bkCancel
  286.     Margin = 5
  287.     Spacing = 6
  288.   end
  289.   object UpdateButton: TBitBtn
  290.     Left = 263
  291.     Top = 360
  292.     Width = 94
  293.     Height = 30
  294.     Hint = 'Compute new parameters from the current input data'
  295.     Caption = '&Update'
  296.     Default = True
  297.     TabOrder = 8
  298.     OnClick = UpdateButtonClick
  299.     Glyph.Data = {
  300.       BE060000424DBE06000000000000360400002800000024000000120000000100
  301.       0800000000008802000000000000000000000001000000010000000000000000
  302.       80000080000000808000800000008000800080800000C0C0C0007060A000B8B0
  303.       D000000000000000000000000000000000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000000000000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000000000000000000000
  307.       0000000000000000000000000000000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000000000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000000000000000000000000000
  311.       0000000000000000000000000000000000000000000000000000000000000000
  312.       0000000000000000000000000000000000000000000000000000000000000000
  313.       0000000000000000000000000000000000000000000000000000000000000000
  314.       0000000000000000000000000000000000000000000000000000000000000000
  315.       0000000000000000000000000000000000000000000000000000000000000000
  316.       0000000000000000000000000000000000000000000000000000000000000000
  317.       0000000000000000000000000000000000000000000000000000000000000000
  318.       0000000000000000000000000000000000000000000000000000000000000000
  319.       0000000000000000000000000000000000000000000000000000000000000000
  320.       0000000000000000000000000000000000000000000000000000000000000000
  321.       0000000000000000000000000000000000000000000000000000000000000000
  322.       0000000000000000000000000000000000000000000000000000000000000000
  323.       0000000000000000000000000000000000000000000000000000000000000000
  324.       0000000000000000000000000000000000000000000000000000000000000000
  325.       0000000000000000000000000000000000000000000000000000000000000000
  326.       0000000000000000000000000000000000000000000000000000000000000000
  327.       0000000000000000000000000000000000000000000000000000000000000000
  328.       0000000000000000000000000000000000000000000000000000000000000000
  329.       0000000000000000000000000000000000000000000000000000000000000000
  330.       0000000000000000000000000000000000000000000000000000000000000000
  331.       0000000000000000000000000000000000000000000000000000000000000000
  332.       000000000000000000000000000000000000E0D8E800A4A0A000808080000000
  333.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  334.       0404040404040303030303030303030303FFF8F8F8F8F8F803FF030303030302
  335.       0403030402020202020204040303030303F8F8FF03F8030303030303F8F8FF03
  336.       030303020204040202020202020202020403030303F8FFF8F80303FFFFFFFFFF
  337.       0303F8FF030303020202020202FAFAFAFAFA02020204030303F8FF030303FFF8
  338.       F8F8F8F8FF0303F8FF03030202020202FA0303030303FA020202040303F8FF03
  339.       03FFF80303030303F8FF0303F8FF03020202020203030303030303FA02020403
  340.       03F8FF0303F803030303030303F8FF03F8FF03020202020202030303030303FA
  341.       0404040303F8FFFFFFFFF8FF0303030303F8F8F8F80303FAFAFAFAFAFAFA0303
  342.       030303030303030303F8F8F8F8F8F8F803030303030303030303030303030303
  343.       030303030303030303030303030303030303030303030303FFFFFFFFFFFF0303
  344.       030303030303030303030404040404040303FFFFFFFF030303030303F8F8F8F8
  345.       F8F803FA040404030303030303FA02020202020403F8F8F8F8FF0303030303F8
  346.       FF03030303F803FA02020403030303030303FA020202020403F8FF03F8FF0303
  347.       03030303F803030303F80303FA0202040303030303040402020202040303F803
  348.       03F8FFFFFFFFFFF8F803030303F80303FA020202040404040402020202020204
  349.       0303F8FF0303F8F8F8F8F8030303FFFF03F8030303FA02020202020202020202
  350.       FAFA0204030303F8FFFF030303030303FFFFF8F8FFF803030303FAFA02020202
  351.       0202FAFA0303FA0303030303F8F8FFFFFFFFFFFFF8F80303F803030303030303
  352.       FAFAFAFAFAFA030303030303030303030303F8F8F8F8F8F80303030303030303
  353.       0303030303030303030303030303030303030303030303030303030303030303
  354.       0303}
  355.     Margin = 5
  356.     NumGlyphs = 2
  357.     Spacing = 6
  358.   end
  359.   object BitBtn4: TBitBtn
  360.     Left = 363
  361.     Top = 360
  362.     Width = 94
  363.     Height = 30
  364.     TabOrder = 9
  365.     Kind = bkHelp
  366.     Margin = 5
  367.     Spacing = 6
  368.   end
  369.   object Button1: TButton
  370.     Left = 336
  371.     Top = 176
  372.     Width = 105
  373.     Height = 30
  374.     Hint = 'Define rescheduling criteria for Mercy'
  375.     Caption = '&Criteria'
  376.     TabOrder = 10
  377.     OnClick = Button1Click
  378.   end
  379. end
  380.