home *** CD-ROM | disk | FTP | other *** search
- object frmFindElement: TfrmFindElement
- Left = 272
- Top = 268
- HelpContext = 4
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Find Element'
- ClientHeight = 266
- ClientWidth = 409
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- KeyPreview = True
- Position = poDefaultPosOnly
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object butOK: TButton
- Left = 308
- Top = 232
- Width = 93
- Height = 29
- Caption = '&OK'
- Default = True
- TabOrder = 2
- OnClick = butClick
- end
- object butCancel: TButton
- Left = 208
- Top = 232
- Width = 93
- Height = 29
- Cancel = True
- Caption = 'C&ancel'
- TabOrder = 1
- OnClick = butClick
- end
- object butHelp: TButton
- Left = 108
- Top = 232
- Width = 93
- Height = 29
- Caption = '&Help'
- TabOrder = 0
- OnClick = butClick
- end
- object pageFind: TPageControl
- Left = 4
- Top = 4
- Width = 401
- Height = 221
- ActivePage = tabName
- TabOrder = 3
- TabStop = False
- object tabName: TTabSheet
- Caption = '&Name'
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 373
- Height = 37
- AutoSize = False
- Caption =
- 'Type the partial name of the element you wish to search for, and' +
- '/or browse through the list for the exact name:'
- Transparent = True
- end
- object txtName: TEdit
- Left = 24
- Top = 48
- Width = 205
- Height = 24
- AutoSize = False
- TabOrder = 0
- OnChange = txtChange
- end
- object lstName: TListBox
- Left = 24
- Top = 76
- Width = 205
- Height = 93
- ItemHeight = 16
- Sorted = True
- TabOrder = 1
- OnClick = lstClick
- OnDblClick = lstDblClick
- end
- end
- object tabSymbol: TTabSheet
- Caption = '&Symbol'
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 373
- Height = 37
- AutoSize = False
- Caption =
- 'Type the partial symbol of the element you wish to search for, a' +
- 'nd/or browse through the list for the exact symbol name:'
- Transparent = True
- end
- object txtSymbol: TEdit
- Left = 24
- Top = 48
- Width = 205
- Height = 24
- AutoSize = False
- TabOrder = 0
- OnChange = txtChange
- end
- object lstSymbol: TListBox
- Left = 24
- Top = 76
- Width = 205
- Height = 93
- ItemHeight = 16
- Sorted = True
- TabOrder = 1
- OnClick = lstClick
- OnDblClick = lstDblClick
- end
- end
- object tabProperty: TTabSheet
- Caption = '&Property'
- object Label3: TLabel
- Left = 8
- Top = 8
- Width = 373
- Height = 37
- AutoSize = False
- Caption =
- 'Choose among the different properties available from the list bo' +
- 'x below, and narrow your search by editing the range:'
- Transparent = True
- end
- object Label4: TLabel
- Left = 256
- Top = 48
- Width = 65
- Height = 16
- AutoSize = False
- Caption = '&Lower limit:'
- FocusControl = txtLowerLimit
- Transparent = True
- end
- object Label5: TLabel
- Left = 256
- Top = 96
- Width = 67
- Height = 16
- AutoSize = False
- Caption = '&Upper limit:'
- FocusControl = txtupperLimit
- Transparent = True
- end
- object lstProperty: TListBox
- Left = 24
- Top = 76
- Width = 205
- Height = 93
- ItemHeight = 16
- TabOrder = 0
- OnDblClick = lstDblClick
- end
- object cmbProperty: TComboBox
- Left = 24
- Top = 48
- Width = 205
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- Sorted = True
- TabOrder = 1
- OnChange = cmbPropertyChange
- end
- object txtLowerLimit: TEdit
- Left = 256
- Top = 68
- Width = 113
- Height = 24
- AutoSize = False
- TabOrder = 2
- end
- object txtupperLimit: TEdit
- Left = 256
- Top = 116
- Width = 113
- Height = 24
- AutoSize = False
- TabOrder = 3
- end
- object butRefresh: TButton
- Left = 236
- Top = 144
- Width = 73
- Height = 25
- Caption = '&Refresh'
- TabOrder = 4
- OnClick = butPropClick
- end
- object butReset: TButton
- Left = 312
- Top = 144
- Width = 73
- Height = 25
- Caption = 'R&eset'
- TabOrder = 5
- OnClick = butPropClick
- end
- end
- end
- end
-