source: cprs/trunk/CPRS-Chart/Orders/fODMessage.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.1 KB
Line 
1inherited frmODMessage: TfrmODMessage
2 Left = 271
3 Top = 515
4 BorderIcons = [biSystemMenu]
5 BorderStyle = bsToolWindow
6 ClientHeight = 39
7 ClientWidth = 374
8 FormStyle = fsStayOnTop
9 Position = poOwnerFormCenter
10 Visible = True
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 DesignSize = (
14 374
15 39)
16 PixelsPerInch = 96
17 TextHeight = 13
18 object imgMessage: TImage [0]
19 Left = 4
20 Top = 4
21 Width = 32
22 Height = 32
23 end
24 object memMessage: TRichEdit [1]
25 Left = 40
26 Top = 4
27 Width = 332
28 Height = 32
29 Anchors = [akLeft, akTop, akRight, akBottom]
30 Color = clInfoBk
31 Font.Charset = DEFAULT_CHARSET
32 Font.Color = clInfoText
33 Font.Height = -11
34 Font.Name = 'MS Sans Serif'
35 Font.Style = []
36 ParentFont = False
37 ScrollBars = ssVertical
38 TabOrder = 0
39 end
40 inherited amgrMain: TVA508AccessibilityManager
41 Data = (
42 (
43 'Component = memMessage'
44 'Status = stsDefault')
45 (
46 'Component = frmODMessage'
47 'Status = stsDefault'))
48 end
49end
Note: See TracBrowser for help on using the repository browser.