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
Text File  |  2000-09-24  |  2KB  |  74 lines

  1. object CustSel: TCustSel
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'CustSel'
  6.   ClientHeight = 338
  7.   ClientWidth = 501
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 489
  22.     Height = 33
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 
  26.       'Select customers for the report (Hold CTRL key and click mouse b' +
  27.       'utton)'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBtnText
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     WordWrap = True
  35.   end
  36.   object CustGrid: TDBGrid
  37.     Left = 8
  38.     Top = 48
  39.     Width = 489
  40.     Height = 233
  41.     DataSource = DSCust
  42.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgMultiSelect]
  43.     TabOrder = 0
  44.     TitleFont.Charset = DEFAULT_CHARSET
  45.     TitleFont.Color = clWindowText
  46.     TitleFont.Height = -11
  47.     TitleFont.Name = 'MS Sans Serif'
  48.     TitleFont.Style = []
  49.   end
  50.   object OkBtn: TButton
  51.     Left = 296
  52.     Top = 296
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Continue'
  56.     ModalResult = 1
  57.     TabOrder = 1
  58.   end
  59.   object CanBtn: TButton
  60.     Left = 392
  61.     Top = 296
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 2
  67.   end
  68.   object DSCust: TDataSource
  69.     DataSet = DM.CustByLastInvQuery
  70.     Left = 104
  71.     Top = 88
  72.   end
  73. end
  74.