123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- object PasswordInputForm: TPasswordInputForm
- Left = 461
- Top = 417
- Width = 271
- Height = 110
- Caption = #36755#20837#23494#30721
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 12
- object imgError: TImage
- Left = 46
- Top = 30
- Width = 16
- Height = 16
- Picture.Data = {
- 055449636F6E0000010001001010000001002000680400001600000028000000
- 1000000020000000010020000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000050A1B23050A1C2300000000
- 000000000000000000000000050A1B23050A1C23000000000000000000000000
- 00000000000000000000000000000000050B242E121FBBE51020BCE7080F2530
- 0000000000000000080E242E121FBBE51020BCE7050C25300000000000000000
- 000000000000000000000000060A1D252130BFE50409E4FF060BE5FF1223B9DF
- 070C1E26060B1D251223B8DE060CE5FF0409E4FF2131C0E6060B1F2600000000
- 00000000000000000000000003081C242F3FC0E42932EFFF0814E5FF0C16EAFF
- 1222AED51223AED40C16EAFF0814E5FF2932EFFF303FC3E503081D2600000000
- 000000000000000000000000000000000309222D3143BEDD303EF4FF1325E9FF
- 1526EBFF1526EBFF1325E9FF2F3EF4FF3242BFDE0309232F0000000000000000
- 000000000000000000000000000000000000000001061B243140B3D0293FF1FF
- 1E3AEFFF1E3AEFFF293FF1FF3041B3D101061B26000000000000000000000000
- 000000000000000000000000000000000000000004081B261326B3D12340F4FF
- 294EF4FF294EF4FF2341F5FF1326B4D205081C27000000000000000000000000
- 000000000000000000000000000000000308222E182CC0DE2545FFFF2C56F7FF
- 4364FAFF4464FAFF2C56F7FF2546FFFF182CC1DF030822300000000000000000
- 00000000000000000000000005091C252639CBE5284CFFFF3667FCFF4768FFFF
- 2F41B5D42E41B4D34769FFFF3667FCFF284CFFFF2639CCE605091D2600000000
- 00000000000000000000000003061B243345CBE44568FFFF476BFFFF3447C4DE
- 01041A25000319243546C2DD476CFFFF4568FFFF3245CCE503061C2600000000
- 000000000000000000000000000000000206202D3547CCE43346CDE60106212E
- 00000000000000000105202D3447CCE43347CDE60207212F0000000000000000
- 0000000000000000000000000000000000000000020518220205192200000000
- 0000000000000000000000000205182202051922000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000FFFF0000FFFF0000F3CF0000E1870000C0030000C0030000E0070000
- F00F0000F00F0000E0070000C0030000C0030000E1870000F3CF0000FFFF0000
- FFFF0000}
- Visible = False
- end
- object lblWarning: TLabel
- Left = 70
- Top = 32
- Width = 178
- Height = 11
- Caption = #30001'6-16'#20301#22823#23567#20889#33521#25991#23383#27597#19982#25968#23383#32452#25104
- Font.Charset = ANSI_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- Visible = False
- end
- object lePassword: TLabeledEdit
- Left = 54
- Top = 9
- Width = 194
- Height = 18
- Hint = #30001'6-16'#20301#33521#25991#23383#27597#25110#25968#23383#32452#25104
- BiDiMode = bdLeftToRight
- Ctl3D = False
- EditLabel.Width = 42
- EditLabel.Height = 12
- EditLabel.BiDiMode = bdLeftToRight
- EditLabel.Caption = #23494#30721#65306' '
- EditLabel.ParentBiDiMode = False
- LabelPosition = lpLeft
- MaxLength = 16
- ParentBiDiMode = False
- ParentCtl3D = False
- PasswordChar = '*'
- TabOrder = 0
- OnExit = lePasswordExit
- OnKeyDown = lePasswordKeyDown
- OnKeyPress = lePasswordKeyPress
- end
- object btnOk: TButton
- Left = 129
- Top = 47
- Width = 55
- Height = 21
- Caption = #30830#23450
- TabOrder = 1
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 193
- Top = 47
- Width = 55
- Height = 21
- Caption = #21462#28040
- ModalResult = 2
- TabOrder = 2
- end
- end
|