home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / pim / krnlstnt.exe / ULTIMATE.EXE / 0 / RCDATA / TCUSTOM / TCUSTOM.txt
Text File  |  1996-12-15  |  15KB  |  712 lines

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