source: cprs/trunk/CPRS-Chart/Orders/fODChangeEvtDisp.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.2 KB
Line 
1inherited frmChangeEventDisp: TfrmChangeEventDisp
2 Left = 344
3 Top = 230
4 Caption = 'Change release event'
5 ClientHeight = 417
6 ClientWidth = 400
7 OldCreateOrder = False
8 Position = poDesktopCenter
9 ExplicitWidth = 408
10 ExplicitHeight = 444
11 PixelsPerInch = 96
12 TextHeight = 13
13 object lblTop: TMemo [0]
14 Left = 0
15 Top = 0
16 Width = 400
17 Height = 37
18 TabStop = False
19 Align = alTop
20 BorderStyle = bsNone
21 Color = clBtnFace
22 ReadOnly = True
23 TabOrder = 2
24 end
25 object pnlTop: TPanel [1]
26 Left = 0
27 Top = 37
28 Width = 400
29 Height = 339
30 Align = alClient
31 BorderStyle = bsSingle
32 TabOrder = 0
33 object lstCVOrders: TCaptionListBox
34 Left = 1
35 Top = 1
36 Width = 394
37 Height = 333
38 Style = lbOwnerDrawVariable
39 Align = alClient
40 ItemHeight = 13
41 TabOrder = 0
42 OnDrawItem = lstCVOrdersDrawItem
43 OnMeasureItem = lstCVOrdersMeasureItem
44 end
45 end
46 object pnlBottom: TPanel [2]
47 Left = 0
48 Top = 376
49 Width = 400
50 Height = 41
51 Align = alBottom
52 TabOrder = 1
53 DesignSize = (
54 400
55 41)
56 object cmdOK: TButton
57 Left = 230
58 Top = 12
59 Width = 75
60 Height = 21
61 Anchors = [akRight, akBottom]
62 Caption = 'OK'
63 TabOrder = 0
64 OnClick = cmdOKClick
65 end
66 object cmdCancel: TButton
67 Left = 314
68 Top = 12
69 Width = 75
70 Height = 21
71 Anchors = [akRight, akBottom]
72 Caption = 'Cancel'
73 TabOrder = 1
74 OnClick = cmdCancelClick
75 end
76 end
77 inherited amgrMain: TVA508AccessibilityManager
78 Data = (
79 (
80 'Component = lblTop'
81 'Status = stsDefault')
82 (
83 'Component = pnlTop'
84 'Status = stsDefault')
85 (
86 'Component = lstCVOrders'
87 'Status = stsDefault')
88 (
89 'Component = pnlBottom'
90 'Status = stsDefault')
91 (
92 'Component = cmdOK'
93 'Status = stsDefault')
94 (
95 'Component = cmdCancel'
96 'Status = stsDefault')
97 (
98 'Component = frmChangeEventDisp'
99 'Status = stsDefault'))
100 end
101end
Note: See TracBrowser for help on using the repository browser.