home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 March / PCM_0203.iso / MEDIA / PREIZKUSNI / swaptor.exe / FileNavigator.exe / 0 / RCDATA / TSEARCHFORM / TSEARCHFORM.txt < prev   
Text File  |  2002-01-08  |  8KB  |  369 lines

  1. object SearchForm: TSearchForm
  2.   Left = 338
  3.   Top = 271
  4.   ActiveControl = LocationComboBox
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Search'
  8.   ClientHeight = 218
  9.   ClientWidth = 332
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label39: TLabel
  23.     Left = 43
  24.     Top = 6
  25.     Width = 94
  26.     Height = 32
  27.     Caption = 'Search '
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -27
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Image5: TImage
  36.     Left = 6
  37.     Top = 6
  38.     Width = 32
  39.     Height = 32
  40.     AutoSize = True
  41.     Picture.Data = {<image000.ico>}
  42.   end
  43.   object SearchButton: TButton
  44.     Left = 175
  45.     Top = 190
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Begin Search'
  49.     TabOrder = 3
  50.     OnClick = SearchButtonClick
  51.   end
  52.   object CancelButton: TButton
  53.     Left = 253
  54.     Top = 190
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 4
  60.   end
  61.   object PageControl: TPageControl
  62.     Left = 4
  63.     Top = 43
  64.     Width = 325
  65.     Height = 143
  66.     ActivePage = SearchTab1
  67.     TabIndex = 0
  68.     TabOrder = 2
  69.     object SearchTab1: TTabSheet
  70.       Caption = 'Simple'
  71.       object GroupBox4: TGroupBox
  72.         Left = 1
  73.         Top = -2
  74.         Width = 313
  75.         Height = 113
  76.         TabOrder = 0
  77.         object SearchNameLabel: TLabel
  78.           Left = 8
  79.           Top = 64
  80.           Width = 84
  81.           Height = 13
  82.           Alignment = taRightJustify
  83.           AutoSize = False
  84.           Caption = 'Artist Name:'
  85.         end
  86.         object SongTitleLabel: TLabel
  87.           Left = 41
  88.           Top = 88
  89.           Width = 51
  90.           Height = 13
  91.           Caption = 'Song Title:'
  92.         end
  93.         object Label36: TLabel
  94.           Left = 48
  95.           Top = 17
  96.           Width = 44
  97.           Height = 13
  98.           Caption = 'Location:'
  99.         end
  100.         object Label35: TLabel
  101.           Left = 7
  102.           Top = 40
  103.           Width = 85
  104.           Height = 13
  105.           Caption = 'Maximum Results:'
  106.         end
  107.         object Label2: TLabel
  108.           Left = 143
  109.           Top = 41
  110.           Width = 88
  111.           Height = 13
  112.           Caption = '(From each server)'
  113.         end
  114.         object SearchNameEdit: TEdit
  115.           Left = 95
  116.           Top = 61
  117.           Width = 200
  118.           Height = 21
  119.           TabOrder = 2
  120.           OnKeyPress = SearchNameEditKeyPress
  121.         end
  122.         object SongTitleEdit: TEdit
  123.           Left = 95
  124.           Top = 85
  125.           Width = 201
  126.           Height = 21
  127.           TabOrder = 3
  128.           OnKeyPress = SearchNameEditKeyPress
  129.         end
  130.         object LocationComboBox: TComboBox
  131.           Left = 95
  132.           Top = 13
  133.           Width = 145
  134.           Height = 21
  135.           Style = csDropDownList
  136.           ItemHeight = 13
  137.           TabOrder = 0
  138.           OnChange = LocationComboBoxChange
  139.           OnKeyPress = LocationComboBoxKeyPress
  140.         end
  141.         object MaxResultsEdit: TSpecialMaskEdit
  142.           Left = 95
  143.           Top = 37
  144.           Width = 42
  145.           Height = 21
  146.           TabOrder = 1
  147.           Text = '100'
  148.           OnKeyPress = MaxResultsEditKeyPress
  149.           NumberValue = 100
  150.           Mask = '#'
  151.         end
  152.       end
  153.     end
  154.     object SearchTab2: TTabSheet
  155.       Caption = 'Advanced'
  156.       ImageIndex = 1
  157.       object GroupBox5: TGroupBox
  158.         Left = 1
  159.         Top = -2
  160.         Width = 313
  161.         Height = 113
  162.         TabOrder = 0
  163.         object Label37: TLabel
  164.           Left = 10
  165.           Top = 17
  166.           Width = 57
  167.           Height = 13
  168.           Caption = 'Line Speed:'
  169.         end
  170.         object BitrateLabel: TLabel
  171.           Left = 34
  172.           Top = 66
  173.           Width = 33
  174.           Height = 13
  175.           Caption = 'Bitrate:'
  176.         end
  177.         object Label1: TLabel
  178.           Left = 17
  179.           Top = 41
  180.           Width = 50
  181.           Height = 13
  182.           Caption = 'Ping Time:'
  183.         end
  184.         object FrequencyLabel: TLabel
  185.           Left = 14
  186.           Top = 90
  187.           Width = 53
  188.           Height = 13
  189.           Caption = 'Frequency:'
  190.         end
  191.         object LineSpeedActionComboBox: TComboBox
  192.           Left = 71
  193.           Top = 14
  194.           Width = 79
  195.           Height = 21
  196.           Style = csDropDownList
  197.           ItemHeight = 13
  198.           TabOrder = 0
  199.           Items.Strings = (
  200.             ''
  201.             'At Least'
  202.             'Equal To'
  203.             'At Best')
  204.         end
  205.         object BitrateActionComboBox: TComboBox
  206.           Left = 71
  207.           Top = 63
  208.           Width = 79
  209.           Height = 21
  210.           Style = csDropDownList
  211.           ItemHeight = 13
  212.           TabOrder = 4
  213.           Items.Strings = (
  214.             ''
  215.             'At Least'
  216.             'Equal To'
  217.             'At Best')
  218.         end
  219.         object PingTimeActionComboBox: TComboBox
  220.           Left = 71
  221.           Top = 38
  222.           Width = 79
  223.           Height = 21
  224.           Style = csDropDownList
  225.           ItemHeight = 13
  226.           TabOrder = 2
  227.           Items.Strings = (
  228.             ''
  229.             'At Least'
  230.             'Equal To'
  231.             'At Best')
  232.         end
  233.         object PingTimeValueComboBox: TComboBox
  234.           Left = 155
  235.           Top = 38
  236.           Width = 90
  237.           Height = 21
  238.           Style = csDropDownList
  239.           ItemHeight = 13
  240.           TabOrder = 3
  241.           Items.Strings = (
  242.             ''
  243.             '50 ms'
  244.             '75 ms'
  245.             '100 ms'
  246.             '150 ms'
  247.             '200 ms'
  248.             '250 ms'
  249.             '300 ms'
  250.             '350 ms'
  251.             '400 ms'
  252.             '450 ms'
  253.             '500 ms'
  254.             '550 ms'
  255.             '600 ms'
  256.             '650 ms'
  257.             '700 ms'
  258.             '750 ms'
  259.             '800 ms'
  260.             '850 ms'
  261.             '900 ms'
  262.             '950 ms'
  263.             '1 Second')
  264.         end
  265.         object LineSpeedValueComboBox: TComboBox
  266.           Left = 155
  267.           Top = 14
  268.           Width = 90
  269.           Height = 21
  270.           Style = csDropDownList
  271.           ItemHeight = 13
  272.           TabOrder = 1
  273.           Items.Strings = (
  274.             ''
  275.             'T3 or better'
  276.             'T1'
  277.             'DSL'
  278.             'Cable'
  279.             'ISDN - 128K'
  280.             'ISDN - 64K'
  281.             '56K Modem'
  282.             '33.3K Modem'
  283.             '28.8K Modem'
  284.             '14.4 Modem')
  285.         end
  286.         object BitrateValueComboBox: TComboBox
  287.           Left = 155
  288.           Top = 63
  289.           Width = 90
  290.           Height = 21
  291.           Style = csDropDownList
  292.           ItemHeight = 13
  293.           TabOrder = 5
  294.           Items.Strings = (
  295.             ''
  296.             '256 kb/s'
  297.             '192 kb/s'
  298.             '160 kb/s'
  299.             '128 kb/s'
  300.             '112 kb/s'
  301.             '98 kb/s'
  302.             '64 kb/s'
  303.             '56 kb/s'
  304.             '48 kb/s'
  305.             '32 kb/s'
  306.             '24 kb/s'
  307.             '20 kb/s')
  308.         end
  309.         object FrequencyActionComboBox: TComboBox
  310.           Left = 71
  311.           Top = 87
  312.           Width = 79
  313.           Height = 21
  314.           Style = csDropDownList
  315.           ItemHeight = 13
  316.           TabOrder = 6
  317.           Items.Strings = (
  318.             ''
  319.             'At Least'
  320.             'Equal To'
  321.             'At Best')
  322.         end
  323.         object FrequencyValueComboBox: TComboBox
  324.           Left = 155
  325.           Top = 87
  326.           Width = 90
  327.           Height = 21
  328.           Style = csDropDownList
  329.           ItemHeight = 13
  330.           TabOrder = 7
  331.           Items.Strings = (
  332.             ''
  333.             '48000 HZ'
  334.             '44100 HZ'
  335.             '32000 HZ'
  336.             '24000 HZ'
  337.             '22050 HZ'
  338.             '16000 HZ'
  339.             '12000 HZ'
  340.             '11025 HZ'
  341.             '8000 HZ')
  342.         end
  343.       end
  344.     end
  345.   end
  346.   object SearchMP3Radio: TRadioButton
  347.     Left = 176
  348.     Top = 6
  349.     Width = 113
  350.     Height = 17
  351.     Caption = 'Search for MP3 files'
  352.     Checked = True
  353.     TabOrder = 0
  354.     TabStop = True
  355.     OnClick = SearchMP3RadioClick
  356.     OnKeyPress = SearchMP3RadioKeyPress
  357.   end
  358.   object SearchAllRadio: TRadioButton
  359.     Left = 176
  360.     Top = 25
  361.     Width = 137
  362.     Height = 17
  363.     Caption = 'Search for all file types'
  364.     TabOrder = 1
  365.     OnClick = SearchAllRadioClick
  366.     OnKeyPress = SearchAllRadioKeyPress
  367.   end
  368. end
  369.