source: cprs/trunk/CPRS-Chart/Orders/fOrdersOnChart.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.4 KB
Line 
1inherited frmOnChartOrders: TfrmOnChartOrders
2 Left = 292
3 Top = 149
4 Caption = 'Signature on Chart'
5 ClientHeight = 341
6 ClientWidth = 462
7 Position = poScreenCenter
8 OnCreate = FormCreate
9 ExplicitWidth = 470
10 ExplicitHeight = 368
11 PixelsPerInch = 96
12 TextHeight = 13
13 object Panel2: TPanel [0]
14 Left = 0
15 Top = 0
16 Width = 462
17 Height = 305
18 Align = alClient
19 Constraints.MinHeight = 240
20 TabOrder = 0
21 OnResize = Panel2Resize
22 object Label1: TLabel
23 Left = 1
24 Top = 1
25 Width = 460
26 Height = 13
27 Align = alTop
28 Caption =
29 'The following orders will be marked '#39'Signed on Chart'#39' and releas' +
30 'ed -'
31 Layout = tlBottom
32 ExplicitWidth = 318
33 end
34 object lstOrders: TCaptionListBox
35 Left = 1
36 Top = 18
37 Width = 460
38 Height = 285
39 Style = lbOwnerDrawVariable
40 Align = alCustom
41 Anchors = [akLeft, akTop, akRight, akBottom]
42 ItemHeight = 13
43 ScrollWidth = 450
44 TabOrder = 0
45 OnDrawItem = lstOrdersDrawItem
46 OnMeasureItem = lstOrdersMeasureItem
47 Caption =
48 'The following orders will be marked '#39'Signed on Chart'#39' and releas' +
49 'ed '
50 end
51 end
52 object Panel1: TPanel [1]
53 Left = 0
54 Top = 305
55 Width = 462
56 Height = 36
57 Align = alBottom
58 TabOrder = 1
59 DesignSize = (
60 462
61 36)
62 object cmdOK: TButton
63 Left = 299
64 Top = 9
65 Width = 72
66 Height = 21
67 Anchors = [akRight, akBottom]
68 Caption = 'OK'
69 Default = True
70 TabOrder = 0
71 OnClick = cmdOKClick
72 end
73 object cmdCancel: TButton
74 Left = 379
75 Top = 9
76 Width = 72
77 Height = 21
78 Anchors = [akRight, akBottom]
79 Cancel = True
80 Caption = 'Cancel'
81 TabOrder = 1
82 OnClick = cmdCancelClick
83 end
84 end
85 inherited amgrMain: TVA508AccessibilityManager
86 Data = (
87 (
88 'Component = Panel2'
89 'Status = stsDefault')
90 (
91 'Component = lstOrders'
92 'Status = stsDefault')
93 (
94 'Component = Panel1'
95 'Status = stsDefault')
96 (
97 'Component = cmdOK'
98 'Status = stsDefault')
99 (
100 'Component = cmdCancel'
101 'Status = stsDefault')
102 (
103 'Component = frmOnChartOrders'
104 'Status = stsDefault'))
105 end
106end
Note: See TracBrowser for help on using the repository browser.