2010-07-07 16:31:10 -04:00
|
|
|
inherited frmChgEvent: TfrmChgEvent
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 256
|
|
|
|
Top = 148
|
|
|
|
Caption = 'Change Release Event'
|
2010-07-07 16:31:10 -04:00
|
|
|
ClientHeight = 401
|
|
|
|
ClientWidth = 554
|
2008-07-06 17:36:37 -04:00
|
|
|
OldCreateOrder = False
|
|
|
|
OnClose = FormClose
|
|
|
|
OnCreate = FormCreate
|
2010-07-07 16:31:10 -04:00
|
|
|
ExplicitWidth = 562
|
|
|
|
ExplicitHeight = 428
|
2008-07-06 17:36:37 -04:00
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
2010-07-07 16:31:10 -04:00
|
|
|
object pnlTop: TPanel [0]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 0
|
|
|
|
Top = 0
|
|
|
|
Width = 554
|
|
|
|
Height = 38
|
|
|
|
Align = alTop
|
|
|
|
AutoSize = True
|
|
|
|
TabOrder = 0
|
|
|
|
object lblPtInfo: TLabel
|
|
|
|
Left = 1
|
|
|
|
Top = 1
|
2010-07-07 16:31:10 -04:00
|
|
|
Width = 3
|
2008-07-06 17:36:37 -04:00
|
|
|
Height = 36
|
|
|
|
Align = alTop
|
|
|
|
Color = clBtnFace
|
|
|
|
Constraints.MinHeight = 36
|
|
|
|
ParentColor = False
|
|
|
|
Layout = tlCenter
|
|
|
|
end
|
|
|
|
end
|
2010-07-07 16:31:10 -04:00
|
|
|
object pnlBottom: TPanel [1]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 0
|
|
|
|
Top = 38
|
|
|
|
Width = 554
|
2010-07-07 16:31:10 -04:00
|
|
|
Height = 363
|
2008-07-06 17:36:37 -04:00
|
|
|
Align = alClient
|
|
|
|
TabOrder = 1
|
2010-07-07 16:31:10 -04:00
|
|
|
ExplicitHeight = 362
|
2008-07-06 17:36:37 -04:00
|
|
|
DesignSize = (
|
|
|
|
554
|
2010-07-07 16:31:10 -04:00
|
|
|
363)
|
2008-07-06 17:36:37 -04:00
|
|
|
object cboSpecialty: TORComboBox
|
|
|
|
Left = 12
|
|
|
|
Top = 8
|
|
|
|
Width = 443
|
|
|
|
Height = 344
|
|
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
|
|
Style = orcsSimple
|
|
|
|
AutoSelect = True
|
|
|
|
Color = clWindow
|
|
|
|
DropDownCount = 8
|
|
|
|
ItemHeight = 13
|
|
|
|
ItemTipColor = clWindow
|
|
|
|
ItemTipEnable = True
|
|
|
|
ListItemsOnly = False
|
|
|
|
LongList = False
|
|
|
|
LookupPiece = 0
|
|
|
|
MaxLength = 0
|
|
|
|
Pieces = '9'
|
|
|
|
Sorted = False
|
|
|
|
SynonymChars = '<>'
|
|
|
|
TabOrder = 0
|
|
|
|
OnChange = cboSpecialtyChange
|
|
|
|
OnDblClick = cboSpecialtyDblClick
|
2010-07-07 16:31:10 -04:00
|
|
|
CharsNeedMatch = 1
|
2008-07-06 17:36:37 -04:00
|
|
|
end
|
|
|
|
object btnCancel: TButton
|
|
|
|
Left = 466
|
|
|
|
Top = 331
|
|
|
|
Width = 75
|
|
|
|
Height = 20
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
Cancel = True
|
|
|
|
Caption = 'Cancel'
|
|
|
|
TabOrder = 1
|
|
|
|
OnClick = btnCancelClick
|
|
|
|
end
|
|
|
|
object btnAction: TButton
|
|
|
|
Left = 466
|
|
|
|
Top = 303
|
|
|
|
Width = 75
|
|
|
|
Height = 20
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
TabOrder = 2
|
|
|
|
Visible = False
|
|
|
|
OnClick = btnActionClick
|
|
|
|
end
|
|
|
|
end
|
2010-07-07 16:31:10 -04:00
|
|
|
inherited amgrMain: TVA508AccessibilityManager
|
|
|
|
Data = (
|
|
|
|
(
|
|
|
|
'Component = pnlTop'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = pnlBottom'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cboSpecialty'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = btnCancel'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = btnAction'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = frmChgEvent'
|
|
|
|
'Status = stsDefault'))
|
|
|
|
end
|
2008-07-06 17:36:37 -04:00
|
|
|
end
|