source: cprs/trunk/CPRS-Chart/fAllgyBox.dfm@ 1679

Last change on this file since 1679 was 1679, checked in by healthsevak, 9 years ago

Updating the working copy to CPRS version 28

File size: 2.0 KB
Line 
1inherited frmAllgyBox: TfrmAllgyBox
2 Left = 487
3 Top = 242
4 Caption = 'frmAllgyBox'
5 ClientWidth = 449
6 Constraints.MinWidth = 457
7 Position = poMainFormCenter
8 ExplicitLeft = 487
9 ExplicitTop = 242
10 ExplicitWidth = 457
11 PixelsPerInch = 96
12 TextHeight = 13
13 inherited memReport: TRichEdit
14 Width = 449
15 ExplicitWidth = 449
16 end
17 inherited pnlButton: TPanel
18 Width = 449
19 ExplicitWidth = 449
20 inherited cmdPrint: TButton
21 Left = 293
22 Anchors = [akTop, akRight]
23 Caption = '&Print'
24 TabOrder = 3
25 ExplicitLeft = 293
26 end
27 inherited cmdClose: TButton
28 Left = 373
29 Anchors = [akTop, akRight]
30 Caption = '&Close'
31 TabOrder = 4
32 ExplicitLeft = 373
33 end
34 object cmdEdit: TButton
35 Left = 98
36 Top = 0
37 Width = 90
38 Height = 21
39 Caption = 'E&dit'
40 TabOrder = 1
41 Visible = False
42 OnClick = cmdEditClick
43 end
44 object cmdAdd: TButton
45 Left = 2
46 Top = 0
47 Width = 90
48 Height = 21
49 Caption = '&Add New'
50 TabOrder = 0
51 OnClick = cmdAddClick
52 end
53 object cmdInError: TButton
54 Left = 195
55 Top = 0
56 Width = 90
57 Height = 21
58 Caption = '&Entered in Error'
59 TabOrder = 2
60 OnClick = cmdInErrorClick
61 end
62 end
63 inherited amgrMain: TVA508AccessibilityManager
64 Data = (
65 (
66 'Component = cmdEdit'
67 'Status = stsDefault')
68 (
69 'Component = cmdAdd'
70 'Status = stsDefault')
71 (
72 'Component = cmdInError'
73 'Status = stsDefault')
74 (
75 'Component = memReport'
76 'Status = stsDefault')
77 (
78 'Component = pnlButton'
79 'Status = stsDefault')
80 (
81 'Component = cmdPrint'
82 'Status = stsDefault')
83 (
84 'Component = cmdClose'
85 'Status = stsDefault')
86 (
87 'Component = frmAllgyBox'
88 'Status = stsDefault'))
89 end
90end
Note: See TracBrowser for help on using the repository browser.