Last change
on this file since 793 was 453, checked in by Kevin Toppenberg, 16 years ago |
Initial upload of TMG-CPRS 1.0.26.69
|
File size:
1.4 KB
|
Line | |
---|
1 | inherited frmUnholdOrders: TfrmUnholdOrders
|
---|
2 | Left = 269
|
---|
3 | Top = 192
|
---|
4 | Height = 270
|
---|
5 | Caption = 'Release Orders from Hold'
|
---|
6 | Position = poScreenCenter
|
---|
7 | OnCreate = FormCreate
|
---|
8 | PixelsPerInch = 96
|
---|
9 | TextHeight = 13
|
---|
10 | object Label1: TLabel [0]
|
---|
11 | Left = 8
|
---|
12 | Top = 8
|
---|
13 | Width = 222
|
---|
14 | Height = 13
|
---|
15 | Caption = 'The following orders will be released from hold -'
|
---|
16 | end
|
---|
17 | object lstOrders: TCaptionListBox [1]
|
---|
18 | Left = 8
|
---|
19 | Top = 22
|
---|
20 | Width = 411
|
---|
21 | Height = 176
|
---|
22 | ItemHeight = 13
|
---|
23 | TabOrder = 0
|
---|
24 | Caption = 'The following orders will be released from hold '
|
---|
25 | end
|
---|
26 | object cmdOK: TButton [2]
|
---|
27 | Left = 267
|
---|
28 | Top = 214
|
---|
29 | Width = 72
|
---|
30 | Height = 21
|
---|
31 | Caption = 'OK'
|
---|
32 | Default = True
|
---|
33 | TabOrder = 1
|
---|
34 | OnClick = cmdOKClick
|
---|
35 | end
|
---|
36 | object cmdCancel: TButton [3]
|
---|
37 | Left = 347
|
---|
38 | Top = 214
|
---|
39 | Width = 72
|
---|
40 | Height = 21
|
---|
41 | Cancel = True
|
---|
42 | Caption = 'Cancel'
|
---|
43 | TabOrder = 2
|
---|
44 | OnClick = cmdCancelClick
|
---|
45 | end
|
---|
46 | inherited DKLanguageController1: TDKLanguageController
|
---|
47 | LangData = {
|
---|
48 | 0F0066726D556E686F6C644F7264657273010100000001000000070043617074
|
---|
49 | 696F6E010400000006004C6162656C3101010000000200000007004361707469
|
---|
50 | 6F6E0009006C73744F7264657273010100000003000000070043617074696F6E
|
---|
51 | 000500636D644F4B010100000004000000070043617074696F6E000900636D64
|
---|
52 | 43616E63656C010100000005000000070043617074696F6E00}
|
---|
53 | end
|
---|
54 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.