source: cprs/trunk/CPRS-Chart/fProbLex.dfm@ 830

Last change on this file since 830 was 830, checked in by Kevin Toppenberg, 14 years ago

Upgrading to version 27

File size: 3.0 KB
Line 
1inherited frmPLLex: TfrmPLLex
2 Left = 239
3 Top = 88
4 Caption = 'Problem List Lexicon Search'
5 ClientHeight = 274
6 ClientWidth = 425
7 Constraints.MinHeight = 200
8 Constraints.MinWidth = 433
9 OldCreateOrder = True
10 Position = poScreenCenter
11 OnClose = FormClose
12 OnCreate = FormCreate
13 OnShow = FormShow
14 DesignSize = (
15 425
16 274)
17 PixelsPerInch = 96
18 TextHeight = 13
19 object Label1: TLabel [0]
20 Left = 12
21 Top = 7
22 Width = 101
23 Height = 13
24 Caption = 'Enter Term to Search'
25 end
26 object bbCan: TBitBtn [1]
27 Left = 230
28 Top = 215
29 Width = 89
30 Height = 21
31 Anchors = [akRight, akBottom]
32 Cancel = True
33 Caption = 'Cancel'
34 Constraints.MaxHeight = 21
35 Constraints.MaxWidth = 89
36 TabOrder = 3
37 OnClick = bbCanClick
38 NumGlyphs = 2
39 end
40 object bbOK: TBitBtn [2]
41 Left = 322
42 Top = 215
43 Width = 89
44 Height = 21
45 Anchors = [akRight, akBottom]
46 Caption = 'OK'
47 Constraints.MaxHeight = 21
48 Constraints.MaxWidth = 89
49 TabOrder = 4
50 OnClick = bbOKClick
51 NumGlyphs = 2
52 end
53 object Panel1: TPanel [3]
54 Left = 0
55 Top = 245
56 Width = 425
57 Height = 29
58 Align = alBottom
59 BevelOuter = bvNone
60 TabOrder = 5
61 DesignSize = (
62 425
63 29)
64 object Bevel1: TBevel
65 Left = 4
66 Top = 4
67 Width = 417
68 Height = 21
69 Anchors = [akLeft, akTop, akRight]
70 end
71 object lblstatus: TLabel
72 Left = 16
73 Top = 8
74 Width = 3
75 Height = 13
76 end
77 end
78 object ebLex: TCaptionEdit [4]
79 Left = 12
80 Top = 27
81 Width = 321
82 Height = 21
83 Anchors = [akLeft, akTop, akRight]
84 Constraints.MaxHeight = 21
85 TabOrder = 0
86 OnKeyPress = ebLexKeyPress
87 Caption = 'Enter Term to Search'
88 end
89 object lbLex: TORListBox [5]
90 Left = 12
91 Top = 63
92 Width = 401
93 Height = 143
94 Anchors = [akLeft, akTop, akRight, akBottom]
95 ExtendedSelect = False
96 ItemHeight = 13
97 ParentShowHint = False
98 ShowHint = True
99 TabOrder = 2
100 OnClick = lbLexClick
101 Caption = 'Problem List'
102 ItemTipColor = clWindow
103 LongList = False
104 Pieces = '2'
105 end
106 object bbSearch: TBitBtn [6]
107 Left = 340
108 Top = 27
109 Width = 73
110 Height = 21
111 Anchors = [akTop, akRight]
112 Caption = '&Search'
113 Constraints.MaxHeight = 21
114 Constraints.MaxWidth = 73
115 TabOrder = 1
116 OnClick = bbSearchClick
117 NumGlyphs = 2
118 end
119 inherited amgrMain: TVA508AccessibilityManager
120 Data = (
121 (
122 'Component = bbCan'
123 'Status = stsDefault')
124 (
125 'Component = bbOK'
126 'Status = stsDefault')
127 (
128 'Component = Panel1'
129 'Status = stsDefault')
130 (
131 'Component = ebLex'
132 'Status = stsDefault')
133 (
134 'Component = lbLex'
135 'Status = stsDefault')
136 (
137 'Component = bbSearch'
138 'Status = stsDefault')
139 (
140 'Component = frmPLLex'
141 'Status = stsDefault'))
142 end
143end
Note: See TracBrowser for help on using the repository browser.