home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 January / GSSH0104TT.iso / Programme / Datastar / DStarhd.exe / 0 / RCDATA / TSUCHPAGE / TSUCHPAGE.txt < prev   
Text File  |  2002-12-13  |  3KB  |  128 lines

  1. object SuchPage: TSuchPage
  2.   Left = 359
  3.   Top = 131
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Auswahl-Modul'
  7.   ClientHeight = 217
  8.   ClientWidth = 115
  9.   Color = 16119285
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object Image3: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 115
  27.     Height = 217
  28.     AutoSize = True
  29.     Picture.Data = {<image001.bmp>}
  30.   end
  31.   object Image1: TImage
  32.     Left = 62
  33.     Top = 179
  34.     Width = 45
  35.     Height = 27
  36.     Cursor = crHandPoint
  37.     AutoSize = True
  38.     OnClick = Image1Click
  39.   end
  40.   object Image2: TImage
  41.     Left = 8
  42.     Top = 179
  43.     Width = 48
  44.     Height = 27
  45.     Cursor = crHandPoint
  46.     AutoSize = True
  47.     OnClick = Image2Click
  48.   end
  49.   object Edit1: TEdit
  50.     Left = 9
  51.     Top = 26
  52.     Width = 97
  53.     Height = 23
  54.     Hint = 'Dieser Text mu∩┐╜ im Titel vorkommen'
  55.     AutoSize = False
  56.     CharCase = ecUpperCase
  57.     Color = 16119285
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clRed
  60.     Font.Height = -12
  61.     Font.Name = 'Arial'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.     ParentShowHint = False
  65.     ShowHint = True
  66.     TabOrder = 0
  67.     OnChange = Edit1Change
  68.   end
  69.   object ComboBox1: TComboBox
  70.     Left = 9
  71.     Top = 81
  72.     Width = 97
  73.     Height = 23
  74.     Hint = 'Nur Spiele mit dieser Mindestwertung ausw∩┐╜hlen'
  75.     Style = csDropDownList
  76.     Color = 16119285
  77.     Ctl3D = True
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clRed
  80.     Font.Height = -12
  81.     Font.Name = 'arial'
  82.     Font.Style = [fsBold]
  83.     ItemHeight = 15
  84.     ParentCtl3D = False
  85.     ParentFont = False
  86.     ParentShowHint = False
  87.     ShowHint = True
  88.     TabOrder = 1
  89.     OnChange = ComboBox1Change
  90.     Items.Strings = (
  91.       '(alle)'
  92.       '10'
  93.       '20'
  94.       '30'
  95.       '40'
  96.       '50'
  97.       '60'
  98.       '70'
  99.       '80'
  100.       '90')
  101.   end
  102.   object ComboBox2: TComboBox
  103.     Left = 9
  104.     Top = 135
  105.     Width = 97
  106.     Height = 23
  107.     Cursor = crHandPoint
  108.     Hint = 'Nur Eintr∩┐╜ge dieser Kategorie anzeigen'
  109.     Style = csDropDownList
  110.     Color = 16119285
  111.     Ctl3D = True
  112.     Font.Charset = DEFAULT_CHARSET
  113.     Font.Color = clRed
  114.     Font.Height = -12
  115.     Font.Name = 'arial'
  116.     Font.Style = [fsBold]
  117.     ItemHeight = 15
  118.     ParentCtl3D = False
  119.     ParentFont = False
  120.     ParentShowHint = False
  121.     ShowHint = True
  122.     TabOrder = 2
  123.     OnChange = ComboBox2Change
  124.     Items.Strings = (
  125.       '(alle)')
  126.   end
  127. end
  128.