source: cprs/trunk/CPRS-Chart/Orders/fOrdersDC.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.8 KB
RevLine 
[456]1inherited frmDCOrders: TfrmDCOrders
2 Left = 316
3 Top = 226
4 Caption = 'Discontinue / Cancel Orders'
[829]5 ClientHeight = 289
6 ClientWidth = 425
[456]7 Position = poScreenCenter
8 OnCreate = FormCreate
[829]9 ExplicitLeft = 316
10 ExplicitTop = 226
11 ExplicitWidth = 433
12 ExplicitHeight = 323
[456]13 PixelsPerInch = 96
14 TextHeight = 13
[829]15 object Label1: TLabel [0]
[456]16 Left = 0
17 Top = 0
18 Width = 425
19 Height = 13
20 Align = alTop
21 Caption = 'The following orders will be discontinued -'
22 WordWrap = True
[829]23 ExplicitWidth = 196
[456]24 end
[829]25 object Panel1: TPanel [1]
[456]26 Left = 0
27 Top = 13
28 Width = 425
29 Height = 188
30 Align = alClient
31 TabOrder = 0
32 object lstOrders: TCaptionListBox
33 Left = 1
34 Top = 1
35 Width = 423
36 Height = 186
37 Style = lbOwnerDrawVariable
38 Align = alClient
39 ItemHeight = 13
40 TabOrder = 0
41 OnDrawItem = lstOrdersDrawItem
42 OnMeasureItem = lstOrdersMeasureItem
43 Caption = 'The following orders will be discontinued '
44 end
45 end
[829]46 object Panel2: TPanel [2]
[456]47 Left = 0
48 Top = 201
49 Width = 425
50 Height = 88
51 Align = alBottom
[829]52 Constraints.MinHeight = 88
[456]53 TabOrder = 1
54 DesignSize = (
55 425
56 88)
57 object lblReason: TLabel
58 Left = 1
59 Top = 1
60 Width = 423
61 Height = 13
62 Align = alTop
63 Caption = 'Reason for Discontinue (select one)'
[829]64 ExplicitWidth = 169
[456]65 end
66 object lstReason: TORListBox
67 Left = 3
68 Top = 19
69 Width = 218
70 Height = 60
71 ItemHeight = 13
72 ParentShowHint = False
73 ShowHint = True
74 TabOrder = 0
75 Caption = 'Reason for Discontinue (select one)'
76 ItemTipColor = clWindow
77 LongList = False
78 Pieces = '2'
79 end
80 object cmdOK: TButton
81 Left = 267
82 Top = 54
83 Width = 72
84 Height = 21
[829]85 Anchors = [akRight, akBottom]
[456]86 Caption = 'OK'
87 Default = True
88 TabOrder = 2
89 OnClick = cmdOKClick
90 end
91 object cmdCancel: TButton
92 Left = 347
93 Top = 54
94 Width = 72
95 Height = 21
96 Anchors = [akRight, akBottom]
97 Cancel = True
98 Caption = 'Cancel'
99 TabOrder = 3
100 OnClick = cmdCancelClick
101 end
102 end
[829]103 inherited amgrMain: TVA508AccessibilityManager
104 Data = (
105 (
106 'Component = Panel1'
107 'Status = stsDefault')
108 (
109 'Component = lstOrders'
110 'Status = stsDefault')
111 (
112 'Component = Panel2'
113 'Status = stsDefault')
114 (
115 'Component = lstReason'
116 'Status = stsDefault')
117 (
118 'Component = cmdOK'
119 'Status = stsDefault')
120 (
121 'Component = cmdCancel'
122 'Status = stsDefault')
123 (
124 'Component = frmDCOrders'
125 'Status = stsDefault'))
126 end
[456]127end
Note: See TracBrowser for help on using the repository browser.