source: cprs/branches/tmg-cprs/CPRS-Chart/Orders/fOrdersOnChart.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.3 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 [0]
12 Left = 0
13 Top = 0
14 Width = 462
15 Height = 298
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 [1]
50 Left = 0
51 Top = 298
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
82 inherited DKLanguageController1: TDKLanguageController
83 LangData = {
84 100066726D4F6E43686172744F72646572730101000000010000000700436170
85 74696F6E0106000000060050616E656C32000006004C6162656C310101000000
86 02000000070043617074696F6E0009006C73744F726465727301010000000300
87 0000070043617074696F6E00060050616E656C3100000500636D644F4B010100
88 000004000000070043617074696F6E000900636D6443616E63656C0101000000
89 05000000070043617074696F6E00}
90 end
91end
Note: See TracBrowser for help on using the repository browser.