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