Rev | Line | |
---|
[456] | 1 | inherited frmHoldOrders: TfrmHoldOrders
|
---|
| 2 | Left = 386
|
---|
| 3 | Top = 413
|
---|
| 4 | Caption = 'Hold Orders'
|
---|
[829] | 5 | ClientHeight = 243
|
---|
[456] | 6 | Position = poScreenCenter
|
---|
| 7 | OnCreate = FormCreate
|
---|
[829] | 8 | ExplicitWidth = 320
|
---|
| 9 | ExplicitHeight = 270
|
---|
[456] | 10 | PixelsPerInch = 96
|
---|
| 11 | TextHeight = 13
|
---|
[829] | 12 | object Label1: TLabel [0]
|
---|
[456] | 13 | Left = 8
|
---|
| 14 | Top = 8
|
---|
| 15 | Width = 206
|
---|
| 16 | Height = 13
|
---|
| 17 | Caption = 'The following orders will be placed on hold -'
|
---|
| 18 | end
|
---|
[829] | 19 | object lstOrders: TCaptionListBox [1]
|
---|
[456] | 20 | Left = 8
|
---|
| 21 | Top = 22
|
---|
| 22 | Width = 411
|
---|
| 23 | Height = 176
|
---|
| 24 | ItemHeight = 13
|
---|
| 25 | TabOrder = 0
|
---|
| 26 | Caption = 'The following orders will be placed on hold -'
|
---|
| 27 | end
|
---|
[829] | 28 | object cmdOK: TButton [2]
|
---|
[456] | 29 | Left = 267
|
---|
| 30 | Top = 214
|
---|
| 31 | Width = 72
|
---|
| 32 | Height = 21
|
---|
| 33 | Caption = 'OK'
|
---|
| 34 | Default = True
|
---|
| 35 | TabOrder = 1
|
---|
| 36 | OnClick = cmdOKClick
|
---|
| 37 | end
|
---|
[829] | 38 | object cmdCancel: TButton [3]
|
---|
[456] | 39 | Left = 347
|
---|
| 40 | Top = 214
|
---|
| 41 | Width = 72
|
---|
| 42 | Height = 21
|
---|
| 43 | Cancel = True
|
---|
| 44 | Caption = 'Cancel'
|
---|
| 45 | TabOrder = 2
|
---|
| 46 | OnClick = cmdCancelClick
|
---|
| 47 | end
|
---|
[829] | 48 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 49 | Data = (
|
---|
| 50 | (
|
---|
| 51 | 'Component = lstOrders'
|
---|
| 52 | 'Status = stsDefault')
|
---|
| 53 | (
|
---|
| 54 | 'Component = cmdOK'
|
---|
| 55 | 'Status = stsDefault')
|
---|
| 56 | (
|
---|
| 57 | 'Component = cmdCancel'
|
---|
| 58 | 'Status = stsDefault')
|
---|
| 59 | (
|
---|
| 60 | 'Component = frmHoldOrders'
|
---|
| 61 | 'Status = stsDefault'))
|
---|
| 62 | end
|
---|
[456] | 63 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.