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

Last change on this file since 456 was 456, checked in by Kevin Toppenberg, 16 years ago

Initial Upload of Official WV CPRS 1.0.26.76

File size: 1.7 KB
Line 
1object frmODRadImType: TfrmODRadImType
2 Left = 308
3 Top = 206
4 BorderStyle = bsDialog
5 Caption = 'Select Imaging Type'
6 ClientHeight = 189
7 ClientWidth = 259
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -11
12 Font.Name = 'MS Sans Serif'
13 Font.Style = []
14 OldCreateOrder = True
15 Position = poScreenCenter
16 PixelsPerInch = 96
17 TextHeight = 13
18 object pnlBase: TORAutoPanel
19 Left = 0
20 Top = 0
21 Width = 259
22 Height = 189
23 Align = alClient
24 BevelOuter = bvNone
25 TabOrder = 0
26 object SrcLabel: TLabel
27 Left = 12
28 Top = 14
29 Width = 145
30 Height = 16
31 AutoSize = False
32 Caption = 'Select or enter imaging type'
33 end
34 object cmdOK: TButton
35 Left = 57
36 Top = 151
37 Width = 75
38 Height = 25
39 Caption = 'OK'
40 Default = True
41 ModalResult = 1
42 TabOrder = 1
43 OnClick = cmdOKClick
44 end
45 object cmdCancel: TButton
46 Left = 138
47 Top = 151
48 Width = 75
49 Height = 25
50 Cancel = True
51 Caption = 'Cancel'
52 ModalResult = 2
53 TabOrder = 2
54 OnClick = cmdCancelClick
55 end
56 object cboImType: TORComboBox
57 Left = 14
58 Top = 31
59 Width = 234
60 Height = 103
61 Style = orcsSimple
62 AutoSelect = True
63 Caption = 'Select or enter imaging type'
64 Color = clWindow
65 DropDownCount = 8
66 ItemHeight = 13
67 ItemTipColor = clWindow
68 ItemTipEnable = True
69 ListItemsOnly = True
70 LongList = False
71 MaxLength = 0
72 Pieces = '2'
73 Sorted = True
74 SynonymChars = '<>'
75 TabOrder = 0
76 OnDblClick = cboImTypeDblClick
77 end
78 end
79end
Note: See TracBrowser for help on using the repository browser.