lazarus/components/sqldbrest/dlgeditsqldbrestschema.lfm
2023-03-19 17:37:25 +01:00

127 lines
3.0 KiB
Plaintext

object SQLDBRestSchemaEditorForm: TSQLDBRestSchemaEditorForm
Left = 503
Height = 515
Top = 267
Width = 809
Caption = 'Edit Schema'
ClientHeight = 515
ClientWidth = 809
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
SessionProperties = 'Width;Top;Left;Height'
LCLVersion = '2.3.0.0'
object BPSchema: TButtonPanel
Left = 6
Height = 38
Top = 471
Width = 797
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 0
ShowButtons = [pbOK, pbCancel]
end
inline fraEditor: TSchemaEditorFrame
Height = 465
Width = 809
Align = alClient
ClientHeight = 465
ClientWidth = 809
TabOrder = 1
inherited fraConn: TfraConnections
Height = 465
Width = 203
Align = alLeft
ClientHeight = 465
ClientWidth = 203
inherited TVConnections: TTreeView
Height = 409
Top = 56
Width = 203
end
inherited ToolBar1: TToolBar
Width = 203
inherited TBSep1: TToolButton
Height = 30
end
inherited ToolButton1: TToolButton
Height = 30
end
end
inherited Label1: TLabel
Height = 16
Width = 203
end
end
inherited splConnection: TSplitter
Height = 465
end
inherited fraSchema: TSQLDBRestSchemaEditorFrame
Left = 208
Height = 465
Width = 601
Align = alClient
ClientHeight = 465
ClientWidth = 601
TabOrder = 2
inherited PResources: TPanel
Height = 433
Width = 170
ClientHeight = 433
ClientWidth = 170
inherited TVResources: TTreeView
Height = 409
Width = 170
end
inherited LResources: TLabel
Width = 170
end
end
inherited Splitter1: TSplitter
Left = 170
Height = 433
end
inherited PDock: TPanel
Left = 175
Height = 433
Width = 426
end
inherited Panel1: TPanel
Width = 601
ClientWidth = 601
inherited Panel2: TPanel
inherited TBResources: TToolBar
inherited ToolButton1: TToolButton
Height = 30
end
inherited ToolButton2: TToolButton
Height = 30
end
inherited ToolButton9: TToolButton
Height = 30
end
end
end
inherited lblSelect: TLabel
Width = 266
end
end
end
end
object PSSchema: TXMLPropStorage
StoredValues = <>
RootNodePath = 'Editor'
Active = False
OnSaveProperties = PSSchemaSaveProperties
OnRestoreProperties = PSSchemaRestoreProperties
Left = 464
Top = 296
end
end