Skip to content

Commit

Permalink
#20 Cleanup of dfm properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
bero committed Dec 6, 2024
1 parent 64412dd commit f0b1725
Show file tree
Hide file tree
Showing 30 changed files with 158 additions and 594 deletions.
7 changes: 1 addition & 6 deletions Source/BoldAbout.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object frmAboutBold: TfrmAboutBold
Top = 6
Width = 385
Height = 380
ActivePage = TabSheetRegistration
ActivePage = TabAbout
MultiLine = True
TabOrder = 0
object TabAbout: TTabSheet
Expand Down Expand Up @@ -864,7 +864,6 @@ object frmAboutBold: TfrmAboutBold
SortType = stText
TabOrder = 0
ViewStyle = vsReport
OnDblClick = ListViewRevisionDblClick
end
end
object TabSheetRegistration: TTabSheet
Expand Down Expand Up @@ -3061,7 +3060,6 @@ object frmAboutBold: TfrmAboutBold
StateImages = ImageList2
TabOrder = 1
ViewStyle = vsReport
OnDblClick = btnLicenseDetailsClick
end
object BtnSaveDeploymentKeys: TBitBtn
Left = 196
Expand Down Expand Up @@ -3169,7 +3167,6 @@ object frmAboutBold: TfrmAboutBold
Height = 25
Caption = '&Open License Key...'
TabOrder = 0
OnClick = btnLicenseDetailsClick
end
end
end
Expand Down Expand Up @@ -3480,13 +3477,11 @@ object frmAboutBold: TfrmAboutBold
end
object PopupMenuRevision: TPopupMenu
Images = ImageList1
OnPopup = PopupMenuRevisionPopup
Left = 4
Top = 392
object PopupOpenModule: TMenuItem
Caption = '&Open'
ImageIndex = 0
OnClick = ListViewRevisionDblClick
end
end
object SaveDialogRunLic: TSaveDialog
Expand Down
2 changes: 0 additions & 2 deletions Source/BoldDbEvolutorForm.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ object frmBoldDbEvolutor: TfrmBoldDbEvolutor
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000}
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
DesignSize = (
460
387)
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 4
Expand Down
22 changes: 10 additions & 12 deletions Source/BoldDerivationExpressionsEditor.dfm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
object frmBoldDerivationExpressionsEditor: TfrmBoldDerivationExpressionsEditor
Left = 219
Top = 184
Width = 361
Height = 232
BorderIcons = [biSystemMenu]
Caption = 'Expressions editor'
ClientHeight = 193
ClientWidth = 345
Color = clBtnFace
Constraints.MinHeight = 100
Font.Charset = DEFAULT_CHARSET
Expand Down Expand Up @@ -37,23 +37,21 @@ object frmBoldDerivationExpressionsEditor: TfrmBoldDerivationExpressionsEditor
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000}
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object pnMain: TPanel
Left = 0
Top = 0
Width = 353
Height = 164
Width = 345
Height = 152
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object BoldMemo1: TBoldMemo
Left = 0
Top = 0
Width = 353
Height = 164
Width = 345
Height = 152
Align = alClient
Alignment = taLeftJustify
BoldHandle = brhTaggedValue
Expand All @@ -70,17 +68,17 @@ object frmBoldDerivationExpressionsEditor: TfrmBoldDerivationExpressionsEditor
end
object pnButtons: TPanel
Left = 0
Top = 164
Width = 353
Top = 152
Width = 345
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
353
345
41)
object btClose: TButton
Left = 269
Left = 261
Top = 8
Width = 81
Height = 25
Expand Down
2 changes: 0 additions & 2 deletions Source/BoldExternalPersistenceHandleSQLPropEditor.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ object BoldExternalPersistenceHandleSQLPropEditorForm: TBoldExternalPersistenceH
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object CheckListBox1: TCheckListBox
Left = 8
Expand Down
6 changes: 1 addition & 5 deletions Source/BoldGridRTColEditor.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@ object frmRTColEditor: TfrmRTColEditor
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
ExplicitTop = 264
ExplicitWidth = 368
object Panel2: TPanel
Left = 280
Left = 272
Top = 0
Width = 88
Height = 40
Expand Down Expand Up @@ -104,8 +102,6 @@ object frmRTColEditor: TfrmRTColEditor
Align = alRight
BevelOuter = bvNone
TabOrder = 1
ExplicitLeft = 136
ExplicitHeight = 264
object Label1: TLabel
Left = 8
Top = 8
Expand Down
6 changes: 2 additions & 4 deletions Source/BoldMMTVDefGenGUI.dfm
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
object Form1: TForm1
Left = 326
Top = 195
Width = 333
Height = 196
Caption = 'Form1'
ClientHeight = 157
ClientWidth = 317
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 120
Expand Down
31 changes: 13 additions & 18 deletions Source/BoldMMTVEditor.dfm
Original file line number Diff line number Diff line change
@@ -1,44 +1,39 @@
object frmBoldMMTVEdit: TfrmBoldMMTVEdit
Left = 363
Top = 149
Width = 522
Height = 419
Anchors = [akLeft, akTop, akRight]
Caption = 'Bold Tagged Value Editor'
ClientHeight = 360
ClientWidth = 506
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 145
Top = 0
Width = 3
Height = 354
Cursor = crHSplit
Height = 341
Beveled = True
end
object StatusBar1: TStatusBar
Left = 0
Top = 354
Width = 514
Top = 341
Width = 506
Height = 19
Panels = <>
SimplePanel = False
end
object tvModelElements: TTreeView
Left = 0
Top = 0
Width = 145
Height = 354
Height = 341
Align = alLeft
Indent = 19
TabOrder = 1
Expand All @@ -48,17 +43,17 @@ object frmBoldMMTVEdit: TfrmBoldMMTVEdit
object Panel1: TPanel
Left = 148
Top = 0
Width = 366
Height = 354
Width = 358
Height = 341
Align = alClient
BevelOuter = bvNone
Caption = 'Panel1'
TabOrder = 2
object tcTaggedValues: TTabControl
Left = 0
Top = 0
Width = 366
Height = 354
Width = 358
Height = 341
Align = alClient
TabOrder = 0
Tabs.Strings = (
Expand All @@ -69,8 +64,8 @@ object frmBoldMMTVEdit: TfrmBoldMMTVEdit
object vleTaggedValues: TValueListEditor
Left = 4
Top = 24
Width = 358
Height = 326
Width = 350
Height = 313
Align = alClient
TabOrder = 0
TitleCaptions.Strings = (
Expand All @@ -80,7 +75,7 @@ object frmBoldMMTVEdit: TfrmBoldMMTVEdit
OnStringsChange = vleTaggedValuesStringsChange
ColWidths = (
150
202)
194)
end
end
end
Expand Down
16 changes: 7 additions & 9 deletions Source/BoldMMTVMemo.dfm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
object frmMemoEdit: TfrmMemoEdit
Left = 397
Top = 213
Width = 310
Height = 235
Caption = ' - Bold tagged value editor'
ClientHeight = 196
ClientWidth = 294
Color = clBtnFace
Constraints.MinHeight = 58
Constraints.MinWidth = 171
Expand All @@ -12,14 +12,12 @@ object frmMemoEdit: TfrmMemoEdit
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object memoTheMemo: TMemo
Left = 0
Top = 0
Width = 302
Height = 183
Width = 294
Height = 171
Cursor = crIBeam
Align = alClient
BevelOuter = bvNone
Expand All @@ -30,14 +28,14 @@ object frmMemoEdit: TfrmMemoEdit
end
object Panel1: TPanel
Left = 0
Top = 183
Width = 302
Top = 171
Width = 294
Height = 25
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
302
294
25)
object Button1: TButton
Left = 224
Expand Down
2 changes: 0 additions & 2 deletions Source/BoldNodeDescriptionEditor.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ object FormNodeEditor: TFormNodeEditor
Align = alRight
BevelOuter = bvNone
TabOrder = 1
ExplicitLeft = 328
ExplicitHeight = 360
object btnAddNodeDescription: TButton
Left = 8
Top = 8
Expand Down
Binary file modified Source/BoldOLLEdmmain.dfm
Binary file not shown.
Loading

0 comments on commit f0b1725

Please sign in to comment.