source: cprs/branches/tmg-cprs/CPRS-Chart/Orders/fODRadImType.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.3 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 LookupPiece = 0
72 MaxLength = 0
73 Pieces = '2'
74 Sorted = True
75 SynonymChars = '<>'
76 TabOrder = 0
77 OnDblClick = cboImTypeDblClick
78 CharsNeedMatch = 1
79 end
80 end
81 object DKLanguageController1: TDKLanguageController
82 Left = 120
83 Top = 96
84 LangData = {
85 0E0066726D4F44526164496D5479706501010000000100000007004361707469
86 6F6E01050000000700706E6C42617365000008005372634C6162656C01010000
87 0002000000070043617074696F6E000500636D644F4B01010000000300000007
88 0043617074696F6E000900636D6443616E63656C010100000004000000070043
89 617074696F6E00090063626F496D547970650101000000050000000700436170
90 74696F6E00}
91 end
92end
Note: See TracBrowser for help on using the repository browser.