source: cprs/trunk/CPRS-Chart/Orders/fOrdersComplete.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.8 KB
Line 
1inherited frmCompleteOrders: TfrmCompleteOrders
2 Left = 327
3 Top = 169
4 Caption = 'Complete Orders'
5 ClientHeight = 257
6 Position = poScreenCenter
7 OnCreate = FormCreate
8 ExplicitWidth = 320
9 ExplicitHeight = 284
10 PixelsPerInch = 96
11 TextHeight = 13
12 object Label1: TLabel [0]
13 Left = 8
14 Top = 8
15 Width = 231
16 Height = 13
17 Caption = 'The following orders will be marked as complete -'
18 end
19 object lblESCode: TLabel [1]
20 Left = 8
21 Top = 214
22 Width = 123
23 Height = 13
24 Caption = 'Electronic Signature Code'
25 end
26 object lstOrders: TCaptionListBox [2]
27 Left = 8
28 Top = 22
29 Width = 411
30 Height = 176
31 ItemHeight = 13
32 TabOrder = 3
33 Caption = 'The following orders will be marked as complete -'
34 end
35 object cmdOK: TButton [3]
36 Left = 267
37 Top = 228
38 Width = 72
39 Height = 21
40 Caption = 'OK'
41 Default = True
42 TabOrder = 1
43 OnClick = cmdOKClick
44 end
45 object cmdCancel: TButton [4]
46 Left = 347
47 Top = 228
48 Width = 72
49 Height = 21
50 Cancel = True
51 Caption = 'Cancel'
52 TabOrder = 2
53 OnClick = cmdCancelClick
54 end
55 object txtESCode: TCaptionEdit [5]
56 Left = 8
57 Top = 228
58 Width = 137
59 Height = 21
60 PasswordChar = '*'
61 TabOrder = 0
62 Caption = 'Electronic Signature Code'
63 end
64 inherited amgrMain: TVA508AccessibilityManager
65 Data = (
66 (
67 'Component = lstOrders'
68 'Status = stsDefault')
69 (
70 'Component = cmdOK'
71 'Status = stsDefault')
72 (
73 'Component = cmdCancel'
74 'Status = stsDefault')
75 (
76 'Component = txtESCode'
77 'Status = stsDefault')
78 (
79 'Component = frmCompleteOrders'
80 'Status = stsDefault'))
81 end
82end
Note: See TracBrowser for help on using the repository browser.