Package Zearch Temp Implementation
* Adds Basic form * Adds Unit Classes * Adds API Request option Signed-off-by: Indrajith K L <indrajith@indrajith.dev>
This commit is contained in:
112
lib/x86_64-win64/main.lfm
Normal file
112
lib/x86_64-win64/main.lfm
Normal file
@@ -0,0 +1,112 @@
|
||||
object Form1: TForm1
|
||||
Left = 149
|
||||
Height = 296
|
||||
Top = 250
|
||||
Width = 704
|
||||
Caption = 'Package Zerch'
|
||||
ClientHeight = 296
|
||||
ClientWidth = 704
|
||||
ShowInTaskBar = stAlways
|
||||
SnapOptions.SnapToMonitor = True
|
||||
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
|
||||
BIN
lib/x86_64-win64/main.ppu
Normal file
BIN
lib/x86_64-win64/main.ppu
Normal file
Binary file not shown.
5
lib/x86_64-win64/package_zerch.compiled
Normal file
5
lib/x86_64-win64/package_zerch.compiled
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Compiler Value="C:\lazarus\fpc\3.2.2\bin\x86_64-win64\fpc.exe" Date="1520657216"/>
|
||||
<Params Value="-MObjFPC -Scghi -O1 -gw3 -gl -WG -l -vewnhibq -FiC:\Users\indrajith\Documents\projects\package-search\package-zerch\lib\x86_64-win64 -FuC:\Users\indrajith\Documents\projects\package-search\package-zerch\ -FuC:\lazarus\components\lazcontrols\lib\x86_64-win64\win32 -FuC:\lazarus\lcl\units\x86_64-win64\win32 -FuC:\lazarus\lcl\units\x86_64-win64 -FuC:\lazarus\components\freetype\lib\x86_64-win64 -FuC:\lazarus\components\lazutils\lib\x86_64-win64 -FuC:\lazarus\packager\units\x86_64-win64 -FUC:\Users\indrajith\Documents\projects\package-search\package-zerch\lib\x86_64-win64\ -FEC:\Users\indrajith\Documents\projects\package-search\package-zerch\ -oC:\Users\indrajith\Documents\projects\package-search\package-zerch\package_zerch.exe -dLCL -dLCLwin32 package_zerch.lpr"/>
|
||||
</CONFIG>
|
||||
BIN
lib/x86_64-win64/package_zerch.res
Normal file
BIN
lib/x86_64-win64/package_zerch.res
Normal file
Binary file not shown.
BIN
lib/x86_64-win64/threadunit.ppu
Normal file
BIN
lib/x86_64-win64/threadunit.ppu
Normal file
Binary file not shown.
Reference in New Issue
Block a user