| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 | object frmParams: TfrmParams  Left = 371  Top = 310  Width = 425  Height = 133  Caption = #36830#25509#21442#25968  Color = clBtnFace  Font.Charset = ANSI_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #23435#20307  Font.Style = []  OldCreateOrder = False  Position = poDesktopCenter  OnCreate = FormCreate  OnDestroy = FormDestroy  PixelsPerInch = 96  TextHeight = 12  object ldePort: TLabeledEdit    Left = 64    Top = 22    Width = 63    Height = 20    EditLabel.Width = 48    EditLabel.Height = 12    EditLabel.Caption = #31471#21475#21495#65306    LabelPosition = lpLeft    TabOrder = 0  end  object ldeIP: TLabeledEdit    Left = 232    Top = 22    Width = 175    Height = 20    EditLabel.Width = 84    EditLabel.Height = 12    EditLabel.Caption = #26381#21153#22120'IP'#22320#22336#65306    LabelPosition = lpLeft    TabOrder = 1  end  object btnOK: TButton    Left = 259    Top = 66    Width = 75    Height = 25    Caption = #30830#23450    Default = True    ModalResult = 1    TabOrder = 2    OnClick = btnOKClick  end  object btnClose: TButton    Left = 334    Top = 66    Width = 75    Height = 25    Caption = #21462#28040    TabOrder = 3    OnClick = btnCloseClick  endend
 |