source: cprs/branches/tmg-cprs/CPRS-Chart/Orders/fOrdersDC.dfm@ 453

Last change on this file since 453 was 453, checked in by Kevin Toppenberg, 16 years ago

Initial upload of TMG-CPRS 1.0.26.69

File size: 2.7 KB
Line 
1inherited frmDCOrders: TfrmDCOrders
2 Left = 316
3 Top = 226
4 Width = 433
5 Height = 316
6 Caption = 'Discontinue / Cancel Orders'
7 Position = poScreenCenter
8 OnCreate = FormCreate
9 PixelsPerInch = 96
10 TextHeight = 13
11 object Label1: TLabel [0]
12 Left = 0
13 Top = 0
14 Width = 425
15 Height = 13
16 Align = alTop
17 Caption = 'The following orders will be discontinued -'
18 WordWrap = True
19 end
20 object Panel1: TPanel [1]
21 Left = 0
22 Top = 13
23 Width = 425
24 Height = 181
25 Align = alClient
26 TabOrder = 0
27 object lstOrders: TCaptionListBox
28 Left = 1
29 Top = 1
30 Width = 423
31 Height = 179
32 Style = lbOwnerDrawVariable
33 Align = alClient
34 ItemHeight = 13
35 TabOrder = 0
36 OnDrawItem = lstOrdersDrawItem
37 OnMeasureItem = lstOrdersMeasureItem
38 Caption = 'The following orders will be discontinued '
39 end
40 end
41 object Panel2: TPanel [2]
42 Left = 0
43 Top = 194
44 Width = 425
45 Height = 88
46 Align = alBottom
47 TabOrder = 1
48 DesignSize = (
49 425
50 88)
51 object lblReason: TLabel
52 Left = 1
53 Top = 1
54 Width = 423
55 Height = 13
56 Align = alTop
57 Caption = 'Reason for Discontinue (select one)'
58 end
59 object lstReason: TORListBox
60 Left = 3
61 Top = 19
62 Width = 218
63 Height = 60
64 ItemHeight = 13
65 ParentShowHint = False
66 ShowHint = True
67 Sorted = True
68 TabOrder = 0
69 Caption = 'Reason for Discontinue (select one)'
70 ItemTipColor = clWindow
71 LongList = False
72 Pieces = '2'
73 end
74 object cmdOK: TButton
75 Left = 267
76 Top = 54
77 Width = 72
78 Height = 21
79 Anchors = [akLeft, akBottom]
80 Caption = 'OK'
81 Default = True
82 TabOrder = 2
83 OnClick = cmdOKClick
84 end
85 object cmdCancel: TButton
86 Left = 347
87 Top = 54
88 Width = 72
89 Height = 21
90 Anchors = [akRight, akBottom]
91 Cancel = True
92 Caption = 'Cancel'
93 TabOrder = 3
94 OnClick = cmdCancelClick
95 end
96 end
97 inherited DKLanguageController1: TDKLanguageController
98 LangData = {
99 0B0066726D44434F7264657273010100000001000000070043617074696F6E01
100 0800000006004C6162656C31010100000002000000070043617074696F6E0006
101 0050616E656C31000009006C73744F7264657273010100000003000000070043
102 617074696F6E00060050616E656C32000009006C626C526561736F6E01010000
103 0004000000070043617074696F6E0009006C7374526561736F6E010100000005
104 000000070043617074696F6E000500636D644F4B010100000006000000070043
105 617074696F6E000900636D6443616E63656C0101000000070000000700436170
106 74696F6E00}
107 end
108end
Note: See TracBrowser for help on using the repository browser.