home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1999 September
/
Dpcb0999.iso
/
Business
/
Empire
/
_SETUP.1
/
EmpireBuilder.exe
/
0
/
RCDATA
/
TFMDISCOUNT
/
TFMDISCOUNT.txt
Wrap
Text File
|
1999-06-21
|
4KB
|
208 lines
object fmDiscount: TfmDiscount
Left = 308
Top = 175
AutoScroll = False
Caption = 'Payment Discount'
ClientHeight = 202
ClientWidth = 281
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Position = poScreenCenter
Scaled = False
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object Panel1: TPanel
Left = 0
Top = 158
Width = 281
Height = 44
Align = alBottom
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 1
object BtnOk: TBitBtn
Left = 6
Top = 8
Width = 75
Height = 30
Hint = 'Confirm transaction discount'
Caption = '&OK'
ModalResult = 1
ParentShowHint = False
ShowHint = True
TabOrder = 0
NumGlyphs = 2
end
object btnCancel: TBitBtn
Left = 87
Top = 8
Width = 75
Height = 30
Cancel = True
Caption = '&Cancel'
ModalResult = 2
ParentShowHint = False
ShowHint = True
TabOrder = 1
Layout = blGlyphTop
NumGlyphs = 2
end
object btnHelp: TButton
Left = 200
Top = 8
Width = 75
Height = 30
Caption = '&Help'
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = btnHelpClick
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 281
Height = 158
Align = alClient
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object Label1: TLabel
Left = 12
Top = 43
Width = 102
Height = 16
Caption = 'Total Outstanding'
end
object Label2: TLabel
Left = 12
Top = 94
Width = 52
Height = 16
Caption = 'Payment'
end
object Label3: TLabel
Left = 12
Top = 126
Width = 51
Height = 16
Caption = 'Discount'
end
object Label4: TLabel
Left = 12
Top = 12
Width = 103
Height = 16
Caption = 'Payment Balance'
end
object Bevel1: TBevel
Left = 5
Top = 75
Width = 271
Height = 6
Shape = bsBottomLine
end
object CEPayment: TRxCalcEdit
Left = 166
Top = 90
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 496
AutoSize = False
ClickKey = 16451
DisplayFormat = '0.00'
NumGlyphs = 2
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object CEDiscount: TRxCalcEdit
Left = 166
Top = 122
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 496
AutoSize = False
ClickKey = 16451
DisplayFormat = '0.00'
NumGlyphs = 2
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnEnter = CEDiscountEnter
end
object CETotalOutStand: TCurrencyEdit
Left = 166
Top = 39
Width = 100
Height = 24
HelpContext = 499
TabStop = False
AutoSize = False
Ctl3D = True
DisplayFormat = '0.00'
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 2
end
object CEPayBal: TCurrencyEdit
Left = 166
Top = 8
Width = 100
Height = 24
HelpContext = 498
TabStop = False
AutoSize = False
Ctl3D = True
DisplayFormat = '0.00'
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 3
end
end
object Sizer1: TSizer
Enabled = True
ExceptionAction = eaIgnoreControl
GridColumnSizing = gcSizeAllColumns
GridRowSizing = grSizeByDefaults
MinimumSize = True
NavigateOnEnter = True
OverrideParentFont = True
PerformAssertions = True
ShowAssertionFailures = False
StretchFonts = True
StretchImages = True
StretchOnResize = True
ThreadProcessing = False
Left = 97
Top = 89
ScreenWidth = (
800)
ScreenHeight = (
600)
OriginalFormWidth = (
289)
OriginalFormHeight = (
229)
OriginalFormLeft = (
308)
OriginalFormTop = (
175)
OriginalFormPPI = (
120)
OriginalClientWidth = (
281)
OriginalClientHeight = (
202)
end
end