Last change
on this file since 872 was 830, checked in by Kevin Toppenberg, 14 years ago |
Upgrading to version 27
|
File size:
2.1 KB
|
Rev | Line | |
---|
[830] | 1 | inherited frmLabInfo: TfrmLabInfo
|
---|
[456] | 2 | Left = 276
|
---|
| 3 | Top = 256
|
---|
| 4 | Caption = 'Lab Test Description'
|
---|
[830] | 5 | ClientHeight = 277
|
---|
| 6 | ClientWidth = 583
|
---|
[456] | 7 | OldCreateOrder = False
|
---|
| 8 | Position = poScreenCenter
|
---|
| 9 | OnCreate = FormCreate
|
---|
[830] | 10 | ExplicitWidth = 320
|
---|
| 11 | ExplicitHeight = 240
|
---|
[456] | 12 | PixelsPerInch = 96
|
---|
| 13 | TextHeight = 13
|
---|
[830] | 14 | object Panel1: TPanel [0]
|
---|
[456] | 15 | Left = 0
|
---|
| 16 | Top = 244
|
---|
| 17 | Width = 583
|
---|
| 18 | Height = 33
|
---|
| 19 | Align = alBottom
|
---|
| 20 | BevelOuter = bvNone
|
---|
| 21 | TabOrder = 2
|
---|
| 22 | DesignSize = (
|
---|
| 23 | 583
|
---|
| 24 | 33)
|
---|
| 25 | object btnOK: TButton
|
---|
| 26 | Left = 487
|
---|
| 27 | Top = 5
|
---|
| 28 | Width = 75
|
---|
| 29 | Height = 25
|
---|
| 30 | Anchors = [akRight, akBottom]
|
---|
| 31 | Cancel = True
|
---|
| 32 | Caption = 'Close'
|
---|
| 33 | TabOrder = 0
|
---|
| 34 | OnClick = btnOKClick
|
---|
| 35 | end
|
---|
| 36 | end
|
---|
[830] | 37 | object memInfo: TCaptionMemo [1]
|
---|
[456] | 38 | Left = 160
|
---|
| 39 | Top = 0
|
---|
| 40 | Width = 423
|
---|
| 41 | Height = 244
|
---|
| 42 | Hint = 'Laboratory Test Descriptions'
|
---|
| 43 | Align = alClient
|
---|
| 44 | ReadOnly = True
|
---|
| 45 | ScrollBars = ssVertical
|
---|
| 46 | TabOrder = 1
|
---|
| 47 | Caption = 'Laboratory Test Descriptions'
|
---|
[830] | 48 | ExplicitTop = -1
|
---|
[456] | 49 | end
|
---|
[830] | 50 | object cboTests: TORComboBox [2]
|
---|
[456] | 51 | Left = 0
|
---|
| 52 | Top = 0
|
---|
| 53 | Width = 160
|
---|
| 54 | Height = 244
|
---|
| 55 | Hint = 'Select a test to view information'
|
---|
| 56 | Style = orcsSimple
|
---|
| 57 | Align = alLeft
|
---|
| 58 | AutoSelect = True
|
---|
| 59 | Caption = 'Lab Tests'
|
---|
| 60 | Color = clWindow
|
---|
| 61 | DropDownCount = 8
|
---|
| 62 | ItemHeight = 13
|
---|
| 63 | ItemTipColor = clWindow
|
---|
| 64 | ItemTipEnable = True
|
---|
| 65 | ListItemsOnly = False
|
---|
| 66 | LongList = True
|
---|
[830] | 67 | LookupPiece = 0
|
---|
[456] | 68 | MaxLength = 0
|
---|
| 69 | ParentShowHint = False
|
---|
| 70 | Pieces = '2'
|
---|
| 71 | ShowHint = True
|
---|
| 72 | Sorted = False
|
---|
| 73 | SynonymChars = '<>'
|
---|
| 74 | TabOrder = 0
|
---|
| 75 | OnClick = cboTestsClick
|
---|
| 76 | OnNeedData = cboTestsNeedData
|
---|
[830] | 77 | CharsNeedMatch = 1
|
---|
[456] | 78 | end
|
---|
[830] | 79 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 80 | Data = (
|
---|
| 81 | (
|
---|
| 82 | 'Component = Panel1'
|
---|
| 83 | 'Status = stsDefault')
|
---|
| 84 | (
|
---|
| 85 | 'Component = btnOK'
|
---|
| 86 | 'Status = stsDefault')
|
---|
| 87 | (
|
---|
| 88 | 'Component = memInfo'
|
---|
| 89 | 'Status = stsDefault')
|
---|
| 90 | (
|
---|
| 91 | 'Component = cboTests'
|
---|
| 92 | 'Status = stsDefault')
|
---|
| 93 | (
|
---|
| 94 | 'Component = frmLabInfo'
|
---|
| 95 | 'Status = stsDefault'))
|
---|
| 96 | end
|
---|
[456] | 97 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.