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 / DBGRIDAD / ABOUT.DFM / ABOUT.txt next >
Text File  |  1997-07-07  |  3KB  |  136 lines

  1. object fmAboutBox: TfmAboutBox
  2.   Left = 280
  3.   Top = 98
  4.   BorderStyle = bsDialog
  5.   Caption = 'fmAboutBox'
  6.   ClientHeight = 343
  7.   ClientWidth = 297
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 9
  18.     Top = 8
  19.     Width = 281
  20.     Height = 297
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Bevel1: TBevel
  25.       Left = 4
  26.       Top = 112
  27.       Width = 269
  28.       Height = 41
  29.     end
  30.     object ProgramIcon: TImage
  31.       Left = 8
  32.       Top = 8
  33.       Width = 170
  34.       Height = 100
  35.       AutoSize = True
  36.       Picture.Data = {<image000.bmp>}
  37.       IsControl = True
  38.     end
  39.     object ProductName: TLabel
  40.       Left = 186
  41.       Top = 23
  42.       Width = 81
  43.       Height = 74
  44.       Alignment = taCenter
  45.       AutoSize = False
  46.       Caption = 
  47.         'Example of using AutoOptions property of the AutoDBGrid (Sorted ' +
  48.         'DBGrid)'
  49.       WordWrap = True
  50.       IsControl = True
  51.     end
  52.     object Label6: TLabel
  53.       Left = 8
  54.       Top = 136
  55.       Width = 101
  56.       Height = 13
  57.       Caption = 'fax: +7 0872 770 183'
  58.     end
  59.     object Label5: TLabel
  60.       Left = 9
  61.       Top = 123
  62.       Width = 107
  63.       Height = 13
  64.       Caption = 'e-mail: rsd@tibc.tula.ru'
  65.     end
  66.     object Label4: TLabel
  67.       Left = 9
  68.       Top = 113
  69.       Width = 40
  70.       Height = 13
  71.       Caption = 'send us:'
  72.     end
  73.     object Label1: TLabel
  74.       Left = 14
  75.       Top = 163
  76.       Width = 236
  77.       Height = 13
  78.       Caption = 'Go to our web site and find much more !!!'
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clBlack
  81.       Font.Height = -11
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = [fsBold]
  84.       ParentFont = False
  85.     end
  86.     object Bevel2: TBevel
  87.       Left = 6
  88.       Top = 160
  89.       Width = 267
  90.       Height = 41
  91.     end
  92.     object Memo1: TMemo
  93.       Left = 7
  94.       Top = 208
  95.       Width = 268
  96.       Height = 82
  97.       Lines.Strings = (
  98.         'This example illustrates'
  99.         ' Using of the AutoOptions property'
  100.         ''
  101.         'Resize the rows and change the '
  102.         'AutoOptions property to see what is '
  103.         'happened')
  104.       ReadOnly = True
  105.       ScrollBars = ssVertical
  106.       TabOrder = 1
  107.     end
  108.     object Edit1: TEdit
  109.       Left = 15
  110.       Top = 176
  111.       Width = 252
  112.       Height = 21
  113.       Color = clBtnFace
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clBlack
  116.       Font.Height = -11
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = [fsBold]
  119.       ParentFont = False
  120.       ReadOnly = True
  121.       TabOrder = 0
  122.       Text = 'http://www.rsd.pp.ru'
  123.     end
  124.   end
  125.   object OKButton: TButton
  126.     Left = 111
  127.     Top = 312
  128.     Width = 77
  129.     Height = 27
  130.     Caption = 'OK'
  131.     Default = True
  132.     ModalResult = 1
  133.     TabOrder = 1
  134.   end
  135. end
  136.