|
Last change
on this file since 1770 was 1679, checked in by healthsevak, 11 years ago |
|
Updating the working copy to CPRS version 28
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | inherited frmPCEBase: TfrmPCEBase
|
|---|
| 2 | Left = 194
|
|---|
| 3 | Top = 170
|
|---|
| 4 | Caption = 'Basic Page'
|
|---|
| 5 | ClientHeight = 400
|
|---|
| 6 | ClientWidth = 624
|
|---|
| 7 | Position = poMainFormCenter
|
|---|
| 8 | OnClose = FormClose
|
|---|
| 9 | OnCreate = FormCreate
|
|---|
| 10 | ExplicitWidth = 320
|
|---|
| 11 | ExplicitHeight = 240
|
|---|
| 12 | DesignSize = (
|
|---|
| 13 | 624
|
|---|
| 14 | 400)
|
|---|
| 15 | PixelsPerInch = 96
|
|---|
| 16 | TextHeight = 13
|
|---|
| 17 | object btnOK: TBitBtn [0]
|
|---|
| 18 | Left = 467
|
|---|
| 19 | Top = 376
|
|---|
| 20 | Width = 75
|
|---|
| 21 | Height = 21
|
|---|
| 22 | Anchors = [akRight, akBottom]
|
|---|
| 23 | Caption = '&OK'
|
|---|
| 24 | ModalResult = 1
|
|---|
| 25 | TabOrder = 0
|
|---|
| 26 | OnClick = btnOKClick
|
|---|
| 27 | NumGlyphs = 2
|
|---|
| 28 | end
|
|---|
| 29 | object btnCancel: TBitBtn [1]
|
|---|
| 30 | Left = 547
|
|---|
| 31 | Top = 376
|
|---|
| 32 | Width = 75
|
|---|
| 33 | Height = 21
|
|---|
| 34 | Anchors = [akRight, akBottom]
|
|---|
| 35 | Caption = '&Cancel'
|
|---|
| 36 | ModalResult = 2
|
|---|
| 37 | TabOrder = 1
|
|---|
| 38 | OnClick = btnCancelClick
|
|---|
| 39 | NumGlyphs = 2
|
|---|
| 40 | end
|
|---|
| 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
|
|---|
| 53 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.