Files
Indrajith K L 6a1d80d3b8 Implements Module Player working in Form
* Implements Embedding .xm music in Final Application
2025-06-02 15:15:16 +05:30

114 lines
2.4 KiB
Plaintext

object Form1: TForm1
Left = 149
Height = 296
Top = 250
Width = 704
Caption = 'Package Zerch'
ClientHeight = 296
ClientWidth = 704
ShowInTaskBar = stAlways
SnapOptions.SnapToMonitor = True
LCLVersion = '4.0.0.4'
OnCreate = FormCreate
object TabControl1: TTabControl
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 296
Top = 0
Width = 712
OnChange = TabControl1Change
TabIndex = 0
Tabs.Strings = (
'Search'
'Metadata'
'Versions'
)
Anchors = [akTop, akLeft, akRight, akBottom]
TabOrder = 0
object lblSearch: TLabel
Left = 8
Height = 15
Top = 32
Width = 79
Caption = 'Package Name'
end
object TxtBoxSearch: TEdit
AnchorSideTop.Side = asrCenter
Left = 96
Height = 23
Top = 32
Width = 504
TabOrder = 1
OnChange = TxtBoxSearchChange
end
object BtnSearch: TButton
Left = 608
Height = 26
Top = 29
Width = 75
Caption = 'Search'
TabOrder = 2
OnClick = BtnSearchClick
end
object memoTest: TMemo
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 8
Height = 192
Top = 96
Width = 688
Anchors = [akTop, akLeft, akRight, akBottom]
ScrollBars = ssAutoVertical
TabOrder = 3
end
object Label1: TLabel
Left = 8
Height = 15
Top = 77
Width = 98
Caption = 'Debug[Response]'
Color = 8388863
Font.CharSet = ANSI_CHARSET
Font.Color = clFuchsia
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object ExtendedTabControl1: TExtendedTabControl
Left = 360
Height = 150
Top = 104
Width = 200
TabIndex = 0
Tabs.Strings = (
'1'
'2'
'3'
)
TabOrder = 4
ShowToolBar = tsNone
object ExtendedTabToolbar1: TExtendedTabToolbar
Left = 0
Height = 26
Top = 0
Width = 150
Align = alCustom
AutoSize = True
Caption = 'ExtendedTabToolbar1'
TabOrder = 0
Visible = False
end
object Label2: TLabel
Left = 102
Height = 15
Top = 83
Width = 34
Caption = 'Label2'
end
end
end
end