2010-07-07 16:51:54 -04:00
|
|
|
inherited frmPLLex: TfrmPLLex
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 239
|
|
|
|
Top = 88
|
2015-05-07 12:34:29 -04:00
|
|
|
BorderIcons = []
|
|
|
|
BorderStyle = bsDialog
|
2008-07-06 17:36:37 -04:00
|
|
|
Caption = 'Problem List Lexicon Search'
|
2015-05-07 12:34:29 -04:00
|
|
|
ClientHeight = 276
|
|
|
|
ClientWidth = 427
|
2008-07-06 17:36:37 -04:00
|
|
|
Constraints.MinHeight = 200
|
|
|
|
Constraints.MinWidth = 433
|
|
|
|
OldCreateOrder = True
|
2015-05-07 12:34:29 -04:00
|
|
|
Position = poOwnerFormCenter
|
2008-07-06 17:36:37 -04:00
|
|
|
OnClose = FormClose
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnShow = FormShow
|
2015-05-07 12:34:29 -04:00
|
|
|
ExplicitWidth = 433
|
|
|
|
ExplicitHeight = 308
|
2008-07-06 17:36:37 -04:00
|
|
|
DesignSize = (
|
2015-05-07 12:34:29 -04:00
|
|
|
427
|
|
|
|
276)
|
2008-07-06 17:36:37 -04:00
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
2010-07-07 16:51:54 -04:00
|
|
|
object Label1: TLabel [0]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 12
|
|
|
|
Top = 7
|
|
|
|
Width = 101
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Enter Term to Search'
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object bbCan: TBitBtn [1]
|
2015-05-07 12:34:29 -04:00
|
|
|
Left = 232
|
|
|
|
Top = 217
|
2008-07-06 17:36:37 -04:00
|
|
|
Width = 89
|
|
|
|
Height = 21
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
Cancel = True
|
|
|
|
Caption = 'Cancel'
|
|
|
|
Constraints.MaxHeight = 21
|
|
|
|
Constraints.MaxWidth = 89
|
|
|
|
TabOrder = 3
|
|
|
|
OnClick = bbCanClick
|
|
|
|
NumGlyphs = 2
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object bbOK: TBitBtn [2]
|
2015-05-07 12:34:29 -04:00
|
|
|
Left = 324
|
|
|
|
Top = 217
|
2008-07-06 17:36:37 -04:00
|
|
|
Width = 89
|
|
|
|
Height = 21
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
Caption = 'OK'
|
|
|
|
Constraints.MaxHeight = 21
|
|
|
|
Constraints.MaxWidth = 89
|
|
|
|
TabOrder = 4
|
|
|
|
OnClick = bbOKClick
|
|
|
|
NumGlyphs = 2
|
|
|
|
end
|
2015-05-07 12:34:29 -04:00
|
|
|
object pnlStatus: TPanel [3]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 0
|
2015-05-07 12:34:29 -04:00
|
|
|
Top = 247
|
|
|
|
Width = 427
|
2008-07-06 17:36:37 -04:00
|
|
|
Height = 29
|
|
|
|
Align = alBottom
|
|
|
|
BevelOuter = bvNone
|
|
|
|
TabOrder = 5
|
|
|
|
DesignSize = (
|
2015-05-07 12:34:29 -04:00
|
|
|
427
|
2008-07-06 17:36:37 -04:00
|
|
|
29)
|
|
|
|
object Bevel1: TBevel
|
|
|
|
Left = 4
|
|
|
|
Top = 4
|
2015-05-07 12:34:29 -04:00
|
|
|
Width = 419
|
2008-07-06 17:36:37 -04:00
|
|
|
Height = 21
|
|
|
|
Anchors = [akLeft, akTop, akRight]
|
2015-05-07 12:34:29 -04:00
|
|
|
ExplicitWidth = 417
|
2008-07-06 17:36:37 -04:00
|
|
|
end
|
2015-05-07 12:34:29 -04:00
|
|
|
object lblstatus: TVA508StaticText
|
|
|
|
Name = 'lblstatus'
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 16
|
|
|
|
Top = 8
|
|
|
|
Width = 3
|
|
|
|
Height = 13
|
2015-05-07 12:34:29 -04:00
|
|
|
Alignment = taLeftJustify
|
|
|
|
TabOrder = 0
|
|
|
|
ShowAccelChar = True
|
2008-07-06 17:36:37 -04:00
|
|
|
end
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object ebLex: TCaptionEdit [4]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 12
|
|
|
|
Top = 27
|
2015-05-07 12:34:29 -04:00
|
|
|
Width = 323
|
2008-07-06 17:36:37 -04:00
|
|
|
Height = 21
|
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
|
Constraints.MaxHeight = 21
|
|
|
|
TabOrder = 0
|
|
|
|
OnKeyPress = ebLexKeyPress
|
|
|
|
Caption = 'Enter Term to Search'
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object lbLex: TORListBox [5]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 12
|
|
|
|
Top = 63
|
2015-05-07 12:34:29 -04:00
|
|
|
Width = 403
|
|
|
|
Height = 145
|
2008-07-06 17:36:37 -04:00
|
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
|
|
ExtendedSelect = False
|
|
|
|
ItemHeight = 13
|
|
|
|
ParentShowHint = False
|
|
|
|
ShowHint = True
|
|
|
|
TabOrder = 2
|
|
|
|
OnClick = lbLexClick
|
|
|
|
Caption = 'Problem List'
|
|
|
|
ItemTipColor = clWindow
|
|
|
|
LongList = False
|
|
|
|
Pieces = '2'
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object bbSearch: TBitBtn [6]
|
2015-05-07 12:34:29 -04:00
|
|
|
Left = 342
|
2008-07-06 17:36:37 -04:00
|
|
|
Top = 27
|
|
|
|
Width = 73
|
|
|
|
Height = 21
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
Caption = '&Search'
|
|
|
|
Constraints.MaxHeight = 21
|
|
|
|
Constraints.MaxWidth = 73
|
|
|
|
TabOrder = 1
|
|
|
|
OnClick = bbSearchClick
|
|
|
|
NumGlyphs = 2
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
inherited amgrMain: TVA508AccessibilityManager
|
|
|
|
Data = (
|
|
|
|
(
|
|
|
|
'Component = bbCan'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = bbOK'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
2015-05-07 12:34:29 -04:00
|
|
|
'Component = pnlStatus'
|
2010-07-07 16:51:54 -04:00
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = ebLex'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = lbLex'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = bbSearch'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = frmPLLex'
|
|
|
|
'Status = stsDefault'))
|
|
|
|
end
|
2008-07-06 17:36:37 -04:00
|
|
|
end
|