Files
lazarus-ccr/components/tvplanit/source/vpwavdlg.lfm

207 lines
5.3 KiB
Plaintext
Raw Permalink Normal View History

object FrmSoundDialog: TFrmSoundDialog
Left = 323
Height = 474
Top = 278
Width = 736
HorzScrollBar.Page = 401
VertScrollBar.Page = 261
Caption = 'FrmSoundDialog'
ClientHeight = 474
ClientWidth = 736
KeyPreview = True
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.3.0.0'
object PageControl1: TPageControl
Left = 0
Height = 474
Top = 0
Width = 736
TabStop = False
ActivePage = TabSheet1
Align = alClient
TabIndex = 0
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Select A Sound'
ClientHeight = 446
ClientWidth = 728
object RightPanel: TPanel
Left = 209
Height = 446
Top = 0
Width = 515
Align = alClient
BorderSpacing.Right = 4
BevelOuter = bvNone
ClientHeight = 446
ClientWidth = 515
TabOrder = 2
object Panel1: TPanel
Left = 0
Height = 27
Top = 0
Width = 515
Align = alTop
AutoSize = True
BevelOuter = bvNone
ClientHeight = 27
ClientWidth = 515
TabOrder = 0
object CBDefault: TCheckBox
AnchorSideTop.Control = Panel1
Left = 4
Height = 19
Top = 4
Width = 71
BorderSpacing.Around = 4
Caption = 'CBDefault'
OnClick = CBDefaultClick
TabOrder = 0
end
end
object ButtonPanel: TPanel
Left = 0
Height = 33
Top = 413
Width = 515
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 33
ClientWidth = 515
TabOrder = 2
object PlayBtn: TSpeedButton
AnchorSideTop.Control = OkBtn
AnchorSideBottom.Control = OkBtn
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 25
Top = 4
Width = 118
Anchors = [akTop, akLeft, akBottom]
Margin = 4
OnClick = PlayBtnClick
end
object OkBtn: TButton
Left = 361
Height = 25
Top = 4
Width = 75
Align = alRight
BorderSpacing.Left = 4
BorderSpacing.Top = 4
BorderSpacing.Bottom = 4
Caption = 'OkBtn'
Default = True
ModalResult = 1
OnClick = OkBtnClick
TabOrder = 0
end
object CancelBtn: TButton
Left = 440
Height = 25
Top = 4
Width = 75
Align = alRight
BorderSpacing.Left = 4
BorderSpacing.Top = 4
BorderSpacing.Bottom = 4
Cancel = True
Caption = 'CancelBtn'
ModalResult = 2
OnClick = CancelBtnClick
TabOrder = 1
end
end
object ShellListView: TShellListView
Left = 0
Height = 386
Top = 27
Width = 515
Align = alClient
Anchors = [akTop, akLeft, akBottom]
Color = clDefault
HideSelection = False
ReadOnly = True
TabOrder = 1
ObjectTypes = [otNonFolders]
ShellTreeView = ShellTreeView
end
object Panel3: TPanel
Left = 61
Height = 90
Top = 110
Width = 170
BevelOuter = bvNone
BorderStyle = bsSingle
ClientHeight = 86
ClientWidth = 166
TabOrder = 3
object Label3: TLabel
Left = 0
Height = 86
Top = 0
Width = 166
Align = alClient
Alignment = taCenter
AutoSize = False
Caption = 'Nothing to select from'
Layout = tlCenter
ParentColor = False
WordWrap = True
end
end
end
object Splitter1: TSplitter
Left = 204
Height = 446
Top = 0
Width = 5
end
object Panel4: TPanel
Left = 4
Height = 438
Top = 4
Width = 200
Align = alLeft
BorderSpacing.Left = 4
BorderSpacing.Top = 4
BorderSpacing.Bottom = 4
BevelOuter = bvNone
BorderStyle = bsSingle
ClientHeight = 434
ClientWidth = 196
Constraints.MinWidth = 200
TabOrder = 0
object ShellTreeView: TShellTreeView
Left = 4
Height = 306
Top = 136
Width = 180
BorderStyle = bsNone
FileSortType = fstNone
ReadOnly = True
TabOrder = 0
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
ObjectTypes = [otFolders]
ShellListView = ShellListView
end
object Label4: TLabel
Left = 0
Height = 86
Top = 16
Width = 166
Alignment = taCenter
AutoSize = False
Caption = 'Nothing to select from'
Layout = tlCenter
ParentColor = False
WordWrap = True
end
end
end
end
end