home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Edukacja / BKPERLIB / PERLIB32.EXE / 0 / RCDATA / TFRMFINDELEMENT / TFRMFINDELEMENT.txt
Text File  |  1997-10-19  |  5KB  |  224 lines

  1. object frmFindElement: TfrmFindElement
  2.   Left = 282
  3.   Top = 160
  4.   HelpContext = 4
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsDialog
  9.   Caption = 'Find Element'
  10.   ClientHeight = 276
  11.   ClientWidth = 425
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   KeyPreview = True
  18.   Position = poDefaultPosOnly
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object butOK: TButton
  25.     Left = 320
  26.     Top = 240
  27.     Width = 93
  28.     Height = 28
  29.     Caption = '&OK'
  30.     Default = True
  31.     TabOrder = 2
  32.     OnClick = butClick
  33.   end
  34.   object butCancel: TButton
  35.     Left = 216
  36.     Top = 240
  37.     Width = 93
  38.     Height = 28
  39.     Cancel = True
  40.     Caption = 'C&ancel'
  41.     TabOrder = 1
  42.     OnClick = butClick
  43.   end
  44.   object butHelp: TButton
  45.     Left = 112
  46.     Top = 240
  47.     Width = 93
  48.     Height = 28
  49.     Caption = '&Help'
  50.     TabOrder = 0
  51.     OnClick = butClick
  52.   end
  53.   object pageFind: TPageControl
  54.     Left = 8
  55.     Top = 8
  56.     Width = 409
  57.     Height = 225
  58.     ActivePage = tabName
  59.     Font.Color = clWindowText
  60.     Font.Height = -13
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     TabOrder = 3
  65.     TabStop = False
  66.     object tabName: TTabSheet
  67.       Caption = '&Name'
  68.       object Label1: TLabel
  69.         Left = 8
  70.         Top = 8
  71.         Width = 373
  72.         Height = 37
  73.         AutoSize = False
  74.         Caption = 
  75.           'Type the partial name of the element you wish to search for, and' +
  76.           '/or browse through the list for the exact name:'
  77.         Transparent = True
  78.       end
  79.       object txtName: TEdit
  80.         Left = 24
  81.         Top = 48
  82.         Width = 205
  83.         Height = 24
  84.         AutoSize = False
  85.         TabOrder = 0
  86.         OnChange = txtChange
  87.       end
  88.       object lstName: TListBox
  89.         Left = 24
  90.         Top = 76
  91.         Width = 205
  92.         Height = 109
  93.         ItemHeight = 16
  94.         Sorted = True
  95.         TabOrder = 1
  96.         OnClick = lstClick
  97.         OnDblClick = lstDblClick
  98.       end
  99.     end
  100.     object tabSymbol: TTabSheet
  101.       Caption = '&Symbol'
  102.       object Label2: TLabel
  103.         Left = 8
  104.         Top = 8
  105.         Width = 373
  106.         Height = 37
  107.         AutoSize = False
  108.         Caption = 
  109.           'Type the partial symbol of the element you wish to search for, a' +
  110.           'nd/or browse through the list for the exact symbol name:'
  111.         Transparent = True
  112.       end
  113.       object txtSymbol: TEdit
  114.         Left = 24
  115.         Top = 48
  116.         Width = 205
  117.         Height = 24
  118.         AutoSize = False
  119.         TabOrder = 0
  120.         OnChange = txtChange
  121.       end
  122.       object lstSymbol: TListBox
  123.         Left = 24
  124.         Top = 76
  125.         Width = 205
  126.         Height = 109
  127.         ItemHeight = 16
  128.         Sorted = True
  129.         TabOrder = 1
  130.         OnClick = lstClick
  131.         OnDblClick = lstDblClick
  132.       end
  133.     end
  134.     object tabProperty: TTabSheet
  135.       Caption = '&Property'
  136.       object Label3: TLabel
  137.         Left = 8
  138.         Top = 8
  139.         Width = 373
  140.         Height = 37
  141.         AutoSize = False
  142.         Caption = 
  143.           'Choose among the different properties available from the list bo' +
  144.           'x below, and narrow your search by editing the range:'
  145.         Transparent = True
  146.       end
  147.       object Label4: TLabel
  148.         Left = 256
  149.         Top = 48
  150.         Width = 65
  151.         Height = 16
  152.         AutoSize = False
  153.         Caption = '&Lower limit:'
  154.         FocusControl = txtLowerLimit
  155.         Transparent = True
  156.       end
  157.       object Label5: TLabel
  158.         Left = 256
  159.         Top = 96
  160.         Width = 67
  161.         Height = 16
  162.         AutoSize = False
  163.         Caption = '&Upper limit:'
  164.         FocusControl = txtupperLimit
  165.         Transparent = True
  166.       end
  167.       object lstProperty: TListBox
  168.         Left = 24
  169.         Top = 76
  170.         Width = 205
  171.         Height = 109
  172.         ItemHeight = 16
  173.         TabOrder = 0
  174.         OnDblClick = lstDblClick
  175.       end
  176.       object cmbProperty: TComboBox
  177.         Left = 24
  178.         Top = 48
  179.         Width = 205
  180.         Height = 24
  181.         Style = csDropDownList
  182.         ItemHeight = 16
  183.         Sorted = True
  184.         TabOrder = 1
  185.         OnChange = cmbPropertyChange
  186.       end
  187.       object txtLowerLimit: TEdit
  188.         Left = 256
  189.         Top = 68
  190.         Width = 113
  191.         Height = 24
  192.         AutoSize = False
  193.         TabOrder = 2
  194.       end
  195.       object txtupperLimit: TEdit
  196.         Left = 256
  197.         Top = 116
  198.         Width = 113
  199.         Height = 24
  200.         AutoSize = False
  201.         TabOrder = 3
  202.       end
  203.       object butRefresh: TButton
  204.         Left = 236
  205.         Top = 152
  206.         Width = 73
  207.         Height = 25
  208.         Caption = '&Refresh'
  209.         TabOrder = 4
  210.         OnClick = butPropClick
  211.       end
  212.       object butReset: TButton
  213.         Left = 320
  214.         Top = 152
  215.         Width = 73
  216.         Height = 25
  217.         Caption = 'R&eset'
  218.         TabOrder = 5
  219.         OnClick = butPropClick
  220.       end
  221.     end
  222.   end
  223. end
  224.