AppCentreCase.dfm 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. object AppCentreTestCase: TAppCentreTestCase
  2. Left = 0
  3. Top = 0
  4. Caption = 'AppCentreTestCase'
  5. ClientHeight = 302
  6. ClientWidth = 475
  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. OnCreate = FormCreate
  15. OnDestroy = FormDestroy
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object lbl1: TLabel
  19. Left = 105
  20. Top = 199
  21. Width = 36
  22. Height = 13
  23. Caption = #36134#21495#65306
  24. end
  25. object Label1: TLabel
  26. Left = 105
  27. Top = 230
  28. Width = 36
  29. Height = 13
  30. Caption = #23494#30721#65306
  31. end
  32. object btnLogin: TButton
  33. Left = 392
  34. Top = 8
  35. Width = 75
  36. Height = 25
  37. Caption = #30331#38470
  38. TabOrder = 0
  39. OnClick = btnLoginClick
  40. end
  41. object btnOpenAppCentre: TButton
  42. Left = 392
  43. Top = 39
  44. Width = 75
  45. Height = 25
  46. Caption = #25171#24320
  47. TabOrder = 1
  48. OnClick = btnOpenAppCentreClick
  49. end
  50. object btnLogout: TButton
  51. Left = 392
  52. Top = 70
  53. Width = 75
  54. Height = 25
  55. Caption = #30331#20986
  56. TabOrder = 2
  57. OnClick = btnLogoutClick
  58. end
  59. object btnIdHttp: TButton
  60. Left = 392
  61. Top = 101
  62. Width = 75
  63. Height = 25
  64. Caption = 'IdHttp'#20869#23384
  65. TabOrder = 3
  66. OnClick = btnIdHttpClick
  67. end
  68. object btn1: TButton
  69. Left = 392
  70. Top = 132
  71. Width = 75
  72. Height = 25
  73. Caption = #26597#23433#35013#36335#24452
  74. TabOrder = 4
  75. OnClick = btn1Click
  76. end
  77. object btn2: TButton
  78. Left = 392
  79. Top = 163
  80. Width = 75
  81. Height = 25
  82. Caption = 'btn2'
  83. TabOrder = 5
  84. OnClick = btn2Click
  85. end
  86. object edt1: TEdit
  87. Left = 153
  88. Top = 196
  89. Width = 233
  90. Height = 21
  91. TabOrder = 6
  92. end
  93. object btnCanlian: TButton
  94. Left = 392
  95. Top = 194
  96. Width = 75
  97. Height = 25
  98. Caption = #24179#21488#35748#35777
  99. TabOrder = 7
  100. OnClick = btnCanlianClick
  101. end
  102. object edt2: TEdit
  103. Left = 153
  104. Top = 227
  105. Width = 233
  106. Height = 21
  107. TabOrder = 9
  108. end
  109. object btn3: TButton
  110. Left = 392
  111. Top = 225
  112. Width = 75
  113. Height = 25
  114. Caption = #24377#27983#35272#22120
  115. TabOrder = 8
  116. OnClick = btn3Click
  117. end
  118. object dlgFind1: TFindDialog
  119. Left = 416
  120. Top = 272
  121. end
  122. object dlgOpen1: TOpenDialog
  123. Filter = '*.exe|*.exe'
  124. Left = 448
  125. Top = 272
  126. end
  127. end