Rev | Line | |
---|
[456] | 1 | inherited frmOMHTML: TfrmOMHTML
|
---|
| 2 | Left = 390
|
---|
| 3 | Top = 242
|
---|
| 4 | Caption = 'HTML Ordering'
|
---|
[829] | 5 | ClientHeight = 293
|
---|
| 6 | ClientWidth = 512
|
---|
[456] | 7 | OnClose = FormClose
|
---|
| 8 | OnCreate = FormCreate
|
---|
[829] | 9 | ExplicitWidth = 520
|
---|
| 10 | ExplicitHeight = 320
|
---|
[456] | 11 | PixelsPerInch = 96
|
---|
| 12 | TextHeight = 13
|
---|
[829] | 13 | object btnOK: TButton [0]
|
---|
[456] | 14 | Left = 352
|
---|
| 15 | Top = 268
|
---|
| 16 | Width = 72
|
---|
| 17 | Height = 21
|
---|
| 18 | Anchors = [akRight, akBottom]
|
---|
| 19 | Caption = 'OK'
|
---|
| 20 | TabOrder = 0
|
---|
| 21 | OnClick = btnOKClick
|
---|
| 22 | end
|
---|
[829] | 23 | object btnCancel: TButton [1]
|
---|
[456] | 24 | Left = 433
|
---|
| 25 | Top = 268
|
---|
| 26 | Width = 72
|
---|
| 27 | Height = 21
|
---|
| 28 | Anchors = [akRight, akBottom]
|
---|
| 29 | Cancel = True
|
---|
| 30 | Caption = 'Cancel'
|
---|
| 31 | TabOrder = 1
|
---|
| 32 | OnClick = btnCancelClick
|
---|
| 33 | end
|
---|
[829] | 34 | object btnBack: TButton [2]
|
---|
[456] | 35 | Left = 6
|
---|
| 36 | Top = 268
|
---|
| 37 | Width = 43
|
---|
| 38 | Height = 21
|
---|
| 39 | Anchors = [akLeft, akBottom]
|
---|
| 40 | Caption = '< Back'
|
---|
| 41 | Enabled = False
|
---|
| 42 | TabOrder = 2
|
---|
| 43 | OnClick = btnBackClick
|
---|
| 44 | end
|
---|
[829] | 45 | object pnlWeb: TPanel [3]
|
---|
[456] | 46 | Left = 6
|
---|
| 47 | Top = 6
|
---|
| 48 | Width = 499
|
---|
| 49 | Height = 253
|
---|
| 50 | Anchors = [akLeft, akTop, akRight, akBottom]
|
---|
| 51 | BevelOuter = bvNone
|
---|
| 52 | TabOrder = 3
|
---|
| 53 | object webView: TWebBrowser
|
---|
| 54 | Left = 0
|
---|
| 55 | Top = 0
|
---|
| 56 | Width = 499
|
---|
| 57 | Height = 253
|
---|
| 58 | Align = alClient
|
---|
| 59 | TabOrder = 0
|
---|
| 60 | OnBeforeNavigate2 = webViewBeforeNavigate2
|
---|
| 61 | OnDocumentComplete = webViewDocumentComplete
|
---|
| 62 | ControlData = {
|
---|
| 63 | 4C00000093330000261A00000000000000000000000000000000000000000000
|
---|
| 64 | 000000004C000000000000000000000001000000E0D057007335CF11AE690800
|
---|
| 65 | 2B2E126208000000000000004C0000000114020000000000C000000000000046
|
---|
| 66 | 8000000000000000000000000000000000000000000000000000000000000000
|
---|
| 67 | 00000000000000000100000000000000000000000000000000000000}
|
---|
| 68 | end
|
---|
| 69 | end
|
---|
[829] | 70 | object btnShow: TButton [4]
|
---|
[456] | 71 | Left = 55
|
---|
| 72 | Top = 268
|
---|
| 73 | Width = 103
|
---|
| 74 | Height = 21
|
---|
| 75 | Anchors = [akLeft, akBottom]
|
---|
| 76 | Caption = 'Show Selections....'
|
---|
| 77 | TabOrder = 4
|
---|
| 78 | OnClick = btnShowClick
|
---|
| 79 | end
|
---|
[829] | 80 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 81 | Data = (
|
---|
| 82 | (
|
---|
| 83 | 'Component = btnOK'
|
---|
| 84 | 'Status = stsDefault')
|
---|
| 85 | (
|
---|
| 86 | 'Component = btnCancel'
|
---|
| 87 | 'Status = stsDefault')
|
---|
| 88 | (
|
---|
| 89 | 'Component = btnBack'
|
---|
| 90 | 'Status = stsDefault')
|
---|
| 91 | (
|
---|
| 92 | 'Component = pnlWeb'
|
---|
| 93 | 'Status = stsDefault')
|
---|
| 94 | (
|
---|
| 95 | 'Component = webView'
|
---|
| 96 | 'Status = stsDefault')
|
---|
| 97 | (
|
---|
| 98 | 'Component = btnShow'
|
---|
| 99 | 'Status = stsDefault')
|
---|
| 100 | (
|
---|
| 101 | 'Component = frmOMHTML'
|
---|
| 102 | 'Status = stsDefault'))
|
---|
| 103 | end
|
---|
[456] | 104 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.