Line | |
---|
1 | inherited frmHFSearch: TfrmHFSearch
|
---|
2 | Left = 286
|
---|
3 | Top = 248
|
---|
4 | Caption = 'Other Health Factors'
|
---|
5 | ClientHeight = 390
|
---|
6 | ClientWidth = 355
|
---|
7 | Position = poScreenCenter
|
---|
8 | OnCreate = FormCreate
|
---|
9 | ExplicitWidth = 363
|
---|
10 | ExplicitHeight = 417
|
---|
11 | PixelsPerInch = 96
|
---|
12 | TextHeight = 13
|
---|
13 | object splMain: TSplitter [0]
|
---|
14 | Left = 0
|
---|
15 | Top = 131
|
---|
16 | Width = 355
|
---|
17 | Height = 3
|
---|
18 | Cursor = crVSplit
|
---|
19 | Align = alTop
|
---|
20 | end
|
---|
21 | object lblCat: TLabel [1]
|
---|
22 | Left = 0
|
---|
23 | Top = 0
|
---|
24 | Width = 355
|
---|
25 | Height = 13
|
---|
26 | Align = alTop
|
---|
27 | Caption = 'Category:'
|
---|
28 | ExplicitWidth = 45
|
---|
29 | end
|
---|
30 | object cbxSearch: TORComboBox [2]
|
---|
31 | Left = 0
|
---|
32 | Top = 13
|
---|
33 | Width = 355
|
---|
34 | Height = 118
|
---|
35 | Style = orcsSimple
|
---|
36 | Align = alTop
|
---|
37 | AutoSelect = True
|
---|
38 | Caption = 'Category'
|
---|
39 | Color = clWindow
|
---|
40 | DropDownCount = 7
|
---|
41 | ItemHeight = 13
|
---|
42 | ItemTipColor = clWindow
|
---|
43 | ItemTipEnable = True
|
---|
44 | ListItemsOnly = True
|
---|
45 | LongList = False
|
---|
46 | LookupPiece = 0
|
---|
47 | MaxLength = 0
|
---|
48 | Pieces = '2'
|
---|
49 | Sorted = False
|
---|
50 | SynonymChars = '<>'
|
---|
51 | TabOrder = 0
|
---|
52 | TabStop = True
|
---|
53 | OnChange = cbxSearchChange
|
---|
54 | OnDblClick = tvSearchDblClick
|
---|
55 | CharsNeedMatch = 1
|
---|
56 | end
|
---|
57 | object tvSearch: TORTreeView [3]
|
---|
58 | Left = 0
|
---|
59 | Top = 134
|
---|
60 | Width = 355
|
---|
61 | Height = 229
|
---|
62 | Align = alClient
|
---|
63 | HideSelection = False
|
---|
64 | Images = dmodShared.imgTemplates
|
---|
65 | Indent = 23
|
---|
66 | ReadOnly = True
|
---|
67 | TabOrder = 1
|
---|
68 | OnChange = tvSearchChange
|
---|
69 | OnCollapsed = tvSearchGetImageIndex
|
---|
70 | OnDblClick = tvSearchDblClick
|
---|
71 | OnExpanded = tvSearchGetImageIndex
|
---|
72 | OnGetImageIndex = tvSearchGetImageIndex
|
---|
73 | OnGetSelectedIndex = tvSearchGetImageIndex
|
---|
74 | Caption = 'Health Factors Category'
|
---|
75 | NodePiece = 2
|
---|
76 | ExplicitTop = 137
|
---|
77 | end
|
---|
78 | object pnlBottom: TPanel [4]
|
---|
79 | Left = 0
|
---|
80 | Top = 363
|
---|
81 | Width = 355
|
---|
82 | Height = 27
|
---|
83 | Align = alBottom
|
---|
84 | BevelOuter = bvNone
|
---|
85 | TabOrder = 2
|
---|
86 | DesignSize = (
|
---|
87 | 355
|
---|
88 | 27)
|
---|
89 | object btnOK: TButton
|
---|
90 | Left = 196
|
---|
91 | Top = 4
|
---|
92 | Width = 75
|
---|
93 | Height = 21
|
---|
94 | Anchors = [akTop, akRight]
|
---|
95 | Caption = '&OK'
|
---|
96 | Default = True
|
---|
97 | Enabled = False
|
---|
98 | TabOrder = 0
|
---|
99 | OnClick = btnOKClick
|
---|
100 | end
|
---|
101 | object btnCancel: TButton
|
---|
102 | Left = 276
|
---|
103 | Top = 4
|
---|
104 | Width = 75
|
---|
105 | Height = 21
|
---|
106 | Anchors = [akTop, akRight]
|
---|
107 | Cancel = True
|
---|
108 | Caption = '&Cancel'
|
---|
109 | ModalResult = 2
|
---|
110 | TabOrder = 1
|
---|
111 | end
|
---|
112 | end
|
---|
113 | inherited amgrMain: TVA508AccessibilityManager
|
---|
114 | Left = 176
|
---|
115 | Data = (
|
---|
116 | (
|
---|
117 | 'Component = cbxSearch'
|
---|
118 | 'Status = stsDefault')
|
---|
119 | (
|
---|
120 | 'Component = tvSearch'
|
---|
121 | 'Status = stsDefault')
|
---|
122 | (
|
---|
123 | 'Component = pnlBottom'
|
---|
124 | 'Status = stsDefault')
|
---|
125 | (
|
---|
126 | 'Component = btnOK'
|
---|
127 | 'Status = stsDefault')
|
---|
128 | (
|
---|
129 | 'Component = btnCancel'
|
---|
130 | 'Status = stsDefault')
|
---|
131 | (
|
---|
132 | 'Component = frmHFSearch'
|
---|
133 | 'Status = stsDefault'))
|
---|
134 | end
|
---|
135 | object imgListHFtvSearch: TVA508ImageListLabeler
|
---|
136 | Components = <
|
---|
137 | item
|
---|
138 | Component = tvSearch
|
---|
139 | end>
|
---|
140 | Labels = <>
|
---|
141 | RemoteLabeler = dmodShared.imgLblHealthFactorLabels
|
---|
142 | Left = 224
|
---|
143 | end
|
---|
144 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.