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 / FIND / ABOUT.DFM / ABOUT.txt next >
Text File  |  1997-07-07  |  4KB  |  151 lines

  1. object fmAboutBox: TfmAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 372
  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 = 321
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Bevel1: TBevel
  25.       Left = 9
  26.       Top = 113
  27.       Width = 255
  28.       Height = 41
  29.     end
  30.     object ProductName: TLabel
  31.       Left = 184
  32.       Top = 24
  33.       Width = 75
  34.       Height = 55
  35.       Alignment = taCenter
  36.       Caption = 'Example of using AutoDBGrid and AutoFind'
  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 = 160
  64.       Width = 256
  65.       Height = 41
  66.     end
  67.     object Memo1: TMemo
  68.       Left = 10
  69.       Top = 209
  70.       Width = 257
  71.       Height = 107
  72.       Lines.Strings = (
  73.         'This example was taken from Delphi Demos  '
  74.         'and illustrates'
  75.         ''
  76.         '-     Finding Records with AutoFind and '
  77.         '       AutoDBGrid'
  78.         '-     Switching Indexes with AutoDBGrid '
  79.         '      (By using sorted columns)'
  80.         ''
  81.         ''
  82.         'The Customer form is connected to the '
  83.         'Customer table in the application'#39's data '
  84.         'module. The Find button calls a second form '
  85.         'modally (FindCust). This Lookup form is tied '
  86.         'to a second instance of the Customer table, '
  87.         'and has a simple ComboBox, AutoFind and'
  88.         'DBGrid.'
  89.         ''
  90.         'The list of the ComboBox has a list of all'
  91.         'the Customer fields. The OnChange'
  92.         'event of the ComboBox both  rotates'
  93.         ' the desired  field to the first position '
  94.         'in the grid by  setting the field'#39's Index '
  95.         'property and assignes the DataField '
  96.         'property of AutoFind.'
  97.         ''
  98.         'If the user presses OK, the modal result of the '
  99.         'form is set to mrOK and the two tables in the '
  100.         'Data Module are synchronized with the '
  101.         'GoToCurrent method.')
  102.       ScrollBars = ssVertical
  103.       TabOrder = 1
  104.     end
  105.     object Panel2: TPanel
  106.       Left = 8
  107.       Top = 8
  108.       Width = 174
  109.       Height = 104
  110.       BevelInner = bvLowered
  111.       Caption = 'Panel2'
  112.       TabOrder = 2
  113.       object Image1: TImage
  114.         Left = 2
  115.         Top = 2
  116.         Width = 170
  117.         Height = 100
  118.         Align = alClient
  119.         AutoSize = True
  120.         Picture.Data = {<image000.bmp>}
  121.       end
  122.     end
  123.     object Edit1: TEdit
  124.       Left = 15
  125.       Top = 171
  126.       Width = 245
  127.       Height = 21
  128.       Color = clBtnFace
  129.       Font.Charset = DEFAULT_CHARSET
  130.       Font.Color = clBlack
  131.       Font.Height = -11
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = [fsBold]
  134.       ParentFont = False
  135.       ReadOnly = True
  136.       TabOrder = 0
  137.       Text = 'http://www.rsd.pp.ru'
  138.     end
  139.   end
  140.   object OKButton: TButton
  141.     Left = 111
  142.     Top = 336
  143.     Width = 77
  144.     Height = 27
  145.     Caption = 'OK'
  146.     Default = True
  147.     ModalResult = 1
  148.     TabOrder = 1
  149.   end
  150. end
  151.