MainUnit.dfm 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. object frmParams: TfrmParams
  2. Left = 371
  3. Top = 310
  4. Width = 425
  5. Height = 133
  6. Caption = #36830#25509#21442#25968
  7. Color = clBtnFace
  8. Font.Charset = ANSI_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = #23435#20307
  12. Font.Style = []
  13. OldCreateOrder = False
  14. Position = poDesktopCenter
  15. OnCreate = FormCreate
  16. OnDestroy = FormDestroy
  17. PixelsPerInch = 96
  18. TextHeight = 12
  19. object ldePort: TLabeledEdit
  20. Left = 64
  21. Top = 22
  22. Width = 63
  23. Height = 20
  24. EditLabel.Width = 48
  25. EditLabel.Height = 12
  26. EditLabel.Caption = #31471#21475#21495#65306
  27. LabelPosition = lpLeft
  28. TabOrder = 0
  29. end
  30. object ldeIP: TLabeledEdit
  31. Left = 232
  32. Top = 22
  33. Width = 175
  34. Height = 20
  35. EditLabel.Width = 84
  36. EditLabel.Height = 12
  37. EditLabel.Caption = #26381#21153#22120'IP'#22320#22336#65306
  38. LabelPosition = lpLeft
  39. TabOrder = 1
  40. end
  41. object btnOK: TButton
  42. Left = 259
  43. Top = 66
  44. Width = 75
  45. Height = 25
  46. Caption = #30830#23450
  47. Default = True
  48. ModalResult = 1
  49. TabOrder = 2
  50. OnClick = btnOKClick
  51. end
  52. object btnClose: TButton
  53. Left = 334
  54. Top = 66
  55. Width = 75
  56. Height = 25
  57. Caption = #21462#28040
  58. TabOrder = 3
  59. OnClick = btnCloseClick
  60. end
  61. end