Unit1.dfm 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. object Form1: TForm1
  2. Left = 202
  3. Top = 131
  4. Width = 709
  5. Height = 445
  6. Caption = 'SMS.API Delphi '#31034#20363
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object GroupBox2: TGroupBox
  17. Left = 16
  18. Top = 88
  19. Width = 649
  20. Height = 289
  21. Caption = #21457#36865'/'#22238#22797#30701#20449
  22. TabOrder = 0
  23. object Label4: TLabel
  24. Left = 248
  25. Top = 128
  26. Width = 73
  27. Height = 13
  28. AutoSize = False
  29. Caption = #36820#22238#29366#24577
  30. end
  31. object Label5: TLabel
  32. Left = 8
  33. Top = 20
  34. Width = 169
  35. Height = 13
  36. AutoSize = False
  37. Caption = #25509#25910#25163#26426#21495
  38. end
  39. object Label6: TLabel
  40. Left = 248
  41. Top = 24
  42. Width = 73
  43. Height = 13
  44. AutoSize = False
  45. Caption = #30701#20449#20869#23481
  46. end
  47. object Label7: TLabel
  48. Left = 16
  49. Top = 40
  50. Width = 177
  51. Height = 13
  52. AutoSize = False
  53. Caption = '(11'#20301#25163#26426#21495')'#22810#20010#21495#35831#25442#34892
  54. Color = clYellow
  55. ParentColor = False
  56. end
  57. object btxt: TMemo
  58. Left = 248
  59. Top = 144
  60. Width = 377
  61. Height = 65
  62. TabOrder = 0
  63. end
  64. object content: TMemo
  65. Left = 248
  66. Top = 40
  67. Width = 377
  68. Height = 65
  69. Font.Charset = DEFAULT_CHARSET
  70. Font.Color = clWindowText
  71. Font.Height = -16
  72. Font.Name = 'MS Sans Serif'
  73. Font.Style = []
  74. Lines.Strings = (
  75. #20320#22909'.'#24685#21916#21457#36130#65281)
  76. ParentFont = False
  77. TabOrder = 1
  78. end
  79. object mob: TMemo
  80. Left = 8
  81. Top = 56
  82. Width = 185
  83. Height = 153
  84. Font.Charset = DEFAULT_CHARSET
  85. Font.Color = clWindowText
  86. Font.Height = -20
  87. Font.Name = #40657#20307
  88. Font.Style = []
  89. ParentFont = False
  90. TabOrder = 2
  91. end
  92. object Button2: TButton
  93. Left = 208
  94. Top = 232
  95. Width = 193
  96. Height = 33
  97. Caption = #21457#36865#30701#20449
  98. TabOrder = 3
  99. OnClick = Button2Click
  100. end
  101. end
  102. object GroupBox3: TGroupBox
  103. Left = 16
  104. Top = 8
  105. Width = 649
  106. Height = 57
  107. Caption = #36134#21495
  108. TabOrder = 1
  109. object Label3: TLabel
  110. Left = 200
  111. Top = 20
  112. Width = 32
  113. Height = 13
  114. AutoSize = False
  115. Caption = #23494#30721
  116. end
  117. object Label2: TLabel
  118. Left = 16
  119. Top = 20
  120. Width = 32
  121. Height = 13
  122. AutoSize = False
  123. Caption = #36134#21495
  124. end
  125. object pwd: TEdit
  126. Left = 240
  127. Top = 16
  128. Width = 121
  129. Height = 21
  130. PasswordChar = '*'
  131. TabOrder = 0
  132. Text = '111111'
  133. end
  134. object uid: TEdit
  135. Left = 64
  136. Top = 16
  137. Width = 121
  138. Height = 21
  139. TabOrder = 1
  140. Text = 'test'
  141. end
  142. end
  143. end