mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-19 14:46:10 +02:00
521 lines
15 KiB
Plaintext
521 lines
15 KiB
Plaintext
object H2PasDialog: TH2PasDialog
|
|
Left = 245
|
|
Height = 549
|
|
Top = 205
|
|
Width = 785
|
|
Caption = 'H2PasDialog'
|
|
ClientHeight = 549
|
|
ClientWidth = 785
|
|
KeyPreview = True
|
|
Position = poScreenCenter
|
|
LCLVersion = '4.99.0.0'
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnKeyDown = FormKeyDown
|
|
object MainPageControl: TPageControl
|
|
AnchorSideBottom.Control = OpenSettingsButton
|
|
Left = 0
|
|
Height = 506
|
|
Top = 0
|
|
Width = 785
|
|
ActivePage = FilesTabSheet
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
TabIndex = 0
|
|
TabOrder = 4
|
|
object FilesTabSheet: TTabSheet
|
|
Caption = 'FilesTabSheet'
|
|
ClientHeight = 478
|
|
ClientWidth = 777
|
|
object CHeaderFilesCheckTreeView: TTreeView
|
|
Left = 0
|
|
Height = 478
|
|
Top = 0
|
|
Width = 255
|
|
Align = alLeft
|
|
HideSelection = False
|
|
MultiSelect = True
|
|
ReadOnly = True
|
|
StateImages = FileStateImageList
|
|
TabOrder = 0
|
|
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
OnDblClick = CHeaderFilesCheckTreeViewDblClick
|
|
OnMouseDown = CHeaderFilesCheckTreeViewMouseDown
|
|
OnSelectionChanged = CHeaderFilesCheckTreeViewSelectionChanged
|
|
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'
|
|
TabOrder = 1
|
|
OnClick = AddCHeadersButtonClick
|
|
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'
|
|
TabOrder = 2
|
|
OnClick = DeleteCHeadersButtonClick
|
|
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'
|
|
TabOrder = 3
|
|
OnClick = EnableAllCHeadersButtonClick
|
|
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'
|
|
TabOrder = 4
|
|
OnClick = DisableAllCHeadersButtonClick
|
|
end
|
|
object CHeaderFilesSplitter1: TSplitter
|
|
Left = 255
|
|
Height = 478
|
|
Top = 0
|
|
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 = 270
|
|
Top = 208
|
|
Width = 517
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = 'FileInfoGroupBox'
|
|
ClientHeight = 250
|
|
ClientWidth = 513
|
|
TabOrder = 5
|
|
object AddIncludedCHeaderFilesButton: TButton
|
|
AnchorSideBottom.Control = FileInfoGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 8
|
|
Height = 33
|
|
Top = 211
|
|
Width = 207
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'AddIncludedCHeaderFilesButton'
|
|
TabOrder = 0
|
|
OnClick = AddIncludedCHeaderFilesButtonClick
|
|
end
|
|
object FileInfoMemo: TMemo
|
|
AnchorSideLeft.Control = FileInfoGroupBox
|
|
AnchorSideTop.Control = MergeFileCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = FileInfoGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = AddIncludedCHeaderFilesButton
|
|
Left = 0
|
|
Height = 189
|
|
Top = 16
|
|
Width = 513
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Color = clNone
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
end
|
|
object MergeFileCheckBox: TCheckBox
|
|
Left = 8
|
|
Height = 19
|
|
Top = -3
|
|
Width = 122
|
|
Caption = 'MergeFileCheckBox'
|
|
TabOrder = 2
|
|
OnEditingDone = MergeFileCheckBoxEditingDone
|
|
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'
|
|
TabOrder = 6
|
|
OnClick = MoveFileUpButtonClick
|
|
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'
|
|
TabOrder = 7
|
|
OnClick = MoveFileDownButtonClick
|
|
end
|
|
object MergeAllCHeadersExceptCurrentButton: TButton
|
|
Left = 486
|
|
Height = 25
|
|
Top = 12
|
|
Width = 184
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'MergeAllCHeadersExceptCurrentButton'
|
|
TabOrder = 8
|
|
OnClick = MergeAllCHeadersExceptCurrentButtonClick
|
|
end
|
|
end
|
|
object PreH2PasTabSheet: TTabSheet
|
|
Caption = 'PreH2PasTabSheet'
|
|
ClientHeight = 478
|
|
ClientWidth = 777
|
|
object PreH2PasGroupBox: TGroupBox
|
|
Left = 0
|
|
Height = 478
|
|
Top = 0
|
|
Width = 777
|
|
Align = alClient
|
|
Caption = 'PreH2PasGroupBox'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object h2pasOptionsTabSheet: TTabSheet
|
|
Caption = 'h2pasOptionsTabSheet'
|
|
ClientHeight = 478
|
|
ClientWidth = 777
|
|
object LibNameLabel: TLabel
|
|
AnchorSideTop.Control = LibnameEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 280
|
|
Width = 76
|
|
BorderSpacing.Top = 10
|
|
Caption = 'LibNameLabel'
|
|
ParentColor = False
|
|
end
|
|
object OutputExtLabel: TLabel
|
|
AnchorSideTop.Control = OutputExtEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 312
|
|
Width = 81
|
|
Caption = 'OutputExtLabel'
|
|
ParentColor = False
|
|
end
|
|
object OutputDirLabel: TLabel
|
|
AnchorSideTop.Control = OutputDirEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 341
|
|
Width = 81
|
|
Caption = 'OutputDirLabel'
|
|
ParentColor = False
|
|
end
|
|
object LibnameEdit: TEdit
|
|
AnchorSideLeft.Control = LibNameLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 88
|
|
Height = 23
|
|
Top = 276
|
|
Width = 113
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
TabOrder = 0
|
|
Text = 'LibnameEdit'
|
|
OnEditingDone = LibnameEditEditingDone
|
|
end
|
|
object OutputExtEdit: TEdit
|
|
AnchorSideLeft.Control = OutputExtLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 93
|
|
Height = 23
|
|
Top = 308
|
|
Width = 80
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
TabOrder = 1
|
|
Text = 'OutputExtEdit'
|
|
OnEditingDone = OutputExtEditEditingDone
|
|
end
|
|
object OutputDirEdit: TEdit
|
|
AnchorSideLeft.Control = OutputDirLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = OutputExtEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 93
|
|
Height = 23
|
|
Top = 337
|
|
Width = 397
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
TabOrder = 2
|
|
Text = 'OutputDirEdit'
|
|
OnEditingDone = OutputDirEditEditingDone
|
|
end
|
|
object OutputDirBrowseButton: TButton
|
|
AnchorSideLeft.Control = OutputDirEdit
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = OutputDirEdit
|
|
AnchorSideBottom.Control = OutputDirEdit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 490
|
|
Height = 23
|
|
Top = 337
|
|
Width = 32
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '...'
|
|
TabOrder = 3
|
|
OnClick = OutputDirBrowseButtonClick
|
|
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
|
|
TabOrder = 4
|
|
OnItemClick = h2pasOptionsCheckGroupItemClick
|
|
end
|
|
end
|
|
object PostH2PasTabSheet: TTabSheet
|
|
Caption = 'PostH2PasTabSheet'
|
|
ClientHeight = 478
|
|
ClientWidth = 777
|
|
object PostH2PasGroupBox: TGroupBox
|
|
Left = 0
|
|
Height = 478
|
|
Top = 0
|
|
Width = 777
|
|
Align = alClient
|
|
Caption = 'PostH2PasGroupBox'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object SettingsTabSheet: TTabSheet
|
|
Caption = 'SettingsTabSheet'
|
|
ClientHeight = 478
|
|
ClientWidth = 777
|
|
object H2PasFilenameLabel: TLabel
|
|
AnchorSideTop.Control = H2PasFilenameEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 8
|
|
Width = 109
|
|
Caption = 'H2PasFilenameLabel'
|
|
ParentColor = False
|
|
end
|
|
object OpenLastProjectOnStartCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 19
|
|
Top = 42
|
|
Width = 197
|
|
Caption = 'OpenLastProjectOnStartCheckBox'
|
|
TabOrder = 0
|
|
OnChange = OpenLastProjectOnStartCheckBoxChange
|
|
end
|
|
object SaveSettingsAsButton: TButton
|
|
Left = 6
|
|
Height = 33
|
|
Top = 82
|
|
Width = 149
|
|
AutoSize = True
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'SaveSettingsAsButton'
|
|
TabOrder = 1
|
|
OnClick = SaveSettingsAsButtonClick
|
|
end
|
|
object H2PasFilenameEdit: TEdit
|
|
AnchorSideLeft.Control = H2PasFilenameLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 121
|
|
Height = 23
|
|
Top = 4
|
|
Width = 352
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
TabOrder = 2
|
|
Text = 'H2PasFilenameEdit'
|
|
OnEditingDone = H2PasFilenameEditEditingDone
|
|
end
|
|
object h2pasFilenameBrowseButton: TButton
|
|
AnchorSideLeft.Control = H2PasFilenameEdit
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = H2PasFilenameEdit
|
|
AnchorSideBottom.Control = H2PasFilenameEdit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 473
|
|
Height = 23
|
|
Top = 4
|
|
Width = 35
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '...'
|
|
TabOrder = 3
|
|
OnClick = h2pasFilenameBrowseButtonClick
|
|
end
|
|
object NewSettingsButton: TButton
|
|
Left = 6
|
|
Height = 33
|
|
Top = 124
|
|
Width = 136
|
|
AutoSize = True
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'NewSettingsButton'
|
|
TabOrder = 4
|
|
OnClick = NewSettingsButtonClick
|
|
end
|
|
end
|
|
end
|
|
object OpenSettingsButton: TButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 5
|
|
Height = 33
|
|
Top = 511
|
|
Width = 141
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 5
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'OpenSettingsButton'
|
|
TabOrder = 1
|
|
OnClick = OpenSettingsButtonClick
|
|
end
|
|
object SaveSettingsButton: TButton
|
|
AnchorSideLeft.Control = OpenSettingsButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 151
|
|
Height = 33
|
|
Top = 511
|
|
Width = 136
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 5
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'SaveSettingsButton'
|
|
TabOrder = 2
|
|
OnClick = SaveSettingsButtonClick
|
|
end
|
|
object ConvertButton: TButton
|
|
AnchorSideLeft.Control = SaveSettingsButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = OpenSettingsButton
|
|
Left = 302
|
|
Height = 33
|
|
Top = 511
|
|
Width = 112
|
|
AutoSize = True
|
|
BorderSpacing.Left = 15
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'ConvertButton'
|
|
TabOrder = 0
|
|
OnClick = ConvertButtonClick
|
|
end
|
|
object CloseButton: TButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 681
|
|
Height = 33
|
|
Top = 511
|
|
Width = 99
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 5
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'CloseButton'
|
|
TabOrder = 3
|
|
OnClick = CloseButtonClick
|
|
end
|
|
object ConvertAndBuildButton: TButton
|
|
AnchorSideLeft.Control = ConvertButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = OpenSettingsButton
|
|
Left = 420
|
|
Height = 33
|
|
Top = 511
|
|
Width = 161
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'ConvertAndBuildButton'
|
|
TabOrder = 5
|
|
OnClick = ConvertAndBuildButtonClick
|
|
end
|
|
object FileStateImageList: TImageList
|
|
Left = 136
|
|
Top = 94
|
|
Bitmap = {
|
|
4C7A020000001000000010000000D60000000000000078DAED93D10D83300C44
|
|
3D049B6485ACD08DD82EDFCCD111525CEAEA30672795FAD75A3A89163F1F0E9C
|
|
C85155A4AB6E2F55271994F62C4B7F6ADDAF51C6DB7DC697BD47CB7AACEEDBD6
|
|
7176E4AF7C6BED34C39EDDFF0E46BC3D91F1ACE7F17F3BBB6C17F361BCA9107F
|
|
65235ECB7667BE3883F1116B9E2A387FEA8FAC1C677411CEF6BCDF139F158BF1
|
|
992FF6CAE8C507253F50DFC8FF1A68862FE43BC6FC8FDE03E69F656A629753FE
|
|
67F92CFF6C97D9FC337636FFFE93562EF3F75ED683591CF97B3E13E333AF2C93
|
|
F503AF7FFEAFF5005254DADB
|
|
}
|
|
end
|
|
end
|