source: cprs/trunk/CPRS-Chart/Orders/fOrdersOnChart.dfm@ 456

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

Initial Upload of Official WV CPRS 1.0.26.76

File size: 1.8 KB
Line 
1inherited frmOnChartOrders: TfrmOnChartOrders
2 Left = 292
3 Top = 149
4 Width = 470
5 Height = 368
6 Caption = 'Signature on Chart'
7 Position = poScreenCenter
8 OnCreate = FormCreate
9 PixelsPerInch = 96
10 TextHeight = 13
11 object Panel2: TPanel
12 Left = 0
13 Top = 0
14 Width = 462
15 Height = 305
16 Align = alClient
17 Constraints.MinHeight = 240
18 TabOrder = 0
19 OnResize = Panel2Resize
20 object Label1: TLabel
21 Left = 1
22 Top = 1
23 Width = 460
24 Height = 13
25 Align = alTop
26 Caption =
27 'The following orders will be marked '#39'Signed on Chart'#39' and releas' +
28 'ed -'
29 Layout = tlBottom
30 end
31 object lstOrders: TCaptionListBox
32 Left = 1
33 Top = 18
34 Width = 460
35 Height = 285
36 Style = lbOwnerDrawVariable
37 Align = alCustom
38 Anchors = [akLeft, akTop, akRight, akBottom]
39 ItemHeight = 13
40 ScrollWidth = 450
41 TabOrder = 0
42 OnDrawItem = lstOrdersDrawItem
43 OnMeasureItem = lstOrdersMeasureItem
44 Caption =
45 'The following orders will be marked '#39'Signed on Chart'#39' and releas' +
46 'ed '
47 end
48 end
49 object Panel1: TPanel
50 Left = 0
51 Top = 305
52 Width = 462
53 Height = 36
54 Align = alBottom
55 TabOrder = 1
56 DesignSize = (
57 462
58 36)
59 object cmdOK: TButton
60 Left = 299
61 Top = 9
62 Width = 72
63 Height = 21
64 Anchors = [akRight, akBottom]
65 Caption = 'OK'
66 Default = True
67 TabOrder = 0
68 OnClick = cmdOKClick
69 end
70 object cmdCancel: TButton
71 Left = 379
72 Top = 9
73 Width = 72
74 Height = 21
75 Anchors = [akRight, akBottom]
76 Cancel = True
77 Caption = 'Cancel'
78 TabOrder = 1
79 OnClick = cmdCancelClick
80 end
81 end
82end
Note: See TracBrowser for help on using the repository browser.