Rev | Line | |
---|
[456] | 1 | inherited frmCompleteOrders: TfrmCompleteOrders
|
---|
| 2 | Left = 327
|
---|
| 3 | Top = 169
|
---|
| 4 | Caption = 'Complete Orders'
|
---|
[829] | 5 | ClientHeight = 257
|
---|
[456] | 6 | Position = poScreenCenter
|
---|
| 7 | OnCreate = FormCreate
|
---|
[829] | 8 | ExplicitWidth = 320
|
---|
| 9 | ExplicitHeight = 284
|
---|
[456] | 10 | PixelsPerInch = 96
|
---|
| 11 | TextHeight = 13
|
---|
[829] | 12 | object Label1: TLabel [0]
|
---|
[456] | 13 | Left = 8
|
---|
| 14 | Top = 8
|
---|
| 15 | Width = 231
|
---|
| 16 | Height = 13
|
---|
| 17 | Caption = 'The following orders will be marked as complete -'
|
---|
| 18 | end
|
---|
[829] | 19 | object lblESCode: TLabel [1]
|
---|
[456] | 20 | Left = 8
|
---|
| 21 | Top = 214
|
---|
| 22 | Width = 123
|
---|
| 23 | Height = 13
|
---|
| 24 | Caption = 'Electronic Signature Code'
|
---|
| 25 | end
|
---|
[829] | 26 | object lstOrders: TCaptionListBox [2]
|
---|
[456] | 27 | Left = 8
|
---|
| 28 | Top = 22
|
---|
| 29 | Width = 411
|
---|
| 30 | Height = 176
|
---|
| 31 | ItemHeight = 13
|
---|
| 32 | TabOrder = 3
|
---|
| 33 | Caption = 'The following orders will be marked as complete -'
|
---|
| 34 | end
|
---|
[829] | 35 | object cmdOK: TButton [3]
|
---|
[456] | 36 | Left = 267
|
---|
| 37 | Top = 228
|
---|
| 38 | Width = 72
|
---|
| 39 | Height = 21
|
---|
| 40 | Caption = 'OK'
|
---|
| 41 | Default = True
|
---|
| 42 | TabOrder = 1
|
---|
| 43 | OnClick = cmdOKClick
|
---|
| 44 | end
|
---|
[829] | 45 | object cmdCancel: TButton [4]
|
---|
[456] | 46 | Left = 347
|
---|
| 47 | Top = 228
|
---|
| 48 | Width = 72
|
---|
| 49 | Height = 21
|
---|
| 50 | Cancel = True
|
---|
| 51 | Caption = 'Cancel'
|
---|
| 52 | TabOrder = 2
|
---|
| 53 | OnClick = cmdCancelClick
|
---|
| 54 | end
|
---|
[829] | 55 | object txtESCode: TCaptionEdit [5]
|
---|
[456] | 56 | Left = 8
|
---|
| 57 | Top = 228
|
---|
| 58 | Width = 137
|
---|
| 59 | Height = 21
|
---|
| 60 | PasswordChar = '*'
|
---|
| 61 | TabOrder = 0
|
---|
| 62 | Caption = 'Electronic Signature Code'
|
---|
| 63 | end
|
---|
[829] | 64 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 65 | Data = (
|
---|
| 66 | (
|
---|
| 67 | 'Component = lstOrders'
|
---|
| 68 | 'Status = stsDefault')
|
---|
| 69 | (
|
---|
| 70 | 'Component = cmdOK'
|
---|
| 71 | 'Status = stsDefault')
|
---|
| 72 | (
|
---|
| 73 | 'Component = cmdCancel'
|
---|
| 74 | 'Status = stsDefault')
|
---|
| 75 | (
|
---|
| 76 | 'Component = txtESCode'
|
---|
| 77 | 'Status = stsDefault')
|
---|
| 78 | (
|
---|
| 79 | 'Component = frmCompleteOrders'
|
---|
| 80 | 'Status = stsDefault'))
|
---|
| 81 | end
|
---|
[456] | 82 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.