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

  1. object SearchBooksForm: TSearchBooksForm
  2.   Left = 194
  3.   Top = 108
  4.   BorderStyle = bsToolWindow
  5.   ClientHeight = 198
  6.   ClientWidth = 331
  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 = poDesktopCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label39: TLabel
  20.     Left = 43
  21.     Top = 6
  22.     Width = 219
  23.     Height = 32
  24.     Caption = 'Search For Books'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -27
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Image5: TImage
  33.     Left = 6
  34.     Top = 6
  35.     Width = 32
  36.     Height = 32
  37.     AutoSize = True
  38.     Picture.Data = {<image000.ico>}
  39.   end
  40.   object SearchButton: TButton
  41.     Left = 176
  42.     Top = 170
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Begin Search'
  46.     TabOrder = 0
  47.     OnClick = SearchButtonClick
  48.   end
  49.   object CancelButton: TButton
  50.     Left = 254
  51.     Top = 170
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 1
  57.   end
  58.   object PageControl: TPageControl
  59.     Left = 4
  60.     Top = 43
  61.     Width = 325
  62.     Height = 124
  63.     ActivePage = SearchTab1
  64.     TabOrder = 2
  65.     object SearchTab1: TTabSheet
  66.       Caption = 'Simple'
  67.       object GroupBox4: TGroupBox
  68.         Left = 1
  69.         Top = -2
  70.         Width = 313
  71.         Height = 95
  72.         TabOrder = 0
  73.         object SearchNameLabel: TLabel
  74.           Left = 8
  75.           Top = 62
  76.           Width = 84
  77.           Height = 13
  78.           Alignment = taRightJustify
  79.           AutoSize = False
  80.           Caption = 'Book Name:'
  81.         end
  82.         object Label36: TLabel
  83.           Left = 48
  84.           Top = 15
  85.           Width = 44
  86.           Height = 13
  87.           Caption = 'Location:'
  88.         end
  89.         object Label35: TLabel
  90.           Left = 7
  91.           Top = 38
  92.           Width = 85
  93.           Height = 13
  94.           Caption = 'Maximum Results:'
  95.         end
  96.         object Label2: TLabel
  97.           Left = 143
  98.           Top = 39
  99.           Width = 88
  100.           Height = 13
  101.           Caption = '(From each server)'
  102.         end
  103.         object SearchNameEdit: TEdit
  104.           Left = 95
  105.           Top = 59
  106.           Width = 200
  107.           Height = 21
  108.           TabOrder = 2
  109.           OnKeyPress = SearchNameEditKeyPress
  110.         end
  111.         object LocationComboBox: TComboBox
  112.           Left = 95
  113.           Top = 12
  114.           Width = 145
  115.           Height = 21
  116.           Style = csDropDownList
  117.           ItemHeight = 13
  118.           TabOrder = 0
  119.           OnChange = LocationComboBoxChange
  120.         end
  121.         object MaxResultsEdit: TSpecialMaskEdit
  122.           Left = 95
  123.           Top = 35
  124.           Width = 42
  125.           Height = 21
  126.           TabOrder = 1
  127.           Text = '100'
  128.           NumberValue = 100
  129.           Mask = '#'
  130.         end
  131.       end
  132.     end
  133.     object SearchTab2: TTabSheet
  134.       Caption = 'Advanced'
  135.       ImageIndex = 1
  136.       object GroupBox5: TGroupBox
  137.         Left = 1
  138.         Top = -2
  139.         Width = 313
  140.         Height = 95
  141.         TabOrder = 0
  142.         object Label37: TLabel
  143.           Left = 10
  144.           Top = 17
  145.           Width = 57
  146.           Height = 13
  147.           Caption = 'Line Speed:'
  148.         end
  149.         object Label1: TLabel
  150.           Left = 17
  151.           Top = 41
  152.           Width = 50
  153.           Height = 13
  154.           Caption = 'Ping Time:'
  155.         end
  156.         object LineSpeedActionComboBox: TComboBox
  157.           Left = 71
  158.           Top = 14
  159.           Width = 79
  160.           Height = 21
  161.           Style = csDropDownList
  162.           ItemHeight = 13
  163.           Items.Strings = (
  164.             ''
  165.             'At Least'
  166.             'Equal To'
  167.             'At Best')
  168.           TabOrder = 0
  169.         end
  170.         object PingTimeActionComboBox: TComboBox
  171.           Left = 71
  172.           Top = 38
  173.           Width = 79
  174.           Height = 21
  175.           Style = csDropDownList
  176.           ItemHeight = 13
  177.           Items.Strings = (
  178.             ''
  179.             'At Least'
  180.             'Equal To'
  181.             'At Best')
  182.           TabOrder = 2
  183.         end
  184.         object PingTimeValueComboBox: TComboBox
  185.           Left = 155
  186.           Top = 38
  187.           Width = 90
  188.           Height = 21
  189.           Style = csDropDownList
  190.           ItemHeight = 13
  191.           Items.Strings = (
  192.             ''
  193.             '50 ms'
  194.             '75 ms'
  195.             '100 ms'
  196.             '150 ms'
  197.             '200 ms'
  198.             '250 ms'
  199.             '300 ms'
  200.             '350 ms'
  201.             '400 ms'
  202.             '450 ms'
  203.             '500 ms'
  204.             '550 ms'
  205.             '600 ms'
  206.             '650 ms'
  207.             '700 ms'
  208.             '750 ms'
  209.             '800 ms'
  210.             '850 ms'
  211.             '900 ms'
  212.             '950 ms'
  213.             '1 Second')
  214.           TabOrder = 3
  215.         end
  216.         object LineSpeedValueComboBox: TComboBox
  217.           Left = 155
  218.           Top = 14
  219.           Width = 90
  220.           Height = 21
  221.           Style = csDropDownList
  222.           ItemHeight = 13
  223.           Items.Strings = (
  224.             ''
  225.             'T3 or better'
  226.             'T1'
  227.             'DSL'
  228.             'Cable'
  229.             'ISDN - 128K'
  230.             'ISDN - 64K'
  231.             '56K Modem'
  232.             '33.3K Modem'
  233.             '28.8K Modem'
  234.             '14.4 Modem')
  235.           TabOrder = 1
  236.         end
  237.       end
  238.     end
  239.   end
  240. end
  241.