home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / DELUT / BICAT2.ZIP / Bicat.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-07-14  |  4KB  |  188 lines

  1. object AboutBox: TAboutBox
  2.   Left = 205
  3.   Top = 121
  4.   BorderStyle = bsDialog
  5.   Caption = 'AboutBox'
  6.   ClientHeight = 279
  7.   ClientWidth = 358
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object IDLabel: TLabel
  19.     Left = 8
  20.     Top = 252
  21.     Width = 17
  22.     Height = 13
  23.     Caption = 'info'
  24.     Visible = False
  25.   end
  26.   object Panel: TPanel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 344
  30.     Height = 223
  31.     BevelOuter = bvNone
  32.     ParentColor = True
  33.     TabOrder = 0
  34.     object GF1: TGradientFill
  35.       Left = 60
  36.       Top = 6
  37.       Width = 282
  38.       Height = 17
  39.       BeginColor = clGray
  40.       EndColor = clWhite
  41.       FillDirection = fdLeftToRight
  42.       NumberOfColors = 255
  43.     end
  44.     object ProgramIcon: TImage
  45.       Left = 8
  46.       Top = 8
  47.       Width = 32
  48.       Height = 32
  49.       Picture.Data = {<image000.ico>}
  50.       Stretch = True
  51.       IsControl = True
  52.     end
  53.     object ProductName: TLabel
  54.       Left = 62
  55.       Top = 8
  56.       Width = 105
  57.       Height = 13
  58.       Caption = 'BiCat - Bitmap Catalog'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       Transparent = True
  66.       IsControl = True
  67.     end
  68.     object VersionLabel: TLabel
  69.       Left = 62
  70.       Top = 24
  71.       Width = 61
  72.       Height = 13
  73.       Caption = 'VersionLabel'
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clBlack
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.       IsControl = True
  81.     end
  82.     object Copyright: TLabel
  83.       Left = 62
  84.       Top = 45
  85.       Width = 70
  86.       Height = 13
  87.       Caption = 'CopyrightLabel'
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clBlack
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = []
  93.       ParentFont = False
  94.       IsControl = True
  95.     end
  96.     object TopicsLabel: TLabel
  97.       Left = 62
  98.       Top = 173
  99.       Width = 58
  100.       Height = 13
  101.       Caption = 'TopicsLabel'
  102.     end
  103.     object BitmapsLabel: TLabel
  104.       Left = 62
  105.       Top = 195
  106.       Width = 63
  107.       Height = 13
  108.       Caption = 'BitmapsLabel'
  109.     end
  110.     object Bevel1: TBevel
  111.       Left = 62
  112.       Top = 218
  113.       Width = 280
  114.       Height = 2
  115.       Shape = bsTopLine
  116.     end
  117.     object TopicsNumLabel: TLabel
  118.       Left = 253
  119.       Top = 173
  120.       Width = 89
  121.       Height = 13
  122.       Alignment = taRightJustify
  123.       AutoSize = False
  124.       Caption = 'TopicsNumLabel'
  125.     end
  126.     object BitmapsNumLabel: TLabel
  127.       Left = 253
  128.       Top = 195
  129.       Width = 89
  130.       Height = 13
  131.       Alignment = taRightJustify
  132.       AutoSize = False
  133.       Caption = 'BitmapsNumLabel'
  134.     end
  135.     object Bevel2: TBevel
  136.       Left = 62
  137.       Top = 162
  138.       Width = 280
  139.       Height = 2
  140.       Shape = bsTopLine
  141.     end
  142.     object RegLabel: TLabel
  143.       Left = 62
  144.       Top = 118
  145.       Width = 46
  146.       Height = 13
  147.       Caption = 'RegLabel'
  148.       OnDblClick = RegLabelDblClick
  149.     end
  150.     object UserLabel: TLabel
  151.       Left = 62
  152.       Top = 134
  153.       Width = 279
  154.       Height = 26
  155.       AutoSize = False
  156.       Caption = 'UserName'
  157.       WordWrap = True
  158.     end
  159.     object UrlLabel: TUrlLabel
  160.       Left = 62
  161.       Top = 60
  162.       Width = 178
  163.       Height = 13
  164.       Cursor = 5
  165.       Caption = 'http://www.strongsoftware.net/dronix'
  166.       Font.Charset = DEFAULT_CHARSET
  167.       Font.Color = clBlue
  168.       Font.Height = -11
  169.       Font.Name = 'MS Sans Serif'
  170.       Font.Style = [fsUnderline]
  171.       ParentFont = False
  172.       PopupMenu = UrlLabel.
  173.       URL = 'http://www.strongsoftware.net/dronix'
  174.     end
  175.   end
  176.   object OKButton: TButton
  177.     Left = 276
  178.     Top = 246
  179.     Width = 75
  180.     Height = 25
  181.     Cancel = True
  182.     Caption = 'OK'
  183.     Default = True
  184.     ModalResult = 1
  185.     TabOrder = 1
  186.   end
  187. end
  188.