1 | object frmODActive: TfrmODActive
|
---|
2 | Left = 267
|
---|
3 | Top = 216
|
---|
4 | Width = 547
|
---|
5 | Height = 350
|
---|
6 | Caption = 'Copy active orders for selected event'
|
---|
7 | Color = clBtnFace
|
---|
8 | Font.Charset = DEFAULT_CHARSET
|
---|
9 | Font.Color = clWindowText
|
---|
10 | Font.Height = -11
|
---|
11 | Font.Name = 'MS Sans Serif'
|
---|
12 | Font.Style = []
|
---|
13 | OldCreateOrder = False
|
---|
14 | Position = poScreenCenter
|
---|
15 | OnCreate = FormCreate
|
---|
16 | OnDestroy = FormDestroy
|
---|
17 | PixelsPerInch = 96
|
---|
18 | TextHeight = 13
|
---|
19 | object lblCaption: TLabel
|
---|
20 | Left = 0
|
---|
21 | Top = 0
|
---|
22 | Width = 539
|
---|
23 | Height = 29
|
---|
24 | Align = alTop
|
---|
25 | AutoSize = False
|
---|
26 | Caption = ' Highlight orders to be copied to delayed release event'
|
---|
27 | Layout = tlCenter
|
---|
28 | WordWrap = True
|
---|
29 | end
|
---|
30 | object pnlClient: TPanel
|
---|
31 | Left = 0
|
---|
32 | Top = 29
|
---|
33 | Width = 539
|
---|
34 | Height = 287
|
---|
35 | Align = alClient
|
---|
36 | BevelOuter = bvNone
|
---|
37 | Locked = True
|
---|
38 | TabOrder = 0
|
---|
39 | DesignSize = (
|
---|
40 | 539
|
---|
41 | 287)
|
---|
42 | object btnOK: TButton
|
---|
43 | Left = 386
|
---|
44 | Top = 270
|
---|
45 | Width = 57
|
---|
46 | Height = 20
|
---|
47 | Anchors = [akRight, akBottom]
|
---|
48 | Caption = 'OK'
|
---|
49 | TabOrder = 0
|
---|
50 | OnClick = btnOKClick
|
---|
51 | end
|
---|
52 | object btnCancel: TButton
|
---|
53 | Left = 458
|
---|
54 | Top = 270
|
---|
55 | Width = 57
|
---|
56 | Height = 20
|
---|
57 | Anchors = [akRight, akBottom]
|
---|
58 | Caption = 'Cancel'
|
---|
59 | TabOrder = 3
|
---|
60 | OnClick = btnCancelClick
|
---|
61 | end
|
---|
62 | object lstActiveOrders: TCaptionListBox
|
---|
63 | Left = 0
|
---|
64 | Top = 21
|
---|
65 | Width = 539
|
---|
66 | Height = 242
|
---|
67 | Style = lbOwnerDrawVariable
|
---|
68 | Align = alTop
|
---|
69 | Anchors = [akLeft, akTop, akRight, akBottom]
|
---|
70 | ItemHeight = 16
|
---|
71 | MultiSelect = True
|
---|
72 | TabOrder = 1
|
---|
73 | OnDblClick = btnOKClick
|
---|
74 | OnDrawItem = lstActiveOrdersDrawItem
|
---|
75 | OnMeasureItem = lstActiveOrdersMeasureItem
|
---|
76 | Caption = ' Copy selected active orders to the release event'
|
---|
77 | end
|
---|
78 | object hdControl: THeaderControl
|
---|
79 | Left = 0
|
---|
80 | Top = 0
|
---|
81 | Width = 539
|
---|
82 | Height = 21
|
---|
83 | Sections = <
|
---|
84 | item
|
---|
85 | ImageIndex = -1
|
---|
86 | MinWidth = 50
|
---|
87 | Text = 'Service'
|
---|
88 | Width = 100
|
---|
89 | end
|
---|
90 | item
|
---|
91 | ImageIndex = -1
|
---|
92 | MinWidth = 200
|
---|
93 | Text = 'Orders'
|
---|
94 | Width = 280
|
---|
95 | end
|
---|
96 | item
|
---|
97 | ImageIndex = -1
|
---|
98 | MinWidth = 50
|
---|
99 | Text = 'Start / Stop'
|
---|
100 | Width = 112
|
---|
101 | end
|
---|
102 | item
|
---|
103 | ImageIndex = -1
|
---|
104 | MinWidth = 50
|
---|
105 | Text = 'Status'
|
---|
106 | Width = 80
|
---|
107 | end>
|
---|
108 | OnSectionResize = hdControlSectionResize
|
---|
109 | end
|
---|
110 | end
|
---|
111 | object DKLanguageController1: TDKLanguageController
|
---|
112 | Left = 256
|
---|
113 | Top = 160
|
---|
114 | LangData = {
|
---|
115 | 0B0066726D4F44416374697665010100000001000000070043617074696F6E01
|
---|
116 | 060000000A006C626C43617074696F6E01010000000200000007004361707469
|
---|
117 | 6F6E000900706E6C436C69656E740000050062746E4F4B010100000003000000
|
---|
118 | 070043617074696F6E00090062746E43616E63656C0101000000040000000700
|
---|
119 | 43617074696F6E000F006C73744163746976654F726465727301010000000500
|
---|
120 | 0000070043617074696F6E0009006864436F6E74726F6C010400000006000000
|
---|
121 | 100053656374696F6E735B305D2E5465787407000000100053656374696F6E73
|
---|
122 | 5B315D2E5465787408000000100053656374696F6E735B325D2E546578740900
|
---|
123 | 0000100053656374696F6E735B335D2E5465787400}
|
---|
124 | end
|
---|
125 | end
|
---|