home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / picmaster / picmaster.exe / picmaster.en / 0 / RCDATA / TMULTIFORM / TMULTIFORM.txt
Encoding:
Text File  |  2001-05-24  |  1.8 KB  |  93 lines

  1. object multiform: Tmultiform
  2.   Left = 602
  3.   Top = 119
  4.   Width = 538
  5.   Height = 380
  6.   Caption = 'Quick-Selection'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   ShowHint = True
  16.   OnActivate = Button1Click
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ImageEnMView1: TImageEnMView
  23.     Left = 0
  24.     Top = 0
  25.     Width = 530
  26.     Height = 292
  27.     Hint = 'By double clicking with the mouse you select the filter.'
  28.     ScrollBars = ssBoth
  29.     OnImageSelect = ImageEnMView1ImageSelect
  30.     GridWidth = -1
  31.     SelectionWidth = 3
  32.     SelectionColor = clRed
  33.     Align = alClient
  34.     TabOrder = 0
  35.     OnDblClick = ImageEnMView1DblClick
  36.   end
  37.   object Panel1: TPanel
  38.     Left = 0
  39.     Top = 292
  40.     Width = 530
  41.     Height = 61
  42.     Align = alBottom
  43.     TabOrder = 1
  44.     object Label1: TLabel
  45.       Left = 108
  46.       Top = 4
  47.       Width = 45
  48.       Height = 13
  49.       Caption = 'Category'
  50.     end
  51.     object Label2: TLabel
  52.       Left = 108
  53.       Top = 17
  54.       Width = 28
  55.       Height = 13
  56.       Caption = 'Name'
  57.     end
  58.     object Label3: TLabel
  59.       Left = 108
  60.       Top = 31
  61.       Width = 25
  62.       Height = 13
  63.       Caption = 'Author'
  64.     end
  65.     object Label4: TLabel
  66.       Left = 108
  67.       Top = 44
  68.       Width = 44
  69.       Height = 13
  70.       Caption = 'Copyright'
  71.     end
  72.     object Button1: TButton
  73.       Left = 12
  74.       Top = 8
  75.       Width = 81
  76.       Height = 25
  77.       Caption = 'Ok'
  78.       ModalResult = 1
  79.       TabOrder = 0
  80.       OnClick = Button1Click
  81.     end
  82.     object Button2: TButton
  83.       Left = 12
  84.       Top = 32
  85.       Width = 81
  86.       Height = 25
  87.       Caption = 'Cancel'
  88.       ModalResult = 2
  89.       TabOrder = 1
  90.     end
  91.   end
  92. end
  93.