|
@@ -8,20 +8,20 @@ object WIZChangeKey_Confirmation: TWIZChangeKey_Confirmation
|
|
ClientWidth = 511
|
|
ClientWidth = 511
|
|
Visible = False
|
|
Visible = False
|
|
object GroupBox1: TGroupBox
|
|
object GroupBox1: TGroupBox
|
|
- Left = 10
|
|
|
|
- Height = 299
|
|
|
|
- Top = 8
|
|
|
|
- Width = 490
|
|
|
|
|
|
+ Left = 4
|
|
|
|
+ Height = 308
|
|
|
|
+ Top = 4
|
|
|
|
+ Width = 500
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
- Caption = 'Confirm Change Key Transaction'
|
|
|
|
- ClientHeight = 279
|
|
|
|
- ClientWidth = 486
|
|
|
|
|
|
+ Caption = 'Confirm'
|
|
|
|
+ ClientHeight = 288
|
|
|
|
+ ClientWidth = 496
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
object paGrid: TPanel
|
|
object paGrid: TPanel
|
|
Left = 8
|
|
Left = 8
|
|
- Height = 123
|
|
|
|
|
|
+ Height = 124
|
|
Top = 48
|
|
Top = 48
|
|
- Width = 464
|
|
|
|
|
|
+ Width = 482
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BevelOuter = bvNone
|
|
BevelOuter = bvNone
|
|
Caption = 'GRID PANEL'
|
|
Caption = 'GRID PANEL'
|
|
@@ -39,9 +39,11 @@ object WIZChangeKey_Confirmation: TWIZChangeKey_Confirmation
|
|
Left = 8
|
|
Left = 8
|
|
Height = 15
|
|
Height = 15
|
|
Top = 10
|
|
Top = 10
|
|
- Width = 84
|
|
|
|
|
|
+ Width = 88
|
|
Caption = 'Signer Account:'
|
|
Caption = 'Signer Account:'
|
|
|
|
+ Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentColor = False
|
|
|
|
+ ParentFont = False
|
|
end
|
|
end
|
|
object lblPayload: TLabel
|
|
object lblPayload: TLabel
|
|
Left = 8
|
|
Left = 8
|
|
@@ -49,13 +51,15 @@ object WIZChangeKey_Confirmation: TWIZChangeKey_Confirmation
|
|
Top = 172
|
|
Top = 172
|
|
Width = 42
|
|
Width = 42
|
|
Caption = 'Payload'
|
|
Caption = 'Payload'
|
|
|
|
+ Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentColor = False
|
|
|
|
+ ParentFont = False
|
|
end
|
|
end
|
|
object mmoPayload: TMemo
|
|
object mmoPayload: TMemo
|
|
Left = 8
|
|
Left = 8
|
|
Height = 82
|
|
Height = 82
|
|
Top = 192
|
|
Top = 192
|
|
- Width = 464
|
|
|
|
|
|
+ Width = 480
|
|
Enabled = False
|
|
Enabled = False
|
|
ScrollBars = ssBoth
|
|
ScrollBars = ssBoth
|
|
TabOrder = 1
|
|
TabOrder = 1
|