source: cprs/trunk/CPRS-Chart/Orders/fOrdersRelease.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: 3.2 KB
Line 
1inherited frmReleaseOrders: TfrmReleaseOrders
2 Left = 318
3 Top = 186
4 Caption = 'Release Orders to Service(s)'
5 ClientHeight = 343
6 Position = poScreenCenter
7 OnCreate = FormCreate
8 ExplicitHeight = 377
9 PixelsPerInch = 96
10 TextHeight = 13
11 object Panel1: TPanel [0]
12 Left = 0
13 Top = 0
14 Width = 427
15 Height = 296
16 Align = alClient
17 BevelOuter = bvNone
18 Caption = 'Panel1'
19 Constraints.MinHeight = 260
20 TabOrder = 0
21 OnResize = Panel1Resize
22 DesignSize = (
23 427
24 296)
25 object Label1: TLabel
26 Left = 0
27 Top = 0
28 Width = 427
29 Height = 13
30 Align = alTop
31 Caption = 'The following orders will be released -'
32 ExplicitWidth = 176
33 end
34 object lstOrders: TCaptionListBox
35 Left = 1
36 Top = 16
37 Width = 425
38 Height = 275
39 Style = lbOwnerDrawVariable
40 Anchors = [akLeft, akTop, akRight, akBottom]
41 ItemHeight = 13
42 ScrollWidth = 415
43 TabOrder = 0
44 OnDrawItem = lstOrdersDrawItem
45 OnMeasureItem = lstOrdersMeasureItem
46 Caption = 'The following orders will be released '
47 end
48 end
49 object Panel2: TPanel [1]
50 Left = 0
51 Top = 296
52 Width = 427
53 Height = 47
54 Align = alBottom
55 TabOrder = 1
56 object grpRelease: TGroupBox
57 Left = 8
58 Top = 3
59 Width = 241
60 Height = 41
61 Caption = 'Nature of Orders'
62 TabOrder = 0
63 object radVerbal: TRadioButton
64 Left = 8
65 Top = 16
66 Width = 53
67 Height = 17
68 Caption = '&Verbal'
69 Checked = True
70 TabOrder = 0
71 TabStop = True
72 end
73 object radPhone: TRadioButton
74 Left = 80
75 Top = 16
76 Width = 77
77 Height = 17
78 Caption = '&Telephone'
79 TabOrder = 1
80 end
81 object radPolicy: TRadioButton
82 Left = 168
83 Top = 16
84 Width = 49
85 Height = 17
86 Caption = '&Policy'
87 TabOrder = 2
88 end
89 end
90 object cmdOK: TButton
91 Left = 267
92 Top = 19
93 Width = 72
94 Height = 21
95 Caption = 'OK'
96 Default = True
97 TabOrder = 1
98 OnClick = cmdOKClick
99 end
100 object cmdCancel: TButton
101 Left = 347
102 Top = 19
103 Width = 72
104 Height = 21
105 Cancel = True
106 Caption = 'Cancel'
107 TabOrder = 2
108 OnClick = cmdCancelClick
109 end
110 end
111 inherited amgrMain: TVA508AccessibilityManager
112 Data = (
113 (
114 'Component = Panel1'
115 'Status = stsDefault')
116 (
117 'Component = lstOrders'
118 'Status = stsDefault')
119 (
120 'Component = Panel2'
121 'Status = stsDefault')
122 (
123 'Component = grpRelease'
124 'Status = stsDefault')
125 (
126 'Component = radVerbal'
127 'Status = stsDefault')
128 (
129 'Component = radPhone'
130 'Status = stsDefault')
131 (
132 'Component = radPolicy'
133 'Status = stsDefault')
134 (
135 'Component = cmdOK'
136 'Status = stsDefault')
137 (
138 'Component = cmdCancel'
139 'Status = stsDefault')
140 (
141 'Component = frmReleaseOrders'
142 'Status = stsDefault'))
143 end
144end
Note: See TracBrowser for help on using the repository browser.