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

  1. object frmLocation: TfrmLocation
  2.   Left = 257
  3.   Top = 70
  4.   ActiveControl = btnAddRecord
  5.   BorderIcons = []
  6.   AutoScroll = False
  7.   Caption = 'Everything I Own! --  Locations of Items'
  8.   ClientHeight = 330
  9.   ClientWidth = 476
  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.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object pnlAdd: TPanel
  22.     Left = 32
  23.     Top = 32
  24.     Width = 113
  25.     Height = 113
  26.     BevelOuter = bvLowered
  27.     BevelWidth = 2
  28.     BorderStyle = bsSingle
  29.     TabOrder = 0
  30.     object btnAddRecord: TBitBtn
  31.       Left = 13
  32.       Top = 10
  33.       Width = 84
  34.       Height = 39
  35.       Caption = '&Add Record'
  36.       Font.Color = clBlue
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       TabOrder = 0
  42.       OnClick = btnAddRecordClick
  43.       Glyph.Data = {
  44.         78010000424D7801000000000000760000002800000020000000100000000100
  45.         04000000000000000000120B0000120B00000000000000000000000000000000
  46.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  47.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  48.         555555FFFFFFFFFF5F5557777777777505555777777777757F55555555555555
  49.         055555555555FF5575F555555550055030555555555775F7F7F55555550FB000
  50.         005555555575577777F5555550FB0BF0F05555555755755757F555550FBFBF0F
  51.         B05555557F55557557F555550BFBF0FB005555557F55575577F555500FBFBFB0
  52.         305555577F555557F7F5550E0BFBFB003055557575F55577F7F550EEE0BFB0B0
  53.         305557FF575F5757F7F5000EEE0BFBF03055777FF575FFF7F7F50000EEE00000
  54.         30557777FF577777F7F500000E05555BB05577777F75555777F5500000555550
  55.         3055577777555557F7F5550005555559995555777555555777550000}
  56.       Layout = blGlyphTop
  57.       NumGlyphs = 2
  58.     end
  59.     object btnDelete: TBitBtn
  60.       Left = 14
  61.       Top = 58
  62.       Width = 84
  63.       Height = 39
  64.       Caption = '&Delete Record'
  65.       Font.Color = clBlue
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentFont = False
  70.       TabOrder = 1
  71.       OnClick = btnDeleteClick
  72.       Glyph.Data = {
  73.         78010000424D7801000000000000760000002800000020000000100000000100
  74.         04000000000000000000120B0000120B00000000000000000000000000000000
  75.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  76.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  77.         55555FFFFFFF5F55FFF5777777757559995777777775755777F7555555555550
  78.         305555555555FF57F7F555555550055BB0555555555775F777F55555550FB000
  79.         005555555575577777F5555550FB0BF0F05555555755755757F555550FBFBF0F
  80.         B05555557F55557557F555550BFBF0FB005555557F55575577F555500FBFBFB0
  81.         B05555577F555557F7F5550E0BFBFB00B055557575F55577F7F550EEE0BFB0B0
  82.         B05557FF575F5757F7F5000EEE0BFBF0B055777FF575FFF7F7F50000EEE00000
  83.         B0557777FF577777F7F500000E055550805577777F7555575755500000555555
  84.         05555777775555557F55550005555555055555777555555575550000}
  85.       Layout = blGlyphTop
  86.       NumGlyphs = 2
  87.     end
  88.   end
  89.   object Panel1: TPanel
  90.     Left = 160
  91.     Top = 32
  92.     Width = 201
  93.     Height = 201
  94.     BevelInner = bvLowered
  95.     BevelWidth = 2
  96.     BorderStyle = bsSingle
  97.     TabOrder = 4
  98.     object grdLocation: TDBGrid
  99.       Left = 4
  100.       Top = 4
  101.       Width = 189
  102.       Height = 189
  103.       TabStop = False
  104.       Align = alClient
  105.       Columns = <
  106.         item
  107.           FieldName = 'Location'
  108.           Title.Alignment = taCenter
  109.           Title.Font.Color = clBlue
  110.           Title.Font.Height = -13
  111.           Title.Font.Name = 'MS Sans Serif'
  112.           Title.Font.Style = []
  113.         end>
  114.       DataSource = DataModule1.LocationSource
  115.       Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  116.       TabOrder = 0
  117.       TitleFont.Color = clWindowText
  118.       TitleFont.Height = -11
  119.       TitleFont.Name = 'MS Sans Serif'
  120.       TitleFont.Style = []
  121.     end
  122.   end
  123.   object pnlNavigate: TPanel
  124.     Left = 376
  125.     Top = 32
  126.     Width = 81
  127.     Height = 209
  128.     BevelOuter = bvLowered
  129.     BevelWidth = 2
  130.     BorderStyle = bsSingle
  131.     TabOrder = 2
  132.     object btnTop: TBitBtn
  133.       Left = 13
  134.       Top = 10
  135.       Width = 52
  136.       Height = 39
  137.       Caption = '&First'
  138.       Font.Color = clBlue
  139.       Font.Height = -11
  140.       Font.Name = 'MS Sans Serif'
  141.       Font.Style = []
  142.       ParentFont = False
  143.       TabOrder = 0
  144.       OnClick = btnTopClick
  145.       Glyph.Data = {
  146.         78010000424D7801000000000000760000002800000020000000100000000100
  147.         04000000000000000000120B0000120B00000000000000000000000000000000
  148.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  149.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  150.         3333333333777F33333333333309033333333333337F7F333333333333090333
  151.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  152.         33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  153.         3333333777737777F333333099999990333333373F3333373333333309999903
  154.         333333337F33337F33333333099999033333333373F333733333333330999033
  155.         3333333337F337F3333333333099903333333333373F37333333333333090333
  156.         33333333337F7F33333333333309033333333333337373333333333333303333
  157.         333333333337F3333333333333303333333333333337333333330000}
  158.       Layout = blGlyphTop
  159.       NumGlyphs = 2
  160.     end
  161.     object btnLast: TBitBtn
  162.       Left = 13
  163.       Top = 154
  164.       Width = 52
  165.       Height = 39
  166.       Caption = '&Last'
  167.       Font.Color = clBlue
  168.       Font.Height = -11
  169.       Font.Name = 'MS Sans Serif'
  170.       Font.Style = []
  171.       ParentFont = False
  172.       TabOrder = 3
  173.       OnClick = btnLastClick
  174.       Glyph.Data = {
  175.         78010000424D7801000000000000760000002800000020000000100000000100
  176.         04000000000000000000120B0000120B00000000000000000000000000000000
  177.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  178.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  179.         333333333337F33333333333333033333333333333373F333333333333090333
  180.         33333333337F7F33333333333309033333333333337373F33333333330999033
  181.         3333333337F337F33333333330999033333333333733373F3333333309999903
  182.         333333337F33337F33333333099999033333333373333373F333333099999990
  183.         33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  184.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  185.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  186.         33333333337F7F333333333333000333333333333377733333330000}
  187.       Layout = blGlyphTop
  188.       NumGlyphs = 2
  189.     end
  190.     object btnPrior: TBitBtn
  191.       Left = 13
  192.       Top = 58
  193.       Width = 52
  194.       Height = 39
  195.       Caption = '&Prior'
  196.       Font.Color = clBlue
  197.       Font.Height = -11
  198.       Font.Name = 'MS Sans Serif'
  199.       Font.Style = []
  200.       ParentFont = False
  201.       TabOrder = 1
  202.       OnClick = btnPriorClick
  203.       Glyph.Data = {
  204.         78010000424D7801000000000000760000002800000020000000100000000100
  205.         04000000000000000000120B0000120B00000000000000000000000000000000
  206.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  207.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  208.         3333333333333333333333333333333333333333333333333333333333333333
  209.         3333333333333FF3333333333333003333333333333F77F33333333333009033
  210.         333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  211.         00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  212.         000033773FF33777777733330099903333333333773FF7F33333333333009033
  213.         33333333337737F3333333333333003333333333333377333333333333333333
  214.         3333333333333333333333333333333333333333333333333333333333333333
  215.         33333333333333333333333333333333333333333333333333330000}
  216.       Layout = blGlyphTop
  217.       NumGlyphs = 2
  218.     end
  219.     object btnNext: TBitBtn
  220.       Left = 13
  221.       Top = 106
  222.       Width = 52
  223.       Height = 39
  224.       Caption = '&Next'
  225.       Font.Color = clBlue
  226.       Font.Height = -11
  227.       Font.Name = 'MS Sans Serif'
  228.       Font.Style = []
  229.       ParentFont = False
  230.       TabOrder = 2
  231.       OnClick = btnNextClick
  232.       Glyph.Data = {
  233.         78010000424D7801000000000000760000002800000020000000100000000100
  234.         04000000000000000000120B0000120B00000000000000000000000000000000
  235.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  236.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  237.         3333333333333333333333333333333333333333333333333333333333333333
  238.         3333333333333333333333333333333333333333333FF3333333333333003333
  239.         3333333333773FF3333333333309003333333333337F773FF333333333099900
  240.         33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  241.         99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  242.         33333333337F3F77333333333309003333333333337F77333333333333003333
  243.         3333333333773333333333333333333333333333333333333333333333333333
  244.         33333333333333333333333333333333333333333333333333330000}
  245.       Layout = blGlyphTop
  246.       NumGlyphs = 2
  247.     end
  248.   end
  249.   object btnClose: TBitBtn
  250.     Left = 400
  251.     Top = 250
  252.     Width = 41
  253.     Height = 39
  254.     Caption = '&Close'
  255.     Font.Color = clBlue
  256.     Font.Height = -11
  257.     Font.Name = 'MS Sans Serif'
  258.     Font.Style = []
  259.     ParentFont = False
  260.     TabOrder = 3
  261.     OnClick = btnCloseClick
  262.     Glyph.Data = {
  263.       78010000424D7801000000000000760000002800000020000000100000000100
  264.       04000000000000000000120B0000120B00000000000000000000000000000000
  265.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  266.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  267.       03333377777777777F333301111111110333337F333333337F33330111111111
  268.       0333337F333333337F333301111111110333337F333333337F33330111111111
  269.       0333337F333333337F333301111111110333337F333333337F33330111111111
  270.       0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  271.       0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  272.       0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  273.       0333337F377777337F333301111111110333337F333333337F33330111111111
  274.       0333337FFFFFFFFF7F33330000000000033333777777777773330000}
  275.     Layout = blGlyphTop
  276.     NumGlyphs = 2
  277.   end
  278.   object pnlOK: TPanel
  279.     Left = 35
  280.     Top = 152
  281.     Width = 110
  282.     Height = 113
  283.     BevelOuter = bvLowered
  284.     BorderStyle = bsSingle
  285.     TabOrder = 1
  286.     Visible = False
  287.     object btnOK: TBitBtn
  288.       Left = 26
  289.       Top = 6
  290.       Width = 51
  291.       Height = 41
  292.       Caption = '&OK'
  293.       Font.Color = clBlue
  294.       Font.Height = -11
  295.       Font.Name = 'MS Sans Serif'
  296.       Font.Style = []
  297.       ParentFont = False
  298.       TabOrder = 0
  299.       OnClick = btnOKClick
  300.       Glyph.Data = {
  301.         78010000424D7801000000000000760000002800000020000000100000000100
  302.         04000000000000000000120B0000120B00000000000000000000000000000000
  303.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  304.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  305.         555555555555555555555555555555555555555555FF55555555555559055555
  306.         55555555577FF5555555555599905555555555557777F5555555555599905555
  307.         555555557777FF5555555559999905555555555777777F555555559999990555
  308.         5555557777777FF5555557990599905555555777757777F55555790555599055
  309.         55557775555777FF5555555555599905555555555557777F5555555555559905
  310.         555555555555777FF5555555555559905555555555555777FF55555555555579
  311.         05555555555555777FF5555555555557905555555555555777FF555555555555
  312.         59905555555555555777555555555555555555555555555555550000}
  313.       Layout = blGlyphTop
  314.       NumGlyphs = 2
  315.     end
  316.     object btnCancel: TBitBtn
  317.       Left = 25
  318.       Top = 62
  319.       Width = 51
  320.       Height = 41
  321.       Caption = '&Cancel'
  322.       Font.Color = clBlue
  323.       Font.Height = -11
  324.       Font.Name = 'MS Sans Serif'
  325.       Font.Style = []
  326.       ParentFont = False
  327.       TabOrder = 1
  328.       OnClick = btnCancelClick
  329.       Glyph.Data = {
  330.         76010000424D7601000000000000760000002800000020000000100000000100
  331.         04000000000000010000130B0000130B00000000000000000000000000000000
  332.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  333.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  334.         333333333333333333333333333333333333333FFF33FF333FFF339993370733
  335.         999333777FF37FF377733339993000399933333777F777F77733333399970799
  336.         93333333777F7377733333333999399933333333377737773333333333990993
  337.         3333333333737F73333333333331013333333333333777FF3333333333910193
  338.         333333333337773FF3333333399000993333333337377737FF33333399900099
  339.         93333333773777377FF333399930003999333337773777F777FF339993370733
  340.         9993337773337333777333333333333333333333333333333333333333333333
  341.         3333333333333333333333333333333333333333333333333333}
  342.       Layout = blGlyphTop
  343.       NumGlyphs = 2
  344.     end
  345.   end
  346.   object pnlInput: TPanel
  347.     Left = 160
  348.     Top = 240
  349.     Width = 201
  350.     Height = 65
  351.     BevelOuter = bvLowered
  352.     BorderStyle = bsSingle
  353.     TabOrder = 5
  354.     Visible = False
  355.     object Label1: TLabel
  356.       Left = 24
  357.       Top = 8
  358.       Width = 152
  359.       Height = 16
  360.       Caption = 'Please Enter the Location'
  361.       Font.Color = clBlue
  362.       Font.Height = -13
  363.       Font.Name = 'MS Sans Serif'
  364.       Font.Style = []
  365.       ParentFont = False
  366.     end
  367.     object ELocation: TDBEdit
  368.       Left = 8
  369.       Top = 32
  370.       Width = 177
  371.       Height = 21
  372.       DataField = 'Location'
  373.       DataSource = DataModule1.LocationSource
  374.       MaxLength = 0
  375.       TabOrder = 0
  376.     end
  377.   end
  378.   object MainMenu1: TMainMenu
  379.     Left = 416
  380.     object Files1: TMenuItem
  381.       Caption = '&Files'
  382.       ShortCut = 0
  383.       object Exit1: TMenuItem
  384.         Caption = 'E&xit'
  385.         ShortCut = 0
  386.       end
  387.     end
  388.     object Records1: TMenuItem
  389.       Caption = '&Records'
  390.       ShortCut = 0
  391.       object GoTop1: TMenuItem
  392.         Caption = 'Go &First'
  393.         ShortCut = 0
  394.         OnClick = GoTop1Click
  395.       end
  396.       object GoPrior1: TMenuItem
  397.         Caption = 'Go &Prior'
  398.         ShortCut = 0
  399.         OnClick = GoPrior1Click
  400.       end
  401.       object GoNext1: TMenuItem
  402.         Caption = 'Go &Next'
  403.         ShortCut = 0
  404.         OnClick = GoNext1Click
  405.       end
  406.       object GoLast1: TMenuItem
  407.         Caption = 'Go &Last'
  408.         ShortCut = 0
  409.         OnClick = GoLast1Click
  410.       end
  411.     end
  412.   end
  413. end
  414.