158 lines
3.1 KiB
Plaintext
158 lines
3.1 KiB
Plaintext
object DlgBs1OtpMain: TDlgBs1OtpMain
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsSingle
|
|
Caption = 'BSOne OTP'
|
|
ClientHeight = 388
|
|
ClientWidth = 462
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object Label1: TLabel
|
|
Left = 132
|
|
Top = 35
|
|
Width = 30
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #49324#48264' :'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 105
|
|
Top = 72
|
|
Width = 57
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #49373#49457' '#53076#46300' :'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 93
|
|
Top = 144
|
|
Width = 69
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = '16'#51088#47532' '#47582#52644' :'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 22
|
|
Top = 184
|
|
Width = 140
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #49324#48264#51004#47196' '#50516#54840#54868' (Base64) :'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 20
|
|
Top = 224
|
|
Width = 142
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #49324#48264#51004#47196' '#50516#54840#54868' (BinHex) :'
|
|
end
|
|
object btnGetCode: TSpeedButton
|
|
Left = 303
|
|
Top = 72
|
|
Width = 34
|
|
Height = 23
|
|
Caption = #49373#49457
|
|
OnClick = btnGetCodeClick
|
|
end
|
|
object Label6: TLabel
|
|
Left = 95
|
|
Top = 264
|
|
Width = 67
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #51228#44277' '#53076#46300' 1 :'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Label7: TLabel
|
|
Left = 95
|
|
Top = 296
|
|
Width = 67
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #51228#44277' '#53076#46300' 2 :'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object edEmpNo: TEdit
|
|
Left = 176
|
|
Top = 32
|
|
Width = 121
|
|
Height = 23
|
|
TabOrder = 0
|
|
end
|
|
object edGenCode: TEdit
|
|
Left = 176
|
|
Top = 72
|
|
Width = 121
|
|
Height = 23
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
end
|
|
object edSetCode: TEdit
|
|
Left = 176
|
|
Top = 141
|
|
Width = 161
|
|
Height = 23
|
|
ReadOnly = True
|
|
TabOrder = 2
|
|
end
|
|
object edEncBase64: TEdit
|
|
Left = 176
|
|
Top = 181
|
|
Width = 265
|
|
Height = 23
|
|
ReadOnly = True
|
|
TabOrder = 3
|
|
end
|
|
object edEncBinHex: TEdit
|
|
Left = 176
|
|
Top = 221
|
|
Width = 265
|
|
Height = 23
|
|
ReadOnly = True
|
|
TabOrder = 4
|
|
end
|
|
object edResult1: TEdit
|
|
Left = 176
|
|
Top = 261
|
|
Width = 121
|
|
Height = 23
|
|
ReadOnly = True
|
|
TabOrder = 5
|
|
end
|
|
object edResult2: TEdit
|
|
Left = 176
|
|
Top = 293
|
|
Width = 121
|
|
Height = 23
|
|
ReadOnly = True
|
|
TabOrder = 6
|
|
end
|
|
object btnGetAuth: TButton
|
|
Left = 183
|
|
Top = 344
|
|
Width = 95
|
|
Height = 25
|
|
Caption = #51228#44277' '#53076#46300' '#49373#49457
|
|
TabOrder = 7
|
|
OnClick = btnGetAuthClick
|
|
end
|
|
end
|