|
@@ -1,7 +1,7 @@
|
|
|
object FRMOperation: TFRMOperation
|
|
|
- Left = 363
|
|
|
+ Left = 772
|
|
|
Height = 493
|
|
|
- Top = 105
|
|
|
+ Top = 245
|
|
|
Width = 608
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
BorderStyle = bsSingle
|
|
@@ -15,7 +15,8 @@ object FRMOperation: TFRMOperation
|
|
|
OnCreate = FormCreate
|
|
|
OnDestroy = FormDestroy
|
|
|
Position = poOwnerFormCenter
|
|
|
- LCLVersion = '2.1.0.0'
|
|
|
+ LCLVersion = '1.8.4.0'
|
|
|
+ Visible = False
|
|
|
object lblAccountCaption: TLabel
|
|
|
Left = 25
|
|
|
Height = 13
|
|
@@ -28,7 +29,7 @@ object FRMOperation: TFRMOperation
|
|
|
Left = 432
|
|
|
Height = 19
|
|
|
Top = 15
|
|
|
- Width = 148
|
|
|
+ Width = 149
|
|
|
Caption = 'lblAccountBalance'
|
|
|
Font.Color = clGreen
|
|
|
Font.Height = -16
|
|
@@ -49,7 +50,7 @@ object FRMOperation: TFRMOperation
|
|
|
Left = 387
|
|
|
Height = 13
|
|
|
Top = 58
|
|
|
- Width = 19
|
|
|
+ Width = 18
|
|
|
Caption = 'XXX'
|
|
|
ParentColor = False
|
|
|
end
|
|
@@ -102,14 +103,14 @@ object FRMOperation: TFRMOperation
|
|
|
TabOrder = 1
|
|
|
object tsOperation: TTabSheet
|
|
|
Caption = 'Operation'
|
|
|
- ClientHeight = 337
|
|
|
- ClientWidth = 550
|
|
|
+ ClientHeight = 341
|
|
|
+ ClientWidth = 548
|
|
|
TabVisible = False
|
|
|
object lblFee: TLabel
|
|
|
Left = 15
|
|
|
Height = 13
|
|
|
Top = 188
|
|
|
- Width = 68
|
|
|
+ Width = 69
|
|
|
Caption = 'Operation Fee'
|
|
|
ParentColor = False
|
|
|
end
|
|
@@ -119,14 +120,14 @@ object FRMOperation: TFRMOperation
|
|
|
Top = 207
|
|
|
Width = 521
|
|
|
Caption = ' Payload: '
|
|
|
- ClientHeight = 110
|
|
|
- ClientWidth = 511
|
|
|
+ ClientHeight = 111
|
|
|
+ ClientWidth = 517
|
|
|
TabOrder = 2
|
|
|
object lblEncryptPassword: TLabel
|
|
|
Left = 38
|
|
|
Height = 13
|
|
|
Top = 67
|
|
|
- Width = 49
|
|
|
+ Width = 50
|
|
|
Caption = 'Password:'
|
|
|
ParentColor = False
|
|
|
end
|
|
@@ -134,7 +135,7 @@ object FRMOperation: TFRMOperation
|
|
|
Left = 256
|
|
|
Height = 13
|
|
|
Top = 6
|
|
|
- Width = 66
|
|
|
+ Width = 67
|
|
|
Caption = 'Payload data:'
|
|
|
ParentColor = False
|
|
|
end
|
|
@@ -163,9 +164,9 @@ object FRMOperation: TFRMOperation
|
|
|
end
|
|
|
object rbEncryptedWithEC: TRadioButton
|
|
|
Left = 15
|
|
|
- Height = 18
|
|
|
+ Height = 19
|
|
|
Top = 26
|
|
|
- Width = 212
|
|
|
+ Width = 207
|
|
|
Caption = 'Encrypted with dest account public key'
|
|
|
Checked = True
|
|
|
OnClick = memoPayloadClick
|
|
@@ -174,25 +175,25 @@ object FRMOperation: TFRMOperation
|
|
|
end
|
|
|
object rbEncrptedWithPassword: TRadioButton
|
|
|
Left = 15
|
|
|
- Height = 18
|
|
|
+ Height = 19
|
|
|
Top = 44
|
|
|
- Width = 144
|
|
|
+ Width = 141
|
|
|
Caption = 'Encrypted with password'
|
|
|
OnClick = memoPayloadClick
|
|
|
TabOrder = 2
|
|
|
end
|
|
|
object rbNotEncrypted: TRadioButton
|
|
|
Left = 15
|
|
|
- Height = 18
|
|
|
+ Height = 19
|
|
|
Top = 84
|
|
|
- Width = 167
|
|
|
+ Width = 162
|
|
|
Caption = 'Dont encrypt (Public payload)'
|
|
|
OnClick = memoPayloadClick
|
|
|
TabOrder = 4
|
|
|
end
|
|
|
object ebEncryptPassword: TEdit
|
|
|
Left = 94
|
|
|
- Height = 22
|
|
|
+ Height = 21
|
|
|
Top = 64
|
|
|
Width = 122
|
|
|
OnChange = ebEncryptPasswordChange
|
|
@@ -207,7 +208,6 @@ object FRMOperation: TFRMOperation
|
|
|
Font.Color = clBlack
|
|
|
Font.Height = -16
|
|
|
Font.Name = 'Tahoma'
|
|
|
- Lines.Strings = ( )
|
|
|
OnChange = memoPayloadClick
|
|
|
OnClick = memoPayloadClick
|
|
|
ParentFont = False
|
|
@@ -216,9 +216,9 @@ object FRMOperation: TFRMOperation
|
|
|
end
|
|
|
object rbEncryptedWithOldEC: TRadioButton
|
|
|
Left = 15
|
|
|
- Height = 18
|
|
|
+ Height = 19
|
|
|
Top = 7
|
|
|
- Width = 165
|
|
|
+ Width = 159
|
|
|
Caption = 'Encrypted with old public key'
|
|
|
OnClick = memoPayloadClick
|
|
|
TabOrder = 0
|
|
@@ -226,7 +226,7 @@ object FRMOperation: TFRMOperation
|
|
|
end
|
|
|
object ebFee: TEdit
|
|
|
Left = 90
|
|
|
- Height = 22
|
|
|
+ Height = 21
|
|
|
Top = 184
|
|
|
Width = 70
|
|
|
TabOrder = 1
|
|
@@ -242,8 +242,8 @@ object FRMOperation: TFRMOperation
|
|
|
OnChange = PageControlOpTypeChange
|
|
|
object tsTransaction: TTabSheet
|
|
|
Caption = 'Transaction'
|
|
|
- ClientHeight = 137
|
|
|
- ClientWidth = 515
|
|
|
+ ClientHeight = 141
|
|
|
+ ClientWidth = 513
|
|
|
object lblDestAccount: TLabel
|
|
|
Left = 13
|
|
|
Height = 13
|
|
@@ -334,8 +334,8 @@ object FRMOperation: TFRMOperation
|
|
|
Top = 6
|
|
|
Width = 488
|
|
|
Caption = ' Change type: '
|
|
|
- ClientHeight = 111
|
|
|
- ClientWidth = 478
|
|
|
+ ClientHeight = 112
|
|
|
+ ClientWidth = 484
|
|
|
TabOrder = 0
|
|
|
object lblNewPrivateKey: TLabel
|
|
|
Left = 57
|
|
@@ -394,11 +394,10 @@ object FRMOperation: TFRMOperation
|
|
|
Height = 21
|
|
|
Top = 30
|
|
|
Width = 294
|
|
|
- ItemHeight = 26
|
|
|
+ ItemHeight = 13
|
|
|
Sorted = True
|
|
|
Style = csDropDownList
|
|
|
TabOrder = 1
|
|
|
- Text = '0'
|
|
|
end
|
|
|
object ebNewPublicKey: TEdit
|
|
|
Left = 144
|
|
@@ -471,8 +470,8 @@ object FRMOperation: TFRMOperation
|
|
|
end
|
|
|
object tsListForSale: TTabSheet
|
|
|
Caption = 'List account for sale'
|
|
|
- ClientHeight = 137
|
|
|
- ClientWidth = 515
|
|
|
+ ClientHeight = 141
|
|
|
+ ClientWidth = 513
|
|
|
ImageIndex = 3
|
|
|
object gbSaleType: TGroupBox
|
|
|
Left = 8
|
|
@@ -480,8 +479,8 @@ object FRMOperation: TFRMOperation
|
|
|
Top = 5
|
|
|
Width = 499
|
|
|
Caption = ' Sale type: '
|
|
|
- ClientHeight = 116
|
|
|
- ClientWidth = 489
|
|
|
+ ClientHeight = 117
|
|
|
+ ClientWidth = 495
|
|
|
TabOrder = 0
|
|
|
object Label1: TLabel
|
|
|
Left = 81
|
|
@@ -612,8 +611,8 @@ object FRMOperation: TFRMOperation
|
|
|
end
|
|
|
object tsDelist: TTabSheet
|
|
|
Caption = 'Delist account'
|
|
|
- ClientHeight = 137
|
|
|
- ClientWidth = 515
|
|
|
+ ClientHeight = 141
|
|
|
+ ClientWidth = 513
|
|
|
ImageIndex = 3
|
|
|
object lblDelistErrors: TLabel
|
|
|
Left = 13
|
|
@@ -631,8 +630,8 @@ object FRMOperation: TFRMOperation
|
|
|
end
|
|
|
object tsBuyAccount: TTabSheet
|
|
|
Caption = 'Buy account'
|
|
|
- ClientHeight = 137
|
|
|
- ClientWidth = 515
|
|
|
+ ClientHeight = 141
|
|
|
+ ClientWidth = 513
|
|
|
ImageIndex = 4
|
|
|
object lblAccountToBuy: TLabel
|
|
|
Left = 13
|
|
@@ -708,11 +707,10 @@ object FRMOperation: TFRMOperation
|
|
|
Height = 21
|
|
|
Top = 85
|
|
|
Width = 294
|
|
|
- ItemHeight = 26
|
|
|
+ ItemHeight = 13
|
|
|
Sorted = True
|
|
|
Style = csDropDownList
|
|
|
TabOrder = 2
|
|
|
- Text = '0'
|
|
|
end
|
|
|
object bbBuyNewKey: TBitBtn
|
|
|
Left = 418
|
|
@@ -804,8 +802,8 @@ object FRMOperation: TFRMOperation
|
|
|
end
|
|
|
object tsChangeInfo: TTabSheet
|
|
|
Caption = 'Change Info'
|
|
|
- ClientHeight = 137
|
|
|
- ClientWidth = 515
|
|
|
+ ClientHeight = 141
|
|
|
+ ClientWidth = 513
|
|
|
object lblChangeInfoErrors: TLabel
|
|
|
Left = 13
|
|
|
Height = 13
|
|
@@ -831,7 +829,7 @@ object FRMOperation: TFRMOperation
|
|
|
end
|
|
|
object ebChangeName: TEdit
|
|
|
Left = 118
|
|
|
- Height = 22
|
|
|
+ Height = 21
|
|
|
Top = 29
|
|
|
Width = 258
|
|
|
TabOrder = 0
|
|
@@ -848,7 +846,7 @@ object FRMOperation: TFRMOperation
|
|
|
end
|
|
|
object ebChangeType: TEdit
|
|
|
Left = 118
|
|
|
- Height = 22
|
|
|
+ Height = 21
|
|
|
Top = 56
|
|
|
Width = 76
|
|
|
TabOrder = 1
|
|
@@ -865,7 +863,7 @@ object FRMOperation: TFRMOperation
|
|
|
end
|
|
|
object ebSignerAccount: TEdit
|
|
|
Left = 325
|
|
|
- Height = 22
|
|
|
+ Height = 21
|
|
|
Top = 184
|
|
|
Width = 82
|
|
|
TabOrder = 3
|
|
@@ -1018,7 +1016,7 @@ object FRMOperation: TFRMOperation
|
|
|
end
|
|
|
object ebSenderAccount: TEdit
|
|
|
Left = 74
|
|
|
- Height = 29
|
|
|
+ Height = 27
|
|
|
Top = 12
|
|
|
Width = 97
|
|
|
Font.Color = clBlack
|