Last change
on this file since 1797 was 1681, checked in by healthsevak, 10 years ago |
Added these while updating the working copy to CPRS version 28
|
File size:
2.1 KB
|
Rev | Line | |
---|
[1681] | 1 | object frmOCMonograph: TfrmOCMonograph
|
---|
| 2 | Left = 0
|
---|
| 3 | Top = 0
|
---|
| 4 | Caption = 'Monographs for Order Checks'
|
---|
| 5 | ClientHeight = 516
|
---|
| 6 | ClientWidth = 539
|
---|
| 7 | Color = clBtnFace
|
---|
| 8 | Font.Charset = DEFAULT_CHARSET
|
---|
| 9 | Font.Color = clWindowText
|
---|
| 10 | Font.Height = -11
|
---|
| 11 | Font.Name = 'Tahoma'
|
---|
| 12 | Font.Style = []
|
---|
| 13 | OldCreateOrder = False
|
---|
| 14 | DesignSize = (
|
---|
| 15 | 539
|
---|
| 16 | 516)
|
---|
| 17 | PixelsPerInch = 96
|
---|
| 18 | TextHeight = 13
|
---|
| 19 | object monoCmbLst: TComboBox
|
---|
| 20 | Left = 8
|
---|
| 21 | Top = 24
|
---|
| 22 | Width = 225
|
---|
| 23 | Height = 21
|
---|
| 24 | ItemHeight = 13
|
---|
| 25 | TabOrder = 1
|
---|
| 26 | Text = 'monoCmbLst'
|
---|
| 27 | OnChange = monoCmbLstChange
|
---|
| 28 | end
|
---|
| 29 | object monoMemo: TCaptionMemo
|
---|
| 30 | Left = 8
|
---|
| 31 | Top = 72
|
---|
| 32 | Width = 523
|
---|
| 33 | Height = 401
|
---|
| 34 | Anchors = [akLeft, akTop, akRight, akBottom]
|
---|
| 35 | Lines.Strings = (
|
---|
| 36 | 'monoMemo')
|
---|
| 37 | ReadOnly = True
|
---|
| 38 | ScrollBars = ssVertical
|
---|
| 39 | TabOrder = 3
|
---|
| 40 | end
|
---|
| 41 | object cmdOK: TButton
|
---|
| 42 | Left = 432
|
---|
| 43 | Top = 483
|
---|
| 44 | Width = 75
|
---|
| 45 | Height = 25
|
---|
| 46 | Anchors = [akRight, akBottom]
|
---|
| 47 | Caption = 'OK'
|
---|
| 48 | TabOrder = 4
|
---|
| 49 | OnClick = cmdOKClick
|
---|
| 50 | end
|
---|
| 51 | object VA508StaticText1: TVA508StaticText
|
---|
| 52 | Name = 'VA508StaticText1'
|
---|
| 53 | Left = 8
|
---|
| 54 | Top = 0
|
---|
| 55 | Width = 142
|
---|
| 56 | Height = 15
|
---|
| 57 | Alignment = taLeftJustify
|
---|
| 58 | Caption = 'Choose a Monograph to view'
|
---|
| 59 | TabOrder = 0
|
---|
| 60 | ShowAccelChar = True
|
---|
| 61 | end
|
---|
| 62 | object VA508StaticText2: TVA508StaticText
|
---|
| 63 | Name = 'VA508StaticText2'
|
---|
| 64 | Left = 8
|
---|
| 65 | Top = 51
|
---|
| 66 | Width = 115
|
---|
| 67 | Height = 15
|
---|
| 68 | Alignment = taLeftJustify
|
---|
| 69 | Caption = 'Monograph Information'
|
---|
| 70 | TabOrder = 2
|
---|
| 71 | ShowAccelChar = True
|
---|
| 72 | end
|
---|
| 73 | object VA508AccessibilityManager1: TVA508AccessibilityManager
|
---|
| 74 | Left = 352
|
---|
| 75 | Top = 16
|
---|
| 76 | Data = (
|
---|
| 77 | (
|
---|
| 78 | 'Component = monoMemo'
|
---|
| 79 | 'Status = stsDefault')
|
---|
| 80 | (
|
---|
| 81 | 'Component = monoCmbLst'
|
---|
| 82 | 'Status = stsDefault')
|
---|
| 83 | (
|
---|
| 84 | 'Component = frmOCMonograph'
|
---|
| 85 | 'Status = stsDefault'))
|
---|
| 86 | end
|
---|
| 87 | object VA508ComponentAccessibility1: TVA508ComponentAccessibility
|
---|
| 88 | Component = monoCmbLst
|
---|
| 89 | OnCaptionQuery = VA508ComponentAccessibility1CaptionQuery
|
---|
| 90 | Left = 256
|
---|
| 91 | Top = 16
|
---|
| 92 | end
|
---|
| 93 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.