source: cprs/branches/tmg-cprs/CPRS-Chart/Orders/fOrdersComplete.dfm@ 453

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

Initial upload of TMG-CPRS 1.0.26.69

File size: 1.8 KB
Line 
1inherited frmCompleteOrders: TfrmCompleteOrders
2 Left = 327
3 Top = 169
4 Height = 284
5 Caption = 'Complete Orders'
6 Position = poScreenCenter
7 OnCreate = FormCreate
8 PixelsPerInch = 96
9 TextHeight = 13
10 object Label1: TLabel [0]
11 Left = 8
12 Top = 8
13 Width = 231
14 Height = 13
15 Caption = 'The following orders will be marked as complete -'
16 end
17 object lblESCode: TLabel [1]
18 Left = 8
19 Top = 214
20 Width = 123
21 Height = 13
22 Caption = 'Electronic Signature Code'
23 end
24 object lstOrders: TCaptionListBox [2]
25 Left = 8
26 Top = 22
27 Width = 411
28 Height = 176
29 ItemHeight = 13
30 TabOrder = 3
31 Caption = 'The following orders will be marked as complete -'
32 end
33 object cmdOK: TButton [3]
34 Left = 267
35 Top = 228
36 Width = 72
37 Height = 21
38 Caption = 'OK'
39 Default = True
40 TabOrder = 1
41 OnClick = cmdOKClick
42 end
43 object cmdCancel: TButton [4]
44 Left = 347
45 Top = 228
46 Width = 72
47 Height = 21
48 Cancel = True
49 Caption = 'Cancel'
50 TabOrder = 2
51 OnClick = cmdCancelClick
52 end
53 object txtESCode: TCaptionEdit [5]
54 Left = 8
55 Top = 228
56 Width = 137
57 Height = 21
58 PasswordChar = '*'
59 TabOrder = 0
60 Caption = 'Electronic Signature Code'
61 end
62 inherited DKLanguageController1: TDKLanguageController
63 LangData = {
64 110066726D436F6D706C6574654F726465727301010000000100000007004361
65 7074696F6E010600000006004C6162656C310101000000020000000700436170
66 74696F6E0009006C626C4553436F646501010000000300000007004361707469
67 6F6E0009006C73744F7264657273010100000004000000070043617074696F6E
68 000500636D644F4B010100000005000000070043617074696F6E000900636D64
69 43616E63656C010100000006000000070043617074696F6E0009007478744553
70 436F6465010100000007000000070043617074696F6E00}
71 end
72end
Note: See TracBrowser for help on using the repository browser.