Last change
on this file since 893 was 453, checked in by Kevin Toppenberg, 16 years ago |
Initial upload of TMG-CPRS 1.0.26.69
|
File size:
2.3 KB
|
Rev | Line | |
---|
[453] | 1 | object frmODMedOIFA: TfrmODMedOIFA
|
---|
| 2 | Left = 0
|
---|
| 3 | Top = 0
|
---|
| 4 | Width = 313
|
---|
| 5 | Height = 205
|
---|
| 6 | Caption = 'Formulary Alternatives'
|
---|
| 7 | Color = clBtnFace
|
---|
| 8 | Font.Charset = DEFAULT_CHARSET
|
---|
| 9 | Font.Color = clWindowText
|
---|
| 10 | Font.Height = -11
|
---|
| 11 | Font.Name = 'MS Sans Serif'
|
---|
| 12 | Font.Style = []
|
---|
| 13 | FormStyle = fsStayOnTop
|
---|
| 14 | OldCreateOrder = True
|
---|
| 15 | Position = poMainFormCenter
|
---|
| 16 | OnClose = FormClose
|
---|
| 17 | OnCreate = FormCreate
|
---|
| 18 | OnShow = FormShow
|
---|
| 19 | PixelsPerInch = 96
|
---|
| 20 | TextHeight = 13
|
---|
| 21 | object Label1: TLabel
|
---|
| 22 | Left = 0
|
---|
| 23 | Top = 0
|
---|
| 24 | Width = 305
|
---|
| 25 | Height = 13
|
---|
| 26 | Align = alTop
|
---|
| 27 | Caption = 'The selected drug is not in the formulary. Alternatives are:'
|
---|
| 28 | end
|
---|
| 29 | object Label2: TStaticText
|
---|
| 30 | Left = 0
|
---|
| 31 | Top = 127
|
---|
| 32 | Width = 305
|
---|
| 33 | Height = 17
|
---|
| 34 | Align = alBottom
|
---|
| 35 | Caption = 'Do you wish to use the selected alternative instead?'
|
---|
| 36 | TabOrder = 1
|
---|
| 37 | end
|
---|
| 38 | object lstFormAlt: TORListBox
|
---|
| 39 | Left = 0
|
---|
| 40 | Top = 13
|
---|
| 41 | Width = 305
|
---|
| 42 | Height = 114
|
---|
| 43 | Align = alClient
|
---|
| 44 | ItemHeight = 13
|
---|
| 45 | ParentShowHint = False
|
---|
| 46 | ShowHint = True
|
---|
| 47 | TabOrder = 0
|
---|
| 48 | OnClick = lstFormAltClick
|
---|
| 49 | Caption = 'The selected drug is not in the formulary. Alternatives are:'
|
---|
| 50 | ItemTipColor = clWindow
|
---|
| 51 | LongList = False
|
---|
| 52 | Pieces = '2'
|
---|
| 53 | end
|
---|
| 54 | object btnPanel: TPanel
|
---|
| 55 | Left = 0
|
---|
| 56 | Top = 144
|
---|
| 57 | Width = 305
|
---|
| 58 | Height = 27
|
---|
| 59 | Align = alBottom
|
---|
| 60 | BevelOuter = bvNone
|
---|
| 61 | TabOrder = 3
|
---|
| 62 | object cmdYes: TButton
|
---|
| 63 | Left = 74
|
---|
| 64 | Top = 3
|
---|
| 65 | Width = 72
|
---|
| 66 | Height = 21
|
---|
| 67 | Caption = 'Yes'
|
---|
| 68 | Default = True
|
---|
| 69 | Enabled = False
|
---|
| 70 | TabOrder = 0
|
---|
| 71 | OnClick = cmdYesClick
|
---|
| 72 | end
|
---|
| 73 | object cmdNo: TButton
|
---|
| 74 | Left = 162
|
---|
| 75 | Top = 3
|
---|
| 76 | Width = 72
|
---|
| 77 | Height = 21
|
---|
| 78 | Cancel = True
|
---|
| 79 | Caption = 'No'
|
---|
| 80 | TabOrder = 1
|
---|
| 81 | OnClick = cmdNoClick
|
---|
| 82 | end
|
---|
| 83 | end
|
---|
| 84 | object DKLanguageController1: TDKLanguageController
|
---|
| 85 | Left = 144
|
---|
| 86 | Top = 88
|
---|
| 87 | LangData = {
|
---|
| 88 | 0C0066726D4F444D65644F494641010100000001000000070043617074696F6E
|
---|
| 89 | 010600000006004C6162656C31010100000002000000070043617074696F6E00
|
---|
| 90 | 06004C6162656C32010100000003000000070043617074696F6E000A006C7374
|
---|
| 91 | 466F726D416C74010100000004000000070043617074696F6E00080062746E50
|
---|
| 92 | 616E656C00000600636D64596573010100000005000000070043617074696F6E
|
---|
| 93 | 000500636D644E6F010100000006000000070043617074696F6E00}
|
---|
| 94 | end
|
---|
| 95 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.