Unit4.dfm 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. object Form4: TForm4
  2. Left = 0
  3. Top = 0
  4. Caption = #30331#38470#30028#38754'-CAAuthDemo'
  5. ClientHeight = 213
  6. ClientWidth = 374
  7. Color = clBtnFace
  8. Constraints.MaxHeight = 252
  9. Constraints.MaxWidth = 390
  10. Constraints.MinHeight = 240
  11. Constraints.MinWidth = 382
  12. Font.Charset = DEFAULT_CHARSET
  13. Font.Color = clWindowText
  14. Font.Height = -11
  15. Font.Name = 'Tahoma'
  16. Font.Style = []
  17. OldCreateOrder = False
  18. OnCreate = FormCreate
  19. PixelsPerInch = 96
  20. TextHeight = 13
  21. object pnl2: TPanel
  22. Left = 0
  23. Top = 0
  24. Width = 374
  25. Height = 213
  26. Align = alClient
  27. BevelOuter = bvNone
  28. Caption = #30331#38470#25104#21151
  29. Color = clBtnHighlight
  30. Font.Charset = DEFAULT_CHARSET
  31. Font.Color = clWindowText
  32. Font.Height = -21
  33. Font.Name = 'Tahoma'
  34. Font.Style = []
  35. ParentBackground = False
  36. ParentFont = False
  37. TabOrder = 1
  38. end
  39. object pnl3: TPanel
  40. Left = 0
  41. Top = 0
  42. Width = 374
  43. Height = 213
  44. Align = alClient
  45. BevelOuter = bvNone
  46. Caption = #20449#24687#27491#22312#35748#35777#20013','#35831#31245#21518'...'
  47. Color = clBtnHighlight
  48. Font.Charset = DEFAULT_CHARSET
  49. Font.Color = clWindowText
  50. Font.Height = -21
  51. Font.Name = 'Tahoma'
  52. Font.Style = []
  53. ParentBackground = False
  54. ParentFont = False
  55. TabOrder = 2
  56. end
  57. object pnl1: TPanel
  58. Left = 0
  59. Top = 0
  60. Width = 374
  61. Height = 213
  62. Align = alClient
  63. BevelOuter = bvNone
  64. Color = clBtnHighlight
  65. ParentBackground = False
  66. TabOrder = 0
  67. object lbl1: TLabel
  68. Left = 72
  69. Top = 90
  70. Width = 48
  71. Height = 13
  72. Caption = #29992#25143#21517#65306
  73. end
  74. object lbl2: TLabel
  75. Left = 72
  76. Top = 130
  77. Width = 36
  78. Height = 13
  79. Caption = #23494#30721#65306
  80. end
  81. object lbl3: TLabel
  82. Left = 105
  83. Top = 32
  84. Width = 163
  85. Height = 25
  86. Caption = 'CS'#26550#26500#35748#35777'Demo'
  87. Font.Charset = DEFAULT_CHARSET
  88. Font.Color = clWindowText
  89. Font.Height = -21
  90. Font.Name = 'Tahoma'
  91. Font.Style = []
  92. ParentFont = False
  93. end
  94. object edt1: TEdit
  95. Left = 136
  96. Top = 87
  97. Width = 145
  98. Height = 19
  99. BevelInner = bvNone
  100. BevelOuter = bvNone
  101. Ctl3D = False
  102. ParentCtl3D = False
  103. TabOrder = 0
  104. end
  105. object edt2: TEdit
  106. Left = 136
  107. Top = 127
  108. Width = 145
  109. Height = 19
  110. BevelInner = bvNone
  111. BevelOuter = bvNone
  112. Ctl3D = False
  113. ParentCtl3D = False
  114. PasswordChar = '*'
  115. TabOrder = 1
  116. end
  117. object btn1: TButton
  118. Left = 206
  119. Top = 161
  120. Width = 75
  121. Height = 25
  122. Caption = #30331#38470
  123. TabOrder = 2
  124. OnClick = btn1Click
  125. end
  126. end
  127. end