home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-05-08  |  3KB  |  143 lines

  1. object AboutBox: TAboutBox
  2.   Left = 246
  3.   Top = 143
  4.   BorderStyle = bsNone
  5.   Caption = 'AboutBox'
  6.   ClientHeight = 302
  7.   ClientWidth = 500
  8.   Color = clSilver
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 500
  26.     Height = 449
  27.     Align = alTop
  28.     BevelOuter = bvNone
  29.     BorderWidth = 1
  30.     Color = clBlack
  31.     TabOrder = 0
  32.     object Image1: TImage
  33.       Left = 1
  34.       Top = 1
  35.       Width = 500
  36.       Height = 300
  37.       AutoSize = True
  38.       Picture.Data = {<image000.bmp>}
  39.     end
  40.     object CopyrightLabelShadow: TLabel
  41.       Left = 13
  42.       Top = 276
  43.       Width = 52
  44.       Height = 15
  45.       Caption = 'Copyright'
  46.       Color = clWhite
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clBlack
  49.       Font.Height = -12
  50.       Font.Name = 'Arial'
  51.       Font.Style = []
  52.       ParentColor = False
  53.       ParentFont = False
  54.       Transparent = True
  55.     end
  56.     object CopyrightLabel: TLabel
  57.       Left = 12
  58.       Top = 275
  59.       Width = 52
  60.       Height = 15
  61.       Caption = 'Copyright'
  62.       Color = clWhite
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clWhite
  65.       Font.Height = -12
  66.       Font.Name = 'Arial'
  67.       Font.Style = []
  68.       ParentColor = False
  69.       ParentFont = False
  70.       Transparent = True
  71.     end
  72.     object Image2: TImage
  73.       Left = 180
  74.       Top = 120
  75.       Width = 500
  76.       Height = 300
  77.       AutoSize = True
  78.       Picture.Data = {<image001.bmp>}
  79.     end
  80.     object ReleaseLabel: TLabel
  81.       Left = 350
  82.       Top = 106
  83.       Width = 104
  84.       Height = 15
  85.       Alignment = taRightJustify
  86.       AutoSize = False
  87.       Caption = 'Field Test'
  88.       Color = clWhite
  89.       Font.Charset = ANSI_CHARSET
  90.       Font.Color = clBlack
  91.       Font.Height = -12
  92.       Font.Name = 'Arial'
  93.       Font.Style = []
  94.       ParentColor = False
  95.       ParentFont = False
  96.       Transparent = True
  97.       Visible = False
  98.     end
  99.     object TimebombLabel: TLabel
  100.       Left = 306
  101.       Top = 396
  102.       Width = 186
  103.       Height = 16
  104.       Alignment = taRightJustify
  105.       AutoSize = False
  106.       Caption = 'Time-bombed'
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clBlack
  109.       Font.Height = -16
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = [fsBold]
  112.       ParentFont = False
  113.       Transparent = True
  114.       Visible = False
  115.     end
  116.     object SKULabel: TLabel
  117.       Left = 296
  118.       Top = 92
  119.       Width = 158
  120.       Height = 15
  121.       Alignment = taRightJustify
  122.       AutoSize = False
  123.       Caption = 'SKU'
  124.       Color = clNone
  125.       Font.Charset = ANSI_CHARSET
  126.       Font.Color = clWhite
  127.       Font.Height = -12
  128.       Font.Name = 'Arial'
  129.       Font.Style = []
  130.       ParentColor = False
  131.       ParentFont = False
  132.       Transparent = True
  133.     end
  134.   end
  135.   object Timer1: TTimer
  136.     Enabled = False
  137.     Interval = 4000
  138.     OnTimer = Timer1Timer
  139.     Left = 348
  140.     Top = 246
  141.   end
  142. end
  143.