source: cprs/branches/foia-cprs/CPRS-Chart/Orders/fOCAccept.dfm@ 459

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

Adding foia-cprs branch

File size: 828 bytes
Line 
1inherited frmOCAccept: TfrmOCAccept
2 Left = 305
3 Top = 257
4 BorderIcons = []
5 BorderStyle = bsDialog
6 Caption = 'Order Checking'
7 ClientHeight = 169
8 ClientWidth = 472
9 Position = poScreenCenter
10 PixelsPerInch = 96
11 TextHeight = 13
12 object memChecks: TRichEdit
13 Left = 8
14 Top = 8
15 Width = 454
16 Height = 120
17 ReadOnly = True
18 ScrollBars = ssVertical
19 TabOrder = 2
20 WantReturns = False
21 end
22 object cmdAccept: TButton
23 Left = 148
24 Top = 140
25 Width = 80
26 Height = 21
27 Caption = 'Accept Order'
28 Default = True
29 ModalResult = 6
30 TabOrder = 0
31 end
32 object cmdCancel: TButton
33 Left = 244
34 Top = 140
35 Width = 80
36 Height = 21
37 Cancel = True
38 Caption = 'Cancel Order'
39 ModalResult = 7
40 TabOrder = 1
41 end
42end
Note: See TracBrowser for help on using the repository browser.