object SQLsEditor: TSQLsEditor Left = 198 Top = 112 BorderStyle = bsDialog Caption = 'TSQLSet items property editor' ClientHeight = 349 ClientWidth = 526 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 304 Width = 526 Height = 45 Align = alBottom TabOrder = 1 object Label1: TLabel Left = 8 Top = 14 Width = 20 Height = 13 Caption = 'Title' end object BitBtn1: TBitBtn Left = 208 Top = 10 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 1 Kind = bkOK end object BitBtn2: TBitBtn Left = 333 Top = 10 Width = 75 Height = 25 TabOrder = 2 Kind = bkCancel end object edTitle: TEdit Left = 40 Top = 11 Width = 121 Height = 21 TabOrder = 0 OnChange = edTitleChange OnExit = edTitleExit end end object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 129 Height = 304 Align = alLeft Caption = 'Items' TabOrder = 0 object lbSQLItems: TListBox Left = 8 Top = 16 Width = 113 Height = 241 ItemHeight = 13 MultiSelect = True TabOrder = 0 OnClick = lbSQLItemsClick end object bnNew: TButton Left = 8 Top = 270 Width = 49 Height = 25 Caption = 'New' TabOrder = 1 OnClick = bnNewClick end object bnDelete: TButton Left = 72 Top = 270 Width = 49 Height = 25 Caption = 'Delete' TabOrder = 2 OnClick = bnDeleteClick end end object GroupBox2: TGroupBox Left = 129 Top = 0 Width = 397 Height = 304 Align = alClient Caption = 'SQL' TabOrder = 2 object mSQL: TMemo Left = 2 Top = 15 Width = 393 Height = 287 Align = alClient Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 0 WordWrap = False OnChange = mSQLChange OnExit = mSQLExit end end end