home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / EverythingIOwn / EIOWN_17.EXE / EIO.EXE / 0 / RCDATA / TFRMINPUT / TFRMINPUT.txt < prev   
Encoding:
Text File  |  1998-02-24  |  33.9 KB  |  1,141 lines

  1. object frmInput: TfrmInput
  2.   Left = 150
  3.   Top = 112
  4.   ActiveControl = btnAddRecord
  5.   BorderIcons = [biSystemMenu, biMaximize, biHelp]
  6.   AutoScroll = False
  7.   Caption = 'Everything I Own!  --  Add\Edit\View Items'
  8.   ClientHeight = 401
  9.   ClientWidth = 620
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenu1
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblMode: TLabel
  23.     Left = 15
  24.     Top = 341
  25.     Width = 227
  26.     Height = 29
  27.     Caption = 'You Are In Edit Mode'
  28.     Font.Color = clRed
  29.     Font.Height = -24
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object DBText4: TDBText
  35.     Left = 24
  36.     Top = 0
  37.     Width = 177
  38.     Height = 25
  39.     DataField = 'NAME'
  40.     DataSource = DataModule1.OwnSource
  41.     Font.Color = clRed
  42.     Font.Height = -19
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Tabs: TPageControl
  48.     Left = 9
  49.     Top = 22
  50.     Width = 599
  51.     Height = 265
  52.     ActivePage = tabItem
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     TabOrder = 0
  59.     TabStop = False
  60.     object tabItem: TTabSheet
  61.       Caption = 'Item Information '
  62.       object pnlInput: TPanel
  63.         Left = 11
  64.         Top = 36
  65.         Width = 569
  66.         Height = 157
  67.         BevelInner = bvLowered
  68.         BevelWidth = 2
  69.         BorderStyle = bsSingle
  70.         TabOrder = 0
  71.         object Panel2: TPanel
  72.           Left = 8
  73.           Top = 8
  74.           Width = 273
  75.           Height = 134
  76.           Enabled = False
  77.           TabOrder = 0
  78.           object Label5: TLabel
  79.             Left = 7
  80.             Top = 58
  81.             Width = 53
  82.             Height = 13
  83.             Caption = 'Description'
  84.             Font.Color = clBlue
  85.             Font.Height = -11
  86.             Font.Name = 'MS Sans Serif'
  87.             Font.Style = []
  88.             ParentFont = False
  89.           end
  90.           object Label6: TLabel
  91.             Left = 7
  92.             Top = 108
  93.             Width = 59
  94.             Height = 13
  95.             Caption = 'Brand Name'
  96.             Font.Color = clBlue
  97.             Font.Height = -11
  98.             Font.Name = 'MS Sans Serif'
  99.             Font.Style = []
  100.             ParentFont = False
  101.           end
  102.           object Label7: TLabel
  103.             Left = 7
  104.             Top = 83
  105.             Width = 39
  106.             Height = 13
  107.             Caption = 'Quantity'
  108.             Font.Color = clBlue
  109.             Font.Height = -11
  110.             Font.Name = 'MS Sans Serif'
  111.             Font.Style = []
  112.             ParentFont = False
  113.           end
  114.           object Label18: TLabel
  115.             Left = 7
  116.             Top = 10
  117.             Width = 63
  118.             Height = 13
  119.             Caption = 'Name of Item'
  120.             Font.Color = clRed
  121.             Font.Height = -11
  122.             Font.Name = 'MS Sans Serif'
  123.             Font.Style = []
  124.             ParentFont = False
  125.           end
  126.           object Bevel1: TBevel
  127.             Left = 8
  128.             Top = 40
  129.             Width = 257
  130.             Height = 2
  131.             Style = bsRaised
  132.           end
  133.           object EDescript: TDBEdit
  134.             Left = 79
  135.             Top = 55
  136.             Width = 185
  137.             Height = 21
  138.             DataField = 'DESCRIPT'
  139.             DataSource = DataModule1.OwnSource
  140.             MaxLength = 25
  141.             TabOrder = 1
  142.           end
  143.           object EQuantity: TDBEdit
  144.             Left = 79
  145.             Top = 80
  146.             Width = 48
  147.             Height = 21
  148.             DataField = 'QUANTITY'
  149.             DataSource = DataModule1.OwnSource
  150.             MaxLength = 0
  151.             TabOrder = 2
  152.           end
  153.           object EName: TDBEdit
  154.             Left = 80
  155.             Top = 8
  156.             Width = 185
  157.             Height = 21
  158.             DataField = 'NAME'
  159.             DataSource = DataModule1.OwnSource
  160.             MaxLength = 25
  161.             TabOrder = 0
  162.           end
  163.           object EManufact: TDBComboBox
  164.             Left = 80
  165.             Top = 104
  166.             Width = 185
  167.             Height = 21
  168.             DataField = 'BRANDNAME'
  169.             DataSource = DataModule1.OwnSource
  170.             ItemHeight = 13
  171.             Sorted = True
  172.             TabOrder = 3
  173.             OnExit = EManufactExit
  174.           end
  175.         end
  176.         object Panel3: TPanel
  177.           Left = 289
  178.           Top = 85
  179.           Width = 264
  180.           Height = 57
  181.           Enabled = False
  182.           TabOrder = 2
  183.           object Label1: TLabel
  184.             Left = 9
  185.             Top = 32
  186.             Width = 66
  187.             Height = 13
  188.             Caption = 'Serial Number'
  189.             Font.Color = clBlue
  190.             Font.Height = -11
  191.             Font.Name = 'MS Sans Serif'
  192.             Font.Style = []
  193.             ParentFont = False
  194.           end
  195.           object Label2: TLabel
  196.             Left = 9
  197.             Top = 7
  198.             Width = 69
  199.             Height = 13
  200.             Caption = 'Model Number'
  201.             Font.Color = clBlue
  202.             Font.Height = -11
  203.             Font.Name = 'MS Sans Serif'
  204.             Font.Style = []
  205.             ParentFont = False
  206.           end
  207.           object EModelNumber: TDBEdit
  208.             Left = 87
  209.             Top = 4
  210.             Width = 170
  211.             Height = 21
  212.             CharCase = ecUpperCase
  213.             DataField = 'MODELNUM'
  214.             DataSource = DataModule1.OwnSource
  215.             MaxLength = 25
  216.             TabOrder = 0
  217.           end
  218.           object ESerialNumber: TDBEdit
  219.             Left = 87
  220.             Top = 28
  221.             Width = 170
  222.             Height = 21
  223.             CharCase = ecUpperCase
  224.             DataField = 'SERNUM'
  225.             DataSource = DataModule1.OwnSource
  226.             MaxLength = 25
  227.             TabOrder = 1
  228.             OnExit = ESerialNumberExit
  229.           end
  230.         end
  231.         object Panel4: TPanel
  232.           Left = 288
  233.           Top = 8
  234.           Width = 265
  235.           Height = 64
  236.           Enabled = False
  237.           TabOrder = 1
  238.           object Label3: TLabel
  239.             Left = 10
  240.             Top = 12
  241.             Width = 59
  242.             Height = 13
  243.             Caption = 'Type of Item'
  244.             Font.Color = clBlue
  245.             Font.Height = -11
  246.             Font.Name = 'MS Sans Serif'
  247.             Font.Style = []
  248.             ParentFont = False
  249.           end
  250.           object Label4: TLabel
  251.             Left = 10
  252.             Top = 36
  253.             Width = 41
  254.             Height = 13
  255.             Caption = 'Location'
  256.             Font.Color = clBlue
  257.             Font.Height = -11
  258.             Font.Name = 'MS Sans Serif'
  259.             Font.Style = []
  260.             ParentFont = False
  261.           end
  262.           object EItemLocation: TDBComboBox
  263.             Left = 80
  264.             Top = 32
  265.             Width = 177
  266.             Height = 21
  267.             DataField = 'LOCATION'
  268.             DataSource = DataModule1.OwnSource
  269.             ItemHeight = 13
  270.             Sorted = True
  271.             TabOrder = 1
  272.             OnExit = EItemLocationExit
  273.           end
  274.           object EItemType: TDBComboBox
  275.             Left = 80
  276.             Top = 8
  277.             Width = 177
  278.             Height = 21
  279.             DataField = 'TYPE'
  280.             DataSource = DataModule1.OwnSource
  281.             ItemHeight = 13
  282.             Sorted = True
  283.             TabOrder = 0
  284.             OnExit = EItemTypeExit
  285.           end
  286.         end
  287.       end
  288.     end
  289.     object tabPurchase: TTabSheet
  290.       Caption = 'Purchase/Warranty Information'
  291.       object pnlInput2: TPanel
  292.         Left = 64
  293.         Top = 16
  294.         Width = 465
  295.         Height = 209
  296.         BevelInner = bvLowered
  297.         BevelWidth = 2
  298.         BorderStyle = bsSingle
  299.         Enabled = False
  300.         TabOrder = 0
  301.         object pnlPurchase: TPanel
  302.           Left = 16
  303.           Top = 9
  304.           Width = 425
  305.           Height = 112
  306.           TabOrder = 0
  307.           object Label8: TLabel
  308.             Left = 16
  309.             Top = 56
  310.             Width = 62
  311.             Height = 13
  312.             Caption = 'Cost per Item'
  313.             Font.Color = clBlue
  314.             Font.Height = -11
  315.             Font.Name = 'MS Sans Serif'
  316.             Font.Style = []
  317.             ParentFont = False
  318.           end
  319.           object Label10: TLabel
  320.             Left = 16
  321.             Top = 30
  322.             Width = 71
  323.             Height = 13
  324.             Caption = 'Purchase Date'
  325.             Font.Color = clBlue
  326.             Font.Height = -11
  327.             Font.Name = 'MS Sans Serif'
  328.             Font.Style = []
  329.             ParentFont = False
  330.           end
  331.           object Label11: TLabel
  332.             Left = 15
  333.             Top = 7
  334.             Width = 77
  335.             Height = 13
  336.             Caption = 'Purchased From'
  337.             Font.Color = clBlue
  338.             Font.Height = -11
  339.             Font.Name = 'MS Sans Serif'
  340.             Font.Style = []
  341.             ParentFont = False
  342.           end
  343.           object Label16: TLabel
  344.             Left = 16
  345.             Top = 80
  346.             Width = 48
  347.             Height = 13
  348.             Caption = 'Total Cost'
  349.             Font.Color = clBlue
  350.             Font.Height = -11
  351.             Font.Name = 'MS Sans Serif'
  352.             Font.Style = []
  353.             ParentFont = False
  354.           end
  355.           object ECost: TDBEdit
  356.             Left = 161
  357.             Top = 56
  358.             Width = 72
  359.             Height = 21
  360.             DataField = 'COST'
  361.             DataSource = DataModule1.OwnSource
  362.             MaxLength = 0
  363.             TabOrder = 2
  364.           end
  365.           object EPurchaseDate: TDBEdit
  366.             Left = 161
  367.             Top = 32
  368.             Width = 72
  369.             Height = 21
  370.             AutoSize = False
  371.             DataField = 'DATEPUR'
  372.             DataSource = DataModule1.OwnSource
  373.             MaxLength = 0
  374.             TabOrder = 1
  375.             OnExit = EPurchaseDateExit
  376.           end
  377.           object EDateTest: TDBEdit
  378.             Left = 288
  379.             Top = 32
  380.             Width = 121
  381.             Height = 21
  382.             TabStop = False
  383.             DataField = 'DateTest'
  384.             DataSource = DataModule1.SystemSource
  385.             MaxLength = 0
  386.             TabOrder = 3
  387.             Visible = False
  388.           end
  389.           object ETotalCost: TDBEdit
  390.             Left = 160
  391.             Top = 80
  392.             Width = 73
  393.             Height = 21
  394.             TabStop = False
  395.             DataField = 'TOTAL'
  396.             DataSource = DataModule1.OwnSource
  397.             MaxLength = 0
  398.             TabOrder = 4
  399.           end
  400.           object EPurchasedFrom: TDBComboBox
  401.             Left = 160
  402.             Top = 8
  403.             Width = 257
  404.             Height = 21
  405.             DataField = 'PURFROM'
  406.             DataSource = DataModule1.OwnSource
  407.             ItemHeight = 0
  408.             Sorted = True
  409.             TabOrder = 0
  410.             OnExit = EPurchasedFromExit
  411.           end
  412.         end
  413.         object Panel1: TPanel
  414.           Left = 16
  415.           Top = 128
  416.           Width = 425
  417.           Height = 65
  418.           TabOrder = 1
  419.           object Label12: TLabel
  420.             Left = 8
  421.             Top = 36
  422.             Width = 82
  423.             Height = 13
  424.             Caption = 'Type of Warranty'
  425.             Font.Color = clBlue
  426.             Font.Height = -11
  427.             Font.Name = 'MS Sans Serif'
  428.             Font.Style = []
  429.             ParentFont = False
  430.           end
  431.           object Label13: TLabel
  432.             Left = 8
  433.             Top = 12
  434.             Width = 118
  435.             Height = 13
  436.             Caption = 'Warranty Expiration Date'
  437.             Font.Color = clBlue
  438.             Font.Height = -11
  439.             Font.Name = 'MS Sans Serif'
  440.             Font.Style = []
  441.             ParentFont = False
  442.           end
  443.           object EWarrantyDate: TDBEdit
  444.             Left = 160
  445.             Top = 8
  446.             Width = 73
  447.             Height = 21
  448.             AutoSize = False
  449.             DataField = 'WAR_DATE'
  450.             DataSource = DataModule1.OwnSource
  451.             MaxLength = 0
  452.             TabOrder = 0
  453.             OnExit = EWarrantyDateExit
  454.           end
  455.           object ETypeWarranty: TDBEdit
  456.             Left = 160
  457.             Top = 32
  458.             Width = 257
  459.             Height = 21
  460.             DataField = 'WAR_TYPE'
  461.             DataSource = DataModule1.OwnSource
  462.             MaxLength = 25
  463.             TabOrder = 1
  464.             OnExit = ETypeWarrantyExit
  465.           end
  466.         end
  467.       end
  468.     end
  469.     object tabCondition: TTabSheet
  470.       Caption = 'Condition/Replacement'
  471.       object pnlInput3: TPanel
  472.         Left = 128
  473.         Top = 72
  474.         Width = 313
  475.         Height = 97
  476.         BevelInner = bvLowered
  477.         BevelWidth = 2
  478.         BorderStyle = bsSingle
  479.         Enabled = False
  480.         TabOrder = 0
  481.         object Panel5: TPanel
  482.           Left = 16
  483.           Top = 16
  484.           Width = 273
  485.           Height = 65
  486.           TabOrder = 0
  487.           object Label9: TLabel
  488.             Left = 15
  489.             Top = 7
  490.             Width = 79
  491.             Height = 13
  492.             Caption = 'Condition of Item'
  493.             Font.Color = clBlue
  494.             Font.Height = -11
  495.             Font.Name = 'MS Sans Serif'
  496.             Font.Style = []
  497.             ParentFont = False
  498.           end
  499.           object Label14: TLabel
  500.             Left = 15
  501.             Top = 31
  502.             Width = 87
  503.             Height = 13
  504.             Caption = 'Replacement Cost'
  505.             Font.Color = clBlue
  506.             Font.Height = -11
  507.             Font.Name = 'MS Sans Serif'
  508.             Font.Style = []
  509.             ParentFont = False
  510.           end
  511.           object EreplacementCost: TDBEdit
  512.             Left = 120
  513.             Top = 32
  514.             Width = 73
  515.             Height = 21
  516.             DataField = 'VALUE'
  517.             DataSource = DataModule1.OwnSource
  518.             MaxLength = 0
  519.             TabOrder = 1
  520.             OnExit = EReplacementCostExit
  521.           end
  522.           object ECondition: TDBComboBox
  523.             Left = 120
  524.             Top = 8
  525.             Width = 121
  526.             Height = 21
  527.             DataField = 'CONDITION'
  528.             DataSource = DataModule1.OwnSource
  529.             ItemHeight = 13
  530.             Items.Strings = (
  531.               'Mint'
  532.               'Excellent'
  533.               'Very Good'
  534.               'Good'
  535.               'Fair'
  536.               'Poor'
  537.               'Junk')
  538.             TabOrder = 0
  539.           end
  540.         end
  541.       end
  542.     end
  543.     object tabComments: TTabSheet
  544.       Caption = 'Comments'
  545.       object pnlInput4: TPanel
  546.         Left = 56
  547.         Top = 16
  548.         Width = 489
  549.         Height = 209
  550.         BevelInner = bvLowered
  551.         BevelWidth = 2
  552.         BorderStyle = bsSingle
  553.         TabOrder = 0
  554.         object Label15: TLabel
  555.           Left = 15
  556.           Top = 7
  557.           Width = 103
  558.           Height = 13
  559.           Caption = 'Comments About Item'
  560.           Font.Color = clBlue
  561.           Font.Height = -11
  562.           Font.Name = 'MS Sans Serif'
  563.           Font.Style = []
  564.           ParentFont = False
  565.         end
  566.         object EComments: TDBMemo
  567.           Left = 14
  568.           Top = 30
  569.           Width = 459
  570.           Height = 171
  571.           DataField = 'COMMENTS'
  572.           DataSource = DataModule1.OwnSource
  573.           ReadOnly = True
  574.           ScrollBars = ssVertical
  575.           TabOrder = 0
  576.         end
  577.       end
  578.     end
  579.   end
  580.   object pnlNavigate: TPanel
  581.     Left = 9
  582.     Top = 321
  583.     Width = 601
  584.     Height = 65
  585.     BevelOuter = bvLowered
  586.     BevelWidth = 2
  587.     BorderStyle = bsSingle
  588.     TabOrder = 1
  589.     object btnAddRecord: TBitBtn
  590.       Left = 5
  591.       Top = 10
  592.       Width = 65
  593.       Height = 39
  594.       Caption = '&Add Record'
  595.       Font.Color = clBlue
  596.       Font.Height = -11
  597.       Font.Name = 'MS Sans Serif'
  598.       Font.Style = []
  599.       ParentFont = False
  600.       TabOrder = 0
  601.       OnClick = btnAddRecordClick
  602.       Glyph.Data = {
  603.         78010000424D7801000000000000760000002800000020000000100000000100
  604.         04000000000000000000120B0000120B00000000000000000000000000000000
  605.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  606.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  607.         555555FFFFFFFFFF5F5557777777777505555777777777757F55555555555555
  608.         055555555555FF5575F555555550055030555555555775F7F7F55555550FB000
  609.         005555555575577777F5555550FB0BF0F05555555755755757F555550FBFBF0F
  610.         B05555557F55557557F555550BFBF0FB005555557F55575577F555500FBFBFB0
  611.         305555577F555557F7F5550E0BFBFB003055557575F55577F7F550EEE0BFB0B0
  612.         305557FF575F5757F7F5000EEE0BFBF03055777FF575FFF7F7F50000EEE00000
  613.         30557777FF577777F7F500000E05555BB05577777F75555777F5500000555550
  614.         3055577777555557F7F5550005555559995555777555555777550000}
  615.       Layout = blGlyphTop
  616.       NumGlyphs = 2
  617.     end
  618.     object btnEditRecord: TBitBtn
  619.       Left = 75
  620.       Top = 10
  621.       Width = 65
  622.       Height = 39
  623.       Caption = '&Edit Record'
  624.       Font.Color = clBlue
  625.       Font.Height = -11
  626.       Font.Name = 'MS Sans Serif'
  627.       Font.Style = []
  628.       ParentFont = False
  629.       TabOrder = 1
  630.       OnClick = btnEditRecordClick
  631.       Glyph.Data = {
  632.         78010000424D7801000000000000760000002800000020000000100000000100
  633.         04000000000000000000120B0000120B00000000000000000000000000000000
  634.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  635.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  636.         000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  637.         00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  638.         F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  639.         0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  640.         FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  641.         FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  642.         0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  643.         00333377737FFFFF7733333033000000033333373377777773330000}
  644.       Layout = blGlyphTop
  645.       NumGlyphs = 2
  646.     end
  647.     object btnClose: TBitBtn
  648.       Left = 544
  649.       Top = 10
  650.       Width = 41
  651.       Height = 39
  652.       Caption = '&Close'
  653.       Font.Color = clBlue
  654.       Font.Height = -11
  655.       Font.Name = 'MS Sans Serif'
  656.       Font.Style = []
  657.       ParentFont = False
  658.       TabOrder = 6
  659.       OnClick = btnCloseClick
  660.       Glyph.Data = {
  661.         78010000424D7801000000000000760000002800000020000000100000000100
  662.         04000000000000000000120B0000120B00000000000000000000000000000000
  663.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  664.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  665.         03333377777777777F333301111111110333337F333333337F33330111111111
  666.         0333337F333333337F333301111111110333337F333333337F33330111111111
  667.         0333337F333333337F333301111111110333337F333333337F33330111111111
  668.         0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  669.         0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  670.         0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  671.         0333337F377777337F333301111111110333337F333333337F33330111111111
  672.         0333337FFFFFFFFF7F33330000000000033333777777777773330000}
  673.       Layout = blGlyphTop
  674.       NumGlyphs = 2
  675.     end
  676.     object btnTop: TBitBtn
  677.       Left = 301
  678.       Top = 10
  679.       Width = 52
  680.       Height = 39
  681.       Caption = '&First'
  682.       Font.Color = clBlue
  683.       Font.Height = -11
  684.       Font.Name = 'MS Sans Serif'
  685.       Font.Style = []
  686.       ParentFont = False
  687.       TabOrder = 2
  688.       OnClick = btnTopClick
  689.       Glyph.Data = {
  690.         78010000424D7801000000000000760000002800000020000000100000000100
  691.         04000000000000000000120B0000120B00000000000000000000000000000000
  692.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  693.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  694.         3333333333777F33333333333309033333333333337F7F333333333333090333
  695.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  696.         33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  697.         3333333777737777F333333099999990333333373F3333373333333309999903
  698.         333333337F33337F33333333099999033333333373F333733333333330999033
  699.         3333333337F337F3333333333099903333333333373F37333333333333090333
  700.         33333333337F7F33333333333309033333333333337373333333333333303333
  701.         333333333337F3333333333333303333333333333337333333330000}
  702.       Layout = blGlyphTop
  703.       NumGlyphs = 2
  704.     end
  705.     object btnLast: TBitBtn
  706.       Left = 469
  707.       Top = 10
  708.       Width = 52
  709.       Height = 39
  710.       Caption = '&Last'
  711.       Font.Color = clBlue
  712.       Font.Height = -11
  713.       Font.Name = 'MS Sans Serif'
  714.       Font.Style = []
  715.       ParentFont = False
  716.       TabOrder = 5
  717.       OnClick = btnLastClick
  718.       Glyph.Data = {
  719.         78010000424D7801000000000000760000002800000020000000100000000100
  720.         04000000000000000000120B0000120B00000000000000000000000000000000
  721.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  722.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  723.         333333333337F33333333333333033333333333333373F333333333333090333
  724.         33333333337F7F33333333333309033333333333337373F33333333330999033
  725.         3333333337F337F33333333330999033333333333733373F3333333309999903
  726.         333333337F33337F33333333099999033333333373333373F333333099999990
  727.         33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  728.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  729.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  730.         33333333337F7F333333333333000333333333333377733333330000}
  731.       Layout = blGlyphTop
  732.       NumGlyphs = 2
  733.     end
  734.     object btnPrior: TBitBtn
  735.       Left = 357
  736.       Top = 10
  737.       Width = 52
  738.       Height = 39
  739.       Caption = '&Prior'
  740.       Font.Color = clBlue
  741.       Font.Height = -11
  742.       Font.Name = 'MS Sans Serif'
  743.       Font.Style = []
  744.       ParentFont = False
  745.       TabOrder = 3
  746.       OnClick = btnPriorClick
  747.       Glyph.Data = {
  748.         78010000424D7801000000000000760000002800000020000000100000000100
  749.         04000000000000000000120B0000120B00000000000000000000000000000000
  750.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  751.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  752.         3333333333333333333333333333333333333333333333333333333333333333
  753.         3333333333333FF3333333333333003333333333333F77F33333333333009033
  754.         333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  755.         00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  756.         000033773FF33777777733330099903333333333773FF7F33333333333009033
  757.         33333333337737F3333333333333003333333333333377333333333333333333
  758.         3333333333333333333333333333333333333333333333333333333333333333
  759.         33333333333333333333333333333333333333333333333333330000}
  760.       Layout = blGlyphTop
  761.       NumGlyphs = 2
  762.     end
  763.     object btnNext: TBitBtn
  764.       Left = 413
  765.       Top = 10
  766.       Width = 52
  767.       Height = 39
  768.       Caption = '&Next'
  769.       Font.Color = clBlue
  770.       Font.Height = -11
  771.       Font.Name = 'MS Sans Serif'
  772.       Font.Style = []
  773.       ParentFont = False
  774.       TabOrder = 4
  775.       OnClick = btnNextClick
  776.       Glyph.Data = {
  777.         78010000424D7801000000000000760000002800000020000000100000000100
  778.         04000000000000000000120B0000120B00000000000000000000000000000000
  779.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  780.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  781.         3333333333333333333333333333333333333333333333333333333333333333
  782.         3333333333333333333333333333333333333333333FF3333333333333003333
  783.         3333333333773FF3333333333309003333333333337F773FF333333333099900
  784.         33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  785.         99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  786.         33333333337F3F77333333333309003333333333337F77333333333333003333
  787.         3333333333773333333333333333333333333333333333333333333333333333
  788.         33333333333333333333333333333333333333333333333333330000}
  789.       Layout = blGlyphTop
  790.       NumGlyphs = 2
  791.     end
  792.     object btnDeleteRecord: TBitBtn
  793.       Left = 146
  794.       Top = 10
  795.       Width = 65
  796.       Height = 39
  797.       Caption = '&Delete Item'
  798.       Font.Color = clBlue
  799.       Font.Height = -12
  800.       Font.Name = 'MS Sans Serif'
  801.       Font.Style = []
  802.       ParentFont = False
  803.       TabOrder = 7
  804.       OnClick = btnDeleteRecordClick
  805.       Glyph.Data = {
  806.         78010000424D7801000000000000760000002800000020000000100000000100
  807.         04000000000000000000120B0000120B00000000000000000000000000000000
  808.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  809.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  810.         55555FFFFFFF5F55FFF5777777757559995777777775755777F7555555555550
  811.         305555555555FF57F7F555555550055BB0555555555775F777F55555550FB000
  812.         005555555575577777F5555550FB0BF0F05555555755755757F555550FBFBF0F
  813.         B05555557F55557557F555550BFBF0FB005555557F55575577F555500FBFBFB0
  814.         B05555577F555557F7F5550E0BFBFB00B055557575F55577F7F550EEE0BFB0B0
  815.         B05557FF575F5757F7F5000EEE0BFBF0B055777FF575FFF7F7F50000EEE00000
  816.         B0557777FF577777F7F500000E055550805577777F7555575755500000555555
  817.         05555777775555557F55550005555555055555777555555575550000}
  818.       Layout = blGlyphTop
  819.       NumGlyphs = 2
  820.     end
  821.     object btnView: TBitBtn
  822.       Left = 216
  823.       Top = 10
  824.       Width = 65
  825.       Height = 39
  826.       Caption = '&Browse'
  827.       Font.Color = clBlue
  828.       Font.Height = -12
  829.       Font.Name = 'MS Sans Serif'
  830.       Font.Style = []
  831.       ParentFont = False
  832.       TabOrder = 8
  833.       OnClick = btnViewClick
  834.       Glyph.Data = {
  835.         78010000424D7801000000000000760000002800000020000000100000000100
  836.         04000000000000000000120B0000120B00000000000000000000000000000000
  837.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  838.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  839.         555555FFFFFFFFFF55555000000000055555577777777775FFFF00B8B8B8B8B0
  840.         0000775F5555555777770B0B8B8B8B8B0FF07F75F555555575F70FB0B8B8B8B8
  841.         B0F07F575FFFFFFFF7F70BFB0000000000F07F557777777777570FBFBF0FFFFF
  842.         FFF07F55557F5FFFFFF70BFBFB0F000000F07F55557F777777570FBFBF0FFFFF
  843.         FFF075F5557F5FFFFFF750FBFB0F000000F0575FFF7F777777575700000FFFFF
  844.         FFF05577777F5FF55FF75555550F00FF00005555557F775577775555550FFFFF
  845.         0F055555557F55557F755555550FFFFF00555555557FFFFF7755555555000000
  846.         05555555557777777555555555555555555555555555555555550000}
  847.       Layout = blGlyphTop
  848.       NumGlyphs = 2
  849.     end
  850.   end
  851.   object pnlOK: TPanel
  852.     Left = 355
  853.     Top = 321
  854.     Width = 193
  855.     Height = 65
  856.     BevelOuter = bvLowered
  857.     BorderStyle = bsSingle
  858.     TabOrder = 2
  859.     Visible = False
  860.     object BitBtn3: TBitBtn
  861.       Left = 38
  862.       Top = 9
  863.       Width = 53
  864.       Height = 41
  865.       Caption = '&OK'
  866.       Font.Color = clBlue
  867.       Font.Height = -11
  868.       Font.Name = 'MS Sans Serif'
  869.       Font.Style = []
  870.       ParentFont = False
  871.       TabOrder = 0
  872.       OnClick = btnOKClick
  873.       Glyph.Data = {
  874.         78010000424D7801000000000000760000002800000020000000100000000100
  875.         04000000000000000000120B0000120B00000000000000000000000000000000
  876.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  877.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  878.         555555555555555555555555555555555555555555FF55555555555559055555
  879.         55555555577FF5555555555599905555555555557777F5555555555599905555
  880.         555555557777FF5555555559999905555555555777777F555555559999990555
  881.         5555557777777FF5555557990599905555555777757777F55555790555599055
  882.         55557775555777FF5555555555599905555555555557777F5555555555559905
  883.         555555555555777FF5555555555559905555555555555777FF55555555555579
  884.         05555555555555777FF5555555555557905555555555555777FF555555555555
  885.         59905555555555555777555555555555555555555555555555550000}
  886.       Layout = blGlyphTop
  887.       NumGlyphs = 2
  888.     end
  889.     object BitBtn4: TBitBtn
  890.       Left = 105
  891.       Top = 9
  892.       Width = 51
  893.       Height = 41
  894.       Caption = '&Cancel'
  895.       Font.Color = clBlue
  896.       Font.Height = -11
  897.       Font.Name = 'MS Sans Serif'
  898.       Font.Style = []
  899.       ParentFont = False
  900.       TabOrder = 1
  901.       OnClick = btnCancelClick
  902.       Glyph.Data = {
  903.         76010000424D7601000000000000760000002800000020000000100000000100
  904.         04000000000000010000130B0000130B00000000000000000000000000000000
  905.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  906.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  907.         333333333333333333333333333333333333333FFF33FF333FFF339993370733
  908.         999333777FF37FF377733339993000399933333777F777F77733333399970799
  909.         93333333777F7377733333333999399933333333377737773333333333990993
  910.         3333333333737F73333333333331013333333333333777FF3333333333910193
  911.         333333333337773FF3333333399000993333333337377737FF33333399900099
  912.         93333333773777377FF333399930003999333337773777F777FF339993370733
  913.         9993337773337333777333333333333333333333333333333333333333333333
  914.         3333333333333333333333333333333333333333333333333333}
  915.       Layout = blGlyphTop
  916.       NumGlyphs = 2
  917.     end
  918.   end
  919.   object btnBrand: TBitBtn
  920.     Left = 9
  921.     Top = 286
  922.     Width = 105
  923.     Height = 36
  924.     Caption = '&Brand Names'
  925.     Font.Color = clBlue
  926.     Font.Height = -11
  927.     Font.Name = 'MS Sans Serif'
  928.     Font.Style = []
  929.     ParentFont = False
  930.     TabOrder = 3
  931.     TabStop = False
  932.     OnClick = btnBrandClick
  933.   end
  934.   object btnTypes: TBitBtn
  935.     Left = 113
  936.     Top = 286
  937.     Width = 105
  938.     Height = 36
  939.     Caption = '&Types of Items'
  940.     Font.Color = clBlue
  941.     Font.Height = -11
  942.     Font.Name = 'MS Sans Serif'
  943.     Font.Style = []
  944.     ParentFont = False
  945.     TabOrder = 4
  946.     TabStop = False
  947.     OnClick = btnTypesClick
  948.   end
  949.   object btnLocation: TBitBtn
  950.     Left = 217
  951.     Top = 286
  952.     Width = 105
  953.     Height = 36
  954.     Caption = 'L&ocations'
  955.     Font.Color = clBlue
  956.     Font.Height = -11
  957.     Font.Name = 'MS Sans Serif'
  958.     Font.Style = []
  959.     ParentFont = False
  960.     TabOrder = 5
  961.     TabStop = False
  962.     OnClick = btnLocationClick
  963.   end
  964.   object btnPurchasedFrom: TBitBtn
  965.     Left = 321
  966.     Top = 286
  967.     Width = 105
  968.     Height = 36
  969.     Caption = 'P&urchased From'
  970.     Font.Color = clBlue
  971.     Font.Height = -11
  972.     Font.Name = 'MS Sans Serif'
  973.     Font.Style = []
  974.     ParentFont = False
  975.     TabOrder = 6
  976.     TabStop = False
  977.     OnClick = btnPurchasedFromClick
  978.   end
  979.   object MainMenu1: TMainMenu
  980.     Left = 576
  981.     object Files1: TMenuItem
  982.       Caption = '&Files'
  983.       ShortCut = 0
  984.       object BrandNames1: TMenuItem
  985.         Caption = '&Brand Names'
  986.         ShortCut = 0
  987.         OnClick = BrandNames1Click
  988.       end
  989.       object TypesofItems1: TMenuItem
  990.         Caption = '&Types of Items'
  991.         ShortCut = 0
  992.         OnClick = TypesofItems1Click
  993.       end
  994.       object Locations1: TMenuItem
  995.         Caption = 'L&ocations'
  996.         ShortCut = 0
  997.         OnClick = Locations1Click
  998.       end
  999.       object PurchasedFrom1: TMenuItem
  1000.         Caption = 'P&urchased From'
  1001.         ShortCut = 0
  1002.         OnClick = PurchasedFrom1Click
  1003.       end
  1004.       object N1: TMenuItem
  1005.         Caption = '-'
  1006.         ShortCut = 0
  1007.       end
  1008.       object Print2: TMenuItem
  1009.         Caption = '&Print'
  1010.         ShortCut = 0
  1011.         object PrintViewReports1: TMenuItem
  1012.           Caption = '&Print/View Reports'
  1013.           ShortCut = 0
  1014.           OnClick = PrintViewReports1Click
  1015.         end
  1016.         object PrintViewThisRecord1: TMenuItem
  1017.           Caption = 'Print/View &This Record'
  1018.           ShortCut = 0
  1019.           OnClick = PrintViewThisRecord1Click
  1020.         end
  1021.       end
  1022.       object N2: TMenuItem
  1023.         Caption = '-'
  1024.         ShortCut = 0
  1025.       end
  1026.       object BackupRestore1: TMenuItem
  1027.         Caption = 'Backup/&Restore'
  1028.         ShortCut = 0
  1029.         OnClick = BackupRestore1Click
  1030.       end
  1031.       object N3: TMenuItem
  1032.         Caption = '-'
  1033.         ShortCut = 0
  1034.       end
  1035.       object Exti1: TMenuItem
  1036.         Caption = 'E&xit'
  1037.         ShortCut = 0
  1038.         OnClick = Exti1Click
  1039.       end
  1040.     end
  1041.     object Records1: TMenuItem
  1042.       Caption = '&Records'
  1043.       ShortCut = 0
  1044.       object BackToBrowse1: TMenuItem
  1045.         Caption = '&Back To Browse'
  1046.         ShortCut = 0
  1047.         OnClick = BackToBrowse1Click
  1048.       end
  1049.       object N4: TMenuItem
  1050.         Caption = '-'
  1051.         ShortCut = 0
  1052.       end
  1053.       object AddRecords1: TMenuItem
  1054.         Caption = '&Add Record'
  1055.         ShortCut = 0
  1056.         OnClick = AddRecords1Click
  1057.       end
  1058.       object DeleteRecord1: TMenuItem
  1059.         Caption = '&Edit Record'
  1060.         ShortCut = 0
  1061.       end
  1062.       object DeleteRecord2: TMenuItem
  1063.         Caption = '&Delete Record'
  1064.         ShortCut = 0
  1065.         OnClick = DeleteRecord2Click
  1066.       end
  1067.     end
  1068.     object Navigate1: TMenuItem
  1069.       Caption = '&Navigate'
  1070.       ShortCut = 0
  1071.       object GoTop1: TMenuItem
  1072.         Caption = 'Go &Top'
  1073.         ShortCut = 0
  1074.         OnClick = GoTop1Click
  1075.       end
  1076.       object GoNext1: TMenuItem
  1077.         Caption = 'Go &Next'
  1078.         ShortCut = 0
  1079.         OnClick = GoNext1Click
  1080.       end
  1081.       object GoPrior1: TMenuItem
  1082.         Caption = 'Go &Prior'
  1083.         ShortCut = 0
  1084.         OnClick = GoPrior1Click
  1085.       end
  1086.       object GoLast1: TMenuItem
  1087.         Caption = 'Go &Last'
  1088.         ShortCut = 0
  1089.         OnClick = GoLast1Click
  1090.       end
  1091.     end
  1092.     object Search1: TMenuItem
  1093.       Caption = 'Sear&ch'
  1094.       ShortCut = 0
  1095.       OnClick = Search1Click
  1096.     end
  1097.     object Help1: TMenuItem
  1098.       Caption = '&Help'
  1099.       ShortCut = 0
  1100.       object Help2: TMenuItem
  1101.         Caption = '&Help'
  1102.         ShortCut = 112
  1103.         OnClick = Help2Click
  1104.       end
  1105.       object HowToUseHelp1: TMenuItem
  1106.         Caption = 'How To &Use Help'
  1107.         ShortCut = 0
  1108.         OnClick = HowToUseHelp1Click
  1109.       end
  1110.       object QuickStartHelp1: TMenuItem
  1111.         Caption = '&Quick Start Help'
  1112.         ShortCut = 0
  1113.         OnClick = QuickStartHelp1Click
  1114.       end
  1115.       object N5: TMenuItem
  1116.         Caption = '-'
  1117.         ShortCut = 0
  1118.       end
  1119.       object LicensingInformation1: TMenuItem
  1120.         Caption = '&Ordering Information'
  1121.         ShortCut = 0
  1122.         OnClick = LicensingInformation1Click
  1123.       end
  1124.       object ViewPrintLicensingForm1: TMenuItem
  1125.         Caption = 'View\Print Order Form'
  1126.         ShortCut = 0
  1127.         OnClick = ViewPrintLicensingForm1Click
  1128.       end
  1129.       object N6: TMenuItem
  1130.         Caption = '-'
  1131.         ShortCut = 0
  1132.       end
  1133.       object About1: TMenuItem
  1134.         Caption = '&About'
  1135.         ShortCut = 0
  1136.         OnClick = About1Click
  1137.       end
  1138.     end
  1139.   end
  1140. end
  1141.