home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / TFIELDDLG / TFIELDDLG.txt
Text File  |  1998-02-19  |  2KB  |  95 lines

  1. object FieldDlg: TFieldDlg
  2.   Left = 184
  3.   Top = 239
  4.   Width = 463
  5.   Height = 300
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Edit Field'
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnClose = FormClose
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Img1: TMultiImgControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 344
  25.     Height = 273
  26.     Align = alClient
  27.     Caption = 'Img1'
  28.     TabOrder = 3
  29.     Visible = False
  30.     SpeedBarHeight = 24
  31.   end
  32.   object DBMemo1: TDBMemo
  33.     Left = 0
  34.     Top = 0
  35.     Width = 344
  36.     Height = 273
  37.     Align = alClient
  38.     DataSource = DataSource1
  39.     ScrollBars = ssBoth
  40.     TabOrder = 2
  41.     Visible = False
  42.   end
  43.   object DBEdit1: TDBEdit
  44.     Left = 16
  45.     Top = 32
  46.     Width = 297
  47.     Height = 24
  48.     DataSource = DataSource1
  49.     TabOrder = 0
  50.     Visible = False
  51.   end
  52.   object Panel1: TPanel
  53.     Left = 344
  54.     Top = 0
  55.     Width = 111
  56.     Height = 273
  57.     Align = alRight
  58.     TabOrder = 1
  59.     object BitBtn1: TBitBtn
  60.       Left = 14
  61.       Top = 8
  62.       Width = 81
  63.       Height = 25
  64.       Caption = '&OK'
  65.       TabOrder = 0
  66.       OnClick = BitBtn1Click
  67.       Kind = bkOK
  68.     end
  69.     object BitBtn2: TBitBtn
  70.       Left = 15
  71.       Top = 38
  72.       Width = 81
  73.       Height = 25
  74.       Caption = '&Cancel'
  75.       TabOrder = 1
  76.       OnClick = BitBtn2Click
  77.       Kind = bkCancel
  78.     end
  79.     object CheckBox1: TCheckBox
  80.       Left = 4
  81.       Top = 128
  82.       Width = 82
  83.       Height = 17
  84.       Caption = 'Auto-Wrap'
  85.       TabOrder = 2
  86.       Visible = False
  87.       OnClick = CheckBox1Click
  88.     end
  89.   end
  90.   object DataSource1: TDataSource
  91.     Left = 384
  92.     Top = 72
  93.   end
  94. end
  95.