source: cprs/trunk/CPRS-Chart/Orders/fODReleaseEvent.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 frmOrdersReleaseEvent: TfrmOrdersReleaseEvent
2 Left = 410
3 Top = 145
4 Caption = 'Release to Service'
5 ClientHeight = 461
6 ClientWidth = 486
7 Position = poScreenCenter
8 OnCreate = FormCreate
9 OnDestroy = FormDestroy
10 ExplicitWidth = 494
11 ExplicitHeight = 488
12 PixelsPerInch = 96
13 TextHeight = 13
14 object lblRelease: TLabel [0]
15 Left = 0
16 Top = 0
17 Width = 486
18 Height = 13
19 Align = alTop
20 Layout = tlCenter
21 WordWrap = True
22 ExplicitWidth = 3
23 end
24 object pnlMiddle: TPanel [1]
25 Left = 0
26 Top = 13
27 Width = 486
28 Height = 413
29 Align = alClient
30 TabOrder = 0
31 object cklstOrders: TCaptionCheckListBox
32 Left = 1
33 Top = 1
34 Width = 484
35 Height = 411
36 Align = alClient
37 ItemHeight = 16
38 ParentShowHint = False
39 ShowHint = True
40 Style = lbOwnerDrawVariable
41 TabOrder = 0
42 OnDrawItem = cklstOrdersDrawItem
43 OnMeasureItem = cklstOrdersMeasureItem
44 OnMouseMove = cklstOrdersMouseMove
45 end
46 end
47 object pnlBottom: TPanel [2]
48 Left = 0
49 Top = 426
50 Width = 486
51 Height = 35
52 Align = alBottom
53 TabOrder = 1
54 DesignSize = (
55 486
56 35)
57 object btnOK: TButton
58 Left = 324
59 Top = 8
60 Width = 69
61 Height = 20
62 Anchors = [akTop, akRight, akBottom]
63 Caption = 'OK'
64 TabOrder = 0
65 OnClick = btnOKClick
66 end
67 object btnCancel: TButton
68 Left = 404
69 Top = 8
70 Width = 69
71 Height = 20
72 Anchors = [akTop, akRight, akBottom]
73 Cancel = True
74 Caption = 'Cancel'
75 TabOrder = 1
76 OnClick = btnCancelClick
77 end
78 end
79 inherited amgrMain: TVA508AccessibilityManager
80 Data = (
81 (
82 'Component = pnlMiddle'
83 'Status = stsDefault')
84 (
85 'Component = cklstOrders'
86 'Status = stsDefault')
87 (
88 'Component = pnlBottom'
89 'Status = stsDefault')
90 (
91 'Component = btnOK'
92 'Status = stsDefault')
93 (
94 'Component = btnCancel'
95 'Status = stsDefault')
96 (
97 'Component = frmOrdersReleaseEvent'
98 'Status = stsDefault'))
99 end
100end
Note: See TracBrowser for help on using the repository browser.