source: cprs/trunk/CPRS-Chart/Orders/fODRadImType.dfm@ 829

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

File size: 2.1 KB
Line 
1inherited frmODRadImType: TfrmODRadImType
2 Left = 308
3 Top = 206
4 BorderStyle = bsDialog
5 Caption = 'Select Imaging Type'
6 ClientHeight = 189
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 = 189
17 Align = alClient
18 BevelOuter = bvNone
19 TabOrder = 0
20 object SrcLabel: TLabel
21 Left = 12
22 Top = 14
23 Width = 145
24 Height = 16
25 AutoSize = False
26 Caption = 'Select or enter imaging type'
27 end
28 object cmdOK: TButton
29 Left = 57
30 Top = 151
31 Width = 75
32 Height = 25
33 Caption = 'OK'
34 Default = True
35 ModalResult = 1
36 TabOrder = 1
37 OnClick = cmdOKClick
38 end
39 object cmdCancel: TButton
40 Left = 138
41 Top = 151
42 Width = 75
43 Height = 25
44 Cancel = True
45 Caption = 'Cancel'
46 ModalResult = 2
47 TabOrder = 2
48 OnClick = cmdCancelClick
49 end
50 object cboImType: TORComboBox
51 Left = 14
52 Top = 31
53 Width = 234
54 Height = 103
55 Style = orcsSimple
56 AutoSelect = True
57 Caption = 'Select or enter imaging type'
58 Color = clWindow
59 DropDownCount = 8
60 ItemHeight = 13
61 ItemTipColor = clWindow
62 ItemTipEnable = True
63 ListItemsOnly = True
64 LongList = False
65 LookupPiece = 0
66 MaxLength = 0
67 Pieces = '2'
68 Sorted = True
69 SynonymChars = '<>'
70 TabOrder = 0
71 OnDblClick = cboImTypeDblClick
72 CharsNeedMatch = 1
73 end
74 end
75 inherited amgrMain: TVA508AccessibilityManager
76 Data = (
77 (
78 'Component = pnlBase'
79 'Status = stsDefault')
80 (
81 'Component = cmdOK'
82 'Status = stsDefault')
83 (
84 'Component = cmdCancel'
85 'Status = stsDefault')
86 (
87 'Component = cboImType'
88 'Status = stsDefault')
89 (
90 'Component = frmODRadImType'
91 'Status = stsDefault'))
92 end
93end
Note: See TracBrowser for help on using the repository browser.