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

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