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

  1. object multiform: Tmultiform
  2.   Left = 602
  3.   Top = 119
  4.   Width = 538
  5.   Height = 380
  6.   Caption = 'Schnell-Auswahl'
  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 = 
  28.       'Durch Doppelklick mit der Maus w∩┐╜hlen Sie den entsprechenden Fil' +
  29.       'ter aus.'
  30.     ScrollBars = ssBoth
  31.     OnImageSelect = ImageEnMView1ImageSelect
  32.     GridWidth = -1
  33.     SelectionWidth = 3
  34.     SelectionColor = clRed
  35.     Align = alClient
  36.     TabOrder = 0
  37.     OnDblClick = ImageEnMView1DblClick
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 0
  41.     Top = 292
  42.     Width = 530
  43.     Height = 61
  44.     Align = alBottom
  45.     TabOrder = 1
  46.     object Label1: TLabel
  47.       Left = 108
  48.       Top = 4
  49.       Width = 45
  50.       Height = 13
  51.       Caption = 'Kategorie'
  52.     end
  53.     object Label2: TLabel
  54.       Left = 108
  55.       Top = 17
  56.       Width = 28
  57.       Height = 13
  58.       Caption = 'Name'
  59.     end
  60.     object Label3: TLabel
  61.       Left = 108
  62.       Top = 31
  63.       Width = 25
  64.       Height = 13
  65.       Caption = 'Autor'
  66.     end
  67.     object Label4: TLabel
  68.       Left = 108
  69.       Top = 44
  70.       Width = 44
  71.       Height = 13
  72.       Caption = 'Copyright'
  73.     end
  74.     object Button1: TButton
  75.       Left = 12
  76.       Top = 8
  77.       Width = 81
  78.       Height = 25
  79.       Caption = 'Ok'
  80.       ModalResult = 1
  81.       TabOrder = 0
  82.       OnClick = Button1Click
  83.     end
  84.     object Button2: TButton
  85.       Left = 12
  86.       Top = 32
  87.       Width = 81
  88.       Height = 25
  89.       Caption = 'Abbrechen'
  90.       ModalResult = 2
  91.       TabOrder = 1
  92.     end
  93.   end
  94. end
  95.