CntString.dfm 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. object frmCntString: TfrmCntString
  2. Left = 487
  3. Top = 383
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = 'Connection String'
  7. ClientHeight = 156
  8. ClientWidth = 444
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. Icon.Data = {
  16. 0000010001002020100000000000E80200001600000028000000200000004000
  17. 0000010004000000000080020000000000000000000000000000000000000000
  18. 0000000080000080000000808000800000008000800080800000C0C0C0008080
  19. 80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
  20. 8000000000000000000000800000000080000000000000000000008000000000
  21. 8000000000000000000000800000000080000000000000000000008800000000
  22. 8000000000000000000000080000000080000888888000000088070888800000
  23. 8000800000880000000000000088000080080000000880000788888888080000
  24. 80008000000080000F7777777808000080008000000080000F77777778080000
  25. 80008000000088000F7777777808000080008000000008800F77777778080000
  26. 80008000007880800F777777780800008000800000F780800F77777778080000
  27. 8800880000F780800F777777780800000800080000F780800FFFFFFFF7000007
  28. 0807088000F7808000000000000000000000008800F780800007080708000788
  29. 8888880800F780800000000000000F777777780800F780800000800080000F77
  30. 7777780800F780800000800080000F777777780800FFF0000000800080000F77
  31. 77777808000000000000800080000F7777777808000080000000800080000F77
  32. 77777808000080000000800080000F7777777808000088000000800080000FFF
  33. FFFFF70000000888880800008000000000000000000000000080000080000000
  34. 0708000000000000000000008000000000000000000000000000000080000000
  35. 008000000000000000000000800000000080000000000000000000000000E7FF
  36. FF9FE7FFFF9FE7FFFF9FE7FFFF8FE7FFFF0FE781FC01E700F800E67C7000E67E
  37. 7000E67E7000E67E3000E67C1000E6781000E6781000E2381000C0381001C018
  38. 180380081C0300081C4700081E6700081E6700083E67000C7E67000E7E67000E
  39. 7E67000E3E67001F00E7803F81E7F0FFFFE7F1FFFFE7F9FFFFE7F9FFFFEF}
  40. OldCreateOrder = False
  41. Position = poOwnerFormCenter
  42. OnShow = FormShow
  43. PixelsPerInch = 96
  44. TextHeight = 13
  45. object Panel1: TPanel
  46. Left = 0
  47. Top = 0
  48. Width = 444
  49. Height = 115
  50. Align = alClient
  51. BevelOuter = bvNone
  52. TabOrder = 0
  53. object Label1: TLabel
  54. Left = 16
  55. Top = 16
  56. Width = 389
  57. Height = 52
  58. Caption =
  59. 'The following string has been copied in your clipboard. Use it t' +
  60. 'o launch the remote debugger on the remote machine. To do so, us' +
  61. 'e a command window (Start Menu/Execute --> type cmd) move into t' +
  62. 'he folder where you previously copied "rdbg.exe" and paste the l' +
  63. 'ine. Press Ok whenever you are ready...'
  64. WordWrap = True
  65. end
  66. object memoCntString: TMemo
  67. Left = 16
  68. Top = 88
  69. Width = 409
  70. Height = 21
  71. Color = clBtnFace
  72. ReadOnly = True
  73. TabOrder = 0
  74. WordWrap = False
  75. end
  76. end
  77. object Panel2: TPanel
  78. Left = 0
  79. Top = 115
  80. Width = 444
  81. Height = 41
  82. Align = alBottom
  83. BevelOuter = bvNone
  84. TabOrder = 1
  85. object btnCancel: TButton
  86. Left = 360
  87. Top = 8
  88. Width = 75
  89. Height = 25
  90. Cancel = True
  91. Caption = '&Cancel'
  92. ModalResult = 2
  93. TabOrder = 0
  94. OnClick = btnCancelClick
  95. end
  96. object btnOK: TButton
  97. Left = 280
  98. Top = 8
  99. Width = 75
  100. Height = 25
  101. Caption = '&OK'
  102. Default = True
  103. ModalResult = 1
  104. TabOrder = 1
  105. end
  106. end
  107. end