source: cprs/branches/foia-cprs/CPRS-Chart/Orders/fOCSession.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: 1.2 KB
Line 
1inherited frmOCSession: TfrmOCSession
2 Left = 220
3 Top = 392
4 Width = 504
5 Height = 298
6 BorderIcons = []
7 Caption = 'Order Checks'
8 Position = poScreenCenter
9 PixelsPerInch = 96
10 TextHeight = 13
11 object lblJustify: TLabel
12 Left = 8
13 Top = 195
14 Width = 248
15 Height = 13
16 Caption = 'Enter justification for overriding critical order checks -'
17 end
18 object lstChecks: TListBox
19 Left = 8
20 Top = 8
21 Width = 480
22 Height = 149
23 ItemHeight = 13
24 MultiSelect = True
25 Style = lbOwnerDrawVariable
26 TabOrder = 0
27 OnDrawItem = lstChecksDrawItem
28 OnMeasureItem = lstChecksMeasureItem
29 end
30 object txtJustify: TCaptionEdit
31 Left = 8
32 Top = 209
33 Width = 480
34 Height = 21
35 MaxLength = 80
36 TabOrder = 2
37 Caption = 'Enter justification for overriding critical order checks -'
38 end
39 object cmdCancelOrder: TButton
40 Left = 356
41 Top = 162
42 Width = 133
43 Height = 21
44 Caption = 'Cancel Selected Order(s)'
45 TabOrder = 1
46 OnClick = cmdCancelOrderClick
47 end
48 object cmdContinue: TButton
49 Left = 212
50 Top = 242
51 Width = 72
52 Height = 21
53 Caption = 'Continue'
54 TabOrder = 3
55 OnClick = cmdContinueClick
56 end
57end
Note: See TracBrowser for help on using the repository browser.