[830] | 1 | inherited frmGraphOthers: TfrmGraphOthers
|
---|
| 2 | Left = 0
|
---|
| 3 | Top = 0
|
---|
| 4 | BorderIcons = [biSystemMenu]
|
---|
| 5 | BorderStyle = bsDialog
|
---|
| 6 | Caption = 'Select Other Views and Lab Groups'
|
---|
| 7 | ClientHeight = 384
|
---|
| 8 | ClientWidth = 335
|
---|
| 9 | Position = poScreenCenter
|
---|
| 10 | OnShow = FormShow
|
---|
| 11 | PixelsPerInch = 96
|
---|
| 12 | TextHeight = 13
|
---|
| 13 | object pnlMain: TORAutoPanel [0]
|
---|
| 14 | Left = 0
|
---|
| 15 | Top = 0
|
---|
| 16 | Width = 335
|
---|
| 17 | Height = 241
|
---|
| 18 | Align = alTop
|
---|
| 19 | BevelOuter = bvNone
|
---|
| 20 | TabOrder = 0
|
---|
| 21 | DesignSize = (
|
---|
| 22 | 335
|
---|
| 23 | 241)
|
---|
| 24 | object lblOthers: TLabel
|
---|
| 25 | Left = 12
|
---|
| 26 | Top = 29
|
---|
| 27 | Width = 101
|
---|
| 28 | Height = 13
|
---|
| 29 | Caption = 'Select or enter name:'
|
---|
| 30 | end
|
---|
| 31 | object lblViews: TLabel
|
---|
| 32 | Left = 179
|
---|
| 33 | Top = 29
|
---|
| 34 | Width = 110
|
---|
| 35 | Height = 13
|
---|
| 36 | Caption = 'Views and Lab Groups:'
|
---|
| 37 | end
|
---|
| 38 | object lblInfo: TLabel
|
---|
| 39 | Left = 12
|
---|
| 40 | Top = 10
|
---|
| 41 | Width = 313
|
---|
| 42 | Height = 13
|
---|
| 43 | Caption =
|
---|
| 44 | 'You can copy other user'#39's views and lab groups for your own use.' +
|
---|
| 45 | ' '
|
---|
| 46 | end
|
---|
| 47 | object lblDefinitions: TLabel
|
---|
| 48 | Left = 12
|
---|
| 49 | Top = 224
|
---|
| 50 | Width = 52
|
---|
| 51 | Height = 13
|
---|
| 52 | Caption = 'Definitions:'
|
---|
| 53 | end
|
---|
| 54 | object cboOthers: TORComboBox
|
---|
| 55 | Left = 12
|
---|
| 56 | Top = 48
|
---|
| 57 | Width = 144
|
---|
| 58 | Height = 170
|
---|
| 59 | Style = orcsSimple
|
---|
| 60 | AutoSelect = True
|
---|
| 61 | Caption = 'Select or enter name'
|
---|
| 62 | Color = clWindow
|
---|
| 63 | DropDownCount = 8
|
---|
| 64 | ItemHeight = 13
|
---|
| 65 | ItemTipColor = clWindow
|
---|
| 66 | ItemTipEnable = True
|
---|
| 67 | ListItemsOnly = True
|
---|
| 68 | LongList = True
|
---|
| 69 | LookupPiece = 2
|
---|
| 70 | MaxLength = 0
|
---|
| 71 | Pieces = '2,3'
|
---|
| 72 | Sorted = False
|
---|
| 73 | SynonymChars = '<>'
|
---|
| 74 | TabOrder = 0
|
---|
| 75 | OnClick = cboOthersClick
|
---|
| 76 | OnNeedData = cboOthersNeedData
|
---|
| 77 | CharsNeedMatch = 1
|
---|
| 78 | end
|
---|
| 79 | object lstViews: TORListBox
|
---|
| 80 | Left = 179
|
---|
| 81 | Top = 48
|
---|
| 82 | Width = 144
|
---|
| 83 | Height = 137
|
---|
| 84 | Anchors = [akLeft, akTop, akRight]
|
---|
| 85 | ItemHeight = 13
|
---|
| 86 | MultiSelect = True
|
---|
| 87 | ParentShowHint = False
|
---|
| 88 | ShowHint = True
|
---|
| 89 | TabOrder = 1
|
---|
| 90 | OnClick = lstViewsClick
|
---|
| 91 | Caption = 'Currently selected recipients'
|
---|
| 92 | ItemTipColor = clWindow
|
---|
| 93 | LongList = False
|
---|
| 94 | Pieces = '2'
|
---|
| 95 | end
|
---|
| 96 | object btnCopy: TButton
|
---|
| 97 | Left = 179
|
---|
| 98 | Top = 193
|
---|
| 99 | Width = 144
|
---|
| 100 | Height = 25
|
---|
| 101 | Anchors = [akLeft, akTop, akRight]
|
---|
| 102 | Caption = 'Copy'
|
---|
| 103 | TabOrder = 3
|
---|
| 104 | end
|
---|
| 105 | object pnlTempData: TPanel
|
---|
| 106 | Left = -90
|
---|
| 107 | Top = 96
|
---|
| 108 | Width = 425
|
---|
| 109 | Height = 49
|
---|
| 110 | TabOrder = 4
|
---|
| 111 | Visible = False
|
---|
| 112 | object lblSave: TLabel
|
---|
| 113 | Left = 184
|
---|
| 114 | Top = 16
|
---|
| 115 | Width = 3
|
---|
| 116 | Height = 13
|
---|
| 117 | Visible = False
|
---|
| 118 | end
|
---|
| 119 | object lblClose: TLabel
|
---|
| 120 | Left = 192
|
---|
| 121 | Top = 0
|
---|
| 122 | Width = 3
|
---|
| 123 | Height = 13
|
---|
| 124 | Visible = False
|
---|
| 125 | end
|
---|
| 126 | object lstActualItems: TORListBox
|
---|
| 127 | Left = 8
|
---|
| 128 | Top = 5
|
---|
| 129 | Width = 97
|
---|
| 130 | Height = 41
|
---|
| 131 | ItemHeight = 13
|
---|
| 132 | ParentShowHint = False
|
---|
| 133 | ShowHint = True
|
---|
| 134 | TabOrder = 0
|
---|
| 135 | ItemTipColor = clWindow
|
---|
| 136 | LongList = False
|
---|
| 137 | end
|
---|
| 138 | object lstDrugClass: TListBox
|
---|
| 139 | Left = 112
|
---|
| 140 | Top = 5
|
---|
| 141 | Width = 97
|
---|
| 142 | Height = 41
|
---|
| 143 | ItemHeight = 13
|
---|
| 144 | TabOrder = 1
|
---|
| 145 | end
|
---|
| 146 | object lstScratch: TListBox
|
---|
| 147 | Left = 216
|
---|
| 148 | Top = 5
|
---|
| 149 | Width = 97
|
---|
| 150 | Height = 41
|
---|
| 151 | ItemHeight = 13
|
---|
| 152 | TabOrder = 2
|
---|
| 153 | end
|
---|
| 154 | object lstTests: TListBox
|
---|
| 155 | Left = 320
|
---|
| 156 | Top = 5
|
---|
| 157 | Width = 97
|
---|
| 158 | Height = 41
|
---|
| 159 | ItemHeight = 13
|
---|
| 160 | TabOrder = 3
|
---|
| 161 | end
|
---|
| 162 | end
|
---|
| 163 | end
|
---|
| 164 | object memReport: TRichEdit [1]
|
---|
| 165 | Left = 0
|
---|
| 166 | Top = 241
|
---|
| 167 | Width = 335
|
---|
| 168 | Height = 102
|
---|
| 169 | Align = alClient
|
---|
| 170 | BevelInner = bvNone
|
---|
| 171 | Color = clCream
|
---|
| 172 | Font.Charset = ANSI_CHARSET
|
---|
| 173 | Font.Color = clWindowText
|
---|
| 174 | Font.Height = -11
|
---|
| 175 | Font.Name = 'Courier New'
|
---|
| 176 | Font.Style = []
|
---|
| 177 | Lines.Strings = (
|
---|
| 178 | '')
|
---|
| 179 | ParentFont = False
|
---|
| 180 | ReadOnly = True
|
---|
| 181 | ScrollBars = ssBoth
|
---|
| 182 | TabOrder = 1
|
---|
| 183 | WantReturns = False
|
---|
| 184 | WordWrap = False
|
---|
| 185 | end
|
---|
| 186 | object pnlBottom: TPanel [2]
|
---|
| 187 | Left = 0
|
---|
| 188 | Top = 343
|
---|
| 189 | Width = 335
|
---|
| 190 | Height = 41
|
---|
| 191 | Align = alBottom
|
---|
| 192 | BevelOuter = bvNone
|
---|
| 193 | TabOrder = 2
|
---|
| 194 | object btnClose: TButton
|
---|
| 195 | Left = 250
|
---|
| 196 | Top = 6
|
---|
| 197 | Width = 75
|
---|
| 198 | Height = 25
|
---|
| 199 | Caption = 'Close'
|
---|
| 200 | TabOrder = 0
|
---|
| 201 | end
|
---|
| 202 | end
|
---|
| 203 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 204 | Data = (
|
---|
| 205 | (
|
---|
| 206 | 'Component = pnlMain'
|
---|
| 207 | 'Status = stsDefault')
|
---|
| 208 | (
|
---|
| 209 | 'Component = cboOthers'
|
---|
| 210 | 'Status = stsDefault')
|
---|
| 211 | (
|
---|
| 212 | 'Component = lstViews'
|
---|
| 213 | 'Status = stsDefault')
|
---|
| 214 | (
|
---|
| 215 | 'Component = btnCopy'
|
---|
| 216 | 'Status = stsDefault')
|
---|
| 217 | (
|
---|
| 218 | 'Component = pnlTempData'
|
---|
| 219 | 'Status = stsDefault')
|
---|
| 220 | (
|
---|
| 221 | 'Component = lstActualItems'
|
---|
| 222 | 'Status = stsDefault')
|
---|
| 223 | (
|
---|
| 224 | 'Component = lstDrugClass'
|
---|
| 225 | 'Status = stsDefault')
|
---|
| 226 | (
|
---|
| 227 | 'Component = lstScratch'
|
---|
| 228 | 'Status = stsDefault')
|
---|
| 229 | (
|
---|
| 230 | 'Component = lstTests'
|
---|
| 231 | 'Status = stsDefault')
|
---|
| 232 | (
|
---|
| 233 | 'Component = memReport'
|
---|
| 234 | 'Status = stsDefault')
|
---|
| 235 | (
|
---|
| 236 | 'Component = pnlBottom'
|
---|
| 237 | 'Status = stsDefault')
|
---|
| 238 | (
|
---|
| 239 | 'Component = btnClose'
|
---|
| 240 | 'Status = stsDefault')
|
---|
| 241 | (
|
---|
| 242 | 'Component = frmGraphOthers'
|
---|
| 243 | 'Status = stsDefault'))
|
---|
| 244 | end
|
---|
| 245 | end
|
---|