source: cprs/trunk/CPRS-Chart/Encounter/fPCEBase.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: 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
[1679]7 Position = poMainFormCenter
[456]8 OnClose = FormClose
9 OnCreate = FormCreate
[829]10 ExplicitWidth = 320
11 ExplicitHeight = 240
[456]12 DesignSize = (
13 624
14 400)
15 PixelsPerInch = 96
16 TextHeight = 13
[829]17 object btnOK: TBitBtn [0]
[456]18 Left = 467
19 Top = 376
20 Width = 75
21 Height = 21
22 Anchors = [akRight, akBottom]
[829]23 Caption = '&OK'
[456]24 ModalResult = 1
25 TabOrder = 0
26 OnClick = btnOKClick
27 NumGlyphs = 2
28 end
[829]29 object btnCancel: TBitBtn [1]
[456]30 Left = 547
31 Top = 376
32 Width = 75
33 Height = 21
34 Anchors = [akRight, akBottom]
[829]35 Caption = '&Cancel'
[456]36 ModalResult = 2
37 TabOrder = 1
38 OnClick = btnCancelClick
39 NumGlyphs = 2
40 end
[829]41 inherited amgrMain: TVA508AccessibilityManager
42 Data = (
43 (
44 'Component = btnOK'
45 'Status = stsDefault')
46 (
47 'Component = btnCancel'
48 'Status = stsDefault')
49 (
50 'Component = frmPCEBase'
51 'Status = stsDefault'))
52 end
[456]53end
Note: See TracBrowser for help on using the repository browser.