home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kolekce / d6 / FRCLX.ZIP / DEMO / Unit4.xfm / Unit4.txt
Text File  |  2001-07-30  |  931b  |  49 lines

  1. object Form4: TForm4
  2.   Left = 193
  3.   Top = 107
  4.   Width = 293
  5.   Height = 95
  6.   HorzScrollBar.Range = 285
  7.   VertScrollBar.Range = 85
  8.   ActiveControl = Edit1
  9.   BorderStyle = fbsDialog
  10.   Caption = 'Select database'
  11.   Color = clButton
  12.   Font.Color = clText
  13.   Font.Height = 11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Pitch = fpVariable
  16.   Font.Style = []
  17.   Font.Weight = 40
  18.   ParentFont = False
  19.   Position = poScreenCenter
  20.   OnClose = FormClose
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   TextWidth = 5
  24.   object Label1: TLabel
  25.     Left = 8
  26.     Top = 12
  27.     Width = 141
  28.     Height = 13
  29.     Caption = 'Database path (employee.gdb)'
  30.   end
  31.   object Edit1: TEdit
  32.     Left = 8
  33.     Top = 28
  34.     Width = 277
  35.     Height = 21
  36.     TabOrder = 0
  37.     Text = 'D:\Delphi\Borland Shared\Data\employee.gdb'
  38.   end
  39.   object Button1: TButton
  40.     Left = 108
  41.     Top = 60
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'OK'
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.   end
  48. end
  49.