Menu

[r524]: / trunk / Src / FmSelectionSearchDlg.dfm  Maximize  Restore  History

Download this file

70 lines (69 with data), 1.5 kB

inherited SelectionSearchDlg: TSelectionSearchDlg
  Caption = 'Select Snippets'
  ExplicitWidth = 474
  ExplicitHeight = 354
  PixelsPerInch = 96
  TextHeight = 13
  inherited pnlBody: TPanel
    Width = 371
    Height = 293
    ExplicitWidth = 371
    ExplicitHeight = 293
    inline frmSelect: TSelectSnippetsFrame
      Left = 0
      Top = 0
      Width = 281
      Height = 293
      Align = alLeft
      TabOrder = 0
      TabStop = True
      ExplicitWidth = 281
      ExplicitHeight = 293
      inherited tvChecked: TTreeView
        Width = 281
        Height = 293
        ExplicitWidth = 281
        ExplicitHeight = 293
      end
    end
    object btnSelectAll: TButton
      Left = 287
      Top = 1
      Width = 83
      Height = 25
      Caption = '&Select All'
      TabOrder = 1
      OnClick = btnSelectAllClick
    end
    object btnClearAll: TButton
      Left = 288
      Top = 32
      Width = 83
      Height = 25
      Caption = '&Clear All'
      TabOrder = 2
      OnClick = btnClearAllClick
    end
    object btnUserDB: TButton
      Left = 287
      Top = 81
      Width = 83
      Height = 25
      Caption = '&User Defined'
      TabOrder = 3
      OnClick = btnUserDBClick
    end
    object btnMainDB: TButton
      Left = 287
      Top = 112
      Width = 83
      Height = 25
      Caption = '&Main'
      TabOrder = 4
      OnClick = btnMainDBClick
    end
  end
  inherited btnOK: TButton
    OnClick = btnOKClick
  end
end
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.