source: cprs/trunk/CPRS-Chart/Orders/fOrdersRelease.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: 3.3 KB
Line 
1inherited frmReleaseOrders: TfrmReleaseOrders
2 Left = 318
3 Top = 186
4 Caption = 'Release Orders to Service(s)'
5 ClientHeight = 343
6 Position = poScreenCenter
7 OnCreate = FormCreate
8 ExplicitLeft = 318
9 ExplicitTop = 186
10 ExplicitHeight = 377
11 PixelsPerInch = 96
12 TextHeight = 13
13 object Panel1: TPanel [0]
14 Left = 0
15 Top = 0
16 Width = 427
17 Height = 296
18 Align = alClient
19 BevelOuter = bvNone
20 Caption = 'Panel1'
21 Constraints.MinHeight = 260
22 TabOrder = 0
23 OnResize = Panel1Resize
24 DesignSize = (
25 427
26 296)
27 object Label1: TLabel
28 Left = 0
29 Top = 0
30 Width = 427
31 Height = 13
32 Align = alTop
33 Caption = 'The following orders will be released -'
34 ExplicitWidth = 176
35 end
36 object lstOrders: TCaptionListBox
37 Left = 1
38 Top = 16
39 Width = 425
40 Height = 275
41 Style = lbOwnerDrawVariable
42 Anchors = [akLeft, akTop, akRight, akBottom]
43 ItemHeight = 13
44 ScrollWidth = 415
45 TabOrder = 0
46 OnDrawItem = lstOrdersDrawItem
47 OnMeasureItem = lstOrdersMeasureItem
48 Caption = 'The following orders will be released '
49 end
50 end
51 object Panel2: TPanel [1]
52 Left = 0
53 Top = 296
54 Width = 427
55 Height = 47
56 Align = alBottom
57 TabOrder = 1
58 object grpRelease: TGroupBox
59 Left = 8
60 Top = 3
61 Width = 241
62 Height = 41
63 Caption = 'Nature of Orders'
64 TabOrder = 0
65 object radVerbal: TRadioButton
66 Left = 8
67 Top = 16
68 Width = 53
69 Height = 17
70 Caption = '&Verbal'
71 Checked = True
72 TabOrder = 0
73 TabStop = True
74 end
75 object radPhone: TRadioButton
76 Left = 80
77 Top = 16
78 Width = 77
79 Height = 17
80 Caption = '&Telephone'
81 TabOrder = 1
82 end
83 object radPolicy: TRadioButton
84 Left = 168
85 Top = 16
86 Width = 49
87 Height = 17
88 Caption = '&Policy'
89 TabOrder = 2
90 end
91 end
92 object cmdOK: TButton
93 Left = 267
94 Top = 19
95 Width = 72
96 Height = 21
97 Caption = 'OK'
98 Default = True
99 TabOrder = 1
100 OnClick = cmdOKClick
101 end
102 object cmdCancel: TButton
103 Left = 347
104 Top = 19
105 Width = 72
106 Height = 21
107 Cancel = True
108 Caption = 'Cancel'
109 TabOrder = 2
110 OnClick = cmdCancelClick
111 end
112 end
113 inherited amgrMain: TVA508AccessibilityManager
114 Data = (
115 (
116 'Component = Panel1'
117 'Status = stsDefault')
118 (
119 'Component = lstOrders'
120 'Status = stsDefault')
121 (
122 'Component = Panel2'
123 'Status = stsDefault')
124 (
125 'Component = grpRelease'
126 'Status = stsDefault')
127 (
128 'Component = radVerbal'
129 'Status = stsDefault')
130 (
131 'Component = radPhone'
132 'Status = stsDefault')
133 (
134 'Component = radPolicy'
135 'Status = stsDefault')
136 (
137 'Component = cmdOK'
138 'Status = stsDefault')
139 (
140 'Component = cmdCancel'
141 'Status = stsDefault')
142 (
143 'Component = frmReleaseOrders'
144 'Status = stsDefault'))
145 end
146end
Note: See TracBrowser for help on using the repository browser.