|
@@ -1,28 +1,27 @@
|
|
object WIZEnlistAccountForSale_Confirmation: TWIZEnlistAccountForSale_Confirmation
|
|
object WIZEnlistAccountForSale_Confirmation: TWIZEnlistAccountForSale_Confirmation
|
|
Left = 0
|
|
Left = 0
|
|
- Height = 253
|
|
|
|
|
|
+ Height = 320
|
|
Top = 0
|
|
Top = 0
|
|
- Width = 429
|
|
|
|
|
|
+ Width = 511
|
|
Caption = 'WIZEnlistAccountForSale_Confirmation'
|
|
Caption = 'WIZEnlistAccountForSale_Confirmation'
|
|
- ClientHeight = 253
|
|
|
|
- ClientWidth = 429
|
|
|
|
- LCLVersion = '1.8.2.0'
|
|
|
|
|
|
+ ClientHeight = 320
|
|
|
|
+ ClientWidth = 511
|
|
Visible = False
|
|
Visible = False
|
|
object GroupBox1: TGroupBox
|
|
object GroupBox1: TGroupBox
|
|
Left = 10
|
|
Left = 10
|
|
- Height = 232
|
|
|
|
|
|
+ Height = 299
|
|
Top = 8
|
|
Top = 8
|
|
- Width = 408
|
|
|
|
|
|
+ Width = 490
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = 'Confirm Account Sale Transaction'
|
|
Caption = 'Confirm Account Sale Transaction'
|
|
- ClientHeight = 212
|
|
|
|
- ClientWidth = 404
|
|
|
|
|
|
+ ClientHeight = 279
|
|
|
|
+ ClientWidth = 486
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
object paGrid: TPanel
|
|
object paGrid: TPanel
|
|
Left = 8
|
|
Left = 8
|
|
- Height = 152
|
|
|
|
|
|
+ Height = 123
|
|
Top = 48
|
|
Top = 48
|
|
- Width = 382
|
|
|
|
|
|
+ Width = 464
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BevelOuter = bvNone
|
|
BevelOuter = bvNone
|
|
Caption = 'GRID PANEL'
|
|
Caption = 'GRID PANEL'
|
|
@@ -31,7 +30,7 @@ object WIZEnlistAccountForSale_Confirmation: TWIZEnlistAccountForSale_Confirmati
|
|
object Label1: TLabel
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Left = 8
|
|
Height = 15
|
|
Height = 15
|
|
- Top = 16
|
|
|
|
|
|
+ Top = 2
|
|
Width = 84
|
|
Width = 84
|
|
Caption = 'Signer Account:'
|
|
Caption = 'Signer Account:'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
@@ -39,26 +38,43 @@ object WIZEnlistAccountForSale_Confirmation: TWIZEnlistAccountForSale_Confirmati
|
|
object lblSgnAcc: TLabel
|
|
object lblSgnAcc: TLabel
|
|
Left = 112
|
|
Left = 112
|
|
Height = 15
|
|
Height = 15
|
|
- Top = 16
|
|
|
|
|
|
+ Top = 2
|
|
Width = 53
|
|
Width = 53
|
|
Caption = 'lblSgnAcc'
|
|
Caption = 'lblSgnAcc'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object Label2: TLabel
|
|
object Label2: TLabel
|
|
- Left = 208
|
|
|
|
|
|
+ Left = 8
|
|
Height = 15
|
|
Height = 15
|
|
- Top = 16
|
|
|
|
|
|
+ Top = 24
|
|
Width = 79
|
|
Width = 79
|
|
Caption = 'Seller Account:'
|
|
Caption = 'Seller Account:'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object lblSellerAcc: TLabel
|
|
object lblSellerAcc: TLabel
|
|
- Left = 304
|
|
|
|
|
|
+ Left = 112
|
|
Height = 15
|
|
Height = 15
|
|
- Top = 16
|
|
|
|
|
|
+ Top = 24
|
|
Width = 61
|
|
Width = 61
|
|
Caption = 'lblSellerAcc'
|
|
Caption = 'lblSellerAcc'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
|
|
+ object lblPayload: TLabel
|
|
|
|
+ Left = 8
|
|
|
|
+ Height = 15
|
|
|
|
+ Top = 172
|
|
|
|
+ Width = 42
|
|
|
|
+ Caption = 'Payload'
|
|
|
|
+ ParentColor = False
|
|
|
|
+ end
|
|
|
|
+ object mmoPayload: TMemo
|
|
|
|
+ Left = 8
|
|
|
|
+ Height = 82
|
|
|
|
+ Top = 192
|
|
|
|
+ Width = 464
|
|
|
|
+ Enabled = False
|
|
|
|
+ ScrollBars = ssBoth
|
|
|
|
+ TabOrder = 1
|
|
|
|
+ end
|
|
end
|
|
end
|
|
end
|
|
end
|