source: cprs/trunk/CPRS-Chart/Orders/fOMVerify.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.9 KB
Line 
1inherited frmOMVerify: TfrmOMVerify
2 Left = 328
3 Top = 243
4 BorderIcons = []
5 Caption = 'New Order'
6 ClientHeight = 181
7 ClientWidth = 579
8 OnClose = FormClose
9 OnCreate = FormCreate
10 ExplicitWidth = 587
11 ExplicitHeight = 208
12 PixelsPerInch = 96
13 TextHeight = 13
14 object cmdAccept: TButton [0]
15 Left = 165
16 Top = 154
17 Width = 72
18 Height = 21
19 Caption = 'Accept'
20 Default = True
21 TabOrder = 0
22 OnClick = cmdAcceptClick
23 end
24 object cmdEdit: TButton [1]
25 Left = 253
26 Top = 154
27 Width = 72
28 Height = 21
29 Caption = 'Edit'
30 TabOrder = 1
31 OnClick = cmdEditClick
32 end
33 object cmdCancel: TButton [2]
34 Left = 341
35 Top = 154
36 Width = 72
37 Height = 21
38 Cancel = True
39 Caption = 'Cancel'
40 TabOrder = 2
41 OnClick = cmdCancelClick
42 end
43 object memText: TRichEdit [3]
44 Left = 6
45 Top = 6
46 Width = 567
47 Height = 132
48 Font.Charset = ANSI_CHARSET
49 Font.Color = clWindowText
50 Font.Height = -11
51 Font.Name = 'Courier New'
52 Font.Style = []
53 Lines.Strings = (
54
55 '1234567890123456789012345678901234567890123456789012345678901234' +
56 '5678901234567890'
57 '2'
58 '3'
59 '4'
60 '5'
61 '6'
62 '7'
63 '8'
64 '9'
65 '10')
66 ParentFont = False
67 ScrollBars = ssBoth
68 TabOrder = 3
69 WantTabs = True
70 WordWrap = False
71 OnKeyUp = memTextKeyUp
72 end
73 inherited amgrMain: TVA508AccessibilityManager
74 Data = (
75 (
76 'Component = cmdAccept'
77 'Status = stsDefault')
78 (
79 'Component = cmdEdit'
80 'Status = stsDefault')
81 (
82 'Component = cmdCancel'
83 'Status = stsDefault')
84 (
85 'Component = memText'
86 'Status = stsDefault')
87 (
88 'Component = frmOMVerify'
89 'Status = stsDefault'))
90 end
91end
Note: See TracBrowser for help on using the repository browser.