source: cprs/trunk/CPRS-Chart/Encounter/fPCEBase.dfm@ 829

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

Upgrade to version 27

File size: 1.1 KB
RevLine 
[829]1inherited frmPCEBase: TfrmPCEBase
[456]2 Left = 194
3 Top = 170
4 Caption = 'Basic Page'
5 ClientHeight = 400
6 ClientWidth = 624
7 OnClose = FormClose
8 OnCreate = FormCreate
[829]9 ExplicitWidth = 320
10 ExplicitHeight = 240
[456]11 DesignSize = (
12 624
13 400)
14 PixelsPerInch = 96
15 TextHeight = 13
[829]16 object btnOK: TBitBtn [0]
[456]17 Left = 467
18 Top = 376
19 Width = 75
20 Height = 21
21 Anchors = [akRight, akBottom]
[829]22 Caption = '&OK'
[456]23 ModalResult = 1
24 TabOrder = 0
25 OnClick = btnOKClick
26 NumGlyphs = 2
27 end
[829]28 object btnCancel: TBitBtn [1]
[456]29 Left = 547
30 Top = 376
31 Width = 75
32 Height = 21
33 Anchors = [akRight, akBottom]
[829]34 Caption = '&Cancel'
[456]35 ModalResult = 2
36 TabOrder = 1
37 OnClick = btnCancelClick
38 NumGlyphs = 2
39 end
[829]40 inherited amgrMain: TVA508AccessibilityManager
41 Data = (
42 (
43 'Component = btnOK'
44 'Status = stsDefault')
45 (
46 'Component = btnCancel'
47 'Status = stsDefault')
48 (
49 'Component = frmPCEBase'
50 'Status = stsDefault'))
51 end
[456]52end
Note: See TracBrowser for help on using the repository browser.