source: cprs/branches/tmg-cprs/CPRS-Chart/Orders/fODRadApproval.dfm@ 453

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

Initial upload of TMG-CPRS 1.0.26.69

File size: 2.2 KB
Line 
1object frmODRadApproval: TfrmODRadApproval
2 Left = 295
3 Top = 167
4 BorderStyle = bsDialog
5 Caption = 'Select Approving Radiologist'
6 ClientHeight = 262
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 = 262
23 Align = alClient
24 BevelOuter = bvNone
25 TabOrder = 0
26 object SrcLabel: TLabel
27 Left = 12
28 Top = 14
29 Width = 98
30 Height = 13
31 Caption = 'Select or enter name'
32 end
33 object cmdOK: TButton
34 Left = 52
35 Top = 227
36 Width = 75
37 Height = 25
38 Caption = 'OK'
39 Default = True
40 ModalResult = 1
41 TabOrder = 1
42 OnClick = cmdOKClick
43 end
44 object cmdCancel: TButton
45 Left = 132
46 Top = 226
47 Width = 75
48 Height = 25
49 Cancel = True
50 Caption = 'Cancel'
51 ModalResult = 2
52 TabOrder = 2
53 OnClick = cmdCancelClick
54 end
55 object cboRadiologist: TORComboBox
56 Left = 13
57 Top = 31
58 Width = 234
59 Height = 185
60 Style = orcsSimple
61 AutoSelect = True
62 Caption = 'Select or enter name'
63 Color = clWindow
64 DropDownCount = 8
65 ItemHeight = 13
66 ItemTipColor = clWindow
67 ItemTipEnable = True
68 ListItemsOnly = True
69 LongList = False
70 LookupPiece = 0
71 MaxLength = 0
72 Pieces = '2'
73 Sorted = True
74 SynonymChars = '<>'
75 TabOrder = 0
76 CharsNeedMatch = 1
77 end
78 end
79 object DKLanguageController1: TDKLanguageController
80 Left = 120
81 Top = 136
82 LangData = {
83 100066726D4F44526164417070726F76616C0101000000010000000700436170
84 74696F6E01050000000700706E6C42617365000008005372634C6162656C0101
85 00000002000000070043617074696F6E000500636D644F4B0101000000030000
86 00070043617074696F6E000900636D6443616E63656C01010000000400000007
87 0043617074696F6E000E0063626F526164696F6C6F6769737401010000000500
88 0000070043617074696F6E00}
89 end
90end
Note: See TracBrowser for help on using the repository browser.