source: cprs/branches/foia-cprs/CPRS-Chart/Orders/fODBase.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.9 KB
Line 
1inherited frmODBase: TfrmODBase
2 Left = 277
3 Top = 179
4 Width = 528
5 Height = 275
6 BorderIcons = [biSystemMenu]
7 Caption = ''
8 FormStyle = fsStayOnTop
9 KeyPreview = True
10 OnClose = FormClose
11 OnCloseQuery = FormCloseQuery
12 OnCreate = FormCreate
13 OnKeyPress = FormKeyPress
14 PixelsPerInch = 96
15 TextHeight = 13
16 object memOrder: TCaptionMemo
17 Left = 6
18 Top = 194
19 Width = 430
20 Height = 48
21 TabStop = False
22 Color = clCream
23 Ctl3D = True
24 ParentCtl3D = False
25 ReadOnly = True
26 ScrollBars = ssVertical
27 TabOrder = 0
28 Caption = 'Order'
29 end
30 object cmdAccept: TButton
31 Left = 442
32 Top = 194
33 Width = 72
34 Height = 21
35 Caption = 'Accept Order'
36 TabOrder = 1
37 OnClick = cmdAcceptClick
38 end
39 object cmdQuit: TButton
40 Left = 442
41 Top = 221
42 Width = 39
43 Height = 21
44 Cancel = True
45 Caption = 'Quit'
46 TabOrder = 2
47 OnClick = cmdQuitClick
48 end
49 object pnlMessage: TPanel
50 Left = 24
51 Top = 176
52 Width = 381
53 Height = 44
54 BevelInner = bvRaised
55 BorderStyle = bsSingle
56 TabOrder = 3
57 Visible = False
58 OnExit = pnlMessageExit
59 OnMouseDown = pnlMessageMouseDown
60 OnMouseMove = pnlMessageMouseMove
61 object imgMessage: TImage
62 Left = 4
63 Top = 4
64 Width = 32
65 Height = 32
66 OnMouseUp = memMessageMouseUp
67 end
68 object memMessage: TRichEdit
69 Left = 40
70 Top = 4
71 Width = 332
72 Height = 32
73 Color = clInfoBk
74 Font.Charset = DEFAULT_CHARSET
75 Font.Color = clInfoText
76 Font.Height = -11
77 Font.Name = 'MS Sans Serif'
78 Font.Style = []
79 ParentFont = False
80 ReadOnly = True
81 ScrollBars = ssVertical
82 TabOrder = 0
83 WantReturns = False
84 OnMouseDown = pnlMessageMouseDown
85 OnMouseMove = pnlMessageMouseMove
86 end
87 end
88end
Note: See TracBrowser for help on using the repository browser.