home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / auto32d3.exe / rar / AUTO32D3 / DEMOS / DELPHI3.0 / DRAWDBGR / ABOUT.DFM / ABOUT.txt next >
Text File  |  1997-07-07  |  3KB  |  126 lines

  1. object fmAboutBox: TfmAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 276
  7.   ClientWidth = 289
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 273
  20.     Height = 225
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Bevel1: TBevel
  25.       Left = 9
  26.       Top = 113
  27.       Width = 255
  28.       Height = 40
  29.     end
  30.     object ProductName: TLabel
  31.       Left = 192
  32.       Top = 24
  33.       Width = 59
  34.       Height = 39
  35.       Alignment = taCenter
  36.       Caption = 'AutoDBGrid as DrawDBGrid'
  37.       WordWrap = True
  38.       IsControl = True
  39.     end
  40.     object Label5: TLabel
  41.       Left = 14
  42.       Top = 124
  43.       Width = 107
  44.       Height = 13
  45.       Caption = 'e-mail: rsd@tibc.tula.ru'
  46.     end
  47.     object Label4: TLabel
  48.       Left = 14
  49.       Top = 114
  50.       Width = 40
  51.       Height = 13
  52.       Caption = 'send us:'
  53.     end
  54.     object Label6: TLabel
  55.       Left = 13
  56.       Top = 136
  57.       Width = 101
  58.       Height = 13
  59.       Caption = 'fax: +7 0872 770 183'
  60.     end
  61.     object Bevel2: TBevel
  62.       Left = 9
  63.       Top = 161
  64.       Width = 255
  65.       Height = 48
  66.     end
  67.     object Label1: TLabel
  68.       Left = 16
  69.       Top = 165
  70.       Width = 229
  71.       Height = 13
  72.       Caption = 'Visit our web site and find much more !!!'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clBlack
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.     end
  80.     object Panel2: TPanel
  81.       Left = 8
  82.       Top = 8
  83.       Width = 174
  84.       Height = 104
  85.       BevelInner = bvLowered
  86.       Caption = 'Panel2'
  87.       TabOrder = 1
  88.       object Image1: TImage
  89.         Left = 2
  90.         Top = 2
  91.         Width = 170
  92.         Height = 100
  93.         Align = alClient
  94.         AutoSize = True
  95.         Picture.Data = {<image000.bmp>}
  96.       end
  97.     end
  98.     object Edit1: TEdit
  99.       Left = 16
  100.       Top = 181
  101.       Width = 241
  102.       Height = 21
  103.       Color = clBtnFace
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clBlack
  106.       Font.Height = -11
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = [fsBold]
  109.       ParentFont = False
  110.       ReadOnly = True
  111.       TabOrder = 0
  112.       Text = 'http://www.rsd.pp.ru'
  113.     end
  114.   end
  115.   object OKButton: TButton
  116.     Left = 103
  117.     Top = 240
  118.     Width = 77
  119.     Height = 27
  120.     Caption = 'OK'
  121.     Default = True
  122.     ModalResult = 1
  123.     TabOrder = 1
  124.   end
  125. end
  126.