Rev | Line | |
---|
[456] | 1 | inherited frmWardComments: TfrmWardComments
|
---|
| 2 | Left = 334
|
---|
| 3 | Top = 234
|
---|
| 4 | Caption = 'Comments for Order'
|
---|
[829] | 5 | ClientHeight = 262
|
---|
[456] | 6 | Position = poScreenCenter
|
---|
| 7 | OnCreate = FormCreate
|
---|
[829] | 8 | ExplicitWidth = 320
|
---|
| 9 | ExplicitHeight = 289
|
---|
[456] | 10 | PixelsPerInch = 96
|
---|
| 11 | TextHeight = 13
|
---|
[829] | 12 | object Label1: TLabel [0]
|
---|
[456] | 13 | Left = 8
|
---|
| 14 | Top = 80
|
---|
| 15 | Width = 52
|
---|
| 16 | Height = 13
|
---|
| 17 | Caption = 'Comments:'
|
---|
| 18 | end
|
---|
[829] | 19 | object cmdOK: TButton [1]
|
---|
[456] | 20 | Left = 267
|
---|
| 21 | Top = 233
|
---|
| 22 | Width = 72
|
---|
| 23 | Height = 21
|
---|
| 24 | Caption = 'OK'
|
---|
| 25 | Default = True
|
---|
| 26 | TabOrder = 1
|
---|
| 27 | OnClick = cmdOKClick
|
---|
| 28 | end
|
---|
[829] | 29 | object cmdCancel: TButton [2]
|
---|
[456] | 30 | Left = 347
|
---|
| 31 | Top = 233
|
---|
| 32 | Width = 72
|
---|
| 33 | Height = 21
|
---|
| 34 | Cancel = True
|
---|
| 35 | Caption = 'Cancel'
|
---|
| 36 | TabOrder = 2
|
---|
| 37 | OnClick = cmdCancelClick
|
---|
| 38 | end
|
---|
[829] | 39 | object memOrder: TMemo [3]
|
---|
[456] | 40 | Left = 8
|
---|
| 41 | Top = 8
|
---|
| 42 | Width = 411
|
---|
| 43 | Height = 56
|
---|
| 44 | TabStop = False
|
---|
| 45 | Color = clBtnFace
|
---|
| 46 | Lines.Strings = (
|
---|
| 47 | 'memOrder')
|
---|
| 48 | ReadOnly = True
|
---|
| 49 | TabOrder = 3
|
---|
| 50 | WantReturns = False
|
---|
| 51 | end
|
---|
[829] | 52 | object memComments: TRichEdit [4]
|
---|
[456] | 53 | Left = 8
|
---|
| 54 | Top = 94
|
---|
| 55 | Width = 411
|
---|
| 56 | Height = 123
|
---|
| 57 | ScrollBars = ssVertical
|
---|
| 58 | TabOrder = 0
|
---|
| 59 | WantTabs = True
|
---|
| 60 | OnKeyUp = memCommentsKeyUp
|
---|
| 61 | end
|
---|
[829] | 62 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 63 | Data = (
|
---|
| 64 | (
|
---|
| 65 | 'Component = cmdOK'
|
---|
| 66 | 'Status = stsDefault')
|
---|
| 67 | (
|
---|
| 68 | 'Component = cmdCancel'
|
---|
| 69 | 'Status = stsDefault')
|
---|
| 70 | (
|
---|
| 71 | 'Component = memOrder'
|
---|
| 72 | 'Status = stsDefault')
|
---|
| 73 | (
|
---|
| 74 | 'Component = memComments'
|
---|
| 75 | 'Status = stsDefault')
|
---|
| 76 | (
|
---|
| 77 | 'Component = frmWardComments'
|
---|
| 78 | 'Status = stsDefault'))
|
---|
| 79 | end
|
---|
[456] | 80 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.