source: cprs/branches/tmg-cprs/CPRS-Chart/Orders/fOrdersVerify.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: 2.5 KB
Line 
1inherited frmVerifyOrders: TfrmVerifyOrders
2 Left = 341
3 Top = 182
4 Height = 367
5 Caption = 'Verify Orders'
6 Position = poScreenCenter
7 OnCreate = FormCreate
8 PixelsPerInch = 96
9 TextHeight = 13
10 object Panel1: TPanel [0]
11 Left = 0
12 Top = 0
13 Width = 427
14 Height = 286
15 Align = alClient
16 Constraints.MinHeight = 260
17 TabOrder = 1
18 OnResize = Panel1Resize
19 DesignSize = (
20 427
21 286)
22 object lblVerify: TLabel
23 Left = 1
24 Top = 1
25 Width = 425
26 Height = 13
27 Align = alTop
28 Caption = 'The following orders will be marked as verified -'
29 end
30 object lstOrders: TCaptionListBox
31 Left = 4
32 Top = 16
33 Width = 419
34 Height = 274
35 Style = lbOwnerDrawVariable
36 Anchors = [akLeft, akTop, akRight, akBottom]
37 ItemHeight = 13
38 ScrollWidth = 409
39 TabOrder = 0
40 OnDrawItem = lstOrdersDrawItem
41 OnMeasureItem = lstOrdersMeasureItem
42 Caption = 'The following orders will be released from hold '
43 end
44 end
45 object Panel2: TPanel [1]
46 Left = 0
47 Top = 286
48 Width = 427
49 Height = 47
50 Align = alBottom
51 TabOrder = 0
52 object lblESCode: TLabel
53 Left = 8
54 Top = 4
55 Width = 123
56 Height = 13
57 Caption = 'Electronic Signature Code'
58 end
59 object txtESCode: TCaptionEdit
60 Left = 8
61 Top = 20
62 Width = 137
63 Height = 21
64 PasswordChar = '*'
65 TabOrder = 0
66 Caption = 'Electronic Signature Code'
67 end
68 object cmdOK: TButton
69 Left = 267
70 Top = 20
71 Width = 72
72 Height = 21
73 Caption = 'OK'
74 Default = True
75 TabOrder = 2
76 OnClick = cmdOKClick
77 end
78 object cmdCancel: TButton
79 Left = 347
80 Top = 20
81 Width = 72
82 Height = 21
83 Cancel = True
84 Caption = 'Cancel'
85 TabOrder = 3
86 OnClick = cmdCancelClick
87 end
88 end
89 inherited DKLanguageController1: TDKLanguageController
90 LangData = {
91 0F0066726D5665726966794F7264657273010100000001000000070043617074
92 696F6E0108000000060050616E656C31000009006C626C566572696679010100
93 000002000000070043617074696F6E0009006C73744F72646572730101000000
94 03000000070043617074696F6E00060050616E656C32000009006C626C455343
95 6F6465010100000004000000070043617074696F6E0009007478744553436F64
96 65010100000005000000070043617074696F6E000500636D644F4B0101000000
97 06000000070043617074696F6E000900636D6443616E63656C01010000000700
98 0000070043617074696F6E00}
99 end
100end
Note: See TracBrowser for help on using the repository browser.