You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

uTest.dfm 1.7 kB

2 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. object fTest: TfTest
  2. Left = 0
  3. Top = 0
  4. Caption = #38634#33457#31639#27861#27979#35797
  5. ClientHeight = 509
  6. ClientWidth = 668
  7. Color = clBtnFace
  8. Font.Charset = ANSI_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -15
  11. Font.Name = 'Microsoft YaHei UI'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. Position = poDesktopCenter
  15. OnClose = FormClose
  16. OnCreate = FormCreate
  17. PixelsPerInch = 96
  18. TextHeight = 20
  19. object mmo1: TMemo
  20. Left = 0
  21. Top = 100
  22. Width = 668
  23. Height = 409
  24. Align = alClient
  25. ReadOnly = True
  26. ScrollBars = ssVertical
  27. TabOrder = 1
  28. end
  29. object Panel1: TPanel
  30. Left = 0
  31. Top = 0
  32. Width = 668
  33. Height = 100
  34. Align = alTop
  35. Caption = 'Panel1'
  36. ShowCaption = False
  37. TabOrder = 0
  38. object Button1: TButton
  39. Left = 32
  40. Top = 62
  41. Width = 90
  42. Height = 30
  43. Caption = #29983#25104'100'#20010
  44. TabOrder = 1
  45. OnClick = Button1Click
  46. end
  47. object btnTimeStamp: TButton
  48. Left = 568
  49. Top = 62
  50. Width = 90
  51. Height = 30
  52. Caption = #27979#35797#26102#38388#25139
  53. TabOrder = 3
  54. OnClick = btnTimeStampClick
  55. end
  56. object Button2: TButton
  57. Left = 168
  58. Top = 62
  59. Width = 90
  60. Height = 30
  61. Caption = '500W'#26102#38388
  62. TabOrder = 2
  63. OnClick = Button2Click
  64. end
  65. object rgSelect: TRadioGroup
  66. Left = 1
  67. Top = 1
  68. Width = 666
  69. Height = 55
  70. Align = alTop
  71. Caption = #38634#33457#31639#27861
  72. Columns = 3
  73. ItemIndex = 0
  74. Items.Strings = (
  75. #28418#31227#31639#27861
  76. #20256#32479#31639#27861)
  77. TabOrder = 0
  78. end
  79. end
  80. end