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

Last change on this file since 830 was 830, checked in by Kevin Toppenberg, 14 years ago

Upgrading to version 27

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