mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-29 02:43:41 +02:00
531 lines
16 KiB
Plaintext
531 lines
16 KiB
Plaintext
object H2PasDialog: TH2PasDialog
|
|
Left = 245
|
|
Height = 549
|
|
Top = 205
|
|
Width = 785
|
|
HorzScrollBar.Page = 784
|
|
VertScrollBar.Page = 548
|
|
ActiveControl = ConvertButton
|
|
Caption = 'H2PasDialog'
|
|
ClientHeight = 549
|
|
ClientWidth = 785
|
|
KeyPreview = True
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnKeyDown = FormKeyDown
|
|
Position = poDesktopCenter
|
|
object MainPageControl: TPageControl
|
|
AnchorSideBottom.Control = OpenSettingsButton
|
|
Height = 502
|
|
Width = 785
|
|
ActivePage = FilesTabSheet
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
TabIndex = 0
|
|
TabOrder = 4
|
|
object FilesTabSheet: TTabSheet
|
|
Caption = 'FilesTabSheet'
|
|
ClientHeight = 471
|
|
ClientWidth = 781
|
|
object CHeaderFilesCheckTreeView: TTreeView
|
|
Height = 471
|
|
Width = 255
|
|
Align = alLeft
|
|
DefaultItemHeight = 19
|
|
StateImages = FileStateImageList
|
|
TabOrder = 0
|
|
OnDblClick = CHeaderFilesCheckTreeViewDblClick
|
|
OnMouseDown = CHeaderFilesCheckTreeViewMouseDown
|
|
OnSelectionChanged = CHeaderFilesCheckTreeViewSelectionChanged
|
|
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
end
|
|
object AddCHeadersButton: TButton
|
|
AnchorSideLeft.Control = CHeaderFilesSplitter1
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 266
|
|
Height = 25
|
|
Top = 12
|
|
Width = 185
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'AddCHeadersButton'
|
|
OnClick = AddCHeadersButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object DeleteCHeadersButton: TButton
|
|
AnchorSideLeft.Control = CHeaderFilesSplitter1
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 266
|
|
Height = 25
|
|
Top = 40
|
|
Width = 185
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'DeleteCHeadersButton'
|
|
OnClick = DeleteCHeadersButtonClick
|
|
TabOrder = 2
|
|
end
|
|
object EnableAllCHeadersButton: TButton
|
|
AnchorSideLeft.Control = CHeaderFilesSplitter1
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 266
|
|
Height = 25
|
|
Top = 72
|
|
Width = 185
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'EnableAllCHeadersButton'
|
|
OnClick = EnableAllCHeadersButtonClick
|
|
TabOrder = 3
|
|
end
|
|
object DisableAllCHeadersButton: TButton
|
|
AnchorSideLeft.Control = CHeaderFilesSplitter1
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 266
|
|
Height = 25
|
|
Top = 104
|
|
Width = 185
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'DisableAllCHeadersButton'
|
|
OnClick = DisableAllCHeadersButtonClick
|
|
TabOrder = 4
|
|
end
|
|
object CHeaderFilesSplitter1: TSplitter
|
|
Left = 255
|
|
Height = 471
|
|
Width = 5
|
|
Beveled = True
|
|
end
|
|
object FileInfoGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = CHeaderFilesSplitter1
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = FilesTabSheet
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = FilesTabSheet
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 260
|
|
Height = 263
|
|
Top = 208
|
|
Width = 521
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = 'FileInfoGroupBox'
|
|
ClientHeight = 244
|
|
ClientWidth = 517
|
|
TabOrder = 5
|
|
object AddIncludedCHeaderFilesButton: TButton
|
|
AnchorSideBottom.Control = FileInfoGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 8
|
|
Height = 37
|
|
Top = 201
|
|
Width = 224
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'AddIncludedCHeaderFilesButton'
|
|
OnClick = AddIncludedCHeaderFilesButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object FileInfoMemo: TMemo
|
|
AnchorSideLeft.Control = FileInfoGroupBox
|
|
AnchorSideTop.Control = MergeFileCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = FileInfoGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = AddIncludedCHeaderFilesButton
|
|
Height = 176
|
|
Top = 19
|
|
Width = 517
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Color = clNone
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
end
|
|
object MergeFileCheckBox: TCheckBox
|
|
Left = 8
|
|
Height = 22
|
|
Top = -3
|
|
Width = 146
|
|
Caption = 'MergeFileCheckBox'
|
|
OnEditingDone = MergeFileCheckBoxEditingDone
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object MoveFileUpButton: TButton
|
|
AnchorSideLeft.Control = AddCHeadersButton
|
|
AnchorSideTop.Control = DisableAllCHeadersButton
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = AddCHeadersButton
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 266
|
|
Height = 25
|
|
Top = 135
|
|
Width = 185
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'MoveFileUpButton'
|
|
OnClick = MoveFileUpButtonClick
|
|
TabOrder = 6
|
|
end
|
|
object MoveFileDownButton: TButton
|
|
AnchorSideLeft.Control = AddCHeadersButton
|
|
AnchorSideTop.Control = MoveFileUpButton
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = AddCHeadersButton
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 266
|
|
Height = 25
|
|
Top = 166
|
|
Width = 185
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'MoveFileDownButton'
|
|
OnClick = MoveFileDownButtonClick
|
|
TabOrder = 7
|
|
end
|
|
object MergeAllCHeadersExceptCurrentButton: TButton
|
|
Left = 486
|
|
Height = 25
|
|
Top = 12
|
|
Width = 184
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'MergeAllCHeadersExceptCurrentButton'
|
|
OnClick = MergeAllCHeadersExceptCurrentButtonClick
|
|
TabOrder = 8
|
|
end
|
|
end
|
|
object PreH2PasTabSheet: TTabSheet
|
|
Caption = 'PreH2PasTabSheet'
|
|
ClientHeight = 471
|
|
ClientWidth = 781
|
|
object PreH2PasGroupBox: TGroupBox
|
|
Height = 471
|
|
Width = 781
|
|
Align = alClient
|
|
Caption = 'PreH2PasGroupBox'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object h2pasOptionsTabSheet: TTabSheet
|
|
Caption = 'h2pasOptionsTabSheet'
|
|
ClientHeight = 471
|
|
ClientWidth = 781
|
|
object LibNameLabel: TLabel
|
|
AnchorSideTop.Control = LibnameEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 17
|
|
Top = 279
|
|
Width = 105
|
|
BorderSpacing.Top = 10
|
|
Caption = 'LibNameLabel'
|
|
ParentColor = False
|
|
end
|
|
object OutputExtLabel: TLabel
|
|
AnchorSideTop.Control = OutputExtEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 17
|
|
Top = 311
|
|
Width = 114
|
|
Caption = 'OutputExtLabel'
|
|
ParentColor = False
|
|
end
|
|
object OutputDirLabel: TLabel
|
|
AnchorSideTop.Control = OutputDirEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 17
|
|
Top = 340
|
|
Width = 110
|
|
Caption = 'OutputDirLabel'
|
|
ParentColor = False
|
|
end
|
|
object LibnameEdit: TEdit
|
|
AnchorSideLeft.Control = LibNameLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 117
|
|
Height = 23
|
|
Top = 276
|
|
Width = 113
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
OnEditingDone = LibnameEditEditingDone
|
|
TabOrder = 0
|
|
Text = 'LibnameEdit'
|
|
end
|
|
object OutputExtEdit: TEdit
|
|
AnchorSideLeft.Control = OutputExtLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 126
|
|
Height = 23
|
|
Top = 308
|
|
Width = 80
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
OnEditingDone = OutputExtEditEditingDone
|
|
TabOrder = 1
|
|
Text = 'OutputExtEdit'
|
|
end
|
|
object OutputDirEdit: TEdit
|
|
AnchorSideLeft.Control = OutputDirLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = OutputExtEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 122
|
|
Height = 23
|
|
Top = 337
|
|
Width = 397
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
OnEditingDone = OutputDirEditEditingDone
|
|
TabOrder = 2
|
|
Text = 'OutputDirEdit'
|
|
end
|
|
object OutputDirBrowseButton: TButton
|
|
AnchorSideLeft.Control = OutputDirEdit
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = OutputDirEdit
|
|
AnchorSideBottom.Control = OutputDirEdit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 519
|
|
Height = 23
|
|
Top = 337
|
|
Width = 32
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '...'
|
|
OnClick = OutputDirBrowseButtonClick
|
|
TabOrder = 3
|
|
end
|
|
object h2pasOptionsCheckGroup: TCheckGroup
|
|
Left = 6
|
|
Height = 264
|
|
Top = 4
|
|
Width = 768
|
|
AutoFill = True
|
|
Caption = 'h2pasOptionsCheckGroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
Columns = 2
|
|
OnItemClick = h2pasOptionsCheckGroupItemClick
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
object PostH2PasTabSheet: TTabSheet
|
|
Caption = 'PostH2PasTabSheet'
|
|
ClientHeight = 471
|
|
ClientWidth = 781
|
|
object PostH2PasGroupBox: TGroupBox
|
|
Height = 471
|
|
Width = 781
|
|
Align = alClient
|
|
Caption = 'PostH2PasGroupBox'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object SettingsTabSheet: TTabSheet
|
|
Caption = 'SettingsTabSheet'
|
|
ClientHeight = 471
|
|
ClientWidth = 781
|
|
object H2PasFilenameLabel: TLabel
|
|
AnchorSideTop.Control = H2PasFilenameEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 17
|
|
Top = 7
|
|
Width = 155
|
|
Caption = 'H2PasFilenameLabel'
|
|
ParentColor = False
|
|
end
|
|
object OpenLastProjectOnStartCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 24
|
|
Top = 42
|
|
Width = 277
|
|
Caption = 'OpenLastProjectOnStartCheckBox'
|
|
OnChange = OpenLastProjectOnStartCheckBoxChange
|
|
TabOrder = 0
|
|
end
|
|
object SaveSettingsAsButton: TButton
|
|
Left = 6
|
|
Height = 30
|
|
Top = 82
|
|
Width = 177
|
|
AutoSize = True
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'SaveSettingsAsButton'
|
|
OnClick = SaveSettingsAsButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object H2PasFilenameEdit: TEdit
|
|
AnchorSideLeft.Control = H2PasFilenameLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 167
|
|
Height = 23
|
|
Top = 4
|
|
Width = 352
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
OnEditingDone = H2PasFilenameEditEditingDone
|
|
TabOrder = 2
|
|
Text = 'H2PasFilenameEdit'
|
|
end
|
|
object h2pasFilenameBrowseButton: TButton
|
|
AnchorSideLeft.Control = H2PasFilenameEdit
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = H2PasFilenameEdit
|
|
AnchorSideBottom.Control = H2PasFilenameEdit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 519
|
|
Height = 23
|
|
Top = 4
|
|
Width = 35
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '...'
|
|
OnClick = h2pasFilenameBrowseButtonClick
|
|
TabOrder = 3
|
|
end
|
|
object NewSettingsButton: TButton
|
|
Left = 6
|
|
Height = 30
|
|
Top = 124
|
|
Width = 154
|
|
AutoSize = True
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'NewSettingsButton'
|
|
OnClick = NewSettingsButtonClick
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
end
|
|
object OpenSettingsButton: TButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 5
|
|
Height = 37
|
|
Top = 507
|
|
Width = 150
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 5
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'OpenSettingsButton'
|
|
OnClick = OpenSettingsButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object SaveSettingsButton: TButton
|
|
AnchorSideLeft.Control = OpenSettingsButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 160
|
|
Height = 37
|
|
Top = 507
|
|
Width = 148
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 5
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'SaveSettingsButton'
|
|
OnClick = SaveSettingsButtonClick
|
|
TabOrder = 2
|
|
end
|
|
object ConvertButton: TButton
|
|
AnchorSideLeft.Control = SaveSettingsButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = OpenSettingsButton
|
|
Left = 323
|
|
Height = 37
|
|
Top = 507
|
|
Width = 113
|
|
AutoSize = True
|
|
BorderSpacing.Left = 15
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'ConvertButton'
|
|
OnClick = ConvertButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object CloseButton: TButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 682
|
|
Height = 37
|
|
Top = 507
|
|
Width = 98
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 5
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'CloseButton'
|
|
OnClick = CloseButtonClick
|
|
TabOrder = 3
|
|
end
|
|
object ConvertAndBuildButton: TButton
|
|
AnchorSideLeft.Control = ConvertButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = OpenSettingsButton
|
|
Left = 442
|
|
Height = 37
|
|
Top = 507
|
|
Width = 169
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'ConvertAndBuildButton'
|
|
OnClick = ConvertAndBuildButtonClick
|
|
TabOrder = 5
|
|
end
|
|
object FileStateImageList: TImageList
|
|
left = 136
|
|
top = 94
|
|
Bitmap = {
|
|
6C69020000001000000010000000BF0100002F2A2058504D202A2F0A73746174
|
|
69632063686172202A20706B675F72656D6F76656466696C65735F78706D5B5D
|
|
203D207B0A2231342031332031302031222C0A22200963204E6F6E65222C0A22
|
|
2E09632023303030303434222C0A222B09632023303030303535222C0A224009
|
|
632023464631343134222C0A222309632023303030303834222C0A2224096320
|
|
23303030303333222C0A222509632023464646464646222C0A22260963202344
|
|
3544354546222C0A222A09632023434243424342222C0A223D09632023303030
|
|
303030222C0A2220202E2E2B2B2E2E2E2E20202020222C0A2220202E40402323
|
|
23232E20404020222C0A222020242540402525262E40402020222C0A22202024
|
|
2A2540402E2E40402E2E20222C0A2220203D25252E404040402E2E2E20222C0A
|
|
222E2E2E2B2B242540402525263D25222C0A222E2E2E2E2E244040404026263D
|
|
25222C0A222E252A2525404025254040263D25222C0A222E2A25254040252626
|
|
2640403D25222C0A222E252540403D3D3D3D3D3D404025222C0A222E25404026
|
|
26263D252525254025222C0A222E40403D3D3D3D3D252020202020222C0A2220
|
|
25252525252525252020202020227D3B0AA80100002F2A2058504D202A2F0A73
|
|
74617469632063686172202A20706B675F66696C65735F78706D5B5D203D207B
|
|
0A22313420313320392031222C0A22200963204E6F6E65222C0A222E09632023
|
|
303030303434222C0A222B09632023303030303535222C0A2240096320233030
|
|
30303834222C0A222309632023303030303333222C0A22240963202346464646
|
|
4646222C0A222509632023434243424342222C0A222609632023443544354546
|
|
222C0A222A09632023303030303030222C0A2220202E2E2B2B2E2E2E2E202020
|
|
20222C0A2220202E4040404040402E20202020222C0A22202023242524242426
|
|
2E24202020222C0A2220202325242E2E2E2E2E2E2E2E20222C0A2220202A2424
|
|
2E2E2E2E2E2E2E2E20222C0A222E2E2E2B2B232425242424262A24222C0A222E
|
|
2E2E2E2E232524242426262A24222C0A222E242524242A2424242624262A2422
|
|
2C0A222E252424242A2426262626262A24222C0A222E242424242A2A2A2A2A2A
|
|
2A2A24222C0A222E2426262626262A242424242424222C0A222E2A2A2A2A2A2A
|
|
2A242020202020222C0A222024242424242424242020202020227D3B0A
|
|
}
|
|
end
|
|
end
|