Line | |
---|
1 | inherited frmOMSet: TfrmOMSet
|
---|
2 | Left = 209
|
---|
3 | Top = 191
|
---|
4 | BorderIcons = []
|
---|
5 | Caption = 'Selected Orders'
|
---|
6 | ClientHeight = 202
|
---|
7 | ClientWidth = 105
|
---|
8 | FormStyle = fsStayOnTop
|
---|
9 | OnClose = FormClose
|
---|
10 | OnCloseQuery = FormCloseQuery
|
---|
11 | OnCreate = FormCreate
|
---|
12 | OnDestroy = FormDestroy
|
---|
13 | ExplicitWidth = 113
|
---|
14 | ExplicitHeight = 229
|
---|
15 | DesignSize = (
|
---|
16 | 105
|
---|
17 | 202)
|
---|
18 | PixelsPerInch = 96
|
---|
19 | TextHeight = 13
|
---|
20 | object lstSet: TCheckListBox [0]
|
---|
21 | Left = 0
|
---|
22 | Top = 0
|
---|
23 | Width = 104
|
---|
24 | Height = 165
|
---|
25 | Anchors = [akLeft, akTop, akRight, akBottom]
|
---|
26 | Color = clBtnFace
|
---|
27 | Enabled = False
|
---|
28 | ItemHeight = 13
|
---|
29 | TabOrder = 0
|
---|
30 | end
|
---|
31 | object cmdInterupt: TButton [1]
|
---|
32 | Left = 4
|
---|
33 | Top = 172
|
---|
34 | Width = 96
|
---|
35 | Height = 26
|
---|
36 | Anchors = [akLeft, akRight, akBottom]
|
---|
37 | Caption = 'Stop Order Set'
|
---|
38 | TabOrder = 1
|
---|
39 | OnClick = cmdInteruptClick
|
---|
40 | end
|
---|
41 | inherited amgrMain: TVA508AccessibilityManager
|
---|
42 | Data = (
|
---|
43 | (
|
---|
44 | 'Component = lstSet'
|
---|
45 | 'Status = stsDefault')
|
---|
46 | (
|
---|
47 | 'Component = cmdInterupt'
|
---|
48 | 'Status = stsDefault')
|
---|
49 | (
|
---|
50 | 'Component = frmOMSet'
|
---|
51 | 'Status = stsDefault'))
|
---|
52 | end
|
---|
53 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.