SuperObjectCase.dfm 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. object SuperObjectCaseFrm: TSuperObjectCaseFrm
  2. Left = 0
  3. Top = 0
  4. Caption = 'SuperObjectCaseFrm'
  5. ClientHeight = 335
  6. ClientWidth = 480
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object mmo1: TMemo
  17. Left = 0
  18. Top = 104
  19. Width = 480
  20. Height = 231
  21. Align = alBottom
  22. TabOrder = 0
  23. end
  24. object btn1: TButton
  25. Left = 392
  26. Top = 8
  27. Width = 75
  28. Height = 25
  29. Caption = 'btn1'
  30. TabOrder = 1
  31. OnClick = btn1Click
  32. end
  33. object btn2: TButton
  34. Left = 296
  35. Top = 8
  36. Width = 75
  37. Height = 25
  38. Caption = 'GetServerID'
  39. TabOrder = 2
  40. OnClick = btn2Click
  41. end
  42. object btn3: TButton
  43. Left = 200
  44. Top = 8
  45. Width = 75
  46. Height = 25
  47. Caption = 'DicJson'
  48. TabOrder = 3
  49. OnClick = btn3Click
  50. end
  51. object btn4: TButton
  52. Left = 119
  53. Top = 8
  54. Width = 75
  55. Height = 25
  56. Caption = 'SuperArray'
  57. TabOrder = 4
  58. OnClick = btn4Click
  59. end
  60. object btn5: TButton
  61. Left = 38
  62. Top = 8
  63. Width = 75
  64. Height = 25
  65. Caption = #21435#38500#26725#25509'ID'
  66. TabOrder = 5
  67. OnClick = btn5Click
  68. end
  69. object btn6: TBitBtn
  70. Left = 38
  71. Top = 39
  72. Width = 75
  73. Height = 25
  74. Caption = 'btn6'
  75. TabOrder = 6
  76. OnClick = btn6Click
  77. end
  78. object btn7: TBitBtn
  79. Left = 119
  80. Top = 39
  81. Width = 75
  82. Height = 25
  83. Caption = 'SuperMethod'
  84. TabOrder = 7
  85. OnClick = btn7Click
  86. end
  87. end