home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1999 September
/
Dpcb0999.iso
/
Business
/
Empire
/
_SETUP.1
/
EmpireBuilder.exe
/
0
/
RCDATA
/
TFMSTOCKCHECK
/
TFMSTOCKCHECK.txt
Wrap
Text File
|
1999-06-21
|
13KB
|
488 lines
object fmStockCheck: TfmStockCheck
Left = 70
Top = 87
AutoScroll = False
Caption = 'Stock Check Report'
ClientHeight = 432
ClientWidth = 698
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
FormStyle = fsMDIChild
Position = poDefaultPosOnly
Scaled = False
Visible = True
OnActivate = FormActivate
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDeactivate = FormDeactivate
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object Panel1: TPanel
Left = 0
Top = 0
Width = 698
Height = 53
Align = alTop
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 4
Width = 100
Height = 16
Caption = 'Start Stock Code'
end
object Label2: TLabel
Left = 164
Top = 4
Width = 107
Height = 16
Caption = 'Finish Stock Code'
end
object Label3: TLabel
Left = 296
Top = 4
Width = 92
Height = 16
Caption = 'Start Prod. Grp.'
end
object Label4: TLabel
Left = 396
Top = 4
Width = 99
Height = 16
Caption = 'Finish Prod. Grp.'
end
object rxcbeStStock: TComboEdit
Left = 4
Top = 20
Width = 140
Height = 24
Hint = 'Press F1 for help'
HelpContext = 546
ButtonHint = 'Search'
CharCase = ecUpperCase
ClickKey = 16467
ButtonWidth = 24
MaxLength = 16
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnButtonClick = rxcbeStStockButtonClick
OnEnter = rxcbeStStockEnter
OnExit = rxcbeStStockExit
end
object rxcbeFinStock: TComboEdit
Left = 148
Top = 20
Width = 140
Height = 24
Hint = 'Press F1 for help'
HelpContext = 547
ButtonHint = 'Search'
CharCase = ecUpperCase
ClickKey = 16467
ButtonWidth = 24
MaxLength = 16
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnButtonClick = rxcbeFinStockButtonClick
OnEnter = rxcbeFinStockEnter
OnExit = rxcbeFinStockExit
end
object rxcbeStPG: TComboEdit
Left = 292
Top = 20
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 548
ButtonHint = 'Search'
CharCase = ecUpperCase
ClickKey = 16467
ButtonWidth = 24
MaxLength = 16
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnButtonClick = rxcbeStPGButtonClick
OnEnter = rxcbeStPGEnter
OnExit = rxcbeStPGExit
end
object rxcbeFinPG: TComboEdit
Left = 396
Top = 20
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 549
ButtonHint = 'Search'
CharCase = ecUpperCase
ClickKey = 16467
ButtonWidth = 24
MaxLength = 16
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnButtonClick = rxcbeFinPGButtonClick
OnEnter = rxcbeFinPGEnter
OnExit = rxcbeFinPGExit
end
object Panel3: TPanel
Left = 504
Top = 4
Width = 189
Height = 45
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 4
object cbxIncZero: TCheckBox
Left = 4
Top = 4
Width = 181
Height = 17
Hint = 'Press F1 for help'
HelpContext = 553
Alignment = taLeftJustify
Caption = 'Include Zero Stock Items'
ParentShowHint = False
ShowHint = True
State = cbChecked
TabOrder = 0
OnClick = cbxIncZeroClick
end
object cbxIncNon: TCheckBox
Left = 4
Top = 24
Width = 181
Height = 17
Hint = 'Press F1 for help'
HelpContext = 554
Alignment = taLeftJustify
Caption = 'Include Non Stock Items'
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = cbxIncNonClick
end
end
end
object Panel2: TPanel
Left = 0
Top = 53
Width = 698
Height = 379
Align = alClient
TabOrder = 1
object SpeedBar: TSpeedBar
Left = 1
Top = 1
Width = 696
Height = 49
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Options = [sbAllowDrag, sbFlatBtns, sbTransparentBtns]
BtnOffsetHorz = 3
BtnOffsetVert = 3
BtnWidth = 70
BtnHeight = 43
BevelOuter = bvNone
TabOrder = 0
InternalVer = 1
object Panel4: TPanel
Left = 520
Top = 2
Width = 173
Height = 45
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object rbBySC: TRadioButton
Left = 5
Top = 4
Width = 161
Height = 17
Hint = 'Press F1 for help'
HelpContext = 550
Alignment = taLeftJustify
Caption = 'By Stock Code'
Checked = True
TabOrder = 0
TabStop = True
end
object rbByPG: TRadioButton
Left = 5
Top = 24
Width = 161
Height = 17
Hint = 'Press F1 for help'
HelpContext = 550
Alignment = taLeftJustify
Caption = 'By Product Group'
TabOrder = 1
end
end
object SpeedbarSection1: TSpeedbarSection
Caption = 'Untitled (0)'
end
object BtnPrint: TSpeedItem
BtnCaption = 'Print'
Caption = 'Print stock check report'
Hint = 'Print stock check report'
Spacing = 1
Left = 73
Top = 3
Visible = True
OnClick = BtnPrintClick
SectionName = 'Untitled (0)'
end
object BtnEmail: TSpeedItem
BtnCaption = 'Email'
Caption = 'Email stock check report'
Hint = 'Email stock check report'
Spacing = 1
Left = 143
Top = 3
Visible = True
OnClick = BtnEmailClick
SectionName = 'Untitled (0)'
end
object BtnClose: TSpeedItem
BtnCaption = 'Close'
Caption = 'Close'
Hint = 'Close report'
Spacing = 1
Left = 283
Top = 3
Visible = True
OnClick = BtnCloseClick
SectionName = 'Untitled (0)'
end
object BtnZoomIn: TSpeedItem
BtnCaption = 'Zoom In'
Caption = 'Transaction zoom-in'
Hint = 'Transaction zoom-in'
Spacing = 1
Left = 3
Top = 3
Visible = True
OnClick = BtnZoomInClick
SectionName = 'Untitled (0)'
end
object btnHelp: TSpeedItem
BtnCaption = '&Help'
Caption = 'View help on this window'
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000010000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888886446888
888888888E6648888888888888E6688888888888888888888888888888446888
8888888886664888888888888E664888888888888E6664888888888888E66648
88888888888E6664888888844888E6664888886664888E66488888E666444666
4888888E6666666668888888EE6666668888888888EEEEE88888}
Hint = 'View help on this window|'
Spacing = 1
Left = 213
Top = 3
Visible = True
OnClick = btnHelpClick
SectionName = 'Untitled (0)'
end
end
object wwDBGrid1: TwwDBGrid
Left = 1
Top = 50
Width = 696
Height = 328
Selected.Strings = (
'STOCKCODE'#9'16'#9'Stock Code'#9'F'
'DESC'#9'40'#9'Description'#9'F'
'INSTOCK'#9'10'#9'Quantity~In Stock'#9'F'
'REORDLEV'#9'10'#9'Reorder~Level'#9'F'
'LOCATION'#9'15'#9'Location'#9'F'
'REORDQUAN'#9'10'#9'Reorder~Quantity'#9'F'
'PRODGROUP'#9'15'#9'Product~Group'#9'F')
TitleColor = clBtnFace
FixedCols = 1
ShowHorzScrollBar = True
Align = alClient
DataSource = dsStock
Options = [dgTitles, dgIndicator, dgColumnResize, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap]
PopupMenu = rxpmStockAdj
TabOrder = 1
TitleAlignment = taLeftJustify
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = 'Arial'
TitleFont.Style = []
TitleLines = 2
TitleButtons = True
OnCalcCellColors = wwDBGrid1CalcCellColors
OnCalcTitleAttributes = wwDBGrid1CalcTitleAttributes
OnTitleButtonClick = wwDBGrid1TitleButtonClick
OnDblClick = BtnZoomInClick
IndicatorColor = icBlack
OnTopRowChanged = wwDBGrid1TopRowChanged
OnCalcTitleImage = wwDBGrid1CalcTitleImage
TitleImageList = ImagesDM.GenralBM
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 = 504
Top = 178
ScreenWidth = (
800)
ScreenHeight = (
600)
OriginalFormWidth = (
706)
OriginalFormHeight = (
459)
OriginalFormLeft = (
70)
OriginalFormTop = (
87)
OriginalFormPPI = (
120)
OriginalClientWidth = (
698)
OriginalClientHeight = (
432)
end
object dsStock: TwwDataSource
DataSet = qyStock
Left = 465
Top = 179
end
object rxpmStockAdj: TRxPopupMenu
Style = msOwnerDraw
ShowCheckMarks = False
OnGetItemParams = rxpmStockAdjGetItemParams
Left = 433
Top = 178
object rxpmiStockAdj: TMenuItem
Caption = 'Stock Adjustment'
OnClick = rxpmiStockAdjClick
end
object N1: TMenuItem
Caption = '-'
end
object pmZoomIn: TMenuItem
Caption = 'Zoom In'
OnClick = BtnZoomInClick
end
object N3: TMenuItem
Caption = '-'
end
object pmPrintReport: TMenuItem
Caption = 'Print Report'
OnClick = BtnPrintClick
end
object pmEMailReport: TMenuItem
Caption = 'Email Report'
end
object N2: TMenuItem
Caption = '-'
end
object pmChangeGridColour: TMenuItem
Caption = 'Change Grid Colour'
OnClick = pmChangeGridColourClick
end
end
object qyStock: TwwQuery
DatabaseName = 'EmpireBuilder'
SQL.Strings = (
'SELECT Stock.STOCKCODE,'
' Stock."DESC",'
' Stock.INSTOCK,'
' Stock.REORDLEV,'
' Stock.LOCATION,'
' Stock.REORDQUAN,'
' Stock.PRODGROUP,'
' Stock.LEVELS'
' FROM ":EmpireBuilder:Stock.DBF" Stock'
' ')
ValidateWithMask = True
Left = 433
Top = 210
object qyStockSTOCKCODE: TStringField
DisplayLabel = 'Stock Code'
DisplayWidth = 16
FieldName = 'STOCKCODE'
Origin = '"Stock.DBF".STOCKCODE'
Size = 16
end
object qyStockDESC: TStringField
DisplayLabel = 'Description'
DisplayWidth = 40
FieldName = 'DESC'
Origin = '"Stock.DBF".DESC'
Size = 40
end
object qyStockINSTOCK: TFloatField
DisplayLabel = 'Quantity~In Stock'
DisplayWidth = 10
FieldName = 'INSTOCK'
Origin = '"Stock.DBF".INSTOCK'
end
object qyStockREORDLEV: TFloatField
DisplayLabel = 'Reorder~Level'
DisplayWidth = 10
FieldName = 'REORDLEV'
Origin = '"Stock.DBF".REORDLEV'
end
object qyStockLOCATION: TStringField
DisplayLabel = 'Location'
DisplayWidth = 15
FieldName = 'LOCATION'
Origin = '"Stock.DBF".LOCATION'
Size = 15
end
object qyStockREORDQUAN: TFloatField
DisplayLabel = 'Reorder~Quantity'
DisplayWidth = 10
FieldName = 'REORDQUAN'
Origin = '"Stock.DBF".REORDQUAN'
end
object qyStockPRODGROUP: TStringField
DisplayLabel = 'Product~Group'
DisplayWidth = 15
FieldName = 'PRODGROUP'
Origin = '"Stock.DBF".PRODGROUP'
Size = 10
end
object qyStockLEVELS: TBooleanField
FieldName = 'LEVELS'
Origin = '"Stock.DBF".LEVELS'
Visible = False
end
end
end