|
@@ -8,15 +8,15 @@ object WIZEnlistAccountForSale_EnterSaleAmount: TWIZEnlistAccountForSale_EnterSa
|
|
|
ClientHeight = 253
|
|
|
ClientWidth = 429
|
|
|
Visible = False
|
|
|
- object gbSaleAmount: TGroupBox
|
|
|
- Left = 16
|
|
|
- Height = 232
|
|
|
- Top = 8
|
|
|
- Width = 400
|
|
|
+ object gbSalePrice: TGroupBox
|
|
|
+ Left = 4
|
|
|
+ Height = 244
|
|
|
+ Top = 4
|
|
|
+ Width = 420
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
- Caption = 'Sale Amount'
|
|
|
- ClientHeight = 212
|
|
|
- ClientWidth = 396
|
|
|
+ Caption = 'Sale Price'
|
|
|
+ ClientHeight = 224
|
|
|
+ ClientWidth = 416
|
|
|
TabOrder = 0
|
|
|
object edtAmt: TEdit
|
|
|
Left = 8
|
|
@@ -28,25 +28,25 @@ object WIZEnlistAccountForSale_EnterSaleAmount: TWIZEnlistAccountForSale_EnterSa
|
|
|
object lblSaleAmountNotice: TLabel
|
|
|
Left = 8
|
|
|
Height = 15
|
|
|
- Top = 7
|
|
|
- Width = 293
|
|
|
- Caption = 'Please enter the amount you wish to sell EACH PASA at.'
|
|
|
+ Top = 8
|
|
|
+ Width = 256
|
|
|
+ Caption = 'Enter the price to sell each account at (not total).'
|
|
|
ParentColor = False
|
|
|
end
|
|
|
object chkChooseFee: TCheckBox
|
|
|
Left = 8
|
|
|
Height = 19
|
|
|
Top = 80
|
|
|
- Width = 226
|
|
|
- Caption = 'Let me choose fee''s for this transaction'
|
|
|
+ Width = 203
|
|
|
+ Caption = 'Use custom fee''s for this operation'
|
|
|
TabOrder = 1
|
|
|
end
|
|
|
object chkAttachPayload: TCheckBox
|
|
|
Left = 8
|
|
|
Height = 19
|
|
|
Top = 110
|
|
|
- Width = 303
|
|
|
- Caption = 'I want to attach a message payload to this transaction'
|
|
|
+ Width = 258
|
|
|
+ Caption = 'Attach a message/payload to this transaction'
|
|
|
TabOrder = 2
|
|
|
end
|
|
|
end
|