source: cprs/trunk/CPRS-Chart/Orders/fOrdersUnhold.dfm@ 829

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

File size: 1.4 KB
Line 
1inherited frmUnholdOrders: TfrmUnholdOrders
2 Left = 269
3 Top = 192
4 Caption = 'Release Orders from Hold'
5 ClientHeight = 243
6 Position = poScreenCenter
7 OnCreate = FormCreate
8 ExplicitWidth = 320
9 ExplicitHeight = 270
10 PixelsPerInch = 96
11 TextHeight = 13
12 object Label1: TLabel [0]
13 Left = 8
14 Top = 8
15 Width = 222
16 Height = 13
17 Caption = 'The following orders will be released from hold -'
18 end
19 object lstOrders: TCaptionListBox [1]
20 Left = 8
21 Top = 22
22 Width = 411
23 Height = 176
24 ItemHeight = 13
25 TabOrder = 0
26 Caption = 'The following orders will be released from hold '
27 end
28 object cmdOK: TButton [2]
29 Left = 267
30 Top = 214
31 Width = 72
32 Height = 21
33 Caption = 'OK'
34 Default = True
35 TabOrder = 1
36 OnClick = cmdOKClick
37 end
38 object cmdCancel: TButton [3]
39 Left = 347
40 Top = 214
41 Width = 72
42 Height = 21
43 Cancel = True
44 Caption = 'Cancel'
45 TabOrder = 2
46 OnClick = cmdCancelClick
47 end
48 inherited amgrMain: TVA508AccessibilityManager
49 Data = (
50 (
51 'Component = lstOrders'
52 'Status = stsDefault')
53 (
54 'Component = cmdOK'
55 'Status = stsDefault')
56 (
57 'Component = cmdCancel'
58 'Status = stsDefault')
59 (
60 'Component = frmUnholdOrders'
61 'Status = stsDefault'))
62 end
63end
Note: See TracBrowser for help on using the repository browser.