Line | |
---|
1 | inherited frmODRadApproval: TfrmODRadApproval
|
---|
2 | Left = 295
|
---|
3 | Top = 167
|
---|
4 | BorderStyle = bsDialog
|
---|
5 | Caption = 'Select Approving Radiologist'
|
---|
6 | ClientHeight = 262
|
---|
7 | ClientWidth = 259
|
---|
8 | OldCreateOrder = True
|
---|
9 | Position = poScreenCenter
|
---|
10 | PixelsPerInch = 96
|
---|
11 | TextHeight = 13
|
---|
12 | object pnlBase: TORAutoPanel [0]
|
---|
13 | Left = 0
|
---|
14 | Top = 0
|
---|
15 | Width = 259
|
---|
16 | Height = 262
|
---|
17 | Align = alClient
|
---|
18 | BevelOuter = bvNone
|
---|
19 | TabOrder = 0
|
---|
20 | object SrcLabel: TLabel
|
---|
21 | Left = 12
|
---|
22 | Top = 14
|
---|
23 | Width = 98
|
---|
24 | Height = 13
|
---|
25 | Caption = 'Select or enter name'
|
---|
26 | end
|
---|
27 | object cmdOK: TButton
|
---|
28 | Left = 52
|
---|
29 | Top = 227
|
---|
30 | Width = 75
|
---|
31 | Height = 25
|
---|
32 | Caption = 'OK'
|
---|
33 | Default = True
|
---|
34 | ModalResult = 1
|
---|
35 | TabOrder = 1
|
---|
36 | OnClick = cmdOKClick
|
---|
37 | end
|
---|
38 | object cmdCancel: TButton
|
---|
39 | Left = 132
|
---|
40 | Top = 226
|
---|
41 | Width = 75
|
---|
42 | Height = 25
|
---|
43 | Cancel = True
|
---|
44 | Caption = 'Cancel'
|
---|
45 | ModalResult = 2
|
---|
46 | TabOrder = 2
|
---|
47 | OnClick = cmdCancelClick
|
---|
48 | end
|
---|
49 | object cboRadiologist: TORComboBox
|
---|
50 | Left = 13
|
---|
51 | Top = 31
|
---|
52 | Width = 234
|
---|
53 | Height = 185
|
---|
54 | Style = orcsSimple
|
---|
55 | AutoSelect = True
|
---|
56 | Caption = 'Select or enter name'
|
---|
57 | Color = clWindow
|
---|
58 | DropDownCount = 8
|
---|
59 | ItemHeight = 13
|
---|
60 | ItemTipColor = clWindow
|
---|
61 | ItemTipEnable = True
|
---|
62 | ListItemsOnly = True
|
---|
63 | LongList = False
|
---|
64 | LookupPiece = 0
|
---|
65 | MaxLength = 0
|
---|
66 | Pieces = '2'
|
---|
67 | Sorted = True
|
---|
68 | SynonymChars = '<>'
|
---|
69 | TabOrder = 0
|
---|
70 | CharsNeedMatch = 1
|
---|
71 | end
|
---|
72 | end
|
---|
73 | inherited amgrMain: TVA508AccessibilityManager
|
---|
74 | Data = (
|
---|
75 | (
|
---|
76 | 'Component = pnlBase'
|
---|
77 | 'Status = stsDefault')
|
---|
78 | (
|
---|
79 | 'Component = cmdOK'
|
---|
80 | 'Status = stsDefault')
|
---|
81 | (
|
---|
82 | 'Component = cmdCancel'
|
---|
83 | 'Status = stsDefault')
|
---|
84 | (
|
---|
85 | 'Component = cboRadiologist'
|
---|
86 | 'Status = stsDefault')
|
---|
87 | (
|
---|
88 | 'Component = frmODRadApproval'
|
---|
89 | 'Status = stsDefault'))
|
---|
90 | end
|
---|
91 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.