File: dlgeditsqldbrestschema.lfm

package info (click to toggle)
lazarus 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 275,760 kB
  • sloc: pascal: 2,341,904; xml: 509,420; makefile: 348,726; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (126 lines) | stat: -rw-r--r-- 3,021 bytes parent folder | download | duplicates (3)
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
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