UFRMNodesIp.dfm 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. object FRMNodesIp: TFRMNodesIp
  2. Left = 0
  3. Top = 0
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = 'Nodes IP'
  7. ClientHeight = 367
  8. ClientWidth = 334
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'Tahoma'
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Position = poOwnerFormCenter
  17. OnCreate = FormCreate
  18. PixelsPerInch = 96
  19. TextHeight = 13
  20. object Label1: TLabel
  21. Left = 30
  22. Top = 25
  23. Width = 143
  24. Height = 13
  25. Caption = 'Available Nodes Ip to connect'
  26. end
  27. object memoNodesIp: TMemo
  28. Left = 30
  29. Top = 45
  30. Width = 276
  31. Height = 226
  32. Lines.Strings = (
  33. 'memoNodesIp')
  34. ScrollBars = ssBoth
  35. TabOrder = 0
  36. end
  37. object bbOk: TBitBtn
  38. Left = 138
  39. Top = 317
  40. Width = 75
  41. Height = 25
  42. Caption = 'OK'
  43. Default = True
  44. DoubleBuffered = True
  45. Glyph.Data = {
  46. DE010000424DDE01000000000000760000002800000024000000120000000100
  47. 0400000000006801000000000000000000001000000000000000000000000000
  48. 80000080000000808000800000008000800080800000C0C0C000808080000000
  49. FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  50. 3333333333333333333333330000333333333333333333333333F33333333333
  51. 00003333344333333333333333388F3333333333000033334224333333333333
  52. 338338F3333333330000333422224333333333333833338F3333333300003342
  53. 222224333333333383333338F3333333000034222A22224333333338F338F333
  54. 8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  55. 33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  56. 0000333333333A222433333333333338F338F33300003333333333A222433333
  57. 333333338F338F33000033333333333A222433333333333338F338F300003333
  58. 33333333A222433333333333338F338F00003333333333333A22433333333333
  59. 3338F38F000033333333333333A223333333333333338F830000333333333333
  60. 333A333333333333333338330000333333333333333333333333333333333333
  61. 0000}
  62. NumGlyphs = 2
  63. ParentDoubleBuffered = False
  64. TabOrder = 1
  65. OnClick = bbOkClick
  66. end
  67. object bbCancel: TBitBtn
  68. Left = 231
  69. Top = 317
  70. Width = 75
  71. Height = 25
  72. DoubleBuffered = True
  73. Kind = bkCancel
  74. ParentDoubleBuffered = False
  75. TabOrder = 2
  76. end
  77. object cbTryOnlyWithThisServers: TCheckBox
  78. Left = 35
  79. Top = 285
  80. Width = 271
  81. Height = 17
  82. Caption = 'Try to connect ONLY with this servers'
  83. TabOrder = 3
  84. OnClick = cbTryOnlyWithThisServersClick
  85. end
  86. end