BSOne.SFC/eCrmHE/Utils/EXE_BS1Agents/DConnSetting.dfm

161 lines
3.0 KiB
Plaintext

object DlgConnSetting: TDlgConnSetting
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #51217#49549' '#49444#51221
ClientHeight = 203
ClientWidth = 486
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poOwnerFormCenter
TextHeight = 15
object Label1: TLabel
Left = 32
Top = 26
Width = 84
Height = 15
Alignment = taRightJustify
Caption = #49436#48260' '#51217#49549' '#51221#48372' :'
end
object Label2: TLabel
Left = 125
Top = 55
Width = 171
Height = 15
Caption = '('#50696' : https://192.168.15.171:8443)'
OnDblClick = Label2DblClick
end
object Label3: TLabel
Left = 20
Top = 90
Width = 96
Height = 15
Alignment = taRightJustify
Caption = #50640#51060#51204#53944' '#51217#49549' '#49688' :'
end
object btnTest: TSpeedButton
Left = 431
Top = 23
Width = 30
Height = 23
Caption = 'Test'
OnClick = btnTestClick
end
object Label4: TLabel
Left = 21
Top = 122
Width = 95
Height = 15
Alignment = taRightJustify
Caption = 'ConnectTimeout :'
end
object Label5: TLabel
Left = 264
Top = 122
Width = 76
Height = 15
Alignment = taRightJustify
Caption = 'ReadTimeout :'
end
object Label6: TLabel
Left = 191
Top = 122
Width = 44
Height = 15
Caption = '('#48128#47532#52488')'
end
object Label7: TLabel
Left = 415
Top = 122
Width = 44
Height = 15
Caption = '('#48128#47532#52488')'
end
object Label8: TLabel
Left = 271
Top = 90
Width = 69
Height = 15
Alignment = taRightJustify
Caption = #49324#48264' '#51217#46160#50612' :'
end
object Label9: TLabel
Left = 415
Top = 90
Width = 53
Height = 15
Caption = '(5'#51088' '#51060#45236')'
end
object Label10: TLabel
Left = 191
Top = 90
Width = 59
Height = 15
Caption = '(1000 '#51060#54616')'
end
object edSvrAddr: TEdit
Left = 124
Top = 23
Width = 301
Height = 23
TabOrder = 0
end
object edConnCnt: TEdit
Left = 124
Top = 87
Width = 61
Height = 23
NumbersOnly = True
TabOrder = 1
end
object btnOk: TButton
Left = 134
Top = 162
Width = 75
Height = 25
Caption = #54869#51064
TabOrder = 3
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 278
Top = 162
Width = 75
Height = 25
Cancel = True
Caption = #52712#49548
ModalResult = 2
TabOrder = 4
end
object edConnTO: TEdit
Left = 122
Top = 116
Width = 63
Height = 23
NumbersOnly = True
TabOrder = 5
end
object edReadTO: TEdit
Left = 346
Top = 119
Width = 63
Height = 23
NumbersOnly = True
TabOrder = 6
end
object edEmpNoHead: TEdit
Left = 346
Top = 87
Width = 63
Height = 23
ImeMode = imDisable
MaxLength = 5
TabOrder = 2
end
end