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
Wrap
Text File
|
1997-10-19
|
5KB
|
224 lines
object frmFindElement: TfrmFindElement
Left = 282
Top = 160
HelpContext = 4
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Find Element'
ClientHeight = 276
ClientWidth = 425
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 = 320
Top = 240
Width = 93
Height = 28
Caption = '&OK'
Default = True
TabOrder = 2
OnClick = butClick
end
object butCancel: TButton
Left = 216
Top = 240
Width = 93
Height = 28
Cancel = True
Caption = 'C&ancel'
TabOrder = 1
OnClick = butClick
end
object butHelp: TButton
Left = 112
Top = 240
Width = 93
Height = 28
Caption = '&Help'
TabOrder = 0
OnClick = butClick
end
object pageFind: TPageControl
Left = 8
Top = 8
Width = 409
Height = 225
ActivePage = tabName
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
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 = 109
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 = 109
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 = 109
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 = 152
Width = 73
Height = 25
Caption = '&Refresh'
TabOrder = 4
OnClick = butPropClick
end
object butReset: TButton
Left = 320
Top = 152
Width = 73
Height = 25
Caption = 'R&eset'
TabOrder = 5
OnClick = butPropClick
end
end
end
end