source: cprs/trunk/CPRS-Chart/Orders/fOMSet.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: 1.1 KB
RevLine 
[829]1inherited frmOMSet: TfrmOMSet
[456]2 Left = 209
3 Top = 191
4 BorderIcons = []
5 Caption = 'Selected Orders'
[829]6 ClientHeight = 202
7 ClientWidth = 105
[456]8 FormStyle = fsStayOnTop
9 OnClose = FormClose
10 OnCloseQuery = FormCloseQuery
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
[829]13 ExplicitWidth = 113
14 ExplicitHeight = 229
[456]15 DesignSize = (
16 105
17 202)
18 PixelsPerInch = 96
19 TextHeight = 13
[829]20 object lstSet: TCheckListBox [0]
[456]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
[829]31 object cmdInterupt: TButton [1]
[456]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
[829]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
[456]53end
Note: See TracBrowser for help on using the repository browser.