home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Internet / HTMLEd / FlexED / FlexED32.exe / 0 / RCDATA / TFORM_DBSQLP / TFORM_DBSQLP.txt
Encoding:
Text File  |  1997-08-22  |  942 b   |  52 lines

  1. object Form_DBSqlP: TForm_DBSqlP
  2.   Left = 249
  3.   Top = 234
  4.   BorderStyle = bsDialog
  5.   Caption = '<DBSql> Editor'
  6.   ClientHeight = 78
  7.   ClientWidth = 398
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 21
  21.     Height = 13
  22.     Caption = '&SQL'
  23.     FocusControl = SqlE
  24.   end
  25.   object OkButton: TButton
  26.     Left = 280
  27.     Top = 48
  28.     Width = 49
  29.     Height = 25
  30.     Caption = '&Ok'
  31.     Default = True
  32.     TabOrder = 0
  33.     OnClick = OkButtonClick
  34.   end
  35.   object CancelButton: TButton
  36.     Left = 336
  37.     Top = 48
  38.     Width = 57
  39.     Height = 25
  40.     Caption = '&Cancel'
  41.     TabOrder = 1
  42.     OnClick = CancelButtonClick
  43.   end
  44.   object SqlE: TEdit
  45.     Left = 8
  46.     Top = 24
  47.     Width = 385
  48.     Height = 21
  49.     TabOrder = 2
  50.   end
  51. end
  52.