home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 September
/
Chip_2002-09_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d456
/
EKRTF.ZIP
/
MainDemo
/
UCustSel.dfm
/
UCustSel.txt
Wrap
Text File
|
2000-09-24
|
2KB
|
74 lines
object CustSel: TCustSel
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = 'CustSel'
ClientHeight = 338
ClientWidth = 501
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 489
Height = 33
Alignment = taCenter
AutoSize = False
Caption =
'Select customers for the report (Hold CTRL key and click mouse b' +
'utton)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBtnText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
WordWrap = True
end
object CustGrid: TDBGrid
Left = 8
Top = 48
Width = 489
Height = 233
DataSource = DSCust
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgMultiSelect]
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object OkBtn: TButton
Left = 296
Top = 296
Width = 75
Height = 25
Caption = 'Continue'
ModalResult = 1
TabOrder = 1
end
object CanBtn: TButton
Left = 392
Top = 296
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object DSCust: TDataSource
DataSet = DM.CustByLastInvQuery
Left = 104
Top = 88
end
end