| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- object frmUserLogin: TfrmUserLogin
- Left = 373
- Top = 278
- Width = 405
- Height = 320
- HorzScrollBar.Range = 316
- VertScrollBar.Range = 260
- ActiveControl = Edit1
- Caption = #23494#30721#29983#25104#24037#20855'V1.0'
- Color = clBackground
- Font.Color = clBlack
- Font.Height = 15
- Font.Name = 'default'
- Font.Pitch = fpVariable
- Font.Style = []
- Menu = MainMenu1
- ParentFont = False
- Position = poDesktopCenter
- OnCreate = FormCreate
- PixelsPerInch = 75
- TextHeight = 17
- TextWidth = 7
- object Edit1: TEdit
- Left = 168
- Top = 96
- Width = 113
- Height = 25
- EchoMode = emPassword
- TabOrder = 0
- OnKeyDown = Edit1KeyDown
- end
- object Label3: TLabel
- Left = 96
- Top = 100
- Width = 61
- Height = 17
- Caption = #30331#38470#23494#30721':'
- end
- object BitBtn1: TBitBtn
- Left = 88
- Top = 168
- Width = 92
- Height = 41
- Caption = #30331#24405
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 224
- Top = 168
- Width = 92
- Height = 41
- Caption = #21462#28040
- TabOrder = 2
- OnClick = BitBtn2Click
- end
- object Label4: TLabel
- Left = 8
- Top = 243
- Width = 81
- Height = 17
- AutoSize = False
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Left = 336
- Top = 48
- end
- object MainMenu1: TMainMenu
- Left = 56
- Top = 56
- object N11: TMenuItem
- Caption = #33756#21333
- object N21: TMenuItem
- Caption = #20462#25913#23494#30721
- OnClick = N21Click
- end
- object N31: TMenuItem
- Caption = #36864#20986
- OnClick = N31Click
- end
- end
- end
- end
|