git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@19 7f62d464-2af8-f54e-996c-e91b33f51cbe
104 lines
2.2 KiB
Plaintext
104 lines
2.2 KiB
Plaintext
object DSADialogsMainForm: TDSADialogsMainForm
|
|
Left = 200
|
|
Top = 189
|
|
Caption = 'Don'#39't Show Again (DSA) Examples and tests'
|
|
ClientHeight = 281
|
|
ClientWidth = 636
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
DesignSize = (
|
|
636
|
|
281)
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lvDSAInfo: TListView
|
|
Left = 2
|
|
Top = 0
|
|
Width = 628
|
|
Height = 228
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
Checkboxes = True
|
|
Columns = <
|
|
item
|
|
Caption = 'DSA'
|
|
MaxWidth = 40
|
|
MinWidth = 40
|
|
Width = 40
|
|
end
|
|
item
|
|
Alignment = taRightJustify
|
|
Caption = 'DlgID'
|
|
MaxWidth = 50
|
|
MinWidth = 50
|
|
end
|
|
item
|
|
Caption = 'Name'
|
|
MaxWidth = 130
|
|
MinWidth = 130
|
|
Width = 130
|
|
end
|
|
item
|
|
Caption = 'Description'
|
|
MaxWidth = 521
|
|
MinWidth = 400
|
|
Width = 400
|
|
end>
|
|
HideSelection = False
|
|
RowSelect = True
|
|
PopupMenu = pmDSAList
|
|
TabOrder = 0
|
|
ViewStyle = vsReport
|
|
OnChange = lvDSAInfoChange
|
|
OnDblClick = miExecuteDlgClick
|
|
OnResize = lvDSAInfoResize
|
|
end
|
|
object stbMain: TStatusBar
|
|
Left = 0
|
|
Top = 262
|
|
Width = 636
|
|
Height = 19
|
|
Panels = <>
|
|
SimplePanel = True
|
|
SimpleText = 'Status:'
|
|
ExplicitTop = 263
|
|
end
|
|
object btnClose: TButton
|
|
Left = 556
|
|
Top = 233
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Close'
|
|
TabOrder = 2
|
|
OnClick = btnCloseClick
|
|
end
|
|
object pmDSAList: TPopupMenu
|
|
OnPopup = pmDSAListPopup
|
|
Left = 480
|
|
Top = 70
|
|
object miExecuteDlg: TMenuItem
|
|
Caption = 'Execute...'
|
|
Default = True
|
|
ShortCut = 16397
|
|
OnClick = miExecuteDlgClick
|
|
end
|
|
object miBreak1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object miReset: TMenuItem
|
|
Caption = 'Reset'
|
|
ShortCut = 32
|
|
OnClick = miResetClick
|
|
end
|
|
end
|
|
end
|