source: cprs/trunk/CPRS-Chart/Orders/fOMHTML.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: 2.5 KB
Line 
1inherited frmOMHTML: TfrmOMHTML
2 Left = 390
3 Top = 242
4 Caption = 'HTML Ordering'
5 ClientHeight = 293
6 ClientWidth = 512
7 OnClose = FormClose
8 OnCreate = FormCreate
9 ExplicitWidth = 520
10 ExplicitHeight = 320
11 PixelsPerInch = 96
12 TextHeight = 13
13 object btnOK: TButton [0]
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
23 object btnCancel: TButton [1]
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
34 object btnBack: TButton [2]
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
45 object pnlWeb: TPanel [3]
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
70 object btnShow: TButton [4]
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
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
104end
Note: See TracBrowser for help on using the repository browser.