home *** CD-ROM | disk | FTP | other *** search
- object Form_DBSqlP: TForm_DBSqlP
- Left = 249
- Top = 234
- BorderStyle = bsDialog
- Caption = '<DBSql> Editor'
- ClientHeight = 78
- ClientWidth = 398
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 21
- Height = 13
- Caption = '&SQL'
- FocusControl = SqlE
- end
- object OkButton: TButton
- Left = 280
- Top = 48
- Width = 49
- Height = 25
- Caption = '&Ok'
- Default = True
- TabOrder = 0
- OnClick = OkButtonClick
- end
- object CancelButton: TButton
- Left = 336
- Top = 48
- Width = 57
- Height = 25
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- object SqlE: TEdit
- Left = 8
- Top = 24
- Width = 385
- Height = 21
- TabOrder = 2
- end
- end
-