source: cprs/trunk/CPRS-Chart/Orders/fOrderComment.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.6 KB
Line 
1inherited frmWardComments: TfrmWardComments
2 Left = 334
3 Top = 234
4 Caption = 'Comments for Order'
5 ClientHeight = 262
6 Position = poScreenCenter
7 OnCreate = FormCreate
8 ExplicitWidth = 320
9 ExplicitHeight = 289
10 PixelsPerInch = 96
11 TextHeight = 13
12 object Label1: TLabel [0]
13 Left = 8
14 Top = 80
15 Width = 52
16 Height = 13
17 Caption = 'Comments:'
18 end
19 object cmdOK: TButton [1]
20 Left = 267
21 Top = 233
22 Width = 72
23 Height = 21
24 Caption = 'OK'
25 Default = True
26 TabOrder = 1
27 OnClick = cmdOKClick
28 end
29 object cmdCancel: TButton [2]
30 Left = 347
31 Top = 233
32 Width = 72
33 Height = 21
34 Cancel = True
35 Caption = 'Cancel'
36 TabOrder = 2
37 OnClick = cmdCancelClick
38 end
39 object memOrder: TMemo [3]
40 Left = 8
41 Top = 8
42 Width = 411
43 Height = 56
44 TabStop = False
45 Color = clBtnFace
46 Lines.Strings = (
47 'memOrder')
48 ReadOnly = True
49 TabOrder = 3
50 WantReturns = False
51 end
52 object memComments: TRichEdit [4]
53 Left = 8
54 Top = 94
55 Width = 411
56 Height = 123
57 ScrollBars = ssVertical
58 TabOrder = 0
59 WantTabs = True
60 OnKeyUp = memCommentsKeyUp
61 end
62 inherited amgrMain: TVA508AccessibilityManager
63 Data = (
64 (
65 'Component = cmdOK'
66 'Status = stsDefault')
67 (
68 'Component = cmdCancel'
69 'Status = stsDefault')
70 (
71 'Component = memOrder'
72 'Status = stsDefault')
73 (
74 'Component = memComments'
75 'Status = stsDefault')
76 (
77 'Component = frmWardComments'
78 'Status = stsDefault'))
79 end
80end
Note: See TracBrowser for help on using the repository browser.