33 lines
626 B
Plaintext
33 lines
626 B
Plaintext
object DlgWscProdMain: TDlgWscProdMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'WscProduct'
|
|
ClientHeight = 441
|
|
ClientWidth = 624
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object Button1: TButton
|
|
Left = 16
|
|
Top = 40
|
|
Width = 161
|
|
Height = 25
|
|
Caption = 'btnGetWscProductList'
|
|
TabOrder = 0
|
|
OnClick = Button1Click
|
|
end
|
|
object mmInfo: TMemo
|
|
Left = 16
|
|
Top = 88
|
|
Width = 585
|
|
Height = 305
|
|
ScrollBars = ssVertical
|
|
TabOrder = 1
|
|
end
|
|
end
|