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
RevLine 
[456]1inherited frmAllgyBox: TfrmAllgyBox
2 Left = 487
3 Top = 242
4 Caption = 'frmAllgyBox'
[830]5 ClientWidth = 449
[456]6 Constraints.MinWidth = 457
7 Position = poMainFormCenter
[1679]8 ExplicitLeft = 487
9 ExplicitTop = 242
[830]10 ExplicitWidth = 457
[456]11 PixelsPerInch = 96
12 TextHeight = 13
13 inherited memReport: TRichEdit
14 Width = 449
[830]15 ExplicitWidth = 449
[456]16 end
17 inherited pnlButton: TPanel
18 Width = 449
[830]19 ExplicitWidth = 449
[456]20 inherited cmdPrint: TButton
21 Left = 293
[830]22 Anchors = [akTop, akRight]
23 Caption = '&Print'
[456]24 TabOrder = 3
[830]25 ExplicitLeft = 293
[456]26 end
27 inherited cmdClose: TButton
28 Left = 373
[830]29 Anchors = [akTop, akRight]
30 Caption = '&Close'
[456]31 TabOrder = 4
[830]32 ExplicitLeft = 373
[456]33 end
34 object cmdEdit: TButton
35 Left = 98
[830]36 Top = 0
[456]37 Width = 90
38 Height = 21
[830]39 Caption = 'E&dit'
[456]40 TabOrder = 1
41 Visible = False
42 OnClick = cmdEditClick
43 end
44 object cmdAdd: TButton
45 Left = 2
[830]46 Top = 0
[456]47 Width = 90
48 Height = 21
[830]49 Caption = '&Add New'
[456]50 TabOrder = 0
51 OnClick = cmdAddClick
52 end
53 object cmdInError: TButton
54 Left = 195
[830]55 Top = 0
[456]56 Width = 90
57 Height = 21
[830]58 Caption = '&Entered in Error'
[456]59 TabOrder = 2
60 OnClick = cmdInErrorClick
61 end
62 end
[830]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
[456]90end
Note: See TracBrowser for help on using the repository browser.