94 lines
1.7 KiB
Plaintext
94 lines
1.7 KiB
Plaintext
object DlgConnectInfo: TDlgConnectInfo
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = #49436#48260#50640' '#51217#49549
|
|
ClientHeight = 231
|
|
ClientWidth = 275
|
|
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 = 24
|
|
Width = 43
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = 'IP '#51452#49548' :'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 45
|
|
Top = 59
|
|
Width = 30
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #54252#53944' :'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 45
|
|
Top = 96
|
|
Width = 30
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #49324#48264' :'
|
|
end
|
|
object edIp: TEdit
|
|
Left = 89
|
|
Top = 21
|
|
Width = 153
|
|
Height = 23
|
|
TabOrder = 0
|
|
end
|
|
object edPort: TEdit
|
|
Left = 89
|
|
Top = 56
|
|
Width = 153
|
|
Height = 23
|
|
Enabled = False
|
|
NumbersOnly = True
|
|
TabOrder = 1
|
|
Text = '30091'
|
|
end
|
|
object edEmpNo: TEdit
|
|
Left = 89
|
|
Top = 93
|
|
Width = 153
|
|
Height = 23
|
|
TabOrder = 2
|
|
end
|
|
object btnOk: TButton
|
|
Left = 40
|
|
Top = 182
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #54869#51064
|
|
Default = True
|
|
TabOrder = 3
|
|
OnClick = btnOkClick
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 160
|
|
Top = 182
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = #52712#49548
|
|
ModalResult = 2
|
|
TabOrder = 4
|
|
end
|
|
object chAutoConn: TCheckBox
|
|
Left = 89
|
|
Top = 133
|
|
Width = 168
|
|
Height = 17
|
|
Caption = #54532#47196#44536#47016' '#49884#51089' '#49884' '#51088#46041' '#51217#49549
|
|
TabOrder = 5
|
|
end
|
|
end
|