📄 utest.dfm
字号:
object Form1: TForm1
Left = 238
Top = 210
Width = 552
Height = 367
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 544
Height = 289
Align = alTop
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button1: TButton
Left = 200
Top = 304
Width = 75
Height = 25
Caption = 'Query '
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 288
Top = 304
Width = 75
Height = 25
Caption = 'Get One'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 376
Top = 304
Width = 75
Height = 25
Caption = 'ArySav'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 112
Top = 304
Width = 75
Height = 25
Caption = 'Button4'
TabOrder = 4
OnClick = Button4Click
end
object HTTPRIO1: THTTPRIO
WSDLLocation = 'http://192.168.0.16/scripts/JGLR.dll/wsdl/IJGLR'
Service = 'IJGLRservice'
Port = 'IJGLRPort'
HTTPWebNode.Agent = 'Borland SOAP 1.2'
HTTPWebNode.UseUTF8InHeader = False
HTTPWebNode.InvokeOptions = [soIgnoreInvalidCerts, soAutoCheckAccessPointViaUDDI]
Converter.Options = [soSendMultiRefObj, soTryAllSchema, soRootRefNodesToBody, soCacheMimeResponse, soUTF8EncodeXML]
Left = 408
Top = 128
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 152
Top = 96
end
object ClientDataSet1: TClientDataSet
Aggregates = <>
Params = <>
Left = 272
Top = 104
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -