mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 17:20:37 +02:00
lazarus data desktop: missing files from r15238 #59a89eeefe.
git-svn-id: trunk@15239 -
This commit is contained in:
parent
59a89eeefe
commit
5d3ba0fc54
@ -4,10 +4,10 @@ object MainForm: TMainForm
|
|||||||
Top = 141
|
Top = 141
|
||||||
Width = 487
|
Width = 487
|
||||||
HorzScrollBar.Page = 486
|
HorzScrollBar.Page = 486
|
||||||
VertScrollBar.Page = 347
|
VertScrollBar.Page = 354
|
||||||
ActiveControl = LVConnections
|
ActiveControl = LVConnections
|
||||||
Caption = 'Lazarus Data Dictionary'
|
Caption = 'Lazarus Data Dictionary'
|
||||||
ClientHeight = 348
|
ClientHeight = 355
|
||||||
ClientWidth = 487
|
ClientWidth = 487
|
||||||
Menu = MainMenu1
|
Menu = MainMenu1
|
||||||
OnClose = FormClose
|
OnClose = FormClose
|
||||||
@ -17,6 +17,7 @@ object MainForm: TMainForm
|
|||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
SessionProperties = 'Height;Left;Top;Width;WindowState'
|
SessionProperties = 'Height;Left;Top;Width;WindowState'
|
||||||
|
LCLVersion = '0.9.25'
|
||||||
object TBMain: TToolBar
|
object TBMain: TToolBar
|
||||||
Height = 26
|
Height = 26
|
||||||
Width = 487
|
Width = 487
|
||||||
@ -99,7 +100,7 @@ object MainForm: TMainForm
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object PCDD: TPageControl
|
object PCDD: TPageControl
|
||||||
Height = 302
|
Height = 309
|
||||||
Top = 26
|
Top = 26
|
||||||
Width = 487
|
Width = 487
|
||||||
ActivePage = TSConnections
|
ActivePage = TSConnections
|
||||||
@ -132,16 +133,16 @@ object MainForm: TMainForm
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
ViewStyle = vsReport
|
ViewStyle = vsReport
|
||||||
OnDblClick = LVDictsDblClick
|
OnDblClick = LVDictsDblClick
|
||||||
OnKeyDown = LVDictsKeyDown
|
OnKeyUp = LVDictsKeyUp
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object TSConnections: TTabSheet
|
object TSConnections: TTabSheet
|
||||||
Caption = 'Connections'
|
Caption = 'Connections'
|
||||||
ClientHeight = 272
|
ClientHeight = 283
|
||||||
ClientWidth = 483
|
ClientWidth = 479
|
||||||
object LVConnections: TListView
|
object LVConnections: TListView
|
||||||
Height = 272
|
Height = 283
|
||||||
Width = 483
|
Width = 479
|
||||||
Align = alClient
|
Align = alClient
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
@ -165,12 +166,13 @@ object MainForm: TMainForm
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
ViewStyle = vsReport
|
ViewStyle = vsReport
|
||||||
OnDblClick = LVConnectionsDblClick
|
OnDblClick = LVConnectionsDblClick
|
||||||
|
OnKeyUp = LVConnectionsKeyUp
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object PStatus: TPanel
|
object PStatus: TPanel
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 328
|
Top = 335
|
||||||
Width = 487
|
Width = 487
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
@ -183,6 +185,7 @@ object MainForm: TMainForm
|
|||||||
Width = 128
|
Width = 128
|
||||||
Align = alLeft
|
Align = alLeft
|
||||||
Max = 100
|
Max = 100
|
||||||
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object PStatusText: TPanel
|
object PStatusText: TPanel
|
||||||
Left = 128
|
Left = 128
|
||||||
@ -357,6 +360,7 @@ object MainForm: TMainForm
|
|||||||
end
|
end
|
||||||
object MIDataDict: TMenuItem
|
object MIDataDict: TMenuItem
|
||||||
Caption = '&Dictionary'
|
Caption = '&Dictionary'
|
||||||
|
OnClick = MIDataDictClick
|
||||||
object MIImport: TMenuItem
|
object MIImport: TMenuItem
|
||||||
Caption = '&Import'
|
Caption = '&Import'
|
||||||
end
|
end
|
||||||
@ -976,7 +980,6 @@ object MainForm: TMainForm
|
|||||||
top = 192
|
top = 192
|
||||||
end
|
end
|
||||||
object SDDD: TSaveDialog
|
object SDDD: TSaveDialog
|
||||||
Title = 'Save file as'
|
|
||||||
DefaultExt = '.fpd'
|
DefaultExt = '.fpd'
|
||||||
Filter = 'Data dictionary files|*.fpd|Ini files|*.ini|All files|*.*'
|
Filter = 'Data dictionary files|*.fpd|Ini files|*.ini|All files|*.*'
|
||||||
FilterIndex = 0
|
FilterIndex = 0
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user