home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 61 / CDRom61-2.iso / cdrom.exe / 0 / RCDATA / TFORMLOJAVIRTUAL / TFORMLOJAVIRTUAL.txt
Encoding:
Text File  |  2000-06-23  |  3.3 KB  |  101 lines

  1. object formLojaVirtual: TformLojaVirtual
  2.   Left = 181
  3.   Top = 82
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Form'
  7.   ClientHeight = 573
  8.   ClientWidth = 792
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object panelBase: TPanel
  24.     Left = 16
  25.     Top = 0
  26.     Width = 640
  27.     Height = 480
  28.     BevelOuter = bvNone
  29.     Color = clYellow
  30.     TabOrder = 0
  31.     object imageFundo: TImage
  32.       Left = 0
  33.       Top = 0
  34.       Width = 640
  35.       Height = 480
  36.       Align = alClient
  37.       Center = True
  38.     end
  39.     object Retornar: TBitBtn
  40.       Left = 388
  41.       Top = 436
  42.       Width = 223
  43.       Height = 29
  44.       Cancel = True
  45.       Caption = 'Retornar'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clWindowText
  48.       Font.Height = -12
  49.       Font.Name = 'Arial'
  50.       Font.Style = []
  51.       ParentFont = False
  52.       TabOrder = 1
  53.       OnClick = RetornarClick
  54.       Glyph.Data = {
  55.         76010000424D7601000000000000760000002800000020000000100000000100
  56.         04000000000000010000120B0000120B00001000000000000000000000000000
  57.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  58.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  59.         33333333333333333333333333333333333333FF333333333333300333333333
  60.         33333773FF33333333333090033333333333373773FF33333333330990033333
  61.         3333337F3773FF33333333099990033333333373F33773FFF333333099999007
  62.         33333337F33337773333333099999903333333373F3333733333333309999033
  63.         333333337F3337F333333333099990733333333373F3F77F3333333330900907
  64.         3333333337F77F77F33333333003709073333333377377F77F33333337333709
  65.         073333333733377F77F33333333333709033333333333377F7F3333333333337
  66.         0733333333333337773333333333333333333333333333333333}
  67.       NumGlyphs = 2
  68.     end
  69.     object buttonLoja: TBitBtn
  70.       Left = 388
  71.       Top = 397
  72.       Width = 223
  73.       Height = 29
  74.       Caption = 'Entrar na Loja Virtual'
  75.       Default = True
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clWindowText
  78.       Font.Height = -12
  79.       Font.Name = 'Arial'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       TabOrder = 0
  83.       OnClick = buttonLojaClick
  84.       Glyph.Data = {
  85.         76010000424D7601000000000000760000002800000020000000100000000100
  86.         04000000000000010000120B0000120B00001000000000000000000000000000
  87.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  88.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  89.         3333333333333333333333333333333333333333333333333333333333333333
  90.         3333333333333333333333333333333333333333333FF3333333333333003333
  91.         3333333333773FF3333333333309003333333333337F773FF333333333099900
  92.         33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  93.         99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  94.         33333333337F3F77333333333309003333333333337F77333333333333003333
  95.         3333333333773333333333333333333333333333333333333333333333333333
  96.         3333333333333333333333333333333333333333333333333333}
  97.       NumGlyphs = 2
  98.     end
  99.   end
  100. end
  101.