| Line |   | 
|---|
| 1 | inherited frmOCAccept: TfrmOCAccept
 | 
|---|
| 2 |   Left = 305
 | 
|---|
| 3 |   Top = 257
 | 
|---|
| 4 |   BorderIcons = []
 | 
|---|
| 5 |   Caption = 'Order Checking'
 | 
|---|
| 6 |   ClientHeight = 169
 | 
|---|
| 7 |   ClientWidth = 472
 | 
|---|
| 8 |   Position = poScreenCenter
 | 
|---|
| 9 |   ExplicitLeft = 305
 | 
|---|
| 10 |   ExplicitTop = 257
 | 
|---|
| 11 |   ExplicitWidth = 480
 | 
|---|
| 12 |   ExplicitHeight = 203
 | 
|---|
| 13 |   PixelsPerInch = 96
 | 
|---|
| 14 |   TextHeight = 13
 | 
|---|
| 15 |   object memChecks: TRichEdit [0]
 | 
|---|
| 16 |     Left = 0
 | 
|---|
| 17 |     Top = 0
 | 
|---|
| 18 |     Width = 472
 | 
|---|
| 19 |     Height = 136
 | 
|---|
| 20 |     Align = alClient
 | 
|---|
| 21 |     ReadOnly = True
 | 
|---|
| 22 |     ScrollBars = ssVertical
 | 
|---|
| 23 |     TabOrder = 0
 | 
|---|
| 24 |     WantReturns = False
 | 
|---|
| 25 |   end
 | 
|---|
| 26 |   object pnlBottom: TPanel [1]
 | 
|---|
| 27 |     Left = 0
 | 
|---|
| 28 |     Top = 136
 | 
|---|
| 29 |     Width = 472
 | 
|---|
| 30 |     Height = 33
 | 
|---|
| 31 |     Align = alBottom
 | 
|---|
| 32 |     BevelOuter = bvNone
 | 
|---|
| 33 |     TabOrder = 1
 | 
|---|
| 34 |     object cmdAccept: TButton
 | 
|---|
| 35 |       Left = 148
 | 
|---|
| 36 |       Top = 7
 | 
|---|
| 37 |       Width = 80
 | 
|---|
| 38 |       Height = 21
 | 
|---|
| 39 |       Caption = 'Accept Order'
 | 
|---|
| 40 |       Default = True
 | 
|---|
| 41 |       ModalResult = 6
 | 
|---|
| 42 |       TabOrder = 0
 | 
|---|
| 43 |     end
 | 
|---|
| 44 |     object cmdCancel: TButton
 | 
|---|
| 45 |       Left = 244
 | 
|---|
| 46 |       Top = 7
 | 
|---|
| 47 |       Width = 80
 | 
|---|
| 48 |       Height = 21
 | 
|---|
| 49 |       Cancel = True
 | 
|---|
| 50 |       Caption = 'Cancel Order'
 | 
|---|
| 51 |       ModalResult = 7
 | 
|---|
| 52 |       TabOrder = 1
 | 
|---|
| 53 |     end
 | 
|---|
| 54 |   end
 | 
|---|
| 55 |   inherited amgrMain: TVA508AccessibilityManager
 | 
|---|
| 56 |     Data = (
 | 
|---|
| 57 |       (
 | 
|---|
| 58 |         'Component = memChecks'
 | 
|---|
| 59 |         'Status = stsDefault')
 | 
|---|
| 60 |       (
 | 
|---|
| 61 |         'Component = pnlBottom'
 | 
|---|
| 62 |         'Status = stsDefault')
 | 
|---|
| 63 |       (
 | 
|---|
| 64 |         'Component = cmdAccept'
 | 
|---|
| 65 |         'Status = stsDefault')
 | 
|---|
| 66 |       (
 | 
|---|
| 67 |         'Component = cmdCancel'
 | 
|---|
| 68 |         'Status = stsDefault')
 | 
|---|
| 69 |       (
 | 
|---|
| 70 |         'Component = frmOCAccept'
 | 
|---|
| 71 |         'Status = stsDefault'))
 | 
|---|
| 72 |   end
 | 
|---|
| 73 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.