home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Utilitare / idsearch / setup.exe / IDSearch.exe / 0 / RCDATA / TIDSPARAMSFORM1 / TIDSPARAMSFORM1.txt
Text File  |  2004-05-28  |  2KB  |  110 lines

  1. object IDSParamsForm1: TIDSParamsForm1
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Power search'
  6.   ClientHeight = 306
  7.   ClientWidth = 436
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 417
  23.     Height = 249
  24.     Caption = 'Search for'
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 24
  28.       Top = 32
  29.       Width = 102
  30.       Height = 13
  31.       Caption = 'all of these keywords:'
  32.     end
  33.     object Label2: TLabel
  34.       Left = 24
  35.       Top = 88
  36.       Width = 109
  37.       Height = 13
  38.       Caption = 'any of these keywords:'
  39.     end
  40.     object Label3: TLabel
  41.       Left = 24
  42.       Top = 144
  43.       Width = 116
  44.       Height = 13
  45.       Caption = 'none of these keywords:'
  46.     end
  47.     object Label4: TLabel
  48.       Left = 24
  49.       Top = 216
  50.       Width = 225
  51.       Height = 13
  52.       Caption = 'Example:   "Pocket PC" "Small notebook" Palm'
  53.     end
  54.     object Label5: TLabel
  55.       Left = 24
  56.       Top = 200
  57.       Width = 136
  58.       Height = 13
  59.       Caption = 'Note: use quotes for phrases'
  60.     end
  61.     object ComboBox1: TComboBox
  62.       Left = 24
  63.       Top = 48
  64.       Width = 369
  65.       Height = 21
  66.       ItemHeight = 13
  67.       TabOrder = 0
  68.       Text = 'ComboBox1'
  69.     end
  70.     object ComboBox2: TComboBox
  71.       Left = 24
  72.       Top = 104
  73.       Width = 369
  74.       Height = 21
  75.       ItemHeight = 13
  76.       TabOrder = 1
  77.       Text = 'ComboBox2'
  78.     end
  79.     object ComboBox3: TComboBox
  80.       Left = 24
  81.       Top = 160
  82.       Width = 369
  83.       Height = 21
  84.       ItemHeight = 13
  85.       TabOrder = 2
  86.       Text = 'ComboBox3'
  87.     end
  88.   end
  89.   object Button1: TButton
  90.     Left = 248
  91.     Top = 272
  92.     Width = 75
  93.     Height = 25
  94.     Caption = 'OK'
  95.     Default = True
  96.     ModalResult = 1
  97.     TabOrder = 1
  98.   end
  99.   object Button2: TButton
  100.     Left = 336
  101.     Top = 272
  102.     Width = 75
  103.     Height = 25
  104.     Cancel = True
  105.     Caption = 'Cancel'
  106.     ModalResult = 2
  107.     TabOrder = 2
  108.   end
  109. end
  110.