Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus / usr / share / lazarus / 1.6 / components / h2pas / h2pasdlg.lfm
Size: Mime:
object H2PasDialog: TH2PasDialog
  Left = 245
  Height = 549
  Top = 205
  Width = 785
  ActiveControl = MainPageControl
  Caption = 'H2PasDialog'
  ClientHeight = 549
  ClientWidth = 785
  KeyPreview = True
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  Position = poScreenCenter
  LCLVersion = '0.9.27'
  object MainPageControl: TPageControl
    AnchorSideBottom.Control = OpenSettingsButton
    Left = 0
    Height = 502
    Top = 0
    Width = 785
    ActivePage = FilesTabSheet
    Align = alTop
    Anchors = [akTop, akLeft, akRight, akBottom]
    TabIndex = 0
    TabOrder = 4
    object FilesTabSheet: TTabSheet
      Caption = 'FilesTabSheet'
      ClientHeight = 475
      ClientWidth = 783
      object CHeaderFilesCheckTreeView: TTreeView
        Left = 0
        Height = 475
        Top = 0
        Width = 255
        Align = alLeft
        DefaultItemHeight = 19
        ReadOnly = True
        StateImages = FileStateImageList
        TabOrder = 0
        OnDblClick = CHeaderFilesCheckTreeViewDblClick
        OnMouseDown = CHeaderFilesCheckTreeViewMouseDown
        OnSelectionChanged = CHeaderFilesCheckTreeViewSelectionChanged
        Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, 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 = 475
        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 = 267
        Top = 208
        Width = 523
        Anchors = [akTop, akLeft, akRight, akBottom]
        Caption = 'FileInfoGroupBox'
        ClientHeight = 248
        ClientWidth = 519
        TabOrder = 5
        object AddIncludedCHeaderFilesButton: TButton
          AnchorSideBottom.Control = FileInfoGroupBox
          AnchorSideBottom.Side = asrBottom
          Left = 8
          Height = 37
          Top = 205
          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
          Left = 0
          Height = 180
          Top = 19
          Width = 519
          Anchors = [akTop, akLeft, akRight, akBottom]
          Color = clNone
          ReadOnly = True
          TabOrder = 1
        end
        object MergeFileCheckBox: TCheckBox
          Left = 8
          Height = 22
          Top = -3
          Width = 147
          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 = 475
      ClientWidth = 783
      object PreH2PasGroupBox: TGroupBox
        Left = 0
        Height = 475
        Top = 0
        Width = 783
        Align = alClient
        Caption = 'PreH2PasGroupBox'
        TabOrder = 0
      end
    end
    object h2pasOptionsTabSheet: TTabSheet
      Caption = 'h2pasOptionsTabSheet'
      ClientHeight = 475
      ClientWidth = 783
      object LibNameLabel: TLabel
        AnchorSideTop.Control = LibnameEdit
        AnchorSideTop.Side = asrCenter
        Left = 6
        Height = 18
        Top = 278
        Width = 92
        BorderSpacing.Top = 10
        Caption = 'LibNameLabel'
        ParentColor = False
      end
      object OutputExtLabel: TLabel
        AnchorSideTop.Control = OutputExtEdit
        AnchorSideTop.Side = asrCenter
        Left = 6
        Height = 18
        Top = 310
        Width = 99
        Caption = 'OutputExtLabel'
        ParentColor = False
      end
      object OutputDirLabel: TLabel
        AnchorSideTop.Control = OutputDirEdit
        AnchorSideTop.Side = asrCenter
        Left = 6
        Height = 18
        Top = 339
        Width = 97
        Caption = 'OutputDirLabel'
        ParentColor = False
      end
      object LibnameEdit: TEdit
        AnchorSideLeft.Control = LibNameLabel
        AnchorSideLeft.Side = asrBottom
        AnchorSideTop.Side = asrBottom
        Left = 104
        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 = 111
        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 = 109
        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 = 506
        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 = 475
      ClientWidth = 783
      object PostH2PasGroupBox: TGroupBox
        Left = 0
        Height = 475
        Top = 0
        Width = 783
        Align = alClient
        Caption = 'PostH2PasGroupBox'
        TabOrder = 0
      end
    end
    object SettingsTabSheet: TTabSheet
      Caption = 'SettingsTabSheet'
      ClientHeight = 475
      ClientWidth = 783
      object H2PasFilenameLabel: TLabel
        AnchorSideTop.Control = H2PasFilenameEdit
        AnchorSideTop.Side = asrCenter
        Left = 6
        Height = 18
        Top = 6
        Width = 132
        Caption = 'H2PasFilenameLabel'
        ParentColor = False
      end
      object OpenLastProjectOnStartCheckBox: TCheckBox
        Left = 6
        Height = 22
        Top = 42
        Width = 242
        Caption = 'OpenLastProjectOnStartCheckBox'
        OnChange = OpenLastProjectOnStartCheckBoxChange
        TabOrder = 0
      end
      object SaveSettingsAsButton: TButton
        Left = 6
        Height = 37
        Top = 82
        Width = 164
        AutoSize = True
        BorderSpacing.InnerBorder = 4
        Caption = 'SaveSettingsAsButton'
        OnClick = SaveSettingsAsButtonClick
        TabOrder = 1
      end
      object H2PasFilenameEdit: TEdit
        AnchorSideLeft.Control = H2PasFilenameLabel
        AnchorSideLeft.Side = asrBottom
        Left = 144
        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 = 496
        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 = 37
        Top = 124
        Width = 143
        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
    Masked = False
    left = 136
    top = 94
    Bitmap = {
      4C690200000010000000100000000000000000000000440000FF440000FF5500
      00FF550000FF440000FF440000FF440000FF440000FF00000000000000000000
      00000000000000000000000000000000000000000000440000FF1414FFFF1414
      FFFF840000FF840000FF840000FF840000FF440000FF000000001414FFFF1414
      FFFF0000000000000000000000000000000000000000330000FFFFFFFFFF1414
      FFFF1414FFFFFFFFFFFFFFFFFFFFEFD5D5FF440000FF1414FFFF1414FFFF0000
      00000000000000000000000000000000000000000000330000FFCBCBCBFFFFFF
      FFFF1414FFFF1414FFFF440000FF440000FF1414FFFF1414FFFF440000FF4400
      00FF0000000000000000000000000000000000000000000000FFFFFFFFFFFFFF
      FFFF440000FF1414FFFF1414FFFF1414FFFF1414FFFF440000FF440000FF4400
      00FF000000000000000000000000440000FF440000FF440000FF550000FF5500
      00FF330000FFFFFFFFFF1414FFFF1414FFFFFFFFFFFFFFFFFFFFEFD5D5FF0000
      00FFFFFFFFFF0000000000000000440000FF440000FF440000FF440000FF4400
      00FF330000FF1414FFFF1414FFFF1414FFFF1414FFFFEFD5D5FFEFD5D5FF0000
      00FFFFFFFFFF0000000000000000440000FFFFFFFFFFCBCBCBFFFFFFFFFFFFFF
      FFFF1414FFFF1414FFFFFFFFFFFFFFFFFFFF1414FFFF1414FFFFEFD5D5FF0000
      00FFFFFFFFFF0000000000000000440000FFCBCBCBFFFFFFFFFFFFFFFFFF1414
      FFFF1414FFFFFFFFFFFFEFD5D5FFEFD5D5FFEFD5D5FF1414FFFF1414FFFF0000
      00FFFFFFFFFF0000000000000000440000FFFFFFFFFFFFFFFFFF1414FFFF1414
      FFFF000000FF000000FF000000FF000000FF000000FF000000FF1414FFFF1414
      FFFFFFFFFFFF0000000000000000440000FFFFFFFFFF1414FFFF1414FFFFEFD5
      D5FFEFD5D5FFEFD5D5FF000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1414
      FFFFFFFFFFFF0000000000000000440000FF1414FFFF1414FFFF000000FF0000
      00FF000000FF000000FF000000FFFFFFFFFF0000000000000000000000000000
      000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFF
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000000000440000FF440000FF5500
      00FF550000FF440000FF440000FF440000FF440000FF00000000000000000000
      00000000000000000000000000000000000000000000440000FF840000FF8400
      00FF840000FF840000FF840000FF840000FF440000FF00000000000000000000
      00000000000000000000000000000000000000000000330000FFFFFFFFFFCBCB
      CBFFFFFFFFFFFFFFFFFFFFFFFFFFEFD5D5FF440000FFFFFFFFFF000000000000
      00000000000000000000000000000000000000000000330000FFCBCBCBFFFFFF
      FFFF440000FF440000FF440000FF440000FF440000FF440000FF440000FF4400
      00FF0000000000000000000000000000000000000000000000FFFFFFFFFFFFFF
      FFFF440000FF440000FF440000FF440000FF440000FF440000FF440000FF4400
      00FF000000000000000000000000440000FF440000FF440000FF550000FF5500
      00FF330000FFFFFFFFFFCBCBCBFFFFFFFFFFFFFFFFFFFFFFFFFFEFD5D5FF0000
      00FFFFFFFFFF0000000000000000440000FF440000FF440000FF440000FF4400
      00FF330000FFCBCBCBFFFFFFFFFFFFFFFFFFFFFFFFFFEFD5D5FFEFD5D5FF0000
      00FFFFFFFFFF0000000000000000440000FFFFFFFFFFCBCBCBFFFFFFFFFFFFFF
      FFFF000000FFFFFFFFFFFFFFFFFFFFFFFFFFEFD5D5FFFFFFFFFFEFD5D5FF0000
      00FFFFFFFFFF0000000000000000440000FFCBCBCBFFFFFFFFFFFFFFFFFFFFFF
      FFFF000000FFFFFFFFFFEFD5D5FFEFD5D5FFEFD5D5FFEFD5D5FFEFD5D5FF0000
      00FFFFFFFFFF0000000000000000440000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
      FFFF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
      00FFFFFFFFFF0000000000000000440000FFFFFFFFFFEFD5D5FFEFD5D5FFEFD5
      D5FFEFD5D5FFEFD5D5FF000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
      FFFFFFFFFFFF0000000000000000440000FF000000FF000000FF000000FF0000
      00FF000000FF000000FF000000FFFFFFFFFF0000000000000000000000000000
      000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFF
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000
    }
  end
end