1
0
Files
applications
bindings
components
examples
image_sources
lclbindings
wst
tags
trunk
doc
ide
samples
tests
SDMTabularService
amazon
apache_module
calculator
delphi
ebay
files
google_api
http_server
library
metadata_browser
record
tcp_server
test_float_to_str
project1.lpi
project1.lpr
unit1.lfm
unit1.lrs
unit1.pas
test_suite
type_lib_edtr
ws_helper
wst_rtti_filter
COPYING.LGPL
COPYING.modifiedLGPL
base_binary_formatter.pas
base_json_formatter.pas
base_service_intf.pas
base_soap_formatter.pas
base_xmlrpc_formatter.pas
basex_encode.pas
binary_formatter.pas
binary_streamer.pas
client_filters.pas
client_utils.pas
config_objects.pas
date_utils.pas
delphi_init_com.pas
file_logger_extension.pas
filter_intf.pas
fpc_http_protocol.pas
fpc_http_server.pas
fpc_tcp_protocol.pas
fpc_tcp_server.pas
ics_http_protocol.pas
ics_tcp_protocol.pas
imp_utils.pas
indy_http_protocol.pas
indy_http_server.pas
indy_https_server.pas
indy_tcp_protocol.pas
indy_tcp_server.pas
json_formatter.pas
library_base_intf.pas
library_imp_utils.pas
library_protocol.pas
library_server_intf.pas
logger_extension.pas
metadata_repository.pas
metadata_service.pas
metadata_service.wsdl
metadata_service.wst
metadata_service.wst_meta
metadata_service_binder.pas
metadata_service_imp.pas
metadata_service_proxy.pas
metadata_wsdl.pas
ns_http_protocol.pas
object_serializer.pas
record_rtti.pas
same_process_protocol.pas
semaphore.pas
server_binary_formatter.pas
server_filter_extension.pas
server_listener.pas
server_service_imputils.pas
server_service_intf.pas
server_service_json.pas
server_service_soap.pas
server_service_xmlrpc.pas
service_intf.pas
soap_formatter.pas
synapse_http_protocol.pas
synapse_tcp_protocol.pas
synapse_tcp_server.pas
wst.inc
wst_consts.pas
wst_delphi.inc
wst_delphi_rtl.pas
wst_delphi_rtti_utils.pas
wst_delphi_xml.pas
wst_fpc_xml.pas
wst_global.inc
wst_indy10_utils.pas
wst_indy9_utils.pas
wst_initialization.pas
wst_resources_imp.pas
wst_rtl_imp.inc
wst_types.pas
xml_serializer.pas
xmlrpc_formatter.pas
lazarus-ccr/wst/trunk/tests/test_float_to_str/unit1.lfm

59 lines
1008 B
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 295
Height = 300
Top = 234
Width = 400
HorzScrollBar.Page = 399
VertScrollBar.Page = 299
Caption = 'Form1'
ClientHeight = 300
ClientWidth = 400
PixelsPerInch = 96
object Button1: TButton
Left = 72
Height = 25
Top = 56
Width = 75
BorderSpacing.InnerBorder = 2
Caption = 'Button1'
OnClick = Button1Click
TabOrder = 0
end
object Edit1: TEdit
Left = 176
Height = 23
Top = 58
Width = 80
TabOrder = 1
Text = '124656.32145'
end
object Memo1: TMemo
Left = 24
Height = 184
Top = 104
Width = 352
Lines.Strings = (
'Memo1'
)
TabOrder = 2
end
object Edit2: TEdit
Left = 103
Height = 23
Top = 26
Width = 80
TabOrder = 3
Text = '#.#######E-0'
end
object Button2: TButton
Left = 264
Height = 25
Top = 24
Width = 75
BorderSpacing.InnerBorder = 2
Caption = 'Button2'
OnClick = Button2Click
TabOrder = 4
end
end