|
@@ -1,53 +1,55 @@
|
|
object WIZChangeKey_EnterKey: TWIZChangeKey_EnterKey
|
|
object WIZChangeKey_EnterKey: TWIZChangeKey_EnterKey
|
|
Left = 0
|
|
Left = 0
|
|
- Height = 253
|
|
|
|
|
|
+ Height = 291
|
|
Top = 0
|
|
Top = 0
|
|
- Width = 429
|
|
|
|
|
|
+ Width = 510
|
|
ActiveControl = chkChooseFee
|
|
ActiveControl = chkChooseFee
|
|
Caption = 'ChangeKey_EnterKey'
|
|
Caption = 'ChangeKey_EnterKey'
|
|
- ClientHeight = 253
|
|
|
|
- ClientWidth = 429
|
|
|
|
- LCLVersion = '1.8.2.0'
|
|
|
|
|
|
+ ClientHeight = 291
|
|
|
|
+ ClientWidth = 510
|
|
Visible = False
|
|
Visible = False
|
|
object gbNewPublicKey: TGroupBox
|
|
object gbNewPublicKey: TGroupBox
|
|
- Left = 16
|
|
|
|
- Height = 232
|
|
|
|
- Top = 8
|
|
|
|
- Width = 400
|
|
|
|
|
|
+ Left = 4
|
|
|
|
+ Height = 282
|
|
|
|
+ Top = 4
|
|
|
|
+ Width = 501
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = 'New Public Key'
|
|
Caption = 'New Public Key'
|
|
- ClientHeight = 212
|
|
|
|
- ClientWidth = 396
|
|
|
|
|
|
+ ClientHeight = 262
|
|
|
|
+ ClientWidth = 497
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
object lblPublicKeyNotice: TLabel
|
|
object lblPublicKeyNotice: TLabel
|
|
Left = 8
|
|
Left = 8
|
|
- Height = 30
|
|
|
|
|
|
+ Height = 15
|
|
Top = 7
|
|
Top = 7
|
|
- Width = 348
|
|
|
|
- Caption = 'Please enter the public key of the new owner who will control this '#13#10'account'
|
|
|
|
|
|
+ Width = 199
|
|
|
|
+ Caption = 'Enter the public key of the new owner'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object chkChooseFee: TCheckBox
|
|
object chkChooseFee: TCheckBox
|
|
Left = 8
|
|
Left = 8
|
|
Height = 19
|
|
Height = 19
|
|
- Top = 152
|
|
|
|
|
|
+ Top = 160
|
|
Width = 226
|
|
Width = 226
|
|
|
|
+ Anchors = [akLeft, akBottom]
|
|
Caption = 'Let me choose fee''s for this transaction'
|
|
Caption = 'Let me choose fee''s for this transaction'
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object chkAttachPayload: TCheckBox
|
|
object chkAttachPayload: TCheckBox
|
|
Left = 8
|
|
Left = 8
|
|
Height = 19
|
|
Height = 19
|
|
- Top = 184
|
|
|
|
|
|
+ Top = 192
|
|
Width = 303
|
|
Width = 303
|
|
|
|
+ Anchors = [akLeft, akBottom]
|
|
Caption = 'I want to attach a message payload to this transaction'
|
|
Caption = 'I want to attach a message payload to this transaction'
|
|
TabOrder = 1
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object mmoNewPrivateKey: TMemo
|
|
object mmoNewPrivateKey: TMemo
|
|
Left = 8
|
|
Left = 8
|
|
- Height = 102
|
|
|
|
- Top = 42
|
|
|
|
- Width = 376
|
|
|
|
|
|
+ Height = 118
|
|
|
|
+ Top = 32
|
|
|
|
+ Width = 480
|
|
|
|
+ Anchors = [akTop, akLeft, akRight, akBottom]
|
|
TabOrder = 2
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
end
|
|
end
|