150 lines
3.5 KiB
Plaintext
150 lines
3.5 KiB
Plaintext
inherited frmInvalidActionList: TfrmInvalidActionList
|
|
Left = 445
|
|
Top = 142
|
|
Caption = 'Invalidated action orders'
|
|
ClientHeight = 519
|
|
ClientWidth = 526
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
OnResize = FormResize
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object pnlTop: TPanel [0]
|
|
Left = 0
|
|
Top = 0
|
|
Width = 526
|
|
Height = 229
|
|
Align = alTop
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 1
|
|
Top = 1
|
|
Width = 524
|
|
Height = 24
|
|
Align = alTop
|
|
AutoSize = False
|
|
Caption = 'You can'#39't take this action on the following orders'
|
|
end
|
|
object lstActDeniedOrders: TCaptionListBox
|
|
Left = 1
|
|
Top = 52
|
|
Width = 524
|
|
Height = 176
|
|
Style = lbOwnerDrawVariable
|
|
Align = alClient
|
|
ItemHeight = 16
|
|
TabOrder = 0
|
|
OnDrawItem = lstActDeniedOrdersDrawItem
|
|
OnMeasureItem = lstActDeniedOrdersMeasureItem
|
|
Caption = 'You can'#39't take this action on the following orders'
|
|
end
|
|
object hdrAction: THeaderControl
|
|
Left = 1
|
|
Top = 25
|
|
Width = 524
|
|
Height = 27
|
|
Sections = <
|
|
item
|
|
ImageIndex = -1
|
|
MinWidth = 300
|
|
Text = 'Order'
|
|
Width = 350
|
|
end
|
|
item
|
|
ImageIndex = -1
|
|
MinWidth = 150
|
|
Text = 'Reason'
|
|
Width = 150
|
|
end>
|
|
OnSectionResize = hdrActionSectionResize
|
|
end
|
|
end
|
|
object pnlBottom: TPanel [1]
|
|
Left = 0
|
|
Top = 229
|
|
Width = 526
|
|
Height = 249
|
|
Align = alClient
|
|
TabOrder = 1
|
|
ExplicitHeight = 256
|
|
object Label2: TLabel
|
|
Left = 1
|
|
Top = 1
|
|
Width = 524
|
|
Height = 40
|
|
Align = alTop
|
|
AutoSize = False
|
|
Caption = 'The following orders will be taken action:'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
Layout = tlCenter
|
|
end
|
|
object lstValidOrders: TCaptionListBox
|
|
Left = 1
|
|
Top = 41
|
|
Width = 524
|
|
Height = 207
|
|
Style = lbOwnerDrawVariable
|
|
Align = alClient
|
|
ItemHeight = 16
|
|
TabOrder = 0
|
|
OnDrawItem = lstValidOrdersDrawItem
|
|
OnMeasureItem = lstValidOrdersMeasureItem
|
|
Caption = 'The following orders will be taken action'
|
|
end
|
|
end
|
|
object Panel1: TPanel [2]
|
|
Left = 0
|
|
Top = 478
|
|
Width = 526
|
|
Height = 41
|
|
Align = alBottom
|
|
TabOrder = 2
|
|
ExplicitTop = 485
|
|
DesignSize = (
|
|
526
|
|
41)
|
|
object btnOK: TButton
|
|
Left = 440
|
|
Top = 12
|
|
Width = 75
|
|
Height = 21
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'OK'
|
|
TabOrder = 0
|
|
OnClick = btnOKClick
|
|
end
|
|
end
|
|
inherited amgrMain: TVA508AccessibilityManager
|
|
Data = (
|
|
(
|
|
'Component = pnlTop'
|
|
'Status = stsDefault')
|
|
(
|
|
'Component = lstActDeniedOrders'
|
|
'Status = stsDefault')
|
|
(
|
|
'Component = hdrAction'
|
|
'Status = stsDefault')
|
|
(
|
|
'Component = pnlBottom'
|
|
'Status = stsDefault')
|
|
(
|
|
'Component = lstValidOrders'
|
|
'Status = stsDefault')
|
|
(
|
|
'Component = Panel1'
|
|
'Status = stsDefault')
|
|
(
|
|
'Component = btnOK'
|
|
'Status = stsDefault')
|
|
(
|
|
'Component = frmInvalidActionList'
|
|
'Status = stsDefault'))
|
|
end
|
|
end
|