source: cprs/trunk/CPRS-Chart/Orders/fODAuto.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: 922 bytes
Line 
1inherited frmODAuto: TfrmODAuto
2 Caption = 'Auto-Accept Order'
3 FormStyle = fsNormal
4 PixelsPerInch = 96
5 TextHeight = 13
6 object Label1: TLabel [0]
7 Left = 108
8 Top = 72
9 Width = 287
10 Height = 26
11 Caption =
12 'This form is never made visible. It exists to allow auto-accept' +
13 ' orders to be treated as any other order dialog.'
14 WordWrap = True
15 end
16 inherited amgrMain: TVA508AccessibilityManager
17 Data = (
18 (
19 'Component = memOrder'
20 'Status = stsDefault')
21 (
22 'Component = cmdAccept'
23 'Status = stsDefault')
24 (
25 'Component = cmdQuit'
26 'Status = stsDefault')
27 (
28 'Component = pnlMessage'
29 'Status = stsDefault')
30 (
31 'Component = memMessage'
32 'Status = stsDefault')
33 (
34 'Component = frmODAuto'
35 'Status = stsDefault'))
36 end
37end
Note: See TracBrowser for help on using the repository browser.