1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
object SQLDBRestSchemaEditorForm: TSQLDBRestSchemaEditorForm
Left = 573
Height = 515
Top = 284
Width = 809
Caption = 'Edit Schema'
ClientHeight = 515
ClientWidth = 809
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '2.1.0.0'
object BPSchema: TButtonPanel
Left = 6
Height = 42
Top = 467
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 = 461
Width = 809
Align = alClient
ClientHeight = 461
ClientWidth = 809
TabOrder = 1
inherited fraConn: TfraConnections
Height = 461
Width = 203
Align = alLeft
ClientHeight = 461
ClientWidth = 203
inherited TVConnections: TTreeView
Height = 404
Width = 203
end
inherited ToolBar1: TToolBar
Width = 203
inherited TBSep1: TToolButton
Height = 30
end
inherited ToolButton1: TToolButton
Height = 30
end
end
inherited Label1: TLabel
Width = 203
end
end
inherited splConnection: TSplitter
Height = 461
end
inherited fraSchema: TSQLDBRestSchemaEditorFrame
Left = 208
Height = 461
Width = 601
Align = alClient
ClientHeight = 461
ClientWidth = 601
TabOrder = 2
inherited PResources: TPanel
Height = 461
Width = 170
ClientHeight = 461
ClientWidth = 170
inherited TBResources: TToolBar
Width = 170
EdgeInner = esRaised
EdgeOuter = esLowered
inherited ToolButton1: TToolButton
Height = 30
end
inherited ToolButton2: TToolButton
Height = 30
end
inherited ToolButton4: TToolButton
Left = 1
Top = 30
end
inherited ToolButton5: TToolButton
Left = 31
Top = 30
end
end
inherited TVResources: TTreeView
Height = 404
Width = 170
end
inherited LResources: TLabel
Width = 170
end
end
inherited Splitter1: TSplitter
Left = 170
Height = 461
end
inherited PDock: TPanel
Left = 175
Height = 461
Width = 426
ClientHeight = 461
ClientWidth = 426
inherited LFrame: TLabel
Width = 426
end
end
end
end
object PSSchema: TXMLPropStorage
StoredValues = <>
RootNodePath = 'Editor'
Active = False
OnSaveProperties = PSSchemaSaveProperties
OnRestoreProperties = PSSchemaRestoreProperties
left = 464
top = 296
end
end
|