uUserLogin.xfm 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. object frmUserLogin: TfrmUserLogin
  2. Left = 373
  3. Top = 278
  4. Width = 405
  5. Height = 320
  6. HorzScrollBar.Range = 316
  7. VertScrollBar.Range = 260
  8. ActiveControl = Edit1
  9. Caption = #23494#30721#29983#25104#24037#20855'V1.0'
  10. Color = clBackground
  11. Font.Color = clBlack
  12. Font.Height = 15
  13. Font.Name = 'default'
  14. Font.Pitch = fpVariable
  15. Font.Style = []
  16. Menu = MainMenu1
  17. ParentFont = False
  18. Position = poDesktopCenter
  19. OnCreate = FormCreate
  20. PixelsPerInch = 75
  21. TextHeight = 17
  22. TextWidth = 7
  23. object Edit1: TEdit
  24. Left = 168
  25. Top = 96
  26. Width = 113
  27. Height = 25
  28. EchoMode = emPassword
  29. TabOrder = 0
  30. OnKeyDown = Edit1KeyDown
  31. end
  32. object Label3: TLabel
  33. Left = 96
  34. Top = 100
  35. Width = 61
  36. Height = 17
  37. Caption = #30331#38470#23494#30721':'
  38. end
  39. object BitBtn1: TBitBtn
  40. Left = 88
  41. Top = 168
  42. Width = 92
  43. Height = 41
  44. Caption = #30331#24405
  45. TabOrder = 1
  46. OnClick = BitBtn1Click
  47. end
  48. object BitBtn2: TBitBtn
  49. Left = 224
  50. Top = 168
  51. Width = 92
  52. Height = 41
  53. Caption = #21462#28040
  54. TabOrder = 2
  55. OnClick = BitBtn2Click
  56. end
  57. object Label4: TLabel
  58. Left = 8
  59. Top = 243
  60. Width = 81
  61. Height = 17
  62. AutoSize = False
  63. end
  64. object Timer1: TTimer
  65. OnTimer = Timer1Timer
  66. Left = 336
  67. Top = 48
  68. end
  69. object MainMenu1: TMainMenu
  70. Left = 56
  71. Top = 56
  72. object N11: TMenuItem
  73. Caption = #33756#21333
  74. object N21: TMenuItem
  75. Caption = #20462#25913#23494#30721
  76. OnClick = N21Click
  77. end
  78. object N31: TMenuItem
  79. Caption = #36864#20986
  80. OnClick = N31Click
  81. end
  82. end
  83. end
  84. end