source: cprs/trunk/CPRS-Chart/Orders/fODRadConShRes.dfm@ 1679

Last change on this file since 1679 was 1679, checked in by healthsevak, 9 years ago

Updating the working copy to CPRS version 28

File size: 2.4 KB
Line 
1inherited frmODRadConShRes: TfrmODRadConShRes
2 Left = 308
3 Top = 206
4 ActiveControl = txtResearch
5 BorderStyle = bsDialog
6 Caption = 'Contract/Sharing/Research Source'
7 ClientHeight = 121
8 ClientWidth = 288
9 OldCreateOrder = True
10 Position = poScreenCenter
11 ExplicitWidth = 294
12 ExplicitHeight = 146
13 PixelsPerInch = 96
14 TextHeight = 13
15 object pnlBase: TORAutoPanel [0]
16 Left = 0
17 Top = 0
18 Width = 288
19 Height = 121
20 Align = alClient
21 BevelOuter = bvNone
22 TabOrder = 0
23 object SrcLabel: TLabel
24 Left = 12
25 Top = 14
26 Width = 107
27 Height = 13
28 Caption = 'Select or enter source:'
29 end
30 object cmdOK: TButton
31 Left = 58
32 Top = 74
33 Width = 75
34 Height = 25
35 Caption = 'OK'
36 Default = True
37 ModalResult = 1
38 TabOrder = 2
39 OnClick = cmdOKClick
40 end
41 object cmdCancel: TButton
42 Left = 139
43 Top = 74
44 Width = 75
45 Height = 25
46 Cancel = True
47 Caption = 'Cancel'
48 ModalResult = 2
49 TabOrder = 3
50 OnClick = cmdCancelClick
51 end
52 object cboSource: TORComboBox
53 Left = 14
54 Top = 31
55 Width = 262
56 Height = 21
57 Style = orcsDropDown
58 AutoSelect = True
59 Caption = 'Select or enter source:'
60 Color = clWindow
61 DropDownCount = 8
62 ItemHeight = 13
63 ItemTipColor = clWindow
64 ItemTipEnable = True
65 ListItemsOnly = True
66 LongList = False
67 LookupPiece = 0
68 MaxLength = 0
69 Pieces = '2'
70 Sorted = True
71 SynonymChars = '<>'
72 TabOrder = 0
73 CharsNeedMatch = 1
74 end
75 object txtResearch: TCaptionEdit
76 Left = 12
77 Top = 31
78 Width = 261
79 Height = 21
80 MaxLength = 40
81 TabOrder = 1
82 Caption = 'Select or enter source:'
83 end
84 end
85 inherited amgrMain: TVA508AccessibilityManager
86 Data = (
87 (
88 'Component = pnlBase'
89 'Status = stsDefault')
90 (
91 'Component = cmdOK'
92 'Status = stsDefault')
93 (
94 'Component = cmdCancel'
95 'Status = stsDefault')
96 (
97 'Component = cboSource'
98 'Status = stsDefault')
99 (
100 'Component = txtResearch'
101 'Status = stsDefault')
102 (
103 'Component = frmODRadConShRes'
104 'Status = stsDefault'))
105 end
106end
Note: See TracBrowser for help on using the repository browser.