home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / TIMBNT25.ZIP / INSTALL.EXE / BILLPOWR.EXE / 0 / RCDATA / TCUSTOM / TCUSTOM.txt
Text File  |  1998-04-14  |  16KB  |  735 lines

  1. object Custom: TCustom
  2.   Left = 0
  3.   Top = 42
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Custom'
  7.   ClientHeight = 408
  8.   ClientWidth = 628
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -15
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 17
  20.   object IntFreeLbl: TLabel
  21.     Left = 96
  22.     Top = 318
  23.     Width = 122
  24.     Height = 17
  25.     Alignment = taRightJustify
  26.     AutoSize = False
  27.     Caption = 'Interest-Free Intvl'
  28.     Visible = False
  29.   end
  30.   object TaxLbl: TLabel
  31.     Left = 14
  32.     Top = 318
  33.     Width = 31
  34.     Height = 16
  35.     Alignment = taRightJustify
  36.     AutoSize = False
  37.     Caption = 'Tax'
  38.     Visible = False
  39.   end
  40.   object ChrgTimeIntvlLabel: TLabel
  41.     Left = 12
  42.     Top = 344
  43.     Width = 165
  44.     Height = 17
  45.     Alignment = taRightJustify
  46.     AutoSize = False
  47.     Caption = 'Minimum Time Charged'
  48.     Visible = False
  49.   end
  50.   object OKBtn: TButton
  51.     Left = 550
  52.     Top = 4
  53.     Width = 73
  54.     Height = 29
  55.     Caption = '&Ok'
  56.     ModalResult = 1
  57.     TabOrder = 0
  58.     TabStop = False
  59.     OnClick = OKBtnClick
  60.   end
  61.   object CancelBtn: TButton
  62.     Left = 550
  63.     Top = 36
  64.     Width = 73
  65.     Height = 29
  66.     Cancel = True
  67.     Caption = '&Cancel'
  68.     TabOrder = 1
  69.     TabStop = False
  70.     OnClick = OKBtnClick
  71.   end
  72.   object TimeDateBox: TGroupBox
  73.     Left = 254
  74.     Top = 6
  75.     Width = 193
  76.     Height = 57
  77.     Caption = 'Time, Date Display'
  78.     TabOrder = 10
  79.     object NonEuroTm: TRadioButton
  80.       Left = 6
  81.       Top = 18
  82.       Width = 181
  83.       Height = 17
  84.       HelpContext = 808
  85.       Caption = '12-hr, MM/DD/YY'
  86.       TabOrder = 0
  87.       OnClick = TmClick
  88.     end
  89.     object EuroTm: TRadioButton
  90.       Left = 6
  91.       Top = 36
  92.       Width = 181
  93.       Height = 17
  94.       HelpContext = 808
  95.       Caption = '24-hr, DD/MM/YY'
  96.       TabOrder = 1
  97.       OnClick = TmClick
  98.     end
  99.   end
  100.   object PromptForBox: TGroupBox
  101.     Left = 454
  102.     Top = 294
  103.     Width = 167
  104.     Height = 115
  105.     Caption = 'Prompt For'
  106.     TabOrder = 17
  107.     object Reminders: TCheckBox
  108.       Left = 10
  109.       Top = 96
  110.       Width = 153
  111.       Height = 17
  112.       HelpContext = 815
  113.       Caption = 'Reminders'
  114.       TabOrder = 3
  115.     end
  116.     object AlarmBox: TGroupBox
  117.       Left = 6
  118.       Top = 16
  119.       Width = 157
  120.       Height = 79
  121.       TabOrder = 2
  122.       object MaxBeepsLabel: TLabel
  123.         Left = 4
  124.         Top = 16
  125.         Width = 89
  126.         Height = 19
  127.         AutoSize = False
  128.         Caption = 'Alarm Beeps'
  129.       end
  130.       object AlrmIntvlLabel: TLabel
  131.         Left = 6
  132.         Top = 36
  133.         Width = 97
  134.         Height = 19
  135.         AutoSize = False
  136.         Caption = 'Pre-Interval'
  137.       end
  138.       object ReAlrmIntvlLabel: TLabel
  139.         Left = 6
  140.         Top = 56
  141.         Width = 112
  142.         Height = 17
  143.         Caption = 'Re-Alarm Interval'
  144.       end
  145.       object AlrmIntvl: TMaskEdit
  146.         Left = 122
  147.         Top = 36
  148.         Width = 31
  149.         Height = 22
  150.         HelpContext = 814
  151.         EditMask = '99;1;_'
  152.         Font.Charset = DEFAULT_CHARSET
  153.         Font.Color = clWindowText
  154.         Font.Height = -11
  155.         Font.Name = 'Arial'
  156.         Font.Style = []
  157.         MaxLength = 2
  158.         ParentFont = False
  159.         TabOrder = 0
  160.         Text = '  '
  161.         OnKeyDown = KeyDown
  162.       end
  163.       object ReAlrmIntvl: TMaskEdit
  164.         Left = 122
  165.         Top = 56
  166.         Width = 31
  167.         Height = 22
  168.         HelpContext = 814
  169.         EditMask = '99;1;_'
  170.         Font.Charset = DEFAULT_CHARSET
  171.         Font.Color = clWindowText
  172.         Font.Height = -11
  173.         Font.Name = 'Arial'
  174.         Font.Style = []
  175.         MaxLength = 2
  176.         ParentFont = False
  177.         TabOrder = 1
  178.         Text = '  '
  179.         OnKeyDown = KeyDown
  180.       end
  181.     end
  182.     object AlarmCheckBox: TCheckBox
  183.       Left = 10
  184.       Top = 16
  185.       Width = 111
  186.       Height = 17
  187.       HelpContext = 814
  188.       Caption = 'Event Alarms'
  189.       TabOrder = 1
  190.       OnClick = AlarmCheckBoxClick
  191.     end
  192.     object MaxBeeps: TMaskEdit
  193.       Left = 100
  194.       Top = 32
  195.       Width = 59
  196.       Height = 22
  197.       HelpContext = 814
  198.       Font.Charset = DEFAULT_CHARSET
  199.       Font.Color = clWindowText
  200.       Font.Height = -11
  201.       Font.Name = 'Arial'
  202.       Font.Style = []
  203.       MaxLength = 40
  204.       ParentFont = False
  205.       TabOrder = 0
  206.       OnKeyDown = KeyDown
  207.     end
  208.   end
  209.   object ReligiousDateBox: TGroupBox
  210.     Left = 256
  211.     Top = 140
  212.     Width = 191
  213.     Height = 147
  214.     Caption = 'Include on Daily Listings'
  215.     TabOrder = 12
  216.     object Muslim: TCheckBox
  217.       Left = 10
  218.       Top = 20
  219.       Width = 167
  220.       Height = 17
  221.       HelpContext = 810
  222.       Caption = 'Muslim'
  223.       TabOrder = 0
  224.       OnClick = Click
  225.     end
  226.     object Jewish: TCheckBox
  227.       Left = 10
  228.       Top = 38
  229.       Width = 175
  230.       Height = 17
  231.       HelpContext = 810
  232.       Caption = 'Jewish'
  233.       TabOrder = 1
  234.       OnClick = Click
  235.     end
  236.     object Christian: TCheckBox
  237.       Left = 10
  238.       Top = 56
  239.       Width = 165
  240.       Height = 17
  241.       HelpContext = 810
  242.       Caption = 'Christian'
  243.       TabOrder = 2
  244.       OnClick = Click
  245.     end
  246.     object ReportRelig: TCheckBox
  247.       Left = 10
  248.       Top = 126
  249.       Width = 177
  250.       Height = 17
  251.       HelpContext = 810
  252.       Caption = 'Include on Reports'
  253.       TabOrder = 5
  254.       OnClick = ReportReligClick
  255.     end
  256.     object latlongbox: TGroupBox
  257.       Left = 6
  258.       Top = 74
  259.       Width = 179
  260.       Height = 51
  261.       TabOrder = 3
  262.       OnExit = latlongboxExit
  263.       object latLabel: TLabel
  264.         Left = 6
  265.         Top = 16
  266.         Width = 79
  267.         Height = 8
  268.         AutoSize = False
  269.         Caption = 'Latitude'
  270.         Font.Charset = DEFAULT_CHARSET
  271.         Font.Color = clWindowText
  272.         Font.Height = -8
  273.         Font.Name = 'Arial'
  274.         Font.Style = [fsUnderline]
  275.         ParentFont = False
  276.       end
  277.       object longLabel: TLabel
  278.         Left = 90
  279.         Top = 16
  280.         Width = 81
  281.         Height = 8
  282.         AutoSize = False
  283.         Caption = 'Longitude'
  284.         Font.Charset = DEFAULT_CHARSET
  285.         Font.Color = clWindowText
  286.         Font.Height = -8
  287.         Font.Name = 'Arial'
  288.         Font.Style = []
  289.         ParentFont = False
  290.       end
  291.       object latitude: TMaskEdit
  292.         Left = 6
  293.         Top = 26
  294.         Width = 79
  295.         Height = 22
  296.         HelpContext = 810
  297.         EditMask = 'l:99:99:99;1;_'
  298.         Font.Charset = DEFAULT_CHARSET
  299.         Font.Color = clWindowText
  300.         Font.Height = -11
  301.         Font.Name = 'Arial'
  302.         Font.Pitch = fpFixed
  303.         Font.Style = []
  304.         MaxLength = 10
  305.         ParentFont = False
  306.         TabOrder = 0
  307.         Text = 'N:00:00:00'
  308.         OnKeyDown = KeyDown
  309.       end
  310.       object Longitude: TMaskEdit
  311.         Left = 90
  312.         Top = 26
  313.         Width = 83
  314.         Height = 22
  315.         HelpContext = 810
  316.         EditMask = 'l:999:99:99;1;_'
  317.         Font.Charset = DEFAULT_CHARSET
  318.         Font.Color = clWindowText
  319.         Font.Height = -11
  320.         Font.Name = 'Arial'
  321.         Font.Style = []
  322.         MaxLength = 11
  323.         ParentFont = False
  324.         TabOrder = 1
  325.         Text = 'W:000:00:00'
  326.         OnKeyDown = KeyDown
  327.       end
  328.     end
  329.     object RiseSetCheckBox: TCheckBox
  330.       Left = 10
  331.       Top = 74
  332.       Width = 133
  333.       Height = 17
  334.       HelpContext = 810
  335.       Caption = 'Sunrise / Sunset'
  336.       TabOrder = 4
  337.       OnClick = RiseSetCheckBoxClick
  338.     end
  339.   end
  340.   object TermSubsBox: TGroupBox
  341.     Left = 254
  342.     Top = 70
  343.     Width = 369
  344.     Height = 65
  345.     Caption = 'Term Substitutions'
  346.     TabOrder = 11
  347.     TabStop = True
  348.     object TermSubsGrid: TStringGrid
  349.       Left = 4
  350.       Top = 16
  351.       Width = 361
  352.       Height = 47
  353.       HelpContext = 828
  354.       ColCount = 2
  355.       DefaultColWidth = 110
  356.       DefaultRowHeight = 20
  357.       FixedRows = 0
  358.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing]
  359.       ScrollBars = ssVertical
  360.       TabOrder = 0
  361.       OnEnter = TermSubsGridEnter
  362.       OnExit = TermSubsGridExit
  363.       OnGetEditMask = TermSubsGridGetEditMask
  364.       OnKeyDown = KeyDown
  365.       OnSelectCell = TermSubsGridSelectCell
  366.       OnSetEditText = TermSubsGridSetEditText
  367.       RowHeights = (
  368.         21
  369.         20
  370.         20
  371.         20
  372.         20)
  373.     end
  374.   end
  375.   object WorkDayBox: TGroupBox
  376.     Left = 452
  377.     Top = 140
  378.     Width = 169
  379.     Height = 107
  380.     Caption = 'Work Day'
  381.     TabOrder = 13
  382.     object WorkDayBegin: TLabel
  383.       Left = 4
  384.       Top = 18
  385.       Width = 83
  386.       Height = 17
  387.       Alignment = taRightJustify
  388.       AutoSize = False
  389.       Caption = 'Begin Time'
  390.     end
  391.     object WorkDayEnd: TLabel
  392.       Left = 4
  393.       Top = 38
  394.       Width = 81
  395.       Height = 17
  396.       Alignment = taRightJustify
  397.       AutoSize = False
  398.       Caption = 'End Time'
  399.     end
  400.     object WorkDayBeginTime: TMaskEdit
  401.       Left = 96
  402.       Top = 14
  403.       Width = 69
  404.       Height = 24
  405.       HelpContext = 812
  406.       Font.Charset = DEFAULT_CHARSET
  407.       Font.Color = clWindowText
  408.       Font.Height = -13
  409.       Font.Name = 'Arial'
  410.       Font.Style = []
  411.       ParentFont = False
  412.       TabOrder = 0
  413.       OnEnter = WorkDayTimeEnter
  414.       OnExit = WorkDayTimeExit
  415.       OnKeyPress = WorkDayKeyPress
  416.     end
  417.     object WorkDayEndTime: TMaskEdit
  418.       Left = 96
  419.       Top = 34
  420.       Width = 69
  421.       Height = 24
  422.       HelpContext = 812
  423.       Font.Charset = DEFAULT_CHARSET
  424.       Font.Color = clWindowText
  425.       Font.Height = -13
  426.       Font.Name = 'Arial'
  427.       Font.Style = []
  428.       ParentFont = False
  429.       TabOrder = 1
  430.       OnEnter = WorkDayTimeEnter
  431.       OnExit = WorkDayTimeExit
  432.       OnKeyPress = WorkDayKeyPress
  433.     end
  434.     object PartitionBox: TGroupBox
  435.       Left = 6
  436.       Top = 58
  437.       Width = 157
  438.       Height = 45
  439.       TabOrder = 2
  440.       object PartitionLabel: TLabel
  441.         Left = 4
  442.         Top = 20
  443.         Width = 149
  444.         Height = 19
  445.         AutoSize = False
  446.         Caption = 'Interval:           Min'
  447.       end
  448.       object PartitionInterval: TMaskEdit
  449.         Left = 72
  450.         Top = 18
  451.         Width = 25
  452.         Height = 25
  453.         HelpContext = 812
  454.         EditMask = '##;1;_'
  455.         MaxLength = 2
  456.         TabOrder = 0
  457.         Text = '  '
  458.         OnKeyDown = KeyDown
  459.       end
  460.     end
  461.     object PartitionCheckBox: TCheckBox
  462.       Left = 10
  463.       Top = 58
  464.       Width = 145
  465.       Height = 17
  466.       HelpContext = 812
  467.       Caption = 'Partition Day'
  468.       TabOrder = 3
  469.       OnClick = PartitionCheckBoxClick
  470.     end
  471.   end
  472.   object FirstWeekDayBox: TGroupBox
  473.     Left = 10
  474.     Top = 232
  475.     Width = 241
  476.     Height = 35
  477.     Caption = '1st Week Day'
  478.     TabOrder = 2
  479.     object SundayBtn: TRadioButton
  480.       Left = 6
  481.       Top = 16
  482.       Width = 107
  483.       Height = 17
  484.       HelpContext = 806
  485.       Caption = 'Sunday'
  486.       TabOrder = 0
  487.       OnClick = Click
  488.     end
  489.     object MondayBtn: TRadioButton
  490.       Left = 120
  491.       Top = 16
  492.       Width = 117
  493.       Height = 17
  494.       HelpContext = 806
  495.       Caption = 'Monday'
  496.       TabOrder = 1
  497.       OnClick = Click
  498.     end
  499.   end
  500.   object JulianDateCheckBox: TCheckBox
  501.     Left = 460
  502.     Top = 252
  503.     Width = 155
  504.     Height = 17
  505.     HelpContext = 818
  506.     Caption = 'Display Julian Dates'
  507.     TabOrder = 15
  508.     OnClick = Click
  509.   end
  510.   object DragBox: TGroupBox
  511.     Left = 258
  512.     Top = 294
  513.     Width = 189
  514.     Height = 115
  515.     Caption = 'Daily Event Dragging'
  516.     TabOrder = 14
  517.     TabStop = True
  518.     object DragDeadLn: TCheckBox
  519.       Left = 10
  520.       Top = 18
  521.       Width = 155
  522.       Height = 17
  523.       HelpContext = 816
  524.       Caption = 'Drag Deadlines'
  525.       TabOrder = 0
  526.       OnClick = Click
  527.     end
  528.     object DragRmndr: TCheckBox
  529.       Left = 10
  530.       Top = 42
  531.       Width = 157
  532.       Height = 17
  533.       HelpContext = 816
  534.       Caption = 'Drag Reminders'
  535.       TabOrder = 1
  536.       OnClick = Click
  537.     end
  538.     object DragPlan: TCheckBox
  539.       Left = 10
  540.       Top = 66
  541.       Width = 157
  542.       Height = 17
  543.       HelpContext = 816
  544.       Caption = 'Drag Plan Deadlines'
  545.       TabOrder = 2
  546.       OnClick = Click
  547.     end
  548.     object dragConfirm: TCheckBox
  549.       Left = 10
  550.       Top = 90
  551.       Width = 157
  552.       Height = 17
  553.       HelpContext = 816
  554.       Caption = 'Confirm All Dragging'
  555.       TabOrder = 3
  556.       OnClick = Click
  557.     end
  558.   end
  559.   object PasswordCheckBox: TCheckBox
  560.     Left = 14
  561.     Top = 392
  562.     Width = 235
  563.     Height = 17
  564.     HelpContext = 822
  565.     Caption = 'Request Password upon Entry'
  566.     TabOrder = 9
  567.     OnClick = Click
  568.   end
  569.   object DailyTimeBlocksCheckBox: TCheckBox
  570.     Left = 14
  571.     Top = 370
  572.     Width = 235
  573.     Height = 17
  574.     HelpContext = 826
  575.     Caption = 'Fill in Month'#39's Daily Squares'
  576.     TabOrder = 8
  577.     OnClick = Click
  578.   end
  579.   object GrpBox: TGroupBox
  580.     Left = 8
  581.     Top = 140
  582.     Width = 243
  583.     Height = 87
  584.     Caption = 'Employee Groups'
  585.     TabOrder = 19
  586.     object GrpGrid: TStringGrid
  587.       Left = 4
  588.       Top = 17
  589.       Width = 233
  590.       Height = 66
  591.       HelpContext = 804
  592.       ColCount = 2
  593.       DefaultColWidth = 50
  594.       DefaultRowHeight = 20
  595.       FixedCols = 0
  596.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goTabs]
  597.       ScrollBars = ssVertical
  598.       TabOrder = 0
  599.       OnEnter = EmpGridEnter
  600.       OnExit = GrpGridExit
  601.       OnGetEditMask = GrpGridGetEditMask
  602.       OnGetEditText = GrpGridGetEditText
  603.       OnKeyDown = KeyDown
  604.       OnSelectCell = GrpGridSelectCell
  605.       OnSetEditText = GrpGridSetEditText
  606.     end
  607.   end
  608.   object JulianWeekCheckBox: TCheckBox
  609.     Left = 460
  610.     Top = 272
  611.     Width = 163
  612.     Height = 17
  613.     HelpContext = 820
  614.     Caption = 'Display Julian Weeks'
  615.     TabOrder = 16
  616.     OnClick = Click
  617.   end
  618.   object EmpBox: TGroupBox
  619.     Left = 6
  620.     Top = 6
  621.     Width = 243
  622.     Height = 129
  623.     Caption = 'Employees'
  624.     TabOrder = 18
  625.     TabStop = True
  626.     object EmpGrid: TStringGrid
  627.       Left = 4
  628.       Top = 17
  629.       Width = 233
  630.       Height = 108
  631.       HelpContext = 802
  632.       ColCount = 2
  633.       DefaultColWidth = 50
  634.       DefaultRowHeight = 20
  635.       FixedCols = 0
  636.       RowCount = 200
  637.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goTabs]
  638.       ScrollBars = ssVertical
  639.       TabOrder = 0
  640.       OnEnter = EmpGridEnter
  641.       OnExit = EmpGridExit
  642.       OnGetEditMask = EmpGridGetEditMask
  643.       OnGetEditText = EmpGridGetEditText
  644.       OnKeyDown = KeyDown
  645.       OnSelectCell = EmpGridSelectCell
  646.       OnSetEditText = EmpGridSetEditText
  647.     end
  648.   end
  649.   object BookKeepingBox: TGroupBox
  650.     Left = 12
  651.     Top = 272
  652.     Width = 239
  653.     Height = 35
  654.     Caption = 'Bookkeeping'
  655.     TabOrder = 3
  656.     object AutoUpdateGL: TCheckBox
  657.       Left = 4
  658.       Top = 16
  659.       Width = 113
  660.       Height = 17
  661.       HelpContext = 830
  662.       Caption = 'AutoUpdate GL'
  663.       TabOrder = 0
  664.     end
  665.     object DoubleEntry: TCheckBox
  666.       Left = 124
  667.       Top = 16
  668.       Width = 113
  669.       Height = 17
  670.       HelpContext = 832
  671.       Caption = 'Double-Entry'
  672.       TabOrder = 1
  673.     end
  674.   end
  675.   object IntFree: TMaskEdit
  676.     Left = 222
  677.     Top = 314
  678.     Width = 29
  679.     Height = 25
  680.     HelpContext = 821
  681.     MaxLength = 2
  682.     TabOrder = 5
  683.     Visible = False
  684.     OnExit = IntFreeExit
  685.   end
  686.   object Tax: TMaskEdit
  687.     Left = 50
  688.     Top = 314
  689.     Width = 37
  690.     Height = 25
  691.     HelpContext = 823
  692.     MaxLength = 5
  693.     TabOrder = 4
  694.     Visible = False
  695.     OnExit = TaxExit
  696.   end
  697.   object ChrgTimeIntvl1: TMaskEdit
  698.     Left = 182
  699.     Top = 340
  700.     Width = 33
  701.     Height = 25
  702.     HelpContext = 835
  703.     TabOrder = 6
  704.     Visible = False
  705.     OnExit = ChrgTimeIntvl1Exit
  706.   end
  707.   object ChrgTimeIntvl2: TMaskEdit
  708.     Left = 218
  709.     Top = 340
  710.     Width = 33
  711.     Height = 25
  712.     HelpContext = 835
  713.     TabOrder = 7
  714.     Visible = False
  715.     OnExit = ChrgTimeIntvl2Exit
  716.   end
  717.   object MainMenu1: TMainMenu
  718.     object menuEdit: TMenuItem
  719.       Caption = 'Edit'
  720.       object MenuEditInsert: TMenuItem
  721.         Caption = 'Insert a Row'
  722.         OnClick = MenuEditInsertClick
  723.       end
  724.       object MenuEditDelete: TMenuItem
  725.         Caption = 'Delete a Row'
  726.         OnClick = MenuEditDeleteClick
  727.       end
  728.     end
  729.     object Help: TMenuItem
  730.       Caption = '&Help'
  731.       OnClick = HelpQuickHelpClick
  732.     end
  733.   end
  734. end
  735.