Added this new version of Broker component libraries while updating the working copy to CPRS version 28
This commit is contained in:
parent
9d1e6dd9de
commit
06e7d38cce
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,74 @@
|
|||
object frmAddServer: TfrmAddServer
|
||||
Left = 287
|
||||
Top = 259
|
||||
Width = 343
|
||||
Height = 147
|
||||
Caption = 'Add Server'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object lblAddress: TLabel
|
||||
Left = 16
|
||||
Top = 16
|
||||
Width = 50
|
||||
Height = 13
|
||||
Caption = 'Address:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object lblPortNumber: TLabel
|
||||
Left = 16
|
||||
Top = 48
|
||||
Width = 75
|
||||
Height = 13
|
||||
Caption = 'Port Number:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object edtAddress: TEdit
|
||||
Left = 104
|
||||
Top = 8
|
||||
Width = 177
|
||||
Height = 21
|
||||
Hint = 'Enter Server Address, either as Server Name or IP Address'
|
||||
TabOrder = 0
|
||||
end
|
||||
object edtPortNumber: TEdit
|
||||
Left = 104
|
||||
Top = 40
|
||||
Width = 113
|
||||
Height = 21
|
||||
Hint = 'Enter the Port Number to use for this server'
|
||||
TabOrder = 1
|
||||
end
|
||||
object bbtnOK: TBitBtn
|
||||
Left = 70
|
||||
Top = 80
|
||||
Width = 75
|
||||
Height = 25
|
||||
TabOrder = 2
|
||||
Kind = bkOK
|
||||
end
|
||||
object bbtnCancel: TBitBtn
|
||||
Left = 190
|
||||
Top = 80
|
||||
Width = 75
|
||||
Height = 25
|
||||
TabOrder = 3
|
||||
Kind = bkCancel
|
||||
end
|
||||
end
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,616 @@
|
|||
object frmSignon: TfrmSignon
|
||||
Left = 115
|
||||
Top = 114
|
||||
Width = 779
|
||||
Height = 580
|
||||
HelpContext = 1
|
||||
ActiveControl = accessCode
|
||||
Anchors = [akTop]
|
||||
Caption = 'VISTA Sign-on'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = True
|
||||
Position = poScreenCenter
|
||||
Scaled = False
|
||||
OnClose = FormClose
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Panel1: TPanel
|
||||
Left = 5
|
||||
Top = 0
|
||||
Width = 761
|
||||
Height = 409
|
||||
Alignment = taLeftJustify
|
||||
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||
BevelInner = bvLowered
|
||||
BorderWidth = 4
|
||||
TabOrder = 0
|
||||
object introText: TXWBRichEdit
|
||||
Left = 6
|
||||
Top = 6
|
||||
Width = 749
|
||||
Height = 397
|
||||
Align = alClient
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'Courier New'
|
||||
Font.Style = [fsBold]
|
||||
URLDetect = True
|
||||
Lines.Strings = (
|
||||
|
||||
'1234567890123456789012345678901234567890123456789012345678901234' +
|
||||
'5678901234567890 ' +
|
||||
' '#13
|
||||
|
||||
' 1 2 3 4 5 6 ' +
|
||||
' 7 8'#13
|
||||
|
||||
' ' +
|
||||
' '#13
|
||||
' http://vaww.isc-sf.med.va.gov'#13
|
||||
'a '#13
|
||||
'b'#13
|
||||
'c '#13
|
||||
'd'#13
|
||||
'e '#13
|
||||
'f'#13
|
||||
'g '#13
|
||||
'h'#13
|
||||
'i '#13
|
||||
'j'#13
|
||||
'k '#13
|
||||
'l'#13
|
||||
'm '#13
|
||||
'n'#13
|
||||
'o '#13
|
||||
|
||||
'p ' +
|
||||
' '#13
|
||||
'q '#13
|
||||
'r'#13
|
||||
's '#13
|
||||
't'#13
|
||||
'u '#13
|
||||
'v'#13
|
||||
'w '#13
|
||||
'x'#13
|
||||
'y '#13)
|
||||
ParentFont = False
|
||||
ReadOnly = True
|
||||
ScrollBars = ssVertical
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
object Panel7: TPanel
|
||||
Left = 0
|
||||
Top = 409
|
||||
Width = 771
|
||||
Height = 144
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 1
|
||||
object Image1: TImage
|
||||
Left = 8
|
||||
Top = 8
|
||||
Width = 117
|
||||
Height = 78
|
||||
AutoSize = True
|
||||
Picture.Data = {
|
||||
07544269746D6170BE120000424DBE1200000000000076000000280000007500
|
||||
00004E0000000100040000000000481200000000000000000000100000001000
|
||||
0000000000000000800000800000008080008000000080008000808000008080
|
||||
8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
|
||||
FF00888888888888888888888888888888888888888888888888888888888888
|
||||
8888888888888888888888888888888888888888888888888888888880008888
|
||||
8888888888888888888888888888888888888888888888888888888888888888
|
||||
8888888888888888888888888888888888888888888888888000888888888888
|
||||
888888888888888888FFFFFFFFFFFFFFFFFFFFF888888888888888FFFFFFFFFF
|
||||
FFFFFFFFFFFFFFFFFFFFFF888888888888888888800088888888888888888888
|
||||
888888887FFFFFFFFFFFFFFFFFFFFFFF8888888888887FFFFFFFFFFFFFFFFFFF
|
||||
FFFFFFFFFFFFFFF8888888888888888880008888888888888888888888888888
|
||||
788888888888888888888FFF8888888888887888888888888888888888888888
|
||||
8888FFFF88888888888888888000888888888888888888888888888778888888
|
||||
88888888888888FFF88888888887888888888888888888888888888888888FFF
|
||||
8888888888888888800088888888888888888888888888778888888888888888
|
||||
888888FFF888888888878888888888888888888888888888888888FFF8888888
|
||||
888888888000888888888888888888888888887888888888888888888888888F
|
||||
FF88888888788888888888888888888888888888888888FFF888888888888888
|
||||
8000888888888888888888888888877888888888888888888888888FFF888888
|
||||
887888888888888888888888888888888888888FFF8888888888888880008888
|
||||
888888888888888888887788888888888888888888888888FFF8888887888888
|
||||
8888888888888888888888888888888FFFF88888888888888000888888888888
|
||||
8888888888887888888888888888888888888888FFFF88888788888888888888
|
||||
888888888888888888888888FFF8888888888888800088888888888888888888
|
||||
888778888888888888888888888888888FFF8888788888888888888888888888
|
||||
88888888888888888FFF88888888888880008888888888888888888888778888
|
||||
88888888888888888888888888FFF88878888888888888888888888888888888
|
||||
888888888FFF8888888888888000888888888888888888888878888888888888
|
||||
888888888888888888FFF8878888888888888888888888888888888888888888
|
||||
88FFF88888888888800088888888888888888888877888888888888888888888
|
||||
88888888888FFF78888888888888888888888888888888888888888888FFFF88
|
||||
8888888880008888888888888888888887888888888888888888888888888888
|
||||
888FFF788888888888888888888888888888888888888888888FFF8888888888
|
||||
80008888888888888888888877888888888888888FF77777777777777777FF88
|
||||
8888888888777777777777777777777777777777777777F88888888880008888
|
||||
888888888888888778888888888888888FF777777777777777777F8888888888
|
||||
8777777777777777777777777777777777777FF8888888888000888888888888
|
||||
888888878888888888888888FF77777777777777777778888888888877777777
|
||||
77777777777777777777777777777FFF88888888800088888888888888888877
|
||||
888888888888888FFF88888888888888888777888888888FF888888888888888
|
||||
888888888888888888878FFFF888888880008888888888888888877888888888
|
||||
8888888FF888888888888888888777788888888F888888888888888888888888
|
||||
88888888888788FFF888888880008888888888888888878888888888888888FF
|
||||
8888888888888888888877788888888F88888888888888888888888888888888
|
||||
8878888FFF88888880008888888888888888778888888888888888FF88888888
|
||||
8888888888887777888888F8888888888888888888888888888888888788888F
|
||||
FF8888888000888888888888888878888888888888888FF88888888888888888
|
||||
88888777888888F88888888888888888888888888888888887888888FFF88888
|
||||
800088888888888888877888888888888888FFF8888888888888888888888777
|
||||
78888FF88888888888888888888888888888888878888888FFFF888880008888
|
||||
8888888888778888888888888888FF8888888888888888888888887778888F88
|
||||
88888888888888888888888888888888788888888FFF88888000888888888888
|
||||
8778888888888888888FF88888888888888888888888887777888F8888888888
|
||||
8888888888888888888888878888888888FFF888800088888888888887888888
|
||||
8888888888FFF8888888888888888888888888877788F8888888888888888888
|
||||
88888888888888878888888888FFF88880008888888888887788888888888888
|
||||
88FF88888888888888888888888888877778F888888888888888888888888888
|
||||
8888887888888888888FFF88800088888888888878888888888888888FF88888
|
||||
888888888888888888888888777FF88888888888888888888888888888888788
|
||||
88888888888FFFF8800088888888888778888888888888888FF8888888888888
|
||||
88888888888888887777FFFFFFFFFFFFFFFFFFF8888888888888878888888888
|
||||
8888FF8880008888888888778888888888888888FF8888888888888888888888
|
||||
8888888887777FFFFFFFFFFFFFFFFF888888888888887888888888888888FF88
|
||||
8000888888888878888888888888888FFF888888888888888888888888888888
|
||||
877778888888888888888F88888888888888788888888888888FF88880008888
|
||||
88888778888888888888888FF888888888888888888F88888888888888777788
|
||||
888888888888F888888888888887888888888888888FF8888000888888888788
|
||||
88888888888888FF8888888888888888887FF888888888888887778888888888
|
||||
888F888888888888888788888888888888FF8888800088888888778888888888
|
||||
88888FFF888888888888888887FFFF88888888888887777888888888888F8888
|
||||
88888888887888888888888888FF888880008888888778888888888888888FF8
|
||||
8888888888888888878FFF8888888888888877788888888888F8888888888888
|
||||
87888888888888888FF888888000888888878888888888888888FF8888888888
|
||||
888888887888FFF888888888888877778888888888F888888888888887888888
|
||||
88888888FFF888888000888888778888888888888888FF888888888888888887
|
||||
8888FFF88888888888888777888888888F888888888888887888888888888888
|
||||
FF888888800088888778888888888888888FF888888888888888888788888FFF
|
||||
888888888888877778888888F888888888888888788888888888888FF8888888
|
||||
80008888878888888888888888FFF888888888888888887888888FFFF8888888
|
||||
8888887778888888F888888888888887888888888888888FF888888880008888
|
||||
778888888888888888FF88888888888888888788888888FFF888888888888877
|
||||
7788888F888888888888888788888888888888FF888888888000888778888888
|
||||
888888888FF8888888888888888887888888888FFF888888888888877778888F
|
||||
888888888888887888888888888888FF88888888800088878888888888888888
|
||||
FFF8888888888888888878888888888FFF88888888888887777888F888888888
|
||||
888888788888888888888FF888888888800088778888888888888888FF888888
|
||||
888888888888788888888888FFF888888888888877788F888888888888888788
|
||||
888888888888FFF88888888880008778888888888888888FF888888888888888
|
||||
8887888888888888FFFF88888888888877788F88888888888888788888888888
|
||||
8888FF888888888880008778888888888888888FF88888888888888888788888
|
||||
888888888FFF8888888888888778F888888888888888788888888888888FF888
|
||||
888888888000877788888888888888FF88888888888888888878888888888888
|
||||
88FFF888888888888778F888888888888887888888888888888FF88888888888
|
||||
800087778888888888888FFF8888888888888888878888888888888888FFF888
|
||||
88888888887F888888888888888788888888888888FF88888888888880008877
|
||||
7888888888888FF888888888888888887888888888888888888FFF8888888888
|
||||
8888888888888888887888888888888888FF8888888888888000887777888888
|
||||
8888FF8888888888888888887888888888888888888FFFF88888888888888888
|
||||
8888888888788888888888888FF88888888888888000888777888888888FFF88
|
||||
888888888888888788888888888887888888FFF8888888888888888888888888
|
||||
8788888888888888FFF88888888888888000888877788888888FF88888888888
|
||||
88888887888888888888877888888FFF88888888888888888888888878888888
|
||||
88888888FF88888888888888800088887778888888FF88888888888888888878
|
||||
888888888888F77888888FFF888888888888888888888888788888888888888F
|
||||
F888888888888888800088888777888888FF8888888888888888878888888888
|
||||
8888F777888888FFF88888888888888888888887888888888888888FF8888888
|
||||
8888888880008888877778888FF88888888888888888878888888888888FF777
|
||||
788888FFFF888888888888888888888788888888888888FF8888888888888888
|
||||
8000888888777888FFF8888888888888888878888888888888FFF8777888888F
|
||||
FF888888888888888888887888888888888888FF888888888888888880008888
|
||||
88877788FF88888888888888888878888888888888FF888777888888FFF88888
|
||||
88888888888888788888888888888FF88888888888888888800088888887778F
|
||||
F88888888888888888878888888888888FF8888777888888FFF8888888888888
|
||||
888887888888888888888FF88888888888888888800088888888777FF8888888
|
||||
8888888888788888888888888FF88888777888888FFF88888888888888888788
|
||||
888888888888FF8888888888888888888000888888887777FFFFFFFFFFFFFFFF
|
||||
FF88888888888888FF888888777788888FFFFFFFFFFFFFFFFFFF788888888888
|
||||
888FFF8888888888888888888000888888888777FFFFFFFFFFFFFFFFF8888888
|
||||
8888888FFF8888888777888888FFFFFFFFFFFFFFFFFF788888888888888FF888
|
||||
888888888888888880008888888888777888888888888888888888888888888F
|
||||
F8888888887778888888888888888888888888888888888888FF888888888888
|
||||
888888888000888888888887788888888888888888888888888888FF88888888
|
||||
887777888888888888888888888888888888888888FF88888888888888888888
|
||||
800088888888888777888888888888888888888888888FFF8888888888877788
|
||||
888888888888888888888888888888888FF88888888888888888888880008888
|
||||
8888888877788888888888888888888888888FF8888888888888777888888888
|
||||
8888888888888888888888888FF8888888888888888888888000888888888888
|
||||
7778888888888888888888888888FF8888888888888877778888888888888888
|
||||
8888888888888888FF8888888888888888888888800088888888888887778888
|
||||
8888888888888888888FFF888888888888888777888888888888888888888888
|
||||
8888888FFF888888888888888888888880008888888888888777888888888888
|
||||
88888888888FF88888888888888888777888888888888888888888888888888F
|
||||
F888888888888888888888888000888888888888887778888888888888888888
|
||||
88FF88888888888888888877788888888888888888888888888888FF88888888
|
||||
8888888888888888800088888888888888777788888888888888888888FF8888
|
||||
8888888888888887778888888888888888888888888888FF8888888888888888
|
||||
8888888880008888888888888887778888888888888888888FF8888888888888
|
||||
8888888877788888888888888888888888888FF8888888888888888888888888
|
||||
8000888888888888888877788888888888888888FFF888888888888888888888
|
||||
77788888888888888888888888888FF888888888888888888888888880008888
|
||||
88888888888877788888888888888888FF888888888888888888888887778888
|
||||
88888888888888888888FF888888888888888888888888888000888888888888
|
||||
88888777777777777777777FF888888888888888888888888777777777777777
|
||||
777777777777FF88888888888888888888888888800088888888888888888777
|
||||
777777777777777FF88888888888888888888888887777777777777777777777
|
||||
7777888888888888888888888888888880008888888888888888888888888888
|
||||
8888888888888888888888888888888888888888888888888888888888888888
|
||||
8888888888888888888888888000888888888888888888888888888888888888
|
||||
8888888888888888888888888888888888888888888888888888888888888888
|
||||
88888888888888888000}
|
||||
Stretch = True
|
||||
end
|
||||
object Bevel1: TBevel
|
||||
Left = 0
|
||||
Top = 118
|
||||
Width = 771
|
||||
Height = 26
|
||||
Align = alBottom
|
||||
Style = bsRaised
|
||||
end
|
||||
object Bevel2: TBevel
|
||||
Left = 4
|
||||
Top = 120
|
||||
Width = 165
|
||||
Height = 20
|
||||
Anchors = [akLeft, akBottom]
|
||||
end
|
||||
object Bevel3: TBevel
|
||||
Left = 172
|
||||
Top = 120
|
||||
Width = 109
|
||||
Height = 20
|
||||
Anchors = [akLeft, akBottom]
|
||||
end
|
||||
object Bevel4: TBevel
|
||||
Left = 284
|
||||
Top = 120
|
||||
Width = 85
|
||||
Height = 20
|
||||
Anchors = [akLeft, akBottom]
|
||||
end
|
||||
object Bevel5: TBevel
|
||||
Left = 372
|
||||
Top = 120
|
||||
Width = 117
|
||||
Height = 20
|
||||
Anchors = [akLeft, akBottom]
|
||||
end
|
||||
object Label3: TLabel
|
||||
Left = 8
|
||||
Top = 122
|
||||
Width = 43
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Server:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object Label4: TLabel
|
||||
Left = 176
|
||||
Top = 122
|
||||
Width = 49
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Volume:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object Label5: TLabel
|
||||
Left = 288
|
||||
Top = 122
|
||||
Width = 25
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'UCI:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object Label6: TLabel
|
||||
Left = 376
|
||||
Top = 122
|
||||
Width = 27
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Port:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object lblServer: TLabel
|
||||
Left = 64
|
||||
Top = 122
|
||||
Width = 5
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object lblVolume: TLabel
|
||||
Left = 240
|
||||
Top = 122
|
||||
Width = 5
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object lblUCI: TLabel
|
||||
Left = 328
|
||||
Top = 122
|
||||
Width = 5
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object lblPort: TLabel
|
||||
Left = 416
|
||||
Top = 122
|
||||
Width = 5
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object Panel8: TPanel
|
||||
Left = 422
|
||||
Top = 0
|
||||
Width = 349
|
||||
Height = 118
|
||||
Align = alRight
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
object Label1: TLabel
|
||||
Left = 24
|
||||
Top = 16
|
||||
Width = 97
|
||||
Height = 16
|
||||
Alignment = taRightJustify
|
||||
Caption = 'Access Code:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 35
|
||||
Top = 56
|
||||
Width = 86
|
||||
Height = 16
|
||||
Alignment = taRightJustify
|
||||
Caption = 'Verify Code:'
|
||||
Font.Charset = ANSI_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object verifyCode: TEdit
|
||||
Left = 128
|
||||
Top = 56
|
||||
Width = 97
|
||||
Height = 25
|
||||
AutoSize = False
|
||||
CharCase = ecUpperCase
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
PasswordChar = '*'
|
||||
TabOrder = 1
|
||||
end
|
||||
object accessCode: TEdit
|
||||
Left = 128
|
||||
Top = 16
|
||||
Width = 97
|
||||
Height = 25
|
||||
AutoSize = False
|
||||
CharCase = ecUpperCase
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
PasswordChar = '*'
|
||||
TabOrder = 0
|
||||
end
|
||||
object btnOk: TBitBtn
|
||||
Left = 252
|
||||
Top = 16
|
||||
Width = 85
|
||||
Height = 26
|
||||
Caption = '&OK'
|
||||
Default = True
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
OnClick = btnOkClick
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
|
||||
A400000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
03030303030303030303030303030303030303030303FF030303030303030303
|
||||
03030303030303040403030303030303030303030303030303F8F8FF03030303
|
||||
03030303030303030303040202040303030303030303030303030303F80303F8
|
||||
FF030303030303030303030303040202020204030303030303030303030303F8
|
||||
03030303F8FF0303030303030303030304020202020202040303030303030303
|
||||
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
|
||||
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
|
||||
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
|
||||
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
|
||||
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
|
||||
0303030303030303030303FA0202020403030303030303030303030303F8FF03
|
||||
03F8FF03030303030303030303030303FA020202040303030303030303030303
|
||||
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
|
||||
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
|
||||
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
|
||||
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
|
||||
03030303FA0202030303030303030303030303030303F8FFF803030303030303
|
||||
030303030303030303FA0303030303030303030303030303030303F803030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
0303}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object btnCancel: TBitBtn
|
||||
Left = 252
|
||||
Top = 56
|
||||
Width = 85
|
||||
Height = 26
|
||||
Cancel = True
|
||||
Caption = '&Cancel'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ModalResult = 2
|
||||
ParentFont = False
|
||||
TabOrder = 3
|
||||
OnClick = btnCancelClick
|
||||
Glyph.Data = {
|
||||
DE010000424DDE01000000000000760000002800000024000000120000000100
|
||||
0400000000006801000000000000000000001000000000000000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
333333333333333333333333000033338833333333333333333F333333333333
|
||||
0000333911833333983333333388F333333F3333000033391118333911833333
|
||||
38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
|
||||
911118111118333338F3338F833338F3000033333911111111833333338F3338
|
||||
3333F8330000333333911111183333333338F333333F83330000333333311111
|
||||
8333333333338F3333383333000033333339111183333333333338F333833333
|
||||
00003333339111118333333333333833338F3333000033333911181118333333
|
||||
33338333338F333300003333911183911183333333383338F338F33300003333
|
||||
9118333911183333338F33838F338F33000033333913333391113333338FF833
|
||||
38F338F300003333333333333919333333388333338FFF830000333333333333
|
||||
3333333333333333333888330000333333333333333333333333333333333333
|
||||
0000}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object cbxChangeVerifyCode: TCheckBox
|
||||
Left = 128
|
||||
Top = 90
|
||||
Width = 161
|
||||
Height = 17
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Change Verify Code'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'Microsoft Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 4
|
||||
end
|
||||
end
|
||||
end
|
||||
object RpcbiBroker: TRPCBroker
|
||||
ClearParameters = True
|
||||
ClearResults = True
|
||||
Connected = False
|
||||
ListenerPort = 9500
|
||||
RpcVersion = '0'
|
||||
Server = 'NXT-Server'
|
||||
KernelLogIn = True
|
||||
LogIn.Mode = lmAVCodes
|
||||
LogIn.PromptDivision = False
|
||||
OldConnectionOnly = False
|
||||
Left = 16
|
||||
Top = 24
|
||||
end
|
||||
end
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,89 @@
|
|||
object frmRpcbError: TfrmRpcbError
|
||||
Left = 187
|
||||
Top = 278
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Error!'
|
||||
ClientHeight = 227
|
||||
ClientWidth = 393
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
OldCreateOrder = True
|
||||
Position = poScreenCenter
|
||||
OnCreate = FormCreate
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Bevel1: TBevel
|
||||
Left = 8
|
||||
Top = 8
|
||||
Width = 377
|
||||
Height = 177
|
||||
end
|
||||
object Label1: TLabel
|
||||
Left = 72
|
||||
Top = 24
|
||||
Width = 41
|
||||
Height = 13
|
||||
Alignment = taRightJustify
|
||||
Caption = 'Action:'
|
||||
end
|
||||
object Symbol: TImage
|
||||
Left = 16
|
||||
Top = 16
|
||||
Width = 41
|
||||
Height = 41
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 79
|
||||
Top = 48
|
||||
Width = 34
|
||||
Height = 13
|
||||
Alignment = taRightJustify
|
||||
Caption = 'Code:'
|
||||
end
|
||||
object Label3: TLabel
|
||||
Left = 16
|
||||
Top = 80
|
||||
Width = 55
|
||||
Height = 13
|
||||
Caption = 'Message:'
|
||||
end
|
||||
object lblAction: TLabel
|
||||
Left = 120
|
||||
Top = 24
|
||||
Width = 5
|
||||
Height = 13
|
||||
end
|
||||
object lblCode: TLabel
|
||||
Left = 120
|
||||
Top = 48
|
||||
Width = 5
|
||||
Height = 13
|
||||
end
|
||||
object lblMessage: TLabel
|
||||
Left = 80
|
||||
Top = 80
|
||||
Width = 289
|
||||
Height = 97
|
||||
AutoSize = False
|
||||
end
|
||||
object BitBtn1: TBitBtn
|
||||
Left = 200
|
||||
Top = 200
|
||||
Width = 81
|
||||
Height = 27
|
||||
TabOrder = 0
|
||||
Kind = bkOK
|
||||
end
|
||||
object BitBtn3: TBitBtn
|
||||
Left = 304
|
||||
Top = 200
|
||||
Width = 81
|
||||
Height = 27
|
||||
TabOrder = 1
|
||||
Kind = bkHelp
|
||||
end
|
||||
end
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,233 @@
|
|||
object rpcConfig: TrpcConfig
|
||||
Left = 421
|
||||
Top = 329
|
||||
HelpContext = 4
|
||||
BorderIcons = []
|
||||
BorderStyle = bsSingle
|
||||
Caption = 'Connect To'
|
||||
ClientHeight = 157
|
||||
ClientWidth = 428
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'System'
|
||||
Font.Style = []
|
||||
OldCreateOrder = True
|
||||
Position = poScreenCenter
|
||||
OnClose = FormClose
|
||||
OnCreate = FormCreate
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 16
|
||||
object cboServer: TComboBox
|
||||
Left = 8
|
||||
Top = 16
|
||||
Width = 416
|
||||
Height = 24
|
||||
Hint = 'Choose a Server Name'
|
||||
Style = csDropDownList
|
||||
Anchors = [akLeft, akTop, akRight]
|
||||
DropDownCount = 6
|
||||
ItemHeight = 16
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 0
|
||||
OnClick = cboServerClick
|
||||
OnDblClick = cboServerClick
|
||||
OnExit = cboServerExit
|
||||
end
|
||||
object Panel2: TPanel
|
||||
Left = 0
|
||||
Top = 133
|
||||
Width = 428
|
||||
Height = 24
|
||||
Align = alBottom
|
||||
TabOrder = 3
|
||||
object Panel3: TPanel
|
||||
Left = 185
|
||||
Top = 1
|
||||
Width = 95
|
||||
Height = 22
|
||||
Align = alLeft
|
||||
Alignment = taLeftJustify
|
||||
BevelInner = bvLowered
|
||||
BevelOuter = bvNone
|
||||
BorderWidth = 1
|
||||
Caption = 'Port:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
object pnlPort: TPanel
|
||||
Left = 34
|
||||
Top = 2
|
||||
Width = 59
|
||||
Height = 18
|
||||
Align = alRight
|
||||
BevelOuter = bvLowered
|
||||
Caption = '99999'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
object Panel1: TPanel
|
||||
Left = 1
|
||||
Top = 1
|
||||
Width = 184
|
||||
Height = 22
|
||||
Align = alLeft
|
||||
Alignment = taLeftJustify
|
||||
BevelInner = bvLowered
|
||||
BevelOuter = bvNone
|
||||
BorderWidth = 1
|
||||
Caption = 'Address:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
object Panel4: TPanel
|
||||
Left = 64
|
||||
Top = 2
|
||||
Width = 118
|
||||
Height = 18
|
||||
Align = alRight
|
||||
BevelOuter = bvLowered
|
||||
Caption = '255.255.255.255'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
end
|
||||
object btnOk: TBitBtn
|
||||
Left = 21
|
||||
Top = 96
|
||||
Width = 85
|
||||
Height = 26
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = '&OK'
|
||||
Default = True
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
OnClick = btnOkClick
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
|
||||
A400000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
03030303030303030303030303030303030303030303FF030303030303030303
|
||||
03030303030303040403030303030303030303030303030303F8F8FF03030303
|
||||
03030303030303030303040202040303030303030303030303030303F80303F8
|
||||
FF030303030303030303030303040202020204030303030303030303030303F8
|
||||
03030303F8FF0303030303030303030304020202020202040303030303030303
|
||||
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
|
||||
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
|
||||
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
|
||||
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
|
||||
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
|
||||
0303030303030303030303FA0202020403030303030303030303030303F8FF03
|
||||
03F8FF03030303030303030303030303FA020202040303030303030303030303
|
||||
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
|
||||
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
|
||||
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
|
||||
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
|
||||
03030303FA0202030303030303030303030303030303F8FFF803030303030303
|
||||
030303030303030303FA0303030303030303030303030303030303F803030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
0303}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object btnCancel: TBitBtn
|
||||
Left = 124
|
||||
Top = 96
|
||||
Width = 85
|
||||
Height = 26
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = '&Cancel'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
OnClick = butCancelClick
|
||||
Kind = bkCancel
|
||||
Margin = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object btnHelp: TBitBtn
|
||||
Left = 226
|
||||
Top = 96
|
||||
Width = 85
|
||||
Height = 25
|
||||
Anchors = [akRight, akBottom]
|
||||
TabOrder = 4
|
||||
Kind = bkHelp
|
||||
end
|
||||
object btnNew: TButton
|
||||
Left = 327
|
||||
Top = 96
|
||||
Width = 85
|
||||
Height = 25
|
||||
Anchors = [akRight, akBottom]
|
||||
Caption = '&New'
|
||||
TabOrder = 5
|
||||
OnClick = btnNewClick
|
||||
end
|
||||
end
|
|
@ -0,0 +1,17 @@
|
|||
object RPCFRM1: TRPCFRM1
|
||||
Left = 279
|
||||
Top = 352
|
||||
BorderStyle = bsNone
|
||||
Caption = 'DLL'
|
||||
ClientHeight = 101
|
||||
ClientWidth = 239
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'System'
|
||||
Font.Style = []
|
||||
OldCreateOrder = True
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 16
|
||||
end
|
|
@ -0,0 +1,156 @@
|
|||
object SelDivForm: TSelDivForm
|
||||
Left = 368
|
||||
Top = 193
|
||||
Width = 445
|
||||
Height = 213
|
||||
Caption = 'Select Division'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -16
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
OldCreateOrder = True
|
||||
OnCreate = FormCreate
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 20
|
||||
object DivLabel1: TLabel
|
||||
Left = 16
|
||||
Top = 8
|
||||
Width = 268
|
||||
Height = 16
|
||||
Caption = 'Must Select Division To Continue Signon!'
|
||||
Color = clBtnFace
|
||||
Font.Charset = ANSI_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'System'
|
||||
Font.Style = [fsBold]
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
object btnOK: TBitBtn
|
||||
Left = 16
|
||||
Top = 137
|
||||
Width = 81
|
||||
Height = 25
|
||||
Anchors = [akRight]
|
||||
Caption = '&OK'
|
||||
Default = True
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
OnClick = btnOKClick
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
03030303030303030303030303030303030303030303FF030303030303030303
|
||||
03030303030303040403030303030303030303030303030303F8F8FF03030303
|
||||
03030303030303030303040202040303030303030303030303030303F80303F8
|
||||
FF030303030303030303030303040202020204030303030303030303030303F8
|
||||
03030303F8FF0303030303030303030304020202020202040303030303030303
|
||||
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
|
||||
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
|
||||
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
|
||||
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
|
||||
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
|
||||
0303030303030303030303FA0202020403030303030303030303030303F8FF03
|
||||
03F8FF03030303030303030303030303FA020202040303030303030303030303
|
||||
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
|
||||
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
|
||||
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
|
||||
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
|
||||
03030303FA0202030303030303030303030303030303F8FFF803030303030303
|
||||
030303030303030303FA0303030303030303030303030303030303F803030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
0303}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
object btnCancel: TBitBtn
|
||||
Left = 168
|
||||
Top = 137
|
||||
Width = 83
|
||||
Height = 25
|
||||
Anchors = [akRight]
|
||||
Caption = '&Cancel'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
OnClick = btnCancelClick
|
||||
Kind = bkCancel
|
||||
end
|
||||
object btnHelp: TBitBtn
|
||||
Left = 336
|
||||
Top = 135
|
||||
Width = 83
|
||||
Height = 26
|
||||
Anchors = [akRight]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 3
|
||||
OnClick = btnHelpClick
|
||||
Kind = bkHelp
|
||||
end
|
||||
object DivListBox: TListBox
|
||||
Left = 16
|
||||
Top = 32
|
||||
Width = 401
|
||||
Height = 90
|
||||
Anchors = [akTop, akRight]
|
||||
Font.Charset = ANSI_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'System'
|
||||
Font.Style = [fsBold]
|
||||
ItemHeight = 16
|
||||
ParentFont = False
|
||||
Sorted = True
|
||||
TabOrder = 0
|
||||
OnDblClick = btnOKClick
|
||||
end
|
||||
end
|
|
@ -0,0 +1,210 @@
|
|||
object frmSignonConfig: TfrmSignonConfig
|
||||
Left = 232
|
||||
Top = 110
|
||||
HelpContext = 2
|
||||
ActiveControl = CancelBtn
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Sign-on Properties'
|
||||
ClientHeight = 258
|
||||
ClientWidth = 401
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Courier New'
|
||||
Font.Style = [fsBold]
|
||||
FormStyle = fsStayOnTop
|
||||
OldCreateOrder = True
|
||||
Position = poScreenCenter
|
||||
OnShow = FormShow
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 14
|
||||
object Bevel1: TBevel
|
||||
Left = 8
|
||||
Top = 8
|
||||
Width = 289
|
||||
Height = 249
|
||||
Shape = bsFrame
|
||||
IsControl = True
|
||||
end
|
||||
object OKBtn: TBitBtn
|
||||
Left = 312
|
||||
Top = 8
|
||||
Width = 77
|
||||
Height = 27
|
||||
Caption = 'OK'
|
||||
ModalResult = 1
|
||||
TabOrder = 5
|
||||
OnClick = OKBtnClick
|
||||
Glyph.Data = {
|
||||
DE010000424DDE01000000000000760000002800000024000000120000000100
|
||||
0400000000006801000000000000000000001000000000000000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
3333333333333333333333330000333333333333333333333333F33333333333
|
||||
00003333344333333333333333388F3333333333000033334224333333333333
|
||||
338338F3333333330000333422224333333333333833338F3333333300003342
|
||||
222224333333333383333338F3333333000034222A22224333333338F338F333
|
||||
8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
|
||||
33333338F83338F338F33333000033A33333A222433333338333338F338F3333
|
||||
0000333333333A222433333333333338F338F33300003333333333A222433333
|
||||
333333338F338F33000033333333333A222433333333333338F338F300003333
|
||||
33333333A222433333333333338F338F00003333333333333A22433333333333
|
||||
3338F38F000033333333333333A223333333333333338F830000333333333333
|
||||
333A333333333333333338330000333333333333333333333333333333333333
|
||||
0000}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object CancelBtn: TBitBtn
|
||||
Left = 312
|
||||
Top = 48
|
||||
Width = 77
|
||||
Height = 27
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
Default = True
|
||||
ModalResult = 2
|
||||
TabOrder = 0
|
||||
Glyph.Data = {
|
||||
DE010000424DDE01000000000000760000002800000024000000120000000100
|
||||
0400000000006801000000000000000000001000000000000000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
333333333333333333333333000033338833333333333333333F333333333333
|
||||
0000333911833333983333333388F333333F3333000033391118333911833333
|
||||
38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
|
||||
911118111118333338F3338F833338F3000033333911111111833333338F3338
|
||||
3333F8330000333333911111183333333338F333333F83330000333333311111
|
||||
8333333333338F3333383333000033333339111183333333333338F333833333
|
||||
00003333339111118333333333333833338F3333000033333911181118333333
|
||||
33338333338F333300003333911183911183333333383338F338F33300003333
|
||||
9118333911183333338F33838F338F33000033333913333391113333338FF833
|
||||
38F338F300003333333333333919333333388333338FFF830000333333333333
|
||||
3333333333333333333888330000333333333333333333333333333333333333
|
||||
0000}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object HelpBtn: TBitBtn
|
||||
Left = 312
|
||||
Top = 128
|
||||
Width = 77
|
||||
Height = 27
|
||||
TabOrder = 6
|
||||
Kind = bkHelp
|
||||
Margin = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object rgrWindowPosition: TRadioGroup
|
||||
Left = 24
|
||||
Top = 24
|
||||
Width = 121
|
||||
Height = 81
|
||||
Caption = 'Window Position'
|
||||
Items.Strings = (
|
||||
'Center'
|
||||
'Current'
|
||||
'Remember')
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
end
|
||||
object rgrWindowSize: TRadioGroup
|
||||
Left = 160
|
||||
Top = 24
|
||||
Width = 121
|
||||
Height = 81
|
||||
Caption = 'Window Size'
|
||||
Items.Strings = (
|
||||
'Normal'
|
||||
'Current'
|
||||
'Remember')
|
||||
TabOrder = 3
|
||||
TabStop = True
|
||||
end
|
||||
object GroupBox1: TGroupBox
|
||||
Left = 24
|
||||
Top = 120
|
||||
Width = 257
|
||||
Height = 121
|
||||
Caption = 'Intro Text'
|
||||
TabOrder = 4
|
||||
object Button1: TButton
|
||||
Left = 16
|
||||
Top = 80
|
||||
Width = 97
|
||||
Height = 27
|
||||
Caption = 'Change Font'
|
||||
TabOrder = 1
|
||||
OnClick = Button1Click
|
||||
end
|
||||
object rgrIntroBackClr: TRadioGroup
|
||||
Left = 16
|
||||
Top = 24
|
||||
Width = 225
|
||||
Height = 41
|
||||
Caption = 'Background Color'
|
||||
Columns = 2
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Courier New'
|
||||
Font.Style = [fsBold]
|
||||
Items.Strings = (
|
||||
'Current'
|
||||
'Select New')
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
OnClick = rgrIntroBackClrClick
|
||||
end
|
||||
end
|
||||
object btnDefaults: TBitBtn
|
||||
Left = 312
|
||||
Top = 88
|
||||
Width = 77
|
||||
Height = 27
|
||||
HelpContext = 4
|
||||
Caption = '&Defaults'
|
||||
ModalResult = 5
|
||||
TabOrder = 1
|
||||
Glyph.Data = {
|
||||
76010000424D7601000000000000760000002800000020000000100000000100
|
||||
0400000000000001000000000000000000001000000010000000000000000000
|
||||
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
|
||||
3333333777333777FF3333993333339993333377FF3333377FF3399993333339
|
||||
993337777FF3333377F3393999333333993337F777FF333337FF993399933333
|
||||
399377F3777FF333377F993339993333399377F33777FF33377F993333999333
|
||||
399377F333777FF3377F993333399933399377F3333777FF377F993333339993
|
||||
399377FF3333777FF7733993333339993933373FF3333777F7F3399933333399
|
||||
99333773FF3333777733339993333339933333773FFFFFF77333333999999999
|
||||
3333333777333777333333333999993333333333377777333333}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object FontDialog1: TFontDialog
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'System'
|
||||
Font.Style = []
|
||||
MinFontSize = 0
|
||||
MaxFontSize = 0
|
||||
Left = 136
|
||||
Top = 200
|
||||
end
|
||||
object ColorDialog1: TColorDialog
|
||||
Ctl3D = True
|
||||
Left = 336
|
||||
Top = 216
|
||||
end
|
||||
end
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,152 @@
|
|||
object frmVCEdit: TfrmVCEdit
|
||||
Left = 197
|
||||
Top = 197
|
||||
Width = 411
|
||||
Height = 166
|
||||
Caption = 'Change VISTA Verify Code'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = True
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object lblOldVC: TLabel
|
||||
Left = 16
|
||||
Top = 24
|
||||
Width = 74
|
||||
Height = 13
|
||||
Caption = '&Old verify code:'
|
||||
FocusControl = edtOldVC
|
||||
end
|
||||
object lblNewVC: TLabel
|
||||
Left = 16
|
||||
Top = 64
|
||||
Width = 80
|
||||
Height = 13
|
||||
Caption = '&New verify code:'
|
||||
FocusControl = edtNewVC
|
||||
end
|
||||
object lblConfirmVC: TLabel
|
||||
Left = 16
|
||||
Top = 104
|
||||
Width = 116
|
||||
Height = 13
|
||||
Caption = 'Con&firm new verify code:'
|
||||
FocusControl = edtConfirmVC
|
||||
end
|
||||
object edtOldVC: TEdit
|
||||
Left = 144
|
||||
Top = 16
|
||||
Width = 121
|
||||
Height = 21
|
||||
PasswordChar = '*'
|
||||
TabOrder = 0
|
||||
OnChange = edtOldVCChange
|
||||
end
|
||||
object edtNewVC: TEdit
|
||||
Left = 144
|
||||
Top = 56
|
||||
Width = 121
|
||||
Height = 21
|
||||
PasswordChar = '*'
|
||||
TabOrder = 1
|
||||
OnChange = edtOldVCChange
|
||||
OnExit = edtNewVCExit
|
||||
end
|
||||
object edtConfirmVC: TEdit
|
||||
Left = 144
|
||||
Top = 96
|
||||
Width = 121
|
||||
Height = 21
|
||||
PasswordChar = '*'
|
||||
TabOrder = 2
|
||||
OnChange = edtOldVCChange
|
||||
end
|
||||
object btnOK: TBitBtn
|
||||
Left = 312
|
||||
Top = 16
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = '&OK'
|
||||
TabOrder = 3
|
||||
OnClick = btnOKClick
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
03030303030303030303030303030303030303030303FF030303030303030303
|
||||
03030303030303040403030303030303030303030303030303F8F8FF03030303
|
||||
03030303030303030303040202040303030303030303030303030303F80303F8
|
||||
FF030303030303030303030303040202020204030303030303030303030303F8
|
||||
03030303F8FF0303030303030303030304020202020202040303030303030303
|
||||
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
|
||||
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
|
||||
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
|
||||
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
|
||||
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
|
||||
0303030303030303030303FA0202020403030303030303030303030303F8FF03
|
||||
03F8FF03030303030303030303030303FA020202040303030303030303030303
|
||||
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
|
||||
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
|
||||
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
|
||||
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
|
||||
03030303FA0202030303030303030303030303030303F8FFF803030303030303
|
||||
030303030303030303FA0303030303030303030303030303030303F803030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
0303}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
object btnCancel: TBitBtn
|
||||
Left = 312
|
||||
Top = 56
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = '&Cancel'
|
||||
TabOrder = 4
|
||||
Kind = bkCancel
|
||||
end
|
||||
object btnHelp: TBitBtn
|
||||
Left = 312
|
||||
Top = 96
|
||||
Width = 75
|
||||
Height = 25
|
||||
TabOrder = 5
|
||||
OnClick = btnHelpClick
|
||||
Kind = bkHelp
|
||||
end
|
||||
end
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,34 @@
|
|||
object frmDebugInfo: TfrmDebugInfo
|
||||
Left = 255
|
||||
Top = 107
|
||||
Width = 329
|
||||
Height = 217
|
||||
Caption = 'RPCBroker Debug Info'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
FormStyle = fsStayOnTop
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object lblDebugInfo: TLabel
|
||||
Left = 44
|
||||
Top = 16
|
||||
Width = 233
|
||||
Height = 105
|
||||
AutoSize = False
|
||||
end
|
||||
object btnOK: TButton
|
||||
Left = 123
|
||||
Top = 144
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = '&OK'
|
||||
Default = True
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
Binary file not shown.
|
@ -0,0 +1,48 @@
|
|||
object fPlinkPassword: TfPlinkPassword
|
||||
Left = 234
|
||||
Top = 119
|
||||
Width = 300
|
||||
Height = 151
|
||||
Caption = 'Enter Plink Password'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Label1: TLabel
|
||||
Left = 40
|
||||
Top = 8
|
||||
Width = 212
|
||||
Height = 13
|
||||
Caption = 'Enter your Plink Password - or enter it on the '
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 57
|
||||
Top = 24
|
||||
Width = 177
|
||||
Height = 13
|
||||
Caption = 'Command Line as SSHpw=password'
|
||||
end
|
||||
object Edit1: TEdit
|
||||
Left = 49
|
||||
Top = 48
|
||||
Width = 193
|
||||
Height = 21
|
||||
PasswordChar = '*'
|
||||
TabOrder = 0
|
||||
end
|
||||
object Button1: TButton
|
||||
Left = 108
|
||||
Top = 88
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
TabOrder = 1
|
||||
OnClick = Button1Click
|
||||
end
|
||||
end
|
Binary file not shown.
|
@ -0,0 +1,42 @@
|
|||
object frmErrMsg: TfrmErrMsg
|
||||
Left = 325
|
||||
Top = 293
|
||||
Width = 376
|
||||
Height = 215
|
||||
Caption = 'Error Encountered'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
FormStyle = fsStayOnTop
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Button1: TButton
|
||||
Left = 146
|
||||
Top = 152
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = 'OK'
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
end
|
||||
object mmoErrorMessage: TMemo
|
||||
Left = 8
|
||||
Top = 16
|
||||
Width = 345
|
||||
Height = 129
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Fixedsys'
|
||||
Font.Style = []
|
||||
Lines.Strings = (
|
||||
'')
|
||||
ParentFont = False
|
||||
ScrollBars = ssVertical
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
|
@ -0,0 +1,16 @@
|
|||
object Form1: TForm1
|
||||
Left = 215
|
||||
Top = 111
|
||||
Width = 696
|
||||
Height = 480
|
||||
Caption = 'Form1'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
end
|
Binary file not shown.
|
@ -0,0 +1,47 @@
|
|||
object SSHUsername: TSSHUsername
|
||||
Left = 234
|
||||
Top = 119
|
||||
Width = 300
|
||||
Height = 151
|
||||
Caption = 'Enter SSH username'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Label1: TLabel
|
||||
Left = 41
|
||||
Top = 8
|
||||
Width = 209
|
||||
Height = 13
|
||||
Caption = 'Enter the username for the SSH connection:'
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 13
|
||||
Top = 24
|
||||
Width = 267
|
||||
Height = 13
|
||||
Caption = 'Or Enter it on the command line as SSHUser=username'
|
||||
end
|
||||
object Edit1: TEdit
|
||||
Left = 49
|
||||
Top = 48
|
||||
Width = 193
|
||||
Height = 21
|
||||
TabOrder = 0
|
||||
end
|
||||
object Button1: TButton
|
||||
Left = 108
|
||||
Top = 88
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
TabOrder = 1
|
||||
OnClick = Button1Click
|
||||
end
|
||||
end
|
Binary file not shown.
|
@ -0,0 +1,126 @@
|
|||
object frmSignonDialog: TfrmSignonDialog
|
||||
Left = 212
|
||||
Top = 111
|
||||
Width = 326
|
||||
Height = 188
|
||||
Caption = 'Configuration Selection Question'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
FormStyle = fsStayOnTop
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Label1: TLabel
|
||||
Left = 32
|
||||
Top = 8
|
||||
Width = 220
|
||||
Height = 96
|
||||
Caption = 'Do you want to use the standard Windows Window Background Color?'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -19
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
WordWrap = True
|
||||
end
|
||||
object btnOK: TBitBtn
|
||||
Left = 48
|
||||
Top = 120
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
|
||||
A400000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
03030303030303030303030303030303030303030303FF030303030303030303
|
||||
03030303030303040403030303030303030303030303030303F8F8FF03030303
|
||||
03030303030303030303040202040303030303030303030303030303F80303F8
|
||||
FF030303030303030303030303040202020204030303030303030303030303F8
|
||||
03030303F8FF0303030303030303030304020202020202040303030303030303
|
||||
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
|
||||
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
|
||||
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
|
||||
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
|
||||
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
|
||||
0303030303030303030303FA0202020403030303030303030303030303F8FF03
|
||||
03F8FF03030303030303030303030303FA020202040303030303030303030303
|
||||
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
|
||||
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
|
||||
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
|
||||
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
|
||||
03030303FA0202030303030303030303030303030303F8FFF803030303030303
|
||||
030303030303030303FA0303030303030303030303030303030303F803030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
0303}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
object btnNO: TBitBtn
|
||||
Left = 160
|
||||
Top = 120
|
||||
Width = 75
|
||||
Height = 25
|
||||
Cancel = True
|
||||
Caption = 'NO'
|
||||
ModalResult = 2
|
||||
TabOrder = 1
|
||||
Glyph.Data = {
|
||||
DE010000424DDE01000000000000760000002800000024000000120000000100
|
||||
0400000000006801000000000000000000001000000000000000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
333333333333333333333333000033338833333333333333333F333333333333
|
||||
0000333911833333983333333388F333333F3333000033391118333911833333
|
||||
38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
|
||||
911118111118333338F3338F833338F3000033333911111111833333338F3338
|
||||
3333F8330000333333911111183333333338F333333F83330000333333311111
|
||||
8333333333338F3333383333000033333339111183333333333338F333833333
|
||||
00003333339111118333333333333833338F3333000033333911181118333333
|
||||
33338333338F333300003333911183911183333333383338F338F33300003333
|
||||
9118333911183333338F33838F338F33000033333913333391113333338FF833
|
||||
38F338F300003333333333333919333333388333338FFF830000333333333333
|
||||
3333333333333333333888330000333333333333333333333333333333333333
|
||||
0000}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
end
|
|
@ -0,0 +1,126 @@
|
|||
object frmColorSelectDialog: TfrmColorSelectDialog
|
||||
Left = 205
|
||||
Top = 106
|
||||
Width = 326
|
||||
Height = 188
|
||||
Caption = 'Configuration Selection Question'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
FormStyle = fsStayOnTop
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Label1: TLabel
|
||||
Left = 32
|
||||
Top = 8
|
||||
Width = 220
|
||||
Height = 96
|
||||
Caption = 'Do you want to use the standard Windows Window Background Color?'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -19
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
WordWrap = True
|
||||
end
|
||||
object btnOK: TBitBtn
|
||||
Left = 48
|
||||
Top = 120
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
|
||||
A400000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
03030303030303030303030303030303030303030303FF030303030303030303
|
||||
03030303030303040403030303030303030303030303030303F8F8FF03030303
|
||||
03030303030303030303040202040303030303030303030303030303F80303F8
|
||||
FF030303030303030303030303040202020204030303030303030303030303F8
|
||||
03030303F8FF0303030303030303030304020202020202040303030303030303
|
||||
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
|
||||
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
|
||||
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
|
||||
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
|
||||
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
|
||||
0303030303030303030303FA0202020403030303030303030303030303F8FF03
|
||||
03F8FF03030303030303030303030303FA020202040303030303030303030303
|
||||
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
|
||||
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
|
||||
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
|
||||
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
|
||||
03030303FA0202030303030303030303030303030303F8FFF803030303030303
|
||||
030303030303030303FA0303030303030303030303030303030303F803030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
0303}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
object btnNO: TBitBtn
|
||||
Left = 160
|
||||
Top = 120
|
||||
Width = 75
|
||||
Height = 25
|
||||
Cancel = True
|
||||
Caption = 'NO'
|
||||
ModalResult = 2
|
||||
TabOrder = 1
|
||||
Glyph.Data = {
|
||||
DE010000424DDE01000000000000760000002800000024000000120000000100
|
||||
0400000000006801000000000000000000001000000000000000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
333333333333333333333333000033338833333333333333333F333333333333
|
||||
0000333911833333983333333388F333333F3333000033391118333911833333
|
||||
38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
|
||||
911118111118333338F3338F833338F3000033333911111111833333338F3338
|
||||
3333F8330000333333911111183333333338F333333F83330000333333311111
|
||||
8333333333338F3333383333000033333339111183333333333338F333833333
|
||||
00003333339111118333333333333833338F3333000033333911181118333333
|
||||
33338333338F333300003333911183911183333333383338F338F33300003333
|
||||
9118333911183333338F33838F338F33000033333913333391113333338FF833
|
||||
38F338F300003333333333333919333333388333338FFF830000333333333333
|
||||
3333333333333333333888330000333333333333333333333333333333333333
|
||||
0000}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
end
|
|
@ -0,0 +1,30 @@
|
|||
object frmVistABar: TfrmVistABar
|
||||
Left = 200
|
||||
Top = 200
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsNone
|
||||
ClientHeight = 213
|
||||
ClientWidth = 104
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
FormStyle = fsStayOnTop
|
||||
OldCreateOrder = False
|
||||
WindowState = wsMinimized
|
||||
OnActivate = FormActivate
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object pmnSysTray: TPopupMenu
|
||||
Left = 24
|
||||
Top = 32
|
||||
object About1: TMenuItem
|
||||
Caption = '&About'
|
||||
OnClick = About1Click
|
||||
end
|
||||
end
|
||||
end
|
Binary file not shown.
|
@ -0,0 +1,134 @@
|
|||
object frmSignonMsg: TfrmSignonMsg
|
||||
Left = 194
|
||||
Top = 16
|
||||
Width = 766
|
||||
Height = 630
|
||||
Caption = 'Signon Message'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = True
|
||||
Position = poScreenCenter
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Panel1: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 758
|
||||
Height = 562
|
||||
Align = alClient
|
||||
BevelInner = bvLowered
|
||||
BevelOuter = bvNone
|
||||
BorderWidth = 3
|
||||
Caption = 'Panel1'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Courier New'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
object mmoMsg: TXWBRichEdit
|
||||
Left = 4
|
||||
Top = 4
|
||||
Width = 750
|
||||
Height = 554
|
||||
Align = alClient
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Fixedsys'
|
||||
Font.Style = [fsBold]
|
||||
URLDetect = True
|
||||
HideScrollBars = False
|
||||
Lines.Strings = (
|
||||
|
||||
'1234567891123456789212345678931234567894123456789512345678961234' +
|
||||
'5678971234567898 '#13)
|
||||
ParentFont = False
|
||||
ReadOnly = True
|
||||
ScrollBars = ssVertical
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
object Panel2: TPanel
|
||||
Left = 0
|
||||
Top = 562
|
||||
Width = 758
|
||||
Height = 41
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
OnResize = Panel2Resize
|
||||
object BitBtn1: TBitBtn
|
||||
Left = 342
|
||||
Top = 8
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = '&Close'
|
||||
Default = True
|
||||
TabOrder = 0
|
||||
OnClick = BitBtn1Click
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00
|
||||
FF00FFFF0000FFFFFF0000000000000080000080000000808000800000008000
|
||||
800080800000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00
|
||||
FF00FFFF0000FFFFFF0000000000000080000080000000808000800000008000
|
||||
800080800000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00
|
||||
FF00FFFF0000FFFFFF0000000000000080000080000000808000800000008000
|
||||
800080800000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00
|
||||
FF00FFFF0000FFFFFF0000000000000080000080000000808000800000008000
|
||||
800080800000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00
|
||||
FF00FFFF0000FFFFFF0000000000000080000080000000808000800000008000
|
||||
800080800000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00
|
||||
FF00FFFF0000FFFFFF0000000000000080000080000000808000800000008000
|
||||
800080800000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
|
||||
800000800000008080008000000080008000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030C0C0C0C0C
|
||||
0C0C0C0C0707130713070C07130C0C0C0C0C0C0C0C0C0C030303030303130404
|
||||
04040400000C0C0C13131304040404040C0C0C0C0C0C0C0C0C0C130303031313
|
||||
0C130303030304110500000713131304030303030C0C0C0C0C0C0C0C0C0C0303
|
||||
030C0C0C0C13030303030405110500131313130403030303030303030C130C0C
|
||||
0C130303030C1303031303030303041105110013131313040303030303030303
|
||||
0C0C070C0C130303030C13030313030303030405110500131213120403030303
|
||||
030303030C130C070C130303030C130303130303030304110511001313131304
|
||||
03030303030303030C0C070C0C130303030C1303031303030303040511050013
|
||||
1213120403030303030303030C130C070C130303030C13030313030303030411
|
||||
051100131313130403030303030303030C0C070C0C130303030C130303130303
|
||||
03030405110500131213120403030303030303030C130C070C130303030C1303
|
||||
0313030303030411051100121312130403030303030303030C0C070C0C130303
|
||||
030C13030313030303030405110500131213120403030303030303030C130C07
|
||||
0C130303030C1303031303030303041105110012131213040303030303030303
|
||||
0C0C070C0C130303030C13030313030303030404040404040404040403030303
|
||||
030303030C130C130C131313130C130303130303030303030303030303030303
|
||||
03030303030303030C0C0C0C0C0C0C0C0C0C0303031303030303030300000000
|
||||
0000030303030303030303030303031313131313130303030313030303030303
|
||||
000E0E0E0E000303030303030303030303030C0C0C0C0C0C1303030303130303
|
||||
030303030000000000000303030303030303030303030C131313130C13030303
|
||||
0313}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
end
|
||||
end
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -0,0 +1,74 @@
|
|||
object frmAddServer: TfrmAddServer
|
||||
Left = 287
|
||||
Top = 259
|
||||
Width = 343
|
||||
Height = 147
|
||||
Caption = 'Add Server'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object lblAddress: TLabel
|
||||
Left = 16
|
||||
Top = 16
|
||||
Width = 50
|
||||
Height = 13
|
||||
Caption = 'Address:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object lblPortNumber: TLabel
|
||||
Left = 16
|
||||
Top = 48
|
||||
Width = 75
|
||||
Height = 13
|
||||
Caption = 'Port Number:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object edtAddress: TEdit
|
||||
Left = 104
|
||||
Top = 8
|
||||
Width = 177
|
||||
Height = 21
|
||||
Hint = 'Enter Server Address, either as Server Name or IP Address'
|
||||
TabOrder = 0
|
||||
end
|
||||
object edtPortNumber: TEdit
|
||||
Left = 104
|
||||
Top = 40
|
||||
Width = 113
|
||||
Height = 21
|
||||
Hint = 'Enter the Port Number to use for this server'
|
||||
TabOrder = 1
|
||||
end
|
||||
object bbtnOK: TBitBtn
|
||||
Left = 70
|
||||
Top = 80
|
||||
Width = 75
|
||||
Height = 25
|
||||
TabOrder = 2
|
||||
Kind = bkOK
|
||||
end
|
||||
object bbtnCancel: TBitBtn
|
||||
Left = 190
|
||||
Top = 80
|
||||
Width = 75
|
||||
Height = 25
|
||||
TabOrder = 3
|
||||
Kind = bkCancel
|
||||
end
|
||||
end
|
|
@ -0,0 +1,616 @@
|
|||
object frmSignon: TfrmSignon
|
||||
Left = 115
|
||||
Top = 114
|
||||
Width = 779
|
||||
Height = 580
|
||||
HelpContext = 1
|
||||
ActiveControl = accessCode
|
||||
Anchors = [akTop]
|
||||
Caption = 'VISTA Sign-on'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = True
|
||||
Position = poScreenCenter
|
||||
Scaled = False
|
||||
OnClose = FormClose
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Panel1: TPanel
|
||||
Left = 5
|
||||
Top = 0
|
||||
Width = 761
|
||||
Height = 409
|
||||
Alignment = taLeftJustify
|
||||
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||
BevelInner = bvLowered
|
||||
BorderWidth = 4
|
||||
TabOrder = 0
|
||||
object introText: TXWBRichEdit
|
||||
Left = 6
|
||||
Top = 6
|
||||
Width = 749
|
||||
Height = 397
|
||||
Align = alClient
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'Courier New'
|
||||
Font.Style = [fsBold]
|
||||
URLDetect = True
|
||||
Lines.Strings = (
|
||||
|
||||
'1234567890123456789012345678901234567890123456789012345678901234' +
|
||||
'5678901234567890 ' +
|
||||
' '#13
|
||||
|
||||
' 1 2 3 4 5 6 ' +
|
||||
' 7 8'#13
|
||||
|
||||
' ' +
|
||||
' '#13
|
||||
' http://vaww.isc-sf.med.va.gov'#13
|
||||
'a '#13
|
||||
'b'#13
|
||||
'c '#13
|
||||
'd'#13
|
||||
'e '#13
|
||||
'f'#13
|
||||
'g '#13
|
||||
'h'#13
|
||||
'i '#13
|
||||
'j'#13
|
||||
'k '#13
|
||||
'l'#13
|
||||
'm '#13
|
||||
'n'#13
|
||||
'o '#13
|
||||
|
||||
'p ' +
|
||||
' '#13
|
||||
'q '#13
|
||||
'r'#13
|
||||
's '#13
|
||||
't'#13
|
||||
'u '#13
|
||||
'v'#13
|
||||
'w '#13
|
||||
'x'#13
|
||||
'y '#13)
|
||||
ParentFont = False
|
||||
ReadOnly = True
|
||||
ScrollBars = ssVertical
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
object Panel7: TPanel
|
||||
Left = 0
|
||||
Top = 409
|
||||
Width = 771
|
||||
Height = 144
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 1
|
||||
object Image1: TImage
|
||||
Left = 8
|
||||
Top = 8
|
||||
Width = 117
|
||||
Height = 78
|
||||
AutoSize = True
|
||||
Picture.Data = {
|
||||
07544269746D6170BE120000424DBE1200000000000076000000280000007500
|
||||
00004E0000000100040000000000481200000000000000000000100000001000
|
||||
0000000000000000800000800000008080008000000080008000808000008080
|
||||
8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
|
||||
FF00888888888888888888888888888888888888888888888888888888888888
|
||||
8888888888888888888888888888888888888888888888888888888880008888
|
||||
8888888888888888888888888888888888888888888888888888888888888888
|
||||
8888888888888888888888888888888888888888888888888000888888888888
|
||||
888888888888888888FFFFFFFFFFFFFFFFFFFFF888888888888888FFFFFFFFFF
|
||||
FFFFFFFFFFFFFFFFFFFFFF888888888888888888800088888888888888888888
|
||||
888888887FFFFFFFFFFFFFFFFFFFFFFF8888888888887FFFFFFFFFFFFFFFFFFF
|
||||
FFFFFFFFFFFFFFF8888888888888888880008888888888888888888888888888
|
||||
788888888888888888888FFF8888888888887888888888888888888888888888
|
||||
8888FFFF88888888888888888000888888888888888888888888888778888888
|
||||
88888888888888FFF88888888887888888888888888888888888888888888FFF
|
||||
8888888888888888800088888888888888888888888888778888888888888888
|
||||
888888FFF888888888878888888888888888888888888888888888FFF8888888
|
||||
888888888000888888888888888888888888887888888888888888888888888F
|
||||
FF88888888788888888888888888888888888888888888FFF888888888888888
|
||||
8000888888888888888888888888877888888888888888888888888FFF888888
|
||||
887888888888888888888888888888888888888FFF8888888888888880008888
|
||||
888888888888888888887788888888888888888888888888FFF8888887888888
|
||||
8888888888888888888888888888888FFFF88888888888888000888888888888
|
||||
8888888888887888888888888888888888888888FFFF88888788888888888888
|
||||
888888888888888888888888FFF8888888888888800088888888888888888888
|
||||
888778888888888888888888888888888FFF8888788888888888888888888888
|
||||
88888888888888888FFF88888888888880008888888888888888888888778888
|
||||
88888888888888888888888888FFF88878888888888888888888888888888888
|
||||
888888888FFF8888888888888000888888888888888888888878888888888888
|
||||
888888888888888888FFF8878888888888888888888888888888888888888888
|
||||
88FFF88888888888800088888888888888888888877888888888888888888888
|
||||
88888888888FFF78888888888888888888888888888888888888888888FFFF88
|
||||
8888888880008888888888888888888887888888888888888888888888888888
|
||||
888FFF788888888888888888888888888888888888888888888FFF8888888888
|
||||
80008888888888888888888877888888888888888FF77777777777777777FF88
|
||||
8888888888777777777777777777777777777777777777F88888888880008888
|
||||
888888888888888778888888888888888FF777777777777777777F8888888888
|
||||
8777777777777777777777777777777777777FF8888888888000888888888888
|
||||
888888878888888888888888FF77777777777777777778888888888877777777
|
||||
77777777777777777777777777777FFF88888888800088888888888888888877
|
||||
888888888888888FFF88888888888888888777888888888FF888888888888888
|
||||
888888888888888888878FFFF888888880008888888888888888877888888888
|
||||
8888888FF888888888888888888777788888888F888888888888888888888888
|
||||
88888888888788FFF888888880008888888888888888878888888888888888FF
|
||||
8888888888888888888877788888888F88888888888888888888888888888888
|
||||
8878888FFF88888880008888888888888888778888888888888888FF88888888
|
||||
8888888888887777888888F8888888888888888888888888888888888788888F
|
||||
FF8888888000888888888888888878888888888888888FF88888888888888888
|
||||
88888777888888F88888888888888888888888888888888887888888FFF88888
|
||||
800088888888888888877888888888888888FFF8888888888888888888888777
|
||||
78888FF88888888888888888888888888888888878888888FFFF888880008888
|
||||
8888888888778888888888888888FF8888888888888888888888887778888F88
|
||||
88888888888888888888888888888888788888888FFF88888000888888888888
|
||||
8778888888888888888FF88888888888888888888888887777888F8888888888
|
||||
8888888888888888888888878888888888FFF888800088888888888887888888
|
||||
8888888888FFF8888888888888888888888888877788F8888888888888888888
|
||||
88888888888888878888888888FFF88880008888888888887788888888888888
|
||||
88FF88888888888888888888888888877778F888888888888888888888888888
|
||||
8888887888888888888FFF88800088888888888878888888888888888FF88888
|
||||
888888888888888888888888777FF88888888888888888888888888888888788
|
||||
88888888888FFFF8800088888888888778888888888888888FF8888888888888
|
||||
88888888888888887777FFFFFFFFFFFFFFFFFFF8888888888888878888888888
|
||||
8888FF8880008888888888778888888888888888FF8888888888888888888888
|
||||
8888888887777FFFFFFFFFFFFFFFFF888888888888887888888888888888FF88
|
||||
8000888888888878888888888888888FFF888888888888888888888888888888
|
||||
877778888888888888888F88888888888888788888888888888FF88880008888
|
||||
88888778888888888888888FF888888888888888888F88888888888888777788
|
||||
888888888888F888888888888887888888888888888FF8888000888888888788
|
||||
88888888888888FF8888888888888888887FF888888888888887778888888888
|
||||
888F888888888888888788888888888888FF8888800088888888778888888888
|
||||
88888FFF888888888888888887FFFF88888888888887777888888888888F8888
|
||||
88888888887888888888888888FF888880008888888778888888888888888FF8
|
||||
8888888888888888878FFF8888888888888877788888888888F8888888888888
|
||||
87888888888888888FF888888000888888878888888888888888FF8888888888
|
||||
888888887888FFF888888888888877778888888888F888888888888887888888
|
||||
88888888FFF888888000888888778888888888888888FF888888888888888887
|
||||
8888FFF88888888888888777888888888F888888888888887888888888888888
|
||||
FF888888800088888778888888888888888FF888888888888888888788888FFF
|
||||
888888888888877778888888F888888888888888788888888888888FF8888888
|
||||
80008888878888888888888888FFF888888888888888887888888FFFF8888888
|
||||
8888887778888888F888888888888887888888888888888FF888888880008888
|
||||
778888888888888888FF88888888888888888788888888FFF888888888888877
|
||||
7788888F888888888888888788888888888888FF888888888000888778888888
|
||||
888888888FF8888888888888888887888888888FFF888888888888877778888F
|
||||
888888888888887888888888888888FF88888888800088878888888888888888
|
||||
FFF8888888888888888878888888888FFF88888888888887777888F888888888
|
||||
888888788888888888888FF888888888800088778888888888888888FF888888
|
||||
888888888888788888888888FFF888888888888877788F888888888888888788
|
||||
888888888888FFF88888888880008778888888888888888FF888888888888888
|
||||
8887888888888888FFFF88888888888877788F88888888888888788888888888
|
||||
8888FF888888888880008778888888888888888FF88888888888888888788888
|
||||
888888888FFF8888888888888778F888888888888888788888888888888FF888
|
||||
888888888000877788888888888888FF88888888888888888878888888888888
|
||||
88FFF888888888888778F888888888888887888888888888888FF88888888888
|
||||
800087778888888888888FFF8888888888888888878888888888888888FFF888
|
||||
88888888887F888888888888888788888888888888FF88888888888880008877
|
||||
7888888888888FF888888888888888887888888888888888888FFF8888888888
|
||||
8888888888888888887888888888888888FF8888888888888000887777888888
|
||||
8888FF8888888888888888887888888888888888888FFFF88888888888888888
|
||||
8888888888788888888888888FF88888888888888000888777888888888FFF88
|
||||
888888888888888788888888888887888888FFF8888888888888888888888888
|
||||
8788888888888888FFF88888888888888000888877788888888FF88888888888
|
||||
88888887888888888888877888888FFF88888888888888888888888878888888
|
||||
88888888FF88888888888888800088887778888888FF88888888888888888878
|
||||
888888888888F77888888FFF888888888888888888888888788888888888888F
|
||||
F888888888888888800088888777888888FF8888888888888888878888888888
|
||||
8888F777888888FFF88888888888888888888887888888888888888FF8888888
|
||||
8888888880008888877778888FF88888888888888888878888888888888FF777
|
||||
788888FFFF888888888888888888888788888888888888FF8888888888888888
|
||||
8000888888777888FFF8888888888888888878888888888888FFF8777888888F
|
||||
FF888888888888888888887888888888888888FF888888888888888880008888
|
||||
88877788FF88888888888888888878888888888888FF888777888888FFF88888
|
||||
88888888888888788888888888888FF88888888888888888800088888887778F
|
||||
F88888888888888888878888888888888FF8888777888888FFF8888888888888
|
||||
888887888888888888888FF88888888888888888800088888888777FF8888888
|
||||
8888888888788888888888888FF88888777888888FFF88888888888888888788
|
||||
888888888888FF8888888888888888888000888888887777FFFFFFFFFFFFFFFF
|
||||
FF88888888888888FF888888777788888FFFFFFFFFFFFFFFFFFF788888888888
|
||||
888FFF8888888888888888888000888888888777FFFFFFFFFFFFFFFFF8888888
|
||||
8888888FFF8888888777888888FFFFFFFFFFFFFFFFFF788888888888888FF888
|
||||
888888888888888880008888888888777888888888888888888888888888888F
|
||||
F8888888887778888888888888888888888888888888888888FF888888888888
|
||||
888888888000888888888887788888888888888888888888888888FF88888888
|
||||
887777888888888888888888888888888888888888FF88888888888888888888
|
||||
800088888888888777888888888888888888888888888FFF8888888888877788
|
||||
888888888888888888888888888888888FF88888888888888888888880008888
|
||||
8888888877788888888888888888888888888FF8888888888888777888888888
|
||||
8888888888888888888888888FF8888888888888888888888000888888888888
|
||||
7778888888888888888888888888FF8888888888888877778888888888888888
|
||||
8888888888888888FF8888888888888888888888800088888888888887778888
|
||||
8888888888888888888FFF888888888888888777888888888888888888888888
|
||||
8888888FFF888888888888888888888880008888888888888777888888888888
|
||||
88888888888FF88888888888888888777888888888888888888888888888888F
|
||||
F888888888888888888888888000888888888888887778888888888888888888
|
||||
88FF88888888888888888877788888888888888888888888888888FF88888888
|
||||
8888888888888888800088888888888888777788888888888888888888FF8888
|
||||
8888888888888887778888888888888888888888888888FF8888888888888888
|
||||
8888888880008888888888888887778888888888888888888FF8888888888888
|
||||
8888888877788888888888888888888888888FF8888888888888888888888888
|
||||
8000888888888888888877788888888888888888FFF888888888888888888888
|
||||
77788888888888888888888888888FF888888888888888888888888880008888
|
||||
88888888888877788888888888888888FF888888888888888888888887778888
|
||||
88888888888888888888FF888888888888888888888888888000888888888888
|
||||
88888777777777777777777FF888888888888888888888888777777777777777
|
||||
777777777777FF88888888888888888888888888800088888888888888888777
|
||||
777777777777777FF88888888888888888888888887777777777777777777777
|
||||
7777888888888888888888888888888880008888888888888888888888888888
|
||||
8888888888888888888888888888888888888888888888888888888888888888
|
||||
8888888888888888888888888000888888888888888888888888888888888888
|
||||
8888888888888888888888888888888888888888888888888888888888888888
|
||||
88888888888888888000}
|
||||
Stretch = True
|
||||
end
|
||||
object Bevel1: TBevel
|
||||
Left = 0
|
||||
Top = 118
|
||||
Width = 771
|
||||
Height = 26
|
||||
Align = alBottom
|
||||
Style = bsRaised
|
||||
end
|
||||
object Bevel2: TBevel
|
||||
Left = 4
|
||||
Top = 120
|
||||
Width = 165
|
||||
Height = 20
|
||||
Anchors = [akLeft, akBottom]
|
||||
end
|
||||
object Bevel3: TBevel
|
||||
Left = 172
|
||||
Top = 120
|
||||
Width = 109
|
||||
Height = 20
|
||||
Anchors = [akLeft, akBottom]
|
||||
end
|
||||
object Bevel4: TBevel
|
||||
Left = 284
|
||||
Top = 120
|
||||
Width = 85
|
||||
Height = 20
|
||||
Anchors = [akLeft, akBottom]
|
||||
end
|
||||
object Bevel5: TBevel
|
||||
Left = 372
|
||||
Top = 120
|
||||
Width = 117
|
||||
Height = 20
|
||||
Anchors = [akLeft, akBottom]
|
||||
end
|
||||
object Label3: TLabel
|
||||
Left = 8
|
||||
Top = 122
|
||||
Width = 43
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Server:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object Label4: TLabel
|
||||
Left = 176
|
||||
Top = 122
|
||||
Width = 49
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Volume:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object Label5: TLabel
|
||||
Left = 288
|
||||
Top = 122
|
||||
Width = 25
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'UCI:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object Label6: TLabel
|
||||
Left = 376
|
||||
Top = 122
|
||||
Width = 27
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Port:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object lblServer: TLabel
|
||||
Left = 64
|
||||
Top = 122
|
||||
Width = 5
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object lblVolume: TLabel
|
||||
Left = 240
|
||||
Top = 122
|
||||
Width = 5
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object lblUCI: TLabel
|
||||
Left = 328
|
||||
Top = 122
|
||||
Width = 5
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object lblPort: TLabel
|
||||
Left = 416
|
||||
Top = 122
|
||||
Width = 5
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object Panel8: TPanel
|
||||
Left = 422
|
||||
Top = 0
|
||||
Width = 349
|
||||
Height = 118
|
||||
Align = alRight
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
object Label1: TLabel
|
||||
Left = 24
|
||||
Top = 16
|
||||
Width = 97
|
||||
Height = 16
|
||||
Alignment = taRightJustify
|
||||
Caption = 'Access Code:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 35
|
||||
Top = 56
|
||||
Width = 86
|
||||
Height = 16
|
||||
Alignment = taRightJustify
|
||||
Caption = 'Verify Code:'
|
||||
Font.Charset = ANSI_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object verifyCode: TEdit
|
||||
Left = 128
|
||||
Top = 56
|
||||
Width = 97
|
||||
Height = 25
|
||||
AutoSize = False
|
||||
CharCase = ecUpperCase
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
PasswordChar = '*'
|
||||
TabOrder = 1
|
||||
end
|
||||
object accessCode: TEdit
|
||||
Left = 128
|
||||
Top = 16
|
||||
Width = 97
|
||||
Height = 25
|
||||
AutoSize = False
|
||||
CharCase = ecUpperCase
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
PasswordChar = '*'
|
||||
TabOrder = 0
|
||||
end
|
||||
object btnOk: TBitBtn
|
||||
Left = 252
|
||||
Top = 16
|
||||
Width = 85
|
||||
Height = 26
|
||||
Caption = '&OK'
|
||||
Default = True
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
OnClick = btnOkClick
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
|
||||
A400000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
03030303030303030303030303030303030303030303FF030303030303030303
|
||||
03030303030303040403030303030303030303030303030303F8F8FF03030303
|
||||
03030303030303030303040202040303030303030303030303030303F80303F8
|
||||
FF030303030303030303030303040202020204030303030303030303030303F8
|
||||
03030303F8FF0303030303030303030304020202020202040303030303030303
|
||||
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
|
||||
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
|
||||
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
|
||||
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
|
||||
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
|
||||
0303030303030303030303FA0202020403030303030303030303030303F8FF03
|
||||
03F8FF03030303030303030303030303FA020202040303030303030303030303
|
||||
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
|
||||
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
|
||||
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
|
||||
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
|
||||
03030303FA0202030303030303030303030303030303F8FFF803030303030303
|
||||
030303030303030303FA0303030303030303030303030303030303F803030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
0303}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object btnCancel: TBitBtn
|
||||
Left = 252
|
||||
Top = 56
|
||||
Width = 85
|
||||
Height = 26
|
||||
Cancel = True
|
||||
Caption = '&Cancel'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ModalResult = 2
|
||||
ParentFont = False
|
||||
TabOrder = 3
|
||||
OnClick = btnCancelClick
|
||||
Glyph.Data = {
|
||||
DE010000424DDE01000000000000760000002800000024000000120000000100
|
||||
0400000000006801000000000000000000001000000000000000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
333333333333333333333333000033338833333333333333333F333333333333
|
||||
0000333911833333983333333388F333333F3333000033391118333911833333
|
||||
38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
|
||||
911118111118333338F3338F833338F3000033333911111111833333338F3338
|
||||
3333F8330000333333911111183333333338F333333F83330000333333311111
|
||||
8333333333338F3333383333000033333339111183333333333338F333833333
|
||||
00003333339111118333333333333833338F3333000033333911181118333333
|
||||
33338333338F333300003333911183911183333333383338F338F33300003333
|
||||
9118333911183333338F33838F338F33000033333913333391113333338FF833
|
||||
38F338F300003333333333333919333333388333338FFF830000333333333333
|
||||
3333333333333333333888330000333333333333333333333333333333333333
|
||||
0000}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object cbxChangeVerifyCode: TCheckBox
|
||||
Left = 128
|
||||
Top = 90
|
||||
Width = 161
|
||||
Height = 17
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Change Verify Code'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'Microsoft Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 4
|
||||
end
|
||||
end
|
||||
end
|
||||
object RpcbiBroker: TRPCBroker
|
||||
ClearParameters = True
|
||||
ClearResults = True
|
||||
Connected = False
|
||||
ListenerPort = 9500
|
||||
RpcVersion = '0'
|
||||
Server = 'NXT-Server'
|
||||
KernelLogIn = True
|
||||
LogIn.Mode = lmAVCodes
|
||||
LogIn.PromptDivision = False
|
||||
OldConnectionOnly = False
|
||||
Left = 16
|
||||
Top = 24
|
||||
end
|
||||
end
|
|
@ -0,0 +1,89 @@
|
|||
object frmRpcbError: TfrmRpcbError
|
||||
Left = 187
|
||||
Top = 278
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Error!'
|
||||
ClientHeight = 227
|
||||
ClientWidth = 393
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
OldCreateOrder = True
|
||||
Position = poScreenCenter
|
||||
OnCreate = FormCreate
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Bevel1: TBevel
|
||||
Left = 8
|
||||
Top = 8
|
||||
Width = 377
|
||||
Height = 177
|
||||
end
|
||||
object Label1: TLabel
|
||||
Left = 72
|
||||
Top = 24
|
||||
Width = 41
|
||||
Height = 13
|
||||
Alignment = taRightJustify
|
||||
Caption = 'Action:'
|
||||
end
|
||||
object Symbol: TImage
|
||||
Left = 16
|
||||
Top = 16
|
||||
Width = 41
|
||||
Height = 41
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 79
|
||||
Top = 48
|
||||
Width = 34
|
||||
Height = 13
|
||||
Alignment = taRightJustify
|
||||
Caption = 'Code:'
|
||||
end
|
||||
object Label3: TLabel
|
||||
Left = 16
|
||||
Top = 80
|
||||
Width = 55
|
||||
Height = 13
|
||||
Caption = 'Message:'
|
||||
end
|
||||
object lblAction: TLabel
|
||||
Left = 120
|
||||
Top = 24
|
||||
Width = 5
|
||||
Height = 13
|
||||
end
|
||||
object lblCode: TLabel
|
||||
Left = 120
|
||||
Top = 48
|
||||
Width = 5
|
||||
Height = 13
|
||||
end
|
||||
object lblMessage: TLabel
|
||||
Left = 80
|
||||
Top = 80
|
||||
Width = 289
|
||||
Height = 97
|
||||
AutoSize = False
|
||||
end
|
||||
object BitBtn1: TBitBtn
|
||||
Left = 200
|
||||
Top = 200
|
||||
Width = 81
|
||||
Height = 27
|
||||
TabOrder = 0
|
||||
Kind = bkOK
|
||||
end
|
||||
object BitBtn3: TBitBtn
|
||||
Left = 304
|
||||
Top = 200
|
||||
Width = 81
|
||||
Height = 27
|
||||
TabOrder = 1
|
||||
Kind = bkHelp
|
||||
end
|
||||
end
|
|
@ -0,0 +1,233 @@
|
|||
object rpcConfig: TrpcConfig
|
||||
Left = 421
|
||||
Top = 329
|
||||
HelpContext = 4
|
||||
BorderIcons = []
|
||||
BorderStyle = bsSingle
|
||||
Caption = 'Connect To'
|
||||
ClientHeight = 157
|
||||
ClientWidth = 428
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'System'
|
||||
Font.Style = []
|
||||
OldCreateOrder = True
|
||||
Position = poScreenCenter
|
||||
OnClose = FormClose
|
||||
OnCreate = FormCreate
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 16
|
||||
object cboServer: TComboBox
|
||||
Left = 8
|
||||
Top = 16
|
||||
Width = 416
|
||||
Height = 24
|
||||
Hint = 'Choose a Server Name'
|
||||
Style = csDropDownList
|
||||
Anchors = [akLeft, akTop, akRight]
|
||||
DropDownCount = 6
|
||||
ItemHeight = 16
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 0
|
||||
OnClick = cboServerClick
|
||||
OnDblClick = cboServerClick
|
||||
OnExit = cboServerExit
|
||||
end
|
||||
object Panel2: TPanel
|
||||
Left = 0
|
||||
Top = 133
|
||||
Width = 428
|
||||
Height = 24
|
||||
Align = alBottom
|
||||
TabOrder = 3
|
||||
object Panel3: TPanel
|
||||
Left = 185
|
||||
Top = 1
|
||||
Width = 95
|
||||
Height = 22
|
||||
Align = alLeft
|
||||
Alignment = taLeftJustify
|
||||
BevelInner = bvLowered
|
||||
BevelOuter = bvNone
|
||||
BorderWidth = 1
|
||||
Caption = 'Port:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
object pnlPort: TPanel
|
||||
Left = 34
|
||||
Top = 2
|
||||
Width = 59
|
||||
Height = 18
|
||||
Align = alRight
|
||||
BevelOuter = bvLowered
|
||||
Caption = '99999'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
object Panel1: TPanel
|
||||
Left = 1
|
||||
Top = 1
|
||||
Width = 184
|
||||
Height = 22
|
||||
Align = alLeft
|
||||
Alignment = taLeftJustify
|
||||
BevelInner = bvLowered
|
||||
BevelOuter = bvNone
|
||||
BorderWidth = 1
|
||||
Caption = 'Address:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
object Panel4: TPanel
|
||||
Left = 64
|
||||
Top = 2
|
||||
Width = 118
|
||||
Height = 18
|
||||
Align = alRight
|
||||
BevelOuter = bvLowered
|
||||
Caption = '255.255.255.255'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
end
|
||||
object btnOk: TBitBtn
|
||||
Left = 21
|
||||
Top = 96
|
||||
Width = 85
|
||||
Height = 26
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = '&OK'
|
||||
Default = True
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
OnClick = btnOkClick
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
|
||||
A400000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
03030303030303030303030303030303030303030303FF030303030303030303
|
||||
03030303030303040403030303030303030303030303030303F8F8FF03030303
|
||||
03030303030303030303040202040303030303030303030303030303F80303F8
|
||||
FF030303030303030303030303040202020204030303030303030303030303F8
|
||||
03030303F8FF0303030303030303030304020202020202040303030303030303
|
||||
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
|
||||
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
|
||||
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
|
||||
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
|
||||
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
|
||||
0303030303030303030303FA0202020403030303030303030303030303F8FF03
|
||||
03F8FF03030303030303030303030303FA020202040303030303030303030303
|
||||
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
|
||||
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
|
||||
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
|
||||
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
|
||||
03030303FA0202030303030303030303030303030303F8FFF803030303030303
|
||||
030303030303030303FA0303030303030303030303030303030303F803030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
0303}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object btnCancel: TBitBtn
|
||||
Left = 124
|
||||
Top = 96
|
||||
Width = 85
|
||||
Height = 26
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = '&Cancel'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
OnClick = butCancelClick
|
||||
Kind = bkCancel
|
||||
Margin = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object btnHelp: TBitBtn
|
||||
Left = 226
|
||||
Top = 96
|
||||
Width = 85
|
||||
Height = 25
|
||||
Anchors = [akRight, akBottom]
|
||||
TabOrder = 4
|
||||
Kind = bkHelp
|
||||
end
|
||||
object btnNew: TButton
|
||||
Left = 327
|
||||
Top = 96
|
||||
Width = 85
|
||||
Height = 25
|
||||
Anchors = [akRight, akBottom]
|
||||
Caption = '&New'
|
||||
TabOrder = 5
|
||||
OnClick = btnNewClick
|
||||
end
|
||||
end
|
|
@ -0,0 +1,17 @@
|
|||
object RPCFRM1: TRPCFRM1
|
||||
Left = 279
|
||||
Top = 352
|
||||
BorderStyle = bsNone
|
||||
Caption = 'DLL'
|
||||
ClientHeight = 101
|
||||
ClientWidth = 239
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'System'
|
||||
Font.Style = []
|
||||
OldCreateOrder = True
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 16
|
||||
end
|
|
@ -0,0 +1,156 @@
|
|||
object SelDivForm: TSelDivForm
|
||||
Left = 368
|
||||
Top = 193
|
||||
Width = 445
|
||||
Height = 213
|
||||
Caption = 'Select Division'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -16
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
OldCreateOrder = True
|
||||
OnCreate = FormCreate
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 20
|
||||
object DivLabel1: TLabel
|
||||
Left = 16
|
||||
Top = 8
|
||||
Width = 268
|
||||
Height = 16
|
||||
Caption = 'Must Select Division To Continue Signon!'
|
||||
Color = clBtnFace
|
||||
Font.Charset = ANSI_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'System'
|
||||
Font.Style = [fsBold]
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
object btnOK: TBitBtn
|
||||
Left = 16
|
||||
Top = 137
|
||||
Width = 81
|
||||
Height = 25
|
||||
Anchors = [akRight]
|
||||
Caption = '&OK'
|
||||
Default = True
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
OnClick = btnOKClick
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
03030303030303030303030303030303030303030303FF030303030303030303
|
||||
03030303030303040403030303030303030303030303030303F8F8FF03030303
|
||||
03030303030303030303040202040303030303030303030303030303F80303F8
|
||||
FF030303030303030303030303040202020204030303030303030303030303F8
|
||||
03030303F8FF0303030303030303030304020202020202040303030303030303
|
||||
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
|
||||
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
|
||||
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
|
||||
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
|
||||
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
|
||||
0303030303030303030303FA0202020403030303030303030303030303F8FF03
|
||||
03F8FF03030303030303030303030303FA020202040303030303030303030303
|
||||
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
|
||||
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
|
||||
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
|
||||
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
|
||||
03030303FA0202030303030303030303030303030303F8FFF803030303030303
|
||||
030303030303030303FA0303030303030303030303030303030303F803030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
0303}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
object btnCancel: TBitBtn
|
||||
Left = 168
|
||||
Top = 137
|
||||
Width = 83
|
||||
Height = 25
|
||||
Anchors = [akRight]
|
||||
Caption = '&Cancel'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
OnClick = btnCancelClick
|
||||
Kind = bkCancel
|
||||
end
|
||||
object btnHelp: TBitBtn
|
||||
Left = 336
|
||||
Top = 135
|
||||
Width = 83
|
||||
Height = 26
|
||||
Anchors = [akRight]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 3
|
||||
OnClick = btnHelpClick
|
||||
Kind = bkHelp
|
||||
end
|
||||
object DivListBox: TListBox
|
||||
Left = 16
|
||||
Top = 32
|
||||
Width = 401
|
||||
Height = 90
|
||||
Anchors = [akTop, akRight]
|
||||
Font.Charset = ANSI_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'System'
|
||||
Font.Style = [fsBold]
|
||||
ItemHeight = 16
|
||||
ParentFont = False
|
||||
Sorted = True
|
||||
TabOrder = 0
|
||||
OnDblClick = btnOKClick
|
||||
end
|
||||
end
|
|
@ -0,0 +1,210 @@
|
|||
object frmSignonConfig: TfrmSignonConfig
|
||||
Left = 232
|
||||
Top = 110
|
||||
HelpContext = 2
|
||||
ActiveControl = CancelBtn
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Sign-on Properties'
|
||||
ClientHeight = 258
|
||||
ClientWidth = 401
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Courier New'
|
||||
Font.Style = [fsBold]
|
||||
FormStyle = fsStayOnTop
|
||||
OldCreateOrder = True
|
||||
Position = poScreenCenter
|
||||
OnShow = FormShow
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 14
|
||||
object Bevel1: TBevel
|
||||
Left = 8
|
||||
Top = 8
|
||||
Width = 289
|
||||
Height = 249
|
||||
Shape = bsFrame
|
||||
IsControl = True
|
||||
end
|
||||
object OKBtn: TBitBtn
|
||||
Left = 312
|
||||
Top = 8
|
||||
Width = 77
|
||||
Height = 27
|
||||
Caption = 'OK'
|
||||
ModalResult = 1
|
||||
TabOrder = 5
|
||||
OnClick = OKBtnClick
|
||||
Glyph.Data = {
|
||||
DE010000424DDE01000000000000760000002800000024000000120000000100
|
||||
0400000000006801000000000000000000001000000000000000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
3333333333333333333333330000333333333333333333333333F33333333333
|
||||
00003333344333333333333333388F3333333333000033334224333333333333
|
||||
338338F3333333330000333422224333333333333833338F3333333300003342
|
||||
222224333333333383333338F3333333000034222A22224333333338F338F333
|
||||
8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
|
||||
33333338F83338F338F33333000033A33333A222433333338333338F338F3333
|
||||
0000333333333A222433333333333338F338F33300003333333333A222433333
|
||||
333333338F338F33000033333333333A222433333333333338F338F300003333
|
||||
33333333A222433333333333338F338F00003333333333333A22433333333333
|
||||
3338F38F000033333333333333A223333333333333338F830000333333333333
|
||||
333A333333333333333338330000333333333333333333333333333333333333
|
||||
0000}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object CancelBtn: TBitBtn
|
||||
Left = 312
|
||||
Top = 48
|
||||
Width = 77
|
||||
Height = 27
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
Default = True
|
||||
ModalResult = 2
|
||||
TabOrder = 0
|
||||
Glyph.Data = {
|
||||
DE010000424DDE01000000000000760000002800000024000000120000000100
|
||||
0400000000006801000000000000000000001000000000000000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
333333333333333333333333000033338833333333333333333F333333333333
|
||||
0000333911833333983333333388F333333F3333000033391118333911833333
|
||||
38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
|
||||
911118111118333338F3338F833338F3000033333911111111833333338F3338
|
||||
3333F8330000333333911111183333333338F333333F83330000333333311111
|
||||
8333333333338F3333383333000033333339111183333333333338F333833333
|
||||
00003333339111118333333333333833338F3333000033333911181118333333
|
||||
33338333338F333300003333911183911183333333383338F338F33300003333
|
||||
9118333911183333338F33838F338F33000033333913333391113333338FF833
|
||||
38F338F300003333333333333919333333388333338FFF830000333333333333
|
||||
3333333333333333333888330000333333333333333333333333333333333333
|
||||
0000}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object HelpBtn: TBitBtn
|
||||
Left = 312
|
||||
Top = 128
|
||||
Width = 77
|
||||
Height = 27
|
||||
TabOrder = 6
|
||||
Kind = bkHelp
|
||||
Margin = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object rgrWindowPosition: TRadioGroup
|
||||
Left = 24
|
||||
Top = 24
|
||||
Width = 121
|
||||
Height = 81
|
||||
Caption = 'Window Position'
|
||||
Items.Strings = (
|
||||
'Center'
|
||||
'Current'
|
||||
'Remember')
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
end
|
||||
object rgrWindowSize: TRadioGroup
|
||||
Left = 160
|
||||
Top = 24
|
||||
Width = 121
|
||||
Height = 81
|
||||
Caption = 'Window Size'
|
||||
Items.Strings = (
|
||||
'Normal'
|
||||
'Current'
|
||||
'Remember')
|
||||
TabOrder = 3
|
||||
TabStop = True
|
||||
end
|
||||
object GroupBox1: TGroupBox
|
||||
Left = 24
|
||||
Top = 120
|
||||
Width = 257
|
||||
Height = 121
|
||||
Caption = 'Intro Text'
|
||||
TabOrder = 4
|
||||
object Button1: TButton
|
||||
Left = 16
|
||||
Top = 80
|
||||
Width = 97
|
||||
Height = 27
|
||||
Caption = 'Change Font'
|
||||
TabOrder = 1
|
||||
OnClick = Button1Click
|
||||
end
|
||||
object rgrIntroBackClr: TRadioGroup
|
||||
Left = 16
|
||||
Top = 24
|
||||
Width = 225
|
||||
Height = 41
|
||||
Caption = 'Background Color'
|
||||
Columns = 2
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Courier New'
|
||||
Font.Style = [fsBold]
|
||||
Items.Strings = (
|
||||
'Current'
|
||||
'Select New')
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
OnClick = rgrIntroBackClrClick
|
||||
end
|
||||
end
|
||||
object btnDefaults: TBitBtn
|
||||
Left = 312
|
||||
Top = 88
|
||||
Width = 77
|
||||
Height = 27
|
||||
HelpContext = 4
|
||||
Caption = '&Defaults'
|
||||
ModalResult = 5
|
||||
TabOrder = 1
|
||||
Glyph.Data = {
|
||||
76010000424D7601000000000000760000002800000020000000100000000100
|
||||
0400000000000001000000000000000000001000000010000000000000000000
|
||||
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
|
||||
3333333777333777FF3333993333339993333377FF3333377FF3399993333339
|
||||
993337777FF3333377F3393999333333993337F777FF333337FF993399933333
|
||||
399377F3777FF333377F993339993333399377F33777FF33377F993333999333
|
||||
399377F333777FF3377F993333399933399377F3333777FF377F993333339993
|
||||
399377FF3333777FF7733993333339993933373FF3333777F7F3399933333399
|
||||
99333773FF3333777733339993333339933333773FFFFFF77333333999999999
|
||||
3333333777333777333333333999993333333333377777333333}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object FontDialog1: TFontDialog
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'System'
|
||||
Font.Style = []
|
||||
MinFontSize = 0
|
||||
MaxFontSize = 0
|
||||
Left = 136
|
||||
Top = 200
|
||||
end
|
||||
object ColorDialog1: TColorDialog
|
||||
Ctl3D = True
|
||||
Left = 336
|
||||
Top = 216
|
||||
end
|
||||
end
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,152 @@
|
|||
object frmVCEdit: TfrmVCEdit
|
||||
Left = 197
|
||||
Top = 197
|
||||
Width = 411
|
||||
Height = 166
|
||||
Caption = 'Change VISTA Verify Code'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = True
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object lblOldVC: TLabel
|
||||
Left = 16
|
||||
Top = 24
|
||||
Width = 74
|
||||
Height = 13
|
||||
Caption = '&Old verify code:'
|
||||
FocusControl = edtOldVC
|
||||
end
|
||||
object lblNewVC: TLabel
|
||||
Left = 16
|
||||
Top = 64
|
||||
Width = 80
|
||||
Height = 13
|
||||
Caption = '&New verify code:'
|
||||
FocusControl = edtNewVC
|
||||
end
|
||||
object lblConfirmVC: TLabel
|
||||
Left = 16
|
||||
Top = 104
|
||||
Width = 116
|
||||
Height = 13
|
||||
Caption = 'Con&firm new verify code:'
|
||||
FocusControl = edtConfirmVC
|
||||
end
|
||||
object edtOldVC: TEdit
|
||||
Left = 144
|
||||
Top = 16
|
||||
Width = 121
|
||||
Height = 21
|
||||
PasswordChar = '*'
|
||||
TabOrder = 0
|
||||
OnChange = edtOldVCChange
|
||||
end
|
||||
object edtNewVC: TEdit
|
||||
Left = 144
|
||||
Top = 56
|
||||
Width = 121
|
||||
Height = 21
|
||||
PasswordChar = '*'
|
||||
TabOrder = 1
|
||||
OnChange = edtOldVCChange
|
||||
OnExit = edtNewVCExit
|
||||
end
|
||||
object edtConfirmVC: TEdit
|
||||
Left = 144
|
||||
Top = 96
|
||||
Width = 121
|
||||
Height = 21
|
||||
PasswordChar = '*'
|
||||
TabOrder = 2
|
||||
OnChange = edtOldVCChange
|
||||
end
|
||||
object btnOK: TBitBtn
|
||||
Left = 312
|
||||
Top = 16
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = '&OK'
|
||||
TabOrder = 3
|
||||
OnClick = btnOKClick
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
03030303030303030303030303030303030303030303FF030303030303030303
|
||||
03030303030303040403030303030303030303030303030303F8F8FF03030303
|
||||
03030303030303030303040202040303030303030303030303030303F80303F8
|
||||
FF030303030303030303030303040202020204030303030303030303030303F8
|
||||
03030303F8FF0303030303030303030304020202020202040303030303030303
|
||||
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
|
||||
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
|
||||
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
|
||||
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
|
||||
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
|
||||
0303030303030303030303FA0202020403030303030303030303030303F8FF03
|
||||
03F8FF03030303030303030303030303FA020202040303030303030303030303
|
||||
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
|
||||
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
|
||||
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
|
||||
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
|
||||
03030303FA0202030303030303030303030303030303F8FFF803030303030303
|
||||
030303030303030303FA0303030303030303030303030303030303F803030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
0303}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
object btnCancel: TBitBtn
|
||||
Left = 312
|
||||
Top = 56
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = '&Cancel'
|
||||
TabOrder = 4
|
||||
Kind = bkCancel
|
||||
end
|
||||
object btnHelp: TBitBtn
|
||||
Left = 312
|
||||
Top = 96
|
||||
Width = 75
|
||||
Height = 25
|
||||
TabOrder = 5
|
||||
OnClick = btnHelpClick
|
||||
Kind = bkHelp
|
||||
end
|
||||
end
|
|
@ -0,0 +1,34 @@
|
|||
object frmDebugInfo: TfrmDebugInfo
|
||||
Left = 255
|
||||
Top = 107
|
||||
Width = 329
|
||||
Height = 217
|
||||
Caption = 'RPCBroker Debug Info'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
FormStyle = fsStayOnTop
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object lblDebugInfo: TLabel
|
||||
Left = 44
|
||||
Top = 16
|
||||
Width = 233
|
||||
Height = 105
|
||||
AutoSize = False
|
||||
end
|
||||
object btnOK: TButton
|
||||
Left = 123
|
||||
Top = 144
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = '&OK'
|
||||
Default = True
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
|
@ -0,0 +1,48 @@
|
|||
object fPlinkPassword: TfPlinkPassword
|
||||
Left = 234
|
||||
Top = 119
|
||||
Width = 300
|
||||
Height = 151
|
||||
Caption = 'Enter Plink Password'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Label1: TLabel
|
||||
Left = 40
|
||||
Top = 8
|
||||
Width = 212
|
||||
Height = 13
|
||||
Caption = 'Enter your Plink Password - or enter it on the '
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 57
|
||||
Top = 24
|
||||
Width = 177
|
||||
Height = 13
|
||||
Caption = 'Command Line as SSHpw=password'
|
||||
end
|
||||
object Edit1: TEdit
|
||||
Left = 49
|
||||
Top = 48
|
||||
Width = 193
|
||||
Height = 21
|
||||
PasswordChar = '*'
|
||||
TabOrder = 0
|
||||
end
|
||||
object Button1: TButton
|
||||
Left = 108
|
||||
Top = 88
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
TabOrder = 1
|
||||
OnClick = Button1Click
|
||||
end
|
||||
end
|
|
@ -0,0 +1,42 @@
|
|||
object frmErrMsg: TfrmErrMsg
|
||||
Left = 325
|
||||
Top = 293
|
||||
Width = 376
|
||||
Height = 215
|
||||
Caption = 'Error Encountered'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
FormStyle = fsStayOnTop
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Button1: TButton
|
||||
Left = 146
|
||||
Top = 152
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = 'OK'
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
end
|
||||
object mmoErrorMessage: TMemo
|
||||
Left = 8
|
||||
Top = 16
|
||||
Width = 345
|
||||
Height = 129
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Fixedsys'
|
||||
Font.Style = []
|
||||
Lines.Strings = (
|
||||
'')
|
||||
ParentFont = False
|
||||
ScrollBars = ssVertical
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
|
@ -0,0 +1,16 @@
|
|||
object Form1: TForm1
|
||||
Left = 215
|
||||
Top = 111
|
||||
Width = 696
|
||||
Height = 480
|
||||
Caption = 'Form1'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
end
|
|
@ -0,0 +1,47 @@
|
|||
object SSHUsername: TSSHUsername
|
||||
Left = 234
|
||||
Top = 119
|
||||
Width = 300
|
||||
Height = 151
|
||||
Caption = 'Enter SSH username'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Label1: TLabel
|
||||
Left = 41
|
||||
Top = 8
|
||||
Width = 209
|
||||
Height = 13
|
||||
Caption = 'Enter the username for the SSH connection:'
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 13
|
||||
Top = 24
|
||||
Width = 267
|
||||
Height = 13
|
||||
Caption = 'Or Enter it on the command line as SSHUser=username'
|
||||
end
|
||||
object Edit1: TEdit
|
||||
Left = 49
|
||||
Top = 48
|
||||
Width = 193
|
||||
Height = 21
|
||||
TabOrder = 0
|
||||
end
|
||||
object Button1: TButton
|
||||
Left = 108
|
||||
Top = 88
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
TabOrder = 1
|
||||
OnClick = Button1Click
|
||||
end
|
||||
end
|
|
@ -0,0 +1,126 @@
|
|||
object frmSignonDialog: TfrmSignonDialog
|
||||
Left = 212
|
||||
Top = 111
|
||||
Width = 326
|
||||
Height = 188
|
||||
Caption = 'Configuration Selection Question'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
FormStyle = fsStayOnTop
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Label1: TLabel
|
||||
Left = 32
|
||||
Top = 8
|
||||
Width = 220
|
||||
Height = 96
|
||||
Caption = 'Do you want to use the standard Windows Window Background Color?'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -19
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
WordWrap = True
|
||||
end
|
||||
object btnOK: TBitBtn
|
||||
Left = 48
|
||||
Top = 120
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
|
||||
A400000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
03030303030303030303030303030303030303030303FF030303030303030303
|
||||
03030303030303040403030303030303030303030303030303F8F8FF03030303
|
||||
03030303030303030303040202040303030303030303030303030303F80303F8
|
||||
FF030303030303030303030303040202020204030303030303030303030303F8
|
||||
03030303F8FF0303030303030303030304020202020202040303030303030303
|
||||
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
|
||||
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
|
||||
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
|
||||
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
|
||||
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
|
||||
0303030303030303030303FA0202020403030303030303030303030303F8FF03
|
||||
03F8FF03030303030303030303030303FA020202040303030303030303030303
|
||||
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
|
||||
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
|
||||
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
|
||||
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
|
||||
03030303FA0202030303030303030303030303030303F8FFF803030303030303
|
||||
030303030303030303FA0303030303030303030303030303030303F803030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
0303}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
object btnNO: TBitBtn
|
||||
Left = 160
|
||||
Top = 120
|
||||
Width = 75
|
||||
Height = 25
|
||||
Cancel = True
|
||||
Caption = 'NO'
|
||||
ModalResult = 2
|
||||
TabOrder = 1
|
||||
Glyph.Data = {
|
||||
DE010000424DDE01000000000000760000002800000024000000120000000100
|
||||
0400000000006801000000000000000000001000000000000000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
333333333333333333333333000033338833333333333333333F333333333333
|
||||
0000333911833333983333333388F333333F3333000033391118333911833333
|
||||
38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
|
||||
911118111118333338F3338F833338F3000033333911111111833333338F3338
|
||||
3333F8330000333333911111183333333338F333333F83330000333333311111
|
||||
8333333333338F3333383333000033333339111183333333333338F333833333
|
||||
00003333339111118333333333333833338F3333000033333911181118333333
|
||||
33338333338F333300003333911183911183333333383338F338F33300003333
|
||||
9118333911183333338F33838F338F33000033333913333391113333338FF833
|
||||
38F338F300003333333333333919333333388333338FFF830000333333333333
|
||||
3333333333333333333888330000333333333333333333333333333333333333
|
||||
0000}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
end
|
|
@ -0,0 +1,126 @@
|
|||
object frmColorSelectDialog: TfrmColorSelectDialog
|
||||
Left = 205
|
||||
Top = 106
|
||||
Width = 326
|
||||
Height = 188
|
||||
Caption = 'Configuration Selection Question'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
FormStyle = fsStayOnTop
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Label1: TLabel
|
||||
Left = 32
|
||||
Top = 8
|
||||
Width = 220
|
||||
Height = 96
|
||||
Caption = 'Do you want to use the standard Windows Window Background Color?'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -19
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
WordWrap = True
|
||||
end
|
||||
object btnOK: TBitBtn
|
||||
Left = 48
|
||||
Top = 120
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
|
||||
A400000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
03030303030303030303030303030303030303030303FF030303030303030303
|
||||
03030303030303040403030303030303030303030303030303F8F8FF03030303
|
||||
03030303030303030303040202040303030303030303030303030303F80303F8
|
||||
FF030303030303030303030303040202020204030303030303030303030303F8
|
||||
03030303F8FF0303030303030303030304020202020202040303030303030303
|
||||
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
|
||||
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
|
||||
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
|
||||
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
|
||||
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
|
||||
0303030303030303030303FA0202020403030303030303030303030303F8FF03
|
||||
03F8FF03030303030303030303030303FA020202040303030303030303030303
|
||||
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
|
||||
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
|
||||
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
|
||||
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
|
||||
03030303FA0202030303030303030303030303030303F8FFF803030303030303
|
||||
030303030303030303FA0303030303030303030303030303030303F803030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
0303}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
object btnNO: TBitBtn
|
||||
Left = 160
|
||||
Top = 120
|
||||
Width = 75
|
||||
Height = 25
|
||||
Cancel = True
|
||||
Caption = 'NO'
|
||||
ModalResult = 2
|
||||
TabOrder = 1
|
||||
Glyph.Data = {
|
||||
DE010000424DDE01000000000000760000002800000024000000120000000100
|
||||
0400000000006801000000000000000000001000000000000000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
333333333333333333333333000033338833333333333333333F333333333333
|
||||
0000333911833333983333333388F333333F3333000033391118333911833333
|
||||
38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
|
||||
911118111118333338F3338F833338F3000033333911111111833333338F3338
|
||||
3333F8330000333333911111183333333338F333333F83330000333333311111
|
||||
8333333333338F3333383333000033333339111183333333333338F333833333
|
||||
00003333339111118333333333333833338F3333000033333911181118333333
|
||||
33338333338F333300003333911183911183333333383338F338F33300003333
|
||||
9118333911183333338F33838F338F33000033333913333391113333338FF833
|
||||
38F338F300003333333333333919333333388333338FFF830000333333333333
|
||||
3333333333333333333888330000333333333333333333333333333333333333
|
||||
0000}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
end
|
|
@ -0,0 +1,30 @@
|
|||
object frmVistABar: TfrmVistABar
|
||||
Left = 200
|
||||
Top = 200
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsNone
|
||||
ClientHeight = 213
|
||||
ClientWidth = 104
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
FormStyle = fsStayOnTop
|
||||
OldCreateOrder = False
|
||||
WindowState = wsMinimized
|
||||
OnActivate = FormActivate
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object pmnSysTray: TPopupMenu
|
||||
Left = 24
|
||||
Top = 32
|
||||
object About1: TMenuItem
|
||||
Caption = '&About'
|
||||
OnClick = About1Click
|
||||
end
|
||||
end
|
||||
end
|
|
@ -0,0 +1,134 @@
|
|||
object frmSignonMsg: TfrmSignonMsg
|
||||
Left = 194
|
||||
Top = 16
|
||||
Width = 766
|
||||
Height = 630
|
||||
Caption = 'Signon Message'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = True
|
||||
Position = poScreenCenter
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Panel1: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 758
|
||||
Height = 562
|
||||
Align = alClient
|
||||
BevelInner = bvLowered
|
||||
BevelOuter = bvNone
|
||||
BorderWidth = 3
|
||||
Caption = 'Panel1'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Courier New'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
object mmoMsg: TXWBRichEdit
|
||||
Left = 4
|
||||
Top = 4
|
||||
Width = 750
|
||||
Height = 554
|
||||
Align = alClient
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Fixedsys'
|
||||
Font.Style = [fsBold]
|
||||
URLDetect = True
|
||||
HideScrollBars = False
|
||||
Lines.Strings = (
|
||||
|
||||
'1234567891123456789212345678931234567894123456789512345678961234' +
|
||||
'5678971234567898 '#13)
|
||||
ParentFont = False
|
||||
ReadOnly = True
|
||||
ScrollBars = ssVertical
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
object Panel2: TPanel
|
||||
Left = 0
|
||||
Top = 562
|
||||
Width = 758
|
||||
Height = 41
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
OnResize = Panel2Resize
|
||||
object BitBtn1: TBitBtn
|
||||
Left = 342
|
||||
Top = 8
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = '&Close'
|
||||
Default = True
|
||||
TabOrder = 0
|
||||
OnClick = BitBtn1Click
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00
|
||||
FF00FFFF0000FFFFFF0000000000000080000080000000808000800000008000
|
||||
800080800000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00
|
||||
FF00FFFF0000FFFFFF0000000000000080000080000000808000800000008000
|
||||
800080800000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00
|
||||
FF00FFFF0000FFFFFF0000000000000080000080000000808000800000008000
|
||||
800080800000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00
|
||||
FF00FFFF0000FFFFFF0000000000000080000080000000808000800000008000
|
||||
800080800000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00
|
||||
FF00FFFF0000FFFFFF0000000000000080000080000000808000800000008000
|
||||
800080800000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
|
||||
A600F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00
|
||||
FF00FFFF0000FFFFFF0000000000000080000080000000808000800000008000
|
||||
800080800000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
|
||||
800000800000008080008000000080008000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030C0C0C0C0C
|
||||
0C0C0C0C0707130713070C07130C0C0C0C0C0C0C0C0C0C030303030303130404
|
||||
04040400000C0C0C13131304040404040C0C0C0C0C0C0C0C0C0C130303031313
|
||||
0C130303030304110500000713131304030303030C0C0C0C0C0C0C0C0C0C0303
|
||||
030C0C0C0C13030303030405110500131313130403030303030303030C130C0C
|
||||
0C130303030C1303031303030303041105110013131313040303030303030303
|
||||
0C0C070C0C130303030C13030313030303030405110500131213120403030303
|
||||
030303030C130C070C130303030C130303130303030304110511001313131304
|
||||
03030303030303030C0C070C0C130303030C1303031303030303040511050013
|
||||
1213120403030303030303030C130C070C130303030C13030313030303030411
|
||||
051100131313130403030303030303030C0C070C0C130303030C130303130303
|
||||
03030405110500131213120403030303030303030C130C070C130303030C1303
|
||||
0313030303030411051100121312130403030303030303030C0C070C0C130303
|
||||
030C13030313030303030405110500131213120403030303030303030C130C07
|
||||
0C130303030C1303031303030303041105110012131213040303030303030303
|
||||
0C0C070C0C130303030C13030313030303030404040404040404040403030303
|
||||
030303030C130C130C131313130C130303130303030303030303030303030303
|
||||
03030303030303030C0C0C0C0C0C0C0C0C0C0303031303030303030300000000
|
||||
0000030303030303030303030303031313131313130303030313030303030303
|
||||
000E0E0E0E000303030303030303030303030C0C0C0C0C0C1303030303130303
|
||||
030303030000000000000303030303030303030303030C131313130C13030303
|
||||
0313}
|
||||
NumGlyphs = 2
|
||||
end
|
||||
end
|
||||
end
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -0,0 +1,74 @@
|
|||
object frmAddServer: TfrmAddServer
|
||||
Left = 287
|
||||
Top = 259
|
||||
Width = 343
|
||||
Height = 147
|
||||
Caption = 'Add Server'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object lblAddress: TLabel
|
||||
Left = 16
|
||||
Top = 16
|
||||
Width = 50
|
||||
Height = 13
|
||||
Caption = 'Address:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object lblPortNumber: TLabel
|
||||
Left = 16
|
||||
Top = 48
|
||||
Width = 75
|
||||
Height = 13
|
||||
Caption = 'Port Number:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object edtAddress: TEdit
|
||||
Left = 104
|
||||
Top = 8
|
||||
Width = 177
|
||||
Height = 21
|
||||
Hint = 'Enter Server Address, either as Server Name or IP Address'
|
||||
TabOrder = 0
|
||||
end
|
||||
object edtPortNumber: TEdit
|
||||
Left = 104
|
||||
Top = 40
|
||||
Width = 113
|
||||
Height = 21
|
||||
Hint = 'Enter the Port Number to use for this server'
|
||||
TabOrder = 1
|
||||
end
|
||||
object bbtnOK: TBitBtn
|
||||
Left = 70
|
||||
Top = 80
|
||||
Width = 75
|
||||
Height = 25
|
||||
TabOrder = 2
|
||||
Kind = bkOK
|
||||
end
|
||||
object bbtnCancel: TBitBtn
|
||||
Left = 190
|
||||
Top = 80
|
||||
Width = 75
|
||||
Height = 25
|
||||
TabOrder = 3
|
||||
Kind = bkCancel
|
||||
end
|
||||
end
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,616 @@
|
|||
object frmSignon: TfrmSignon
|
||||
Left = 115
|
||||
Top = 114
|
||||
Width = 779
|
||||
Height = 580
|
||||
HelpContext = 1
|
||||
ActiveControl = accessCode
|
||||
Anchors = [akTop]
|
||||
Caption = 'VISTA Sign-on'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = True
|
||||
Position = poScreenCenter
|
||||
Scaled = False
|
||||
OnClose = FormClose
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Panel1: TPanel
|
||||
Left = 5
|
||||
Top = 0
|
||||
Width = 761
|
||||
Height = 409
|
||||
Alignment = taLeftJustify
|
||||
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||
BevelInner = bvLowered
|
||||
BorderWidth = 4
|
||||
TabOrder = 0
|
||||
object introText: TXWBRichEdit
|
||||
Left = 6
|
||||
Top = 6
|
||||
Width = 749
|
||||
Height = 397
|
||||
Align = alClient
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'Courier New'
|
||||
Font.Style = [fsBold]
|
||||
URLDetect = True
|
||||
Lines.Strings = (
|
||||
|
||||
'1234567890123456789012345678901234567890123456789012345678901234' +
|
||||
'5678901234567890 ' +
|
||||
' '#13
|
||||
|
||||
' 1 2 3 4 5 6 ' +
|
||||
' 7 8'#13
|
||||
|
||||
' ' +
|
||||
' '#13
|
||||
' http://vaww.isc-sf.med.va.gov'#13
|
||||
'a '#13
|
||||
'b'#13
|
||||
'c '#13
|
||||
'd'#13
|
||||
'e '#13
|
||||
'f'#13
|
||||
'g '#13
|
||||
'h'#13
|
||||
'i '#13
|
||||
'j'#13
|
||||
'k '#13
|
||||
'l'#13
|
||||
'm '#13
|
||||
'n'#13
|
||||
'o '#13
|
||||
|
||||
'p ' +
|
||||
' '#13
|
||||
'q '#13
|
||||
'r'#13
|
||||
's '#13
|
||||
't'#13
|
||||
'u '#13
|
||||
'v'#13
|
||||
'w '#13
|
||||
'x'#13
|
||||
'y '#13)
|
||||
ParentFont = False
|
||||
ReadOnly = True
|
||||
ScrollBars = ssVertical
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
object Panel7: TPanel
|
||||
Left = 0
|
||||
Top = 409
|
||||
Width = 771
|
||||
Height = 144
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 1
|
||||
object Image1: TImage
|
||||
Left = 8
|
||||
Top = 8
|
||||
Width = 117
|
||||
Height = 78
|
||||
AutoSize = True
|
||||
Picture.Data = {
|
||||
07544269746D6170BE120000424DBE1200000000000076000000280000007500
|
||||
00004E0000000100040000000000481200000000000000000000100000001000
|
||||
0000000000000000800000800000008080008000000080008000808000008080
|
||||
8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
|
||||
FF00888888888888888888888888888888888888888888888888888888888888
|
||||
8888888888888888888888888888888888888888888888888888888880008888
|
||||
8888888888888888888888888888888888888888888888888888888888888888
|
||||
8888888888888888888888888888888888888888888888888000888888888888
|
||||
888888888888888888FFFFFFFFFFFFFFFFFFFFF888888888888888FFFFFFFFFF
|
||||
FFFFFFFFFFFFFFFFFFFFFF888888888888888888800088888888888888888888
|
||||
888888887FFFFFFFFFFFFFFFFFFFFFFF8888888888887FFFFFFFFFFFFFFFFFFF
|
||||
FFFFFFFFFFFFFFF8888888888888888880008888888888888888888888888888
|
||||
788888888888888888888FFF8888888888887888888888888888888888888888
|
||||
8888FFFF88888888888888888000888888888888888888888888888778888888
|
||||
88888888888888FFF88888888887888888888888888888888888888888888FFF
|
||||
8888888888888888800088888888888888888888888888778888888888888888
|
||||
888888FFF888888888878888888888888888888888888888888888FFF8888888
|
||||
888888888000888888888888888888888888887888888888888888888888888F
|
||||
FF88888888788888888888888888888888888888888888FFF888888888888888
|
||||
8000888888888888888888888888877888888888888888888888888FFF888888
|
||||
887888888888888888888888888888888888888FFF8888888888888880008888
|
||||
888888888888888888887788888888888888888888888888FFF8888887888888
|
||||
8888888888888888888888888888888FFFF88888888888888000888888888888
|
||||
8888888888887888888888888888888888888888FFFF88888788888888888888
|
||||
888888888888888888888888FFF8888888888888800088888888888888888888
|
||||
888778888888888888888888888888888FFF8888788888888888888888888888
|
||||
88888888888888888FFF88888888888880008888888888888888888888778888
|
||||
88888888888888888888888888FFF88878888888888888888888888888888888
|
||||
888888888FFF8888888888888000888888888888888888888878888888888888
|
||||
888888888888888888FFF8878888888888888888888888888888888888888888
|
||||
88FFF88888888888800088888888888888888888877888888888888888888888
|
||||
88888888888FFF78888888888888888888888888888888888888888888FFFF88
|
||||
8888888880008888888888888888888887888888888888888888888888888888
|
||||
888FFF788888888888888888888888888888888888888888888FFF8888888888
|
||||
80008888888888888888888877888888888888888FF77777777777777777FF88
|
||||
8888888888777777777777777777777777777777777777F88888888880008888
|
||||
888888888888888778888888888888888FF777777777777777777F8888888888
|
||||
8777777777777777777777777777777777777FF8888888888000888888888888
|
||||
888888878888888888888888FF77777777777777777778888888888877777777
|
||||
77777777777777777777777777777FFF88888888800088888888888888888877
|
||||
888888888888888FFF88888888888888888777888888888FF888888888888888
|
||||
888888888888888888878FFFF888888880008888888888888888877888888888
|
||||
8888888FF888888888888888888777788888888F888888888888888888888888
|
||||
88888888888788FFF888888880008888888888888888878888888888888888FF
|
||||
8888888888888888888877788888888F88888888888888888888888888888888
|
||||
8878888FFF88888880008888888888888888778888888888888888FF88888888
|
||||
8888888888887777888888F8888888888888888888888888888888888788888F
|
||||
FF8888888000888888888888888878888888888888888FF88888888888888888
|
||||
88888777888888F88888888888888888888888888888888887888888FFF88888
|
||||
800088888888888888877888888888888888FFF8888888888888888888888777
|
||||
78888FF88888888888888888888888888888888878888888FFFF888880008888
|
||||
8888888888778888888888888888FF8888888888888888888888887778888F88
|
||||
88888888888888888888888888888888788888888FFF88888000888888888888
|
||||
8778888888888888888FF88888888888888888888888887777888F8888888888
|
||||
8888888888888888888888878888888888FFF888800088888888888887888888
|
||||
8888888888FFF8888888888888888888888888877788F8888888888888888888
|
||||
88888888888888878888888888FFF88880008888888888887788888888888888
|
||||
88FF88888888888888888888888888877778F888888888888888888888888888
|
||||
8888887888888888888FFF88800088888888888878888888888888888FF88888
|
||||
888888888888888888888888777FF88888888888888888888888888888888788
|
||||
88888888888FFFF8800088888888888778888888888888888FF8888888888888
|
||||
88888888888888887777FFFFFFFFFFFFFFFFFFF8888888888888878888888888
|
||||
8888FF8880008888888888778888888888888888FF8888888888888888888888
|
||||
8888888887777FFFFFFFFFFFFFFFFF888888888888887888888888888888FF88
|
||||
8000888888888878888888888888888FFF888888888888888888888888888888
|
||||
877778888888888888888F88888888888888788888888888888FF88880008888
|
||||
88888778888888888888888FF888888888888888888F88888888888888777788
|
||||
888888888888F888888888888887888888888888888FF8888000888888888788
|
||||
88888888888888FF8888888888888888887FF888888888888887778888888888
|
||||
888F888888888888888788888888888888FF8888800088888888778888888888
|
||||
88888FFF888888888888888887FFFF88888888888887777888888888888F8888
|
||||
88888888887888888888888888FF888880008888888778888888888888888FF8
|
||||
8888888888888888878FFF8888888888888877788888888888F8888888888888
|
||||
87888888888888888FF888888000888888878888888888888888FF8888888888
|
||||
888888887888FFF888888888888877778888888888F888888888888887888888
|
||||
88888888FFF888888000888888778888888888888888FF888888888888888887
|
||||
8888FFF88888888888888777888888888F888888888888887888888888888888
|
||||
FF888888800088888778888888888888888FF888888888888888888788888FFF
|
||||
888888888888877778888888F888888888888888788888888888888FF8888888
|
||||
80008888878888888888888888FFF888888888888888887888888FFFF8888888
|
||||
8888887778888888F888888888888887888888888888888FF888888880008888
|
||||
778888888888888888FF88888888888888888788888888FFF888888888888877
|
||||
7788888F888888888888888788888888888888FF888888888000888778888888
|
||||
888888888FF8888888888888888887888888888FFF888888888888877778888F
|
||||
888888888888887888888888888888FF88888888800088878888888888888888
|
||||
FFF8888888888888888878888888888FFF88888888888887777888F888888888
|
||||
888888788888888888888FF888888888800088778888888888888888FF888888
|
||||
888888888888788888888888FFF888888888888877788F888888888888888788
|
||||
888888888888FFF88888888880008778888888888888888FF888888888888888
|
||||
8887888888888888FFFF88888888888877788F88888888888888788888888888
|
||||
8888FF888888888880008778888888888888888FF88888888888888888788888
|
||||
888888888FFF8888888888888778F888888888888888788888888888888FF888
|
||||
888888888000877788888888888888FF88888888888888888878888888888888
|
||||
88FFF888888888888778F888888888888887888888888888888FF88888888888
|
||||
800087778888888888888FFF8888888888888888878888888888888888FFF888
|
||||
88888888887F888888888888888788888888888888FF88888888888880008877
|
||||
7888888888888FF888888888888888887888888888888888888FFF8888888888
|
||||
8888888888888888887888888888888888FF8888888888888000887777888888
|
||||
8888FF8888888888888888887888888888888888888FFFF88888888888888888
|
||||
8888888888788888888888888FF88888888888888000888777888888888FFF88
|
||||
888888888888888788888888888887888888FFF8888888888888888888888888
|
||||
8788888888888888FFF88888888888888000888877788888888FF88888888888
|
||||
88888887888888888888877888888FFF88888888888888888888888878888888
|
||||
88888888FF88888888888888800088887778888888FF88888888888888888878
|
||||
888888888888F77888888FFF888888888888888888888888788888888888888F
|
||||
F888888888888888800088888777888888FF8888888888888888878888888888
|
||||
8888F777888888FFF88888888888888888888887888888888888888FF8888888
|
||||
8888888880008888877778888FF88888888888888888878888888888888FF777
|
||||
788888FFFF888888888888888888888788888888888888FF8888888888888888
|
||||
8000888888777888FFF8888888888888888878888888888888FFF8777888888F
|
||||
FF888888888888888888887888888888888888FF888888888888888880008888
|
||||
88877788FF88888888888888888878888888888888FF888777888888FFF88888
|
||||
88888888888888788888888888888FF88888888888888888800088888887778F
|
||||
F88888888888888888878888888888888FF8888777888888FFF8888888888888
|
||||
888887888888888888888FF88888888888888888800088888888777FF8888888
|
||||
8888888888788888888888888FF88888777888888FFF88888888888888888788
|
||||
888888888888FF8888888888888888888000888888887777FFFFFFFFFFFFFFFF
|
||||
FF88888888888888FF888888777788888FFFFFFFFFFFFFFFFFFF788888888888
|
||||
888FFF8888888888888888888000888888888777FFFFFFFFFFFFFFFFF8888888
|
||||
8888888FFF8888888777888888FFFFFFFFFFFFFFFFFF788888888888888FF888
|
||||
888888888888888880008888888888777888888888888888888888888888888F
|
||||
F8888888887778888888888888888888888888888888888888FF888888888888
|
||||
888888888000888888888887788888888888888888888888888888FF88888888
|
||||
887777888888888888888888888888888888888888FF88888888888888888888
|
||||
800088888888888777888888888888888888888888888FFF8888888888877788
|
||||
888888888888888888888888888888888FF88888888888888888888880008888
|
||||
8888888877788888888888888888888888888FF8888888888888777888888888
|
||||
8888888888888888888888888FF8888888888888888888888000888888888888
|
||||
7778888888888888888888888888FF8888888888888877778888888888888888
|
||||
8888888888888888FF8888888888888888888888800088888888888887778888
|
||||
8888888888888888888FFF888888888888888777888888888888888888888888
|
||||
8888888FFF888888888888888888888880008888888888888777888888888888
|
||||
88888888888FF88888888888888888777888888888888888888888888888888F
|
||||
F888888888888888888888888000888888888888887778888888888888888888
|
||||
88FF88888888888888888877788888888888888888888888888888FF88888888
|
||||
8888888888888888800088888888888888777788888888888888888888FF8888
|
||||
8888888888888887778888888888888888888888888888FF8888888888888888
|
||||
8888888880008888888888888887778888888888888888888FF8888888888888
|
||||
8888888877788888888888888888888888888FF8888888888888888888888888
|
||||
8000888888888888888877788888888888888888FFF888888888888888888888
|
||||
77788888888888888888888888888FF888888888888888888888888880008888
|
||||
88888888888877788888888888888888FF888888888888888888888887778888
|
||||
88888888888888888888FF888888888888888888888888888000888888888888
|
||||
88888777777777777777777FF888888888888888888888888777777777777777
|
||||
777777777777FF88888888888888888888888888800088888888888888888777
|
||||
777777777777777FF88888888888888888888888887777777777777777777777
|
||||
7777888888888888888888888888888880008888888888888888888888888888
|
||||
8888888888888888888888888888888888888888888888888888888888888888
|
||||
8888888888888888888888888000888888888888888888888888888888888888
|
||||
8888888888888888888888888888888888888888888888888888888888888888
|
||||
88888888888888888000}
|
||||
Stretch = True
|
||||
end
|
||||
object Bevel1: TBevel
|
||||
Left = 0
|
||||
Top = 118
|
||||
Width = 771
|
||||
Height = 26
|
||||
Align = alBottom
|
||||
Style = bsRaised
|
||||
end
|
||||
object Bevel2: TBevel
|
||||
Left = 4
|
||||
Top = 120
|
||||
Width = 165
|
||||
Height = 20
|
||||
Anchors = [akLeft, akBottom]
|
||||
end
|
||||
object Bevel3: TBevel
|
||||
Left = 172
|
||||
Top = 120
|
||||
Width = 109
|
||||
Height = 20
|
||||
Anchors = [akLeft, akBottom]
|
||||
end
|
||||
object Bevel4: TBevel
|
||||
Left = 284
|
||||
Top = 120
|
||||
Width = 85
|
||||
Height = 20
|
||||
Anchors = [akLeft, akBottom]
|
||||
end
|
||||
object Bevel5: TBevel
|
||||
Left = 372
|
||||
Top = 120
|
||||
Width = 117
|
||||
Height = 20
|
||||
Anchors = [akLeft, akBottom]
|
||||
end
|
||||
object Label3: TLabel
|
||||
Left = 8
|
||||
Top = 122
|
||||
Width = 43
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Server:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object Label4: TLabel
|
||||
Left = 176
|
||||
Top = 122
|
||||
Width = 49
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Volume:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object Label5: TLabel
|
||||
Left = 288
|
||||
Top = 122
|
||||
Width = 25
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'UCI:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object Label6: TLabel
|
||||
Left = 376
|
||||
Top = 122
|
||||
Width = 27
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Port:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object lblServer: TLabel
|
||||
Left = 64
|
||||
Top = 122
|
||||
Width = 5
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object lblVolume: TLabel
|
||||
Left = 240
|
||||
Top = 122
|
||||
Width = 5
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object lblUCI: TLabel
|
||||
Left = 328
|
||||
Top = 122
|
||||
Width = 5
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object lblPort: TLabel
|
||||
Left = 416
|
||||
Top = 122
|
||||
Width = 5
|
||||
Height = 16
|
||||
Anchors = [akLeft, akBottom]
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object Panel8: TPanel
|
||||
Left = 422
|
||||
Top = 0
|
||||
Width = 349
|
||||
Height = 118
|
||||
Align = alRight
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
object Label1: TLabel
|
||||
Left = 24
|
||||
Top = 16
|
||||
Width = 97
|
||||
Height = 16
|
||||
Alignment = taRightJustify
|
||||
Caption = 'Access Code:'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 35
|
||||
Top = 56
|
||||
Width = 86
|
||||
Height = 16
|
||||
Alignment = taRightJustify
|
||||
Caption = 'Verify Code:'
|
||||
Font.Charset = ANSI_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object verifyCode: TEdit
|
||||
Left = 128
|
||||
Top = 56
|
||||
Width = 97
|
||||
Height = 25
|
||||
AutoSize = False
|
||||
CharCase = ecUpperCase
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
PasswordChar = '*'
|
||||
TabOrder = 1
|
||||
end
|
||||
object accessCode: TEdit
|
||||
Left = 128
|
||||
Top = 16
|
||||
Width = 97
|
||||
Height = 25
|
||||
AutoSize = False
|
||||
CharCase = ecUpperCase
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
PasswordChar = '*'
|
||||
TabOrder = 0
|
||||
end
|
||||
object btnOk: TBitBtn
|
||||
Left = 252
|
||||
Top = 16
|
||||
Width = 85
|
||||
Height = 26
|
||||
Caption = '&OK'
|
||||
Default = True
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
OnClick = btnOkClick
|
||||
Glyph.Data = {
|
||||
BE060000424DBE06000000000000360400002800000024000000120000000100
|
||||
0800000000008802000000000000000000000001000000010000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
|
||||
A400000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
03030303030303030303030303030303030303030303FF030303030303030303
|
||||
03030303030303040403030303030303030303030303030303F8F8FF03030303
|
||||
03030303030303030303040202040303030303030303030303030303F80303F8
|
||||
FF030303030303030303030303040202020204030303030303030303030303F8
|
||||
03030303F8FF0303030303030303030304020202020202040303030303030303
|
||||
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
|
||||
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
|
||||
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
|
||||
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
|
||||
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
|
||||
0303030303030303030303FA0202020403030303030303030303030303F8FF03
|
||||
03F8FF03030303030303030303030303FA020202040303030303030303030303
|
||||
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
|
||||
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
|
||||
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
|
||||
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
|
||||
03030303FA0202030303030303030303030303030303F8FFF803030303030303
|
||||
030303030303030303FA0303030303030303030303030303030303F803030303
|
||||
0303030303030303030303030303030303030303030303030303030303030303
|
||||
0303}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object btnCancel: TBitBtn
|
||||
Left = 252
|
||||
Top = 56
|
||||
Width = 85
|
||||
Height = 26
|
||||
Cancel = True
|
||||
Caption = '&Cancel'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ModalResult = 2
|
||||
ParentFont = False
|
||||
TabOrder = 3
|
||||
OnClick = btnCancelClick
|
||||
Glyph.Data = {
|
||||
DE010000424DDE01000000000000760000002800000024000000120000000100
|
||||
0400000000006801000000000000000000001000000000000000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
|
||||
333333333333333333333333000033338833333333333333333F333333333333
|
||||
0000333911833333983333333388F333333F3333000033391118333911833333
|
||||
38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
|
||||
911118111118333338F3338F833338F3000033333911111111833333338F3338
|
||||
3333F8330000333333911111183333333338F333333F83330000333333311111
|
||||
8333333333338F3333383333000033333339111183333333333338F333833333
|
||||
00003333339111118333333333333833338F3333000033333911181118333333
|
||||
33338333338F333300003333911183911183333333383338F338F33300003333
|
||||
9118333911183333338F33838F338F33000033333913333391113333338FF833
|
||||
38F338F300003333333333333919333333388333338FFF830000333333333333
|
||||
3333333333333333333888330000333333333333333333333333333333333333
|
||||
0000}
|
||||
Margin = 2
|
||||
NumGlyphs = 2
|
||||
Spacing = -1
|
||||
IsControl = True
|
||||
end
|
||||
object cbxChangeVerifyCode: TCheckBox
|
||||
Left = 128
|
||||
Top = 90
|
||||
Width = 161
|
||||
Height = 17
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Change Verify Code'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -13
|
||||
Font.Name = 'Microsoft Sans Serif'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 4
|
||||
end
|
||||
end
|
||||
end
|
||||
object RpcbiBroker: TRPCBroker
|
||||
ClearParameters = True
|
||||
ClearResults = True
|
||||
Connected = False
|
||||
ListenerPort = 9500
|
||||
RpcVersion = '0'
|
||||
Server = 'NXT-Server'
|
||||
KernelLogIn = True
|
||||
LogIn.Mode = lmAVCodes
|
||||
LogIn.PromptDivision = False
|
||||
OldConnectionOnly = False
|
||||
Left = 16
|
||||
Top = 24
|
||||
end
|
||||
end
|
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue