2006-08-26 00:35:42 +00:00
|
|
|
object Form1: TForm1
|
|
|
|
Left = 301
|
|
|
|
Height = 388
|
|
|
|
Top = 159
|
|
|
|
Width = 400
|
|
|
|
HorzScrollBar.Page = 399
|
|
|
|
VertScrollBar.Page = 387
|
|
|
|
ActiveControl = Button1
|
|
|
|
Caption = 'Form1'
|
2007-06-24 23:33:51 +00:00
|
|
|
ClientHeight = 388
|
|
|
|
ClientWidth = 400
|
2006-08-26 00:35:42 +00:00
|
|
|
OnCreate = FormCreate
|
|
|
|
object Panel1: TPanel
|
|
|
|
Height = 184
|
|
|
|
Width = 400
|
|
|
|
Align = alTop
|
2007-06-24 23:33:51 +00:00
|
|
|
ClientHeight = 184
|
|
|
|
ClientWidth = 400
|
2006-08-26 00:35:42 +00:00
|
|
|
TabOrder = 0
|
|
|
|
object Label1: TLabel
|
|
|
|
Left = 16
|
2007-06-24 23:33:51 +00:00
|
|
|
Height = 14
|
2006-08-26 00:35:42 +00:00
|
|
|
Top = 53
|
2007-06-24 23:33:51 +00:00
|
|
|
Width = 77
|
2006-08-26 00:35:42 +00:00
|
|
|
Caption = 'eBayAuthToken'
|
|
|
|
Color = clNone
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label2: TLabel
|
|
|
|
Left = 16
|
2007-06-24 23:33:51 +00:00
|
|
|
Height = 14
|
2006-08-26 00:35:42 +00:00
|
|
|
Top = 79
|
2007-06-24 23:33:51 +00:00
|
|
|
Width = 30
|
2006-08-26 00:35:42 +00:00
|
|
|
Caption = 'AppId'
|
|
|
|
Color = clNone
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label3: TLabel
|
|
|
|
Left = 16
|
2007-06-24 23:33:51 +00:00
|
|
|
Height = 14
|
2006-08-26 00:35:42 +00:00
|
|
|
Top = 111
|
2007-06-24 23:33:51 +00:00
|
|
|
Width = 30
|
2006-08-26 00:35:42 +00:00
|
|
|
Caption = 'DevId'
|
|
|
|
Color = clNone
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label4: TLabel
|
|
|
|
Left = 16
|
2007-06-24 23:33:51 +00:00
|
|
|
Height = 14
|
2006-08-26 00:35:42 +00:00
|
|
|
Top = 144
|
2007-06-24 23:33:51 +00:00
|
|
|
Width = 45
|
2006-08-26 00:35:42 +00:00
|
|
|
Caption = 'AuthCert'
|
|
|
|
Color = clNone
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Bevel1: TBevel
|
|
|
|
Left = 10
|
|
|
|
Height = 170
|
|
|
|
Top = 4
|
|
|
|
Width = 380
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
end
|
|
|
|
object Button1: TButton
|
|
|
|
Left = 288
|
|
|
|
Height = 25
|
|
|
|
Top = 8
|
|
|
|
Width = 99
|
|
|
|
BorderSpacing.InnerBorder = 4
|
|
|
|
Caption = 'GetCategories'
|
|
|
|
OnClick = Button1Click
|
|
|
|
TabOrder = 0
|
|
|
|
Visible = False
|
|
|
|
end
|
|
|
|
object Button3: TButton
|
|
|
|
Left = 16
|
|
|
|
Height = 25
|
|
|
|
Top = 8
|
|
|
|
Width = 136
|
|
|
|
BorderSpacing.InnerBorder = 4
|
|
|
|
Caption = 'GetPopularKeywords'
|
|
|
|
OnClick = Button3Click
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object edteBayAuthToken: TEdit
|
|
|
|
Left = 96
|
|
|
|
Height = 23
|
|
|
|
Top = 48
|
|
|
|
Width = 288
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object edtAppId: TEdit
|
|
|
|
Left = 96
|
|
|
|
Height = 23
|
|
|
|
Top = 77
|
|
|
|
Width = 288
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object edtDevId: TEdit
|
|
|
|
Left = 96
|
|
|
|
Height = 23
|
|
|
|
Top = 108
|
|
|
|
Width = 288
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
|
|
|
object edtAuthCert: TEdit
|
|
|
|
Left = 96
|
|
|
|
Height = 23
|
|
|
|
Top = 136
|
|
|
|
Width = 288
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
TabOrder = 5
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object trvOut: TTreeView
|
|
|
|
Height = 204
|
|
|
|
Top = 184
|
|
|
|
Width = 400
|
|
|
|
Align = alClient
|
2007-06-24 23:33:51 +00:00
|
|
|
DefaultItemHeight = 15
|
2006-08-26 00:35:42 +00:00
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|