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 / THUNT / THUNT.txt < prev   
Text File  |  1996-12-15  |  14KB  |  695 lines

  1. object Hunt: THunt
  2.   Left = -2
  3.   Top = 43
  4.   BorderStyle = bsSingle
  5.   Caption = 'Hunt Gates'
  6.   ClientHeight = 411
  7.   ClientWidth = 633
  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 MainArea: TImage
  18.     Left = 4
  19.     Top = 26
  20.     Width = 417
  21.     Height = 271
  22.   end
  23.   object ReportTypeBox: TGroupBox
  24.     Left = 10
  25.     Top = 140
  26.     Width = 233
  27.     Height = 47
  28.     Caption = 'Type of Report'
  29.     TabOrder = 3
  30.     object ReportType: TComboBox
  31.       Left = 4
  32.       Top = 18
  33.       Width = 225
  34.       Height = 24
  35.       HelpContext = 601
  36.       DropDownCount = 14
  37.       ItemHeight = 16
  38.       TabOrder = 0
  39.       OnChange = ReportTypeChange
  40.       OnExit = Exit
  41.       OnKeyDown = KeyDown
  42.     end
  43.   end
  44.   object OKbtn: TButton
  45.     Left = 532
  46.     Top = 8
  47.     Width = 91
  48.     Height = 27
  49.     Caption = '&Start Report'
  50.     TabOrder = 0
  51.     OnClick = OKbtnClick
  52.     OnKeyDown = KeyDown
  53.   end
  54.   object CancelBtn: TButton
  55.     Left = 436
  56.     Top = 8
  57.     Width = 91
  58.     Height = 27
  59.     Cancel = True
  60.     Caption = '&Cancel'
  61.     TabOrder = 16
  62.     OnClick = OKbtnClick
  63.     OnKeyDown = KeyDown
  64.   end
  65.   object DescBox: TGroupBox
  66.     Left = 10
  67.     Top = 192
  68.     Width = 147
  69.     Height = 47
  70.     Caption = 'Word in Description'
  71.     TabOrder = 6
  72.     object Event: TMaskEdit
  73.       Left = 4
  74.       Top = 16
  75.       Width = 139
  76.       Height = 24
  77.       HelpContext = 601
  78.       MaxLength = 15
  79.       TabOrder = 0
  80.       Text = ' '
  81.       OnExit = Exit
  82.       OnKeyDown = KeyDown
  83.     end
  84.   end
  85.   object ProjectBox: TGroupBox
  86.     Left = 254
  87.     Top = 140
  88.     Width = 159
  89.     Height = 47
  90.     Caption = 'Project ID'
  91.     TabOrder = 5
  92.     object ProjectList: TComboBox
  93.       Left = 4
  94.       Top = 18
  95.       Width = 151
  96.       Height = 24
  97.       HelpContext = 601
  98.       ItemHeight = 16
  99.       MaxLength = 12
  100.       Sorted = True
  101.       TabOrder = 0
  102.       Visible = False
  103.       OnDropDown = ProjectListDropDown
  104.       OnEnter = Enter
  105.       OnExit = Exit
  106.       OnKeyDown = KeyDown
  107.     end
  108.     object Project: TMaskEdit
  109.       Left = 4
  110.       Top = 18
  111.       Width = 151
  112.       Height = 24
  113.       MaxLength = 0
  114.       TabOrder = 1
  115.       OnEnter = Enter
  116.       OnExit = Exit
  117.       OnKeyDown = KeyDown
  118.     end
  119.   end
  120.   object EmployeeBox: TGroupBox
  121.     Left = 140
  122.     Top = 44
  123.     Width = 275
  124.     Height = 77
  125.     Caption = 'Employee'
  126.     TabOrder = 4
  127.     object EmplyeNameList: TLabel
  128.       Left = 20
  129.       Top = 52
  130.       Width = 53
  131.       Height = 13
  132.       Alignment = taRightJustify
  133.       Caption = 'Name List'
  134.     end
  135.     object Emplye: TMaskEdit
  136.       Left = 4
  137.       Top = 18
  138.       Width = 267
  139.       Height = 24
  140.       HelpContext = 601
  141.       MaxLength = 60
  142.       TabOrder = 0
  143.       OnEnter = Enter
  144.       OnExit = Exit
  145.       OnKeyDown = KeyDown
  146.     end
  147.     object EmplyeList: TComboBox
  148.       Left = 78
  149.       Top = 48
  150.       Width = 193
  151.       Height = 24
  152.       HelpContext = 601
  153.       TabStop = False
  154.       ItemHeight = 16
  155.       TabOrder = 1
  156.       Text = ' '
  157.       OnClick = EmplyeListClick
  158.       OnDblClick = EmplyeListDblClick
  159.       OnEnter = Enter
  160.       OnExit = Exit
  161.       OnKeyDown = KeyDown
  162.     end
  163.   end
  164.   object BeginDateBox: TGroupBox
  165.     Left = 10
  166.     Top = 32
  167.     Width = 121
  168.     Height = 47
  169.     Caption = 'Hunt Begin Date'
  170.     TabOrder = 1
  171.     object BeginDate: TMaskEdit
  172.       Left = 14
  173.       Top = 18
  174.       Width = 93
  175.       Height = 24
  176.       HelpContext = 601
  177.       MaxLength = 20
  178.       TabOrder = 0
  179.       OnEnter = Enter
  180.       OnExit = Exit
  181.       OnKeyDown = KeyDown
  182.     end
  183.   end
  184.   object EndDateBox: TGroupBox
  185.     Left = 10
  186.     Top = 86
  187.     Width = 121
  188.     Height = 47
  189.     Caption = 'Hunt End Date'
  190.     TabOrder = 2
  191.     object EndDate: TMaskEdit
  192.       Left = 14
  193.       Top = 18
  194.       Width = 93
  195.       Height = 24
  196.       HelpContext = 601
  197.       MaxLength = 20
  198.       TabOrder = 0
  199.       OnEnter = Enter
  200.       OnExit = Exit
  201.       OnKeyDown = KeyDown
  202.     end
  203.   end
  204.   object IncludeBox: TGroupBox
  205.     Left = 6
  206.     Top = 298
  207.     Width = 417
  208.     Height = 111
  209.     Caption = 'To Be Included on Report'
  210.     TabOrder = 12
  211.     object IncludeAppt: TCheckBox
  212.       Left = 4
  213.       Top = 16
  214.       Width = 177
  215.       Height = 17
  216.       HelpContext = 601
  217.       Caption = 'Appointments'
  218.       TabOrder = 0
  219.       OnKeyDown = KeyDown
  220.     end
  221.     object IncludeDead: TCheckBox
  222.       Left = 4
  223.       Top = 34
  224.       Width = 177
  225.       Height = 17
  226.       HelpContext = 601
  227.       Caption = 'Deadlines'
  228.       TabOrder = 1
  229.       OnKeyDown = KeyDown
  230.     end
  231.     object IncludeGotc: TCheckBox
  232.       Left = 4
  233.       Top = 52
  234.       Width = 177
  235.       Height = 17
  236.       HelpContext = 601
  237.       Caption = 'Gotchas'
  238.       TabOrder = 2
  239.       OnKeyDown = KeyDown
  240.     end
  241.     object IncludeTrip: TCheckBox
  242.       Left = 4
  243.       Top = 72
  244.       Width = 177
  245.       Height = 15
  246.       HelpContext = 601
  247.       Caption = 'Trips'
  248.       TabOrder = 3
  249.       OnKeyDown = KeyDown
  250.     end
  251.     object IncludeVaca: TCheckBox
  252.       Left = 4
  253.       Top = 90
  254.       Width = 177
  255.       Height = 17
  256.       HelpContext = 601
  257.       Caption = 'Vacations'
  258.       TabOrder = 4
  259.       OnKeyDown = KeyDown
  260.     end
  261.     object IncludeExer: TCheckBox
  262.       Left = 210
  263.       Top = 20
  264.       Width = 177
  265.       Height = 17
  266.       HelpContext = 601
  267.       Caption = 'Exercises'
  268.       TabOrder = 5
  269.       OnKeyDown = KeyDown
  270.     end
  271.     object IncludeMisc: TCheckBox
  272.       Left = 210
  273.       Top = 38
  274.       Width = 177
  275.       Height = 17
  276.       HelpContext = 601
  277.       Caption = 'Miscellaneous'
  278.       TabOrder = 6
  279.       OnKeyDown = KeyDown
  280.     end
  281.     object IncludeRmnd: TCheckBox
  282.       Left = 210
  283.       Top = 56
  284.       Width = 177
  285.       Height = 17
  286.       HelpContext = 601
  287.       Caption = 'Reminders'
  288.       TabOrder = 7
  289.       OnClick = IncludeRmndClick
  290.       OnKeyDown = KeyDown
  291.     end
  292.     object IncludeDeletes: TCheckBox
  293.       Left = 210
  294.       Top = 90
  295.       Width = 191
  296.       Height = 17
  297.       HelpContext = 601
  298.       Caption = 'Items Tagged for Deletion'
  299.       TabOrder = 8
  300.       OnKeyDown = KeyDown
  301.     end
  302.   end
  303.   object ReportDestBox: TGroupBox
  304.     Left = 436
  305.     Top = 44
  306.     Width = 185
  307.     Height = 57
  308.     Caption = 'Report Destination'
  309.     TabOrder = 13
  310.     object ReportToScreen: TRadioButton
  311.       Left = 4
  312.       Top = 18
  313.       Width = 175
  314.       Height = 17
  315.       HelpContext = 603
  316.       Caption = 'Screen'
  317.       TabOrder = 0
  318.       OnClick = ReportDestClick
  319.       OnKeyDown = KeyDown
  320.     end
  321.     object ReportToPrinter: TRadioButton
  322.       Left = 96
  323.       Top = 18
  324.       Width = 87
  325.       Height = 17
  326.       HelpContext = 603
  327.       Caption = 'Printer'
  328.       TabOrder = 1
  329.       OnClick = ReportDestClick
  330.       OnKeyDown = KeyDown
  331.     end
  332.     object ReportToFile: TRadioButton
  333.       Left = 4
  334.       Top = 34
  335.       Width = 81
  336.       Height = 17
  337.       HelpContext = 603
  338.       Caption = 'File'
  339.       TabOrder = 2
  340.       OnClick = ReportDestClick
  341.       OnKeyDown = KeyDown
  342.     end
  343.     object ReportFileName: TMaskEdit
  344.       Left = 90
  345.       Top = 34
  346.       Width = 91
  347.       Height = 20
  348.       HelpContext = 603
  349.       Font.Color = clWindowText
  350.       Font.Height = -9
  351.       Font.Name = 'Arial'
  352.       Font.Style = []
  353.       MaxLength = 30
  354.       ParentFont = False
  355.       TabOrder = 3
  356.       OnKeyDown = KeyDown
  357.     end
  358.   end
  359.   object HuntMethodBox: TGroupBox
  360.     Left = 436
  361.     Top = 334
  362.     Width = 187
  363.     Height = 75
  364.     Caption = 'Hunt Method'
  365.     TabOrder = 15
  366.     object NormalHunt: TRadioButton
  367.       Left = 4
  368.       Top = 18
  369.       Width = 177
  370.       Height = 17
  371.       HelpContext = 601
  372.       Caption = 'Normal'
  373.       TabOrder = 0
  374.       OnClick = MethodClicked
  375.       OnKeyDown = KeyDown
  376.     end
  377.     object HuntByEmp: TRadioButton
  378.       Left = 4
  379.       Top = 36
  380.       Width = 179
  381.       Height = 17
  382.       HelpContext = 601
  383.       Caption = 'By Employee'
  384.       TabOrder = 1
  385.       OnClick = MethodClicked
  386.       OnKeyDown = KeyDown
  387.     end
  388.     object HuntByPrjct: TRadioButton
  389.       Left = 4
  390.       Top = 54
  391.       Width = 179
  392.       Height = 17
  393.       HelpContext = 601
  394.       Caption = 'By Project'
  395.       TabOrder = 2
  396.       OnClick = MethodClicked
  397.       OnKeyDown = KeyDown
  398.     end
  399.   end
  400.   object CategoryBox: TGroupBox
  401.     Left = 10
  402.     Top = 244
  403.     Width = 147
  404.     Height = 47
  405.     Caption = 'Category'
  406.     TabOrder = 7
  407.     object Category: TComboBox
  408.       Left = 4
  409.       Top = 20
  410.       Width = 139
  411.       Height = 22
  412.       HelpContext = 608
  413.       DropDownCount = 22
  414.       Font.Color = clWindowText
  415.       Font.Height = -11
  416.       Font.Name = 'Arial'
  417.       Font.Pitch = fpVariable
  418.       Font.Style = []
  419.       ItemHeight = 14
  420.       ParentFont = False
  421.       TabOrder = 0
  422.       OnDropDown = CategoryDropDown
  423.       OnEnter = Enter
  424.       OnExit = Exit
  425.       OnKeyDown = KeyDown
  426.     end
  427.   end
  428.   object PrintedReportInfoBox: TGroupBox
  429.     Left = 436
  430.     Top = 106
  431.     Width = 187
  432.     Height = 223
  433.     Caption = 'PrintedReportInfoBox'
  434.     TabOrder = 14
  435.     object RprtTitleBox: TGroupBox
  436.       Left = 6
  437.       Top = 174
  438.       Width = 175
  439.       Height = 47
  440.       Caption = 'RprtTitleBox'
  441.       TabOrder = 3
  442.       object RprtTitle: TMaskEdit
  443.         Left = 4
  444.         Top = 20
  445.         Width = 167
  446.         Height = 24
  447.         HelpContext = 605
  448.         MaxLength = 80
  449.         TabOrder = 0
  450.         OnEnter = Enter
  451.         OnExit = Exit
  452.         OnKeyDown = KeyDown
  453.       end
  454.     end
  455.     object PageLengthBox: TGroupBox
  456.       Left = 6
  457.       Top = 68
  458.       Width = 175
  459.       Height = 51
  460.       Caption = 'PageLengthBox'
  461.       TabOrder = 1
  462.       object StandardLengthBtn: TRadioButton
  463.         Left = 4
  464.         Top = 16
  465.         Width = 165
  466.         Height = 17
  467.         HelpContext = 601
  468.         Caption = 'StandardLengthBtn'
  469.         TabOrder = 0
  470.         OnClick = PageLenBtnClick
  471.         OnDblClick = StandardLengthBtnDblClick
  472.         OnKeyDown = KeyDown
  473.       end
  474.       object ShortLengthBtn: TRadioButton
  475.         Left = 4
  476.         Top = 32
  477.         Width = 163
  478.         Height = 17
  479.         HelpContext = 601
  480.         Caption = 'ShortLengthBtn'
  481.         TabOrder = 1
  482.         OnClick = PageLenBtnClick
  483.         OnKeyDown = KeyDown
  484.       end
  485.     end
  486.     object OrientationBox: TGroupBox
  487.       Left = 6
  488.       Top = 18
  489.       Width = 175
  490.       Height = 51
  491.       Caption = 'Orientation'
  492.       TabOrder = 0
  493.       object PortraitBtn: TRadioButton
  494.         Left = 4
  495.         Top = 16
  496.         Width = 163
  497.         Height = 17
  498.         HelpContext = 601
  499.         Caption = 'PortraitBtn'
  500.         TabOrder = 0
  501.         OnClick = OrientationBtnClick
  502.         OnKeyDown = KeyDown
  503.       end
  504.       object LandscapeBtn: TRadioButton
  505.         Left = 4
  506.         Top = 32
  507.         Width = 163
  508.         Height = 17
  509.         HelpContext = 601
  510.         Caption = 'LandscapeBtn'
  511.         TabOrder = 1
  512.         OnClick = OrientationBtnClick
  513.         OnKeyDown = KeyDown
  514.       end
  515.     end
  516.     object PrintSizeBox: TGroupBox
  517.       Left = 6
  518.       Top = 120
  519.       Width = 175
  520.       Height = 51
  521.       Caption = 'PrintSizeBox'
  522.       TabOrder = 2
  523.       object StdPrintSize: TRadioButton
  524.         Left = 4
  525.         Top = 16
  526.         Width = 165
  527.         Height = 17
  528.         HelpContext = 601
  529.         Caption = 'StdPrintSize'
  530.         TabOrder = 0
  531.         OnKeyDown = KeyDown
  532.       end
  533.       object SmPrintSize: TRadioButton
  534.         Left = 4
  535.         Top = 32
  536.         Width = 165
  537.         Height = 17
  538.         HelpContext = 601
  539.         Caption = 'SmPrintSize'
  540.         TabOrder = 1
  541.         OnKeyDown = KeyDown
  542.       end
  543.     end
  544.   end
  545.   object PayeeBox: TGroupBox
  546.     Left = 164
  547.     Top = 244
  548.     Width = 141
  549.     Height = 47
  550.     Caption = 'Payee'
  551.     TabOrder = 9
  552.     object Payee: TMaskEdit
  553.       Left = 6
  554.       Top = 18
  555.       Width = 129
  556.       Height = 24
  557.       HelpContext = 601
  558.       MaxLength = 15
  559.       TabOrder = 0
  560.       OnEnter = Enter
  561.       OnExit = Exit
  562.       OnKeyDown = KeyDown
  563.     end
  564.   end
  565.   object HighAmtBox: TGroupBox
  566.     Left = 316
  567.     Top = 244
  568.     Width = 99
  569.     Height = 47
  570.     Caption = 'High Amount'
  571.     TabOrder = 11
  572.     object HighAmt: TMaskEdit
  573.       Left = 4
  574.       Top = 18
  575.       Width = 89
  576.       Height = 24
  577.       HelpContext = 601
  578.       MaxLength = 0
  579.       TabOrder = 0
  580.       OnEnter = Enter
  581.       OnExit = Exit
  582.       OnKeyDown = KeyDown
  583.     end
  584.   end
  585.   object LowAmtBox: TGroupBox
  586.     Left = 314
  587.     Top = 192
  588.     Width = 99
  589.     Height = 47
  590.     Caption = 'Low Amount'
  591.     TabOrder = 10
  592.     object LowAmt: TMaskEdit
  593.       Left = 4
  594.       Top = 18
  595.       Width = 91
  596.       Height = 24
  597.       HelpContext = 601
  598.       MaxLength = 0
  599.       TabOrder = 0
  600.       OnEnter = Enter
  601.       OnExit = Exit
  602.       OnKeyDown = KeyDown
  603.     end
  604.   end
  605.   object AccountBox: TGroupBox
  606.     Left = 164
  607.     Top = 192
  608.     Width = 141
  609.     Height = 47
  610.     Caption = 'Account'
  611.     TabOrder = 8
  612.     Visible = False
  613.     object Account: TMaskEdit
  614.       Left = 4
  615.       Top = 18
  616.       Width = 131
  617.       Height = 24
  618.       HelpContext = 611
  619.       MaxLength = 0
  620.       TabOrder = 0
  621.       Visible = False
  622.       OnEnter = Enter
  623.       OnExit = Exit
  624.       OnKeyDown = KeyDown
  625.     end
  626.   end
  627.   object SmClndrBox: TGroupBox
  628.     Left = 410
  629.     Top = 104
  630.     Width = 201
  631.     Height = 185
  632.     Caption = 'Date'
  633.     Color = clYellow
  634.     ParentColor = False
  635.     TabOrder = 17
  636.     object SmClndr: TImage
  637.       Left = 4
  638.       Top = 18
  639.       Width = 192
  640.       Height = 163
  641.       Picture.Data = {<image000.bmp>}
  642.       OnMouseDown = SmClndrMouseDown
  643.     end
  644.   end
  645.   object LetterList: TFileListBox
  646.     Left = 254
  647.     Top = 6
  648.     Width = 31
  649.     Height = 23
  650.     ItemHeight = 16
  651.     TabOrder = 18
  652.   end
  653.   object MainMenu1: TMainMenu
  654.     Left = 290
  655.     Top = 4
  656.     object MenuPrint: TMenuItem
  657.       Caption = '&Print'
  658.       ShortCut = 0
  659.       object MenuPrintSetup: TMenuItem
  660.         Caption = 'Printer &Setup'
  661.         ShortCut = 0
  662.         OnClick = MenuPrintSetupClick
  663.       end
  664.       object MenuPrintReport: TMenuItem
  665.         Caption = 'Print &Report'
  666.         ShortCut = 0
  667.         OnClick = MenuPrintReportClick
  668.       end
  669.     end
  670.     object MenuReset: TMenuItem
  671.       Caption = '&Reset'
  672.       ShortCut = 0
  673.       object menuResetParameters: TMenuItem
  674.         Caption = '&Reset Hunt Parameters'
  675.         ShortCut = 0
  676.         OnClick = menuResetParametersClick
  677.       end
  678.     end
  679.     object ReportHelp: TMenuItem
  680.       Caption = '&Help'
  681.       ShortCut = 112
  682.       OnClick = ReportHelpClick
  683.     end
  684.   end
  685.   object PrintDialog1: TPrintDialog
  686.     Options = [poPageNums, poWarning]
  687.     Left = 324
  688.     Top = 4
  689.   end
  690.   object PrinterSetupDialog1: TPrinterSetupDialog
  691.     Left = 374
  692.     Top = 4
  693.   end
  694. end
  695.