home *** CD-ROM | disk | FTP | other *** search
- object multiform: Tmultiform
- Left = 602
- Top = 119
- Width = 538
- Height = 380
- Caption = 'Quick-Selection'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- ShowHint = True
- OnActivate = Button1Click
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ImageEnMView1: TImageEnMView
- Left = 0
- Top = 0
- Width = 530
- Height = 292
- Hint = 'By double clicking with the mouse you select the filter.'
- ScrollBars = ssBoth
- OnImageSelect = ImageEnMView1ImageSelect
- GridWidth = -1
- SelectionWidth = 3
- SelectionColor = clRed
- Align = alClient
- TabOrder = 0
- OnDblClick = ImageEnMView1DblClick
- end
- object Panel1: TPanel
- Left = 0
- Top = 292
- Width = 530
- Height = 61
- Align = alBottom
- TabOrder = 1
- object Label1: TLabel
- Left = 108
- Top = 4
- Width = 45
- Height = 13
- Caption = 'Category'
- end
- object Label2: TLabel
- Left = 108
- Top = 17
- Width = 28
- Height = 13
- Caption = 'Name'
- end
- object Label3: TLabel
- Left = 108
- Top = 31
- Width = 25
- Height = 13
- Caption = 'Author'
- end
- object Label4: TLabel
- Left = 108
- Top = 44
- Width = 44
- Height = 13
- Caption = 'Copyright'
- end
- object Button1: TButton
- Left = 12
- Top = 8
- Width = 81
- Height = 25
- Caption = 'Ok'
- ModalResult = 1
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 12
- Top = 32
- Width = 81
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
- end
-