source: cprs/branches/foia-cprs/CPRS-Chart/fARTFreeTextMsg.dfm@ 459

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

Adding foia-cprs branch

File size: 1.6 KB
Line 
1inherited frmARTFreeTextMsg: TfrmARTFreeTextMsg
2 Left = 426
3 Top = 266
4 Width = 394
5 Height = 359
6 Caption = 'Enter Optional Comments'
7 Constraints.MinHeight = 180
8 Constraints.MinWidth = 394
9 FormStyle = fsStayOnTop
10 Position = poMainFormCenter
11 PixelsPerInch = 96
12 TextHeight = 13
13 object pnlText: TORAutoPanel
14 Left = 0
15 Top = 0
16 Width = 386
17 Height = 133
18 Align = alTop
19 BevelOuter = bvNone
20 Constraints.MinHeight = 133
21 TabOrder = 0
22 object lblText: TLabel
23 Left = 17
24 Top = 7
25 Width = 3
26 Height = 13
27 end
28 object lblComments: TOROffsetLabel
29 Left = 2
30 Top = 118
31 Width = 100
32 Height = 15
33 Caption = 'Comments (optional):'
34 HorzOffset = 2
35 Transparent = False
36 VertOffset = 2
37 WordWrap = False
38 end
39 end
40 object pnlButton: TORAutoPanel
41 Left = 0
42 Top = 294
43 Width = 386
44 Height = 38
45 Align = alBottom
46 BevelOuter = bvNone
47 Constraints.MinHeight = 38
48 TabOrder = 2
49 object cmdContinue: TButton
50 Left = 155
51 Top = 9
52 Width = 75
53 Height = 21
54 Caption = 'Continue'
55 Constraints.MinHeight = 21
56 TabOrder = 0
57 OnClick = cmdContinueClick
58 end
59 end
60 object memFreeText: TCaptionRichEdit
61 Left = 0
62 Top = 133
63 Width = 386
64 Height = 161
65 Align = alClient
66 Font.Charset = DEFAULT_CHARSET
67 Font.Color = clWindowText
68 Font.Height = -11
69 Font.Name = 'Courier New'
70 Font.Style = []
71 ParentFont = False
72 PlainText = True
73 TabOrder = 1
74 Caption = 'Additional comments:'
75 end
76end
Note: See TracBrowser for help on using the repository browser.