home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / auto32d3.exe / rar / AUTO32D3 / DEMOS / DELPHI3.0 / ASQLFILT / CUSTVIEW.DFM / CUSTVIEW.txt
Text File  |  1997-04-20  |  6KB  |  243 lines

  1. object fmCustView: TfmCustView
  2.   Left = 70
  3.   Top = 95
  4.   BorderStyle = bsSingle
  5.   Caption = 'Customers - Unfiltered'
  6.   ClientHeight = 334
  7.   ClientWidth = 636
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 219
  19.     Width = 636
  20.     Height = 115
  21.     Align = alBottom
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object Label3: TLabel
  25.       Left = 12
  26.       Top = 3
  27.       Width = 93
  28.       Height = 16
  29.       Caption = 'Orders Query'
  30.       Font.Charset = DEFAULT_CHARSET
  31.       Font.Color = clBlack
  32.       Font.Height = -13
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.     end
  37.     object Label4: TLabel
  38.       Left = 64
  39.       Top = 66
  40.       Width = 89
  41.       Height = 13
  42.       Caption = 'Ship date between'
  43.     end
  44.     object DateFilter1: TDateFilter
  45.       Left = 8
  46.       Top = 80
  47.       Width = 105
  48.       Height = 21
  49.       EditMask = '00.00.00;1;_'
  50.       MaxLength = 8
  51.       TabOrder = 2
  52.       Text = '05.07.97'
  53.       DateFormat = 'dd.MM.yy'
  54.       IsDateNow = True
  55.       AutoFilter.AssignEmpty = False
  56.     end
  57.     object DateFilter2: TDateFilter
  58.       Left = 152
  59.       Top = 80
  60.       Width = 105
  61.       Height = 21
  62.       EditMask = '00.00.00;1;_'
  63.       MaxLength = 8
  64.       TabOrder = 0
  65.       Text = '05.07.97'
  66.       DateFormat = 'dd.MM.yy'
  67.       IsDateNow = True
  68.       AutoFilter.AssignEmpty = False
  69.     end
  70.     object AutoDBGrid1: TAutoDBGrid
  71.       Left = 272
  72.       Top = 0
  73.       Width = 364
  74.       Height = 115
  75.       Align = alRight
  76.       DataSource = DM1.OrdersSource
  77.       TabOrder = 1
  78.       TitleFont.Charset = DEFAULT_CHARSET
  79.       TitleFont.Color = clWindowText
  80.       TitleFont.Height = -11
  81.       TitleFont.Name = 'MS Sans Serif'
  82.       TitleFont.Style = []
  83.       AutoOptions = []
  84.       AutoFilter.AssignEmpty = False
  85.       AutoFilter.TextBefore = 'Order by '
  86.       AutoRowHeight = 17
  87.       CurrentSortColumn = -1
  88.       FindFormFont.Charset = DEFAULT_CHARSET
  89.       FindFormFont.Color = clWindowText
  90.       FindFormFont.Height = -11
  91.       FindFormFont.Name = 'MS Sans Serif'
  92.       FindFormFont.Style = []
  93.       Columns = <
  94.         item
  95.           FieldName = 'OrderNo'
  96.         end
  97.         item
  98.           FieldName = 'custno'
  99.         end
  100.         item
  101.           FieldName = 'AmountPaid'
  102.           Title.Caption = 'Amount Paid'
  103.           Width = 94
  104.         end
  105.         item
  106.           FieldName = 'shipdate'
  107.           Title.Caption = 'Ship date'
  108.           Width = 88
  109.         end>
  110.     end
  111.   end
  112.   object Panel2: TPanel
  113.     Left = 0
  114.     Top = 184
  115.     Width = 636
  116.     Height = 35
  117.     Align = alBottom
  118.     BevelOuter = bvNone
  119.     TabOrder = 1
  120.     object LookupComboFilter1: TLookupComboFilter
  121.       Left = 8
  122.       Top = 6
  123.       Width = 137
  124.       Height = 21
  125.       Items.Strings = (
  126.         'All countries,ALL'
  127.         'Not US,NUS')
  128.       ItemsAlignment = taLeftJustify
  129.       ItemsColor = clBtnFace
  130.       KeyField = 'country'
  131.       ListSource = DM1.CountrySource
  132.       TabOrder = 0
  133.       AutoFilter.AssignEmpty = False
  134.     end
  135.   end
  136.   object DBNavigator1: TDBNavigator
  137.     Left = 156
  138.     Top = 189
  139.     Width = 172
  140.     Height = 21
  141.     DataSource = DM1.CustomerSource
  142.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  143.     TabOrder = 2
  144.   end
  145.   object Panel3: TPanel
  146.     Left = 0
  147.     Top = 0
  148.     Width = 636
  149.     Height = 184
  150.     Align = alClient
  151.     BevelInner = bvLowered
  152.     BevelOuter = bvNone
  153.     BorderWidth = 5
  154.     TabOrder = 3
  155.     object AutoDBGrid2: TAutoDBGrid
  156.       Left = 6
  157.       Top = 6
  158.       Width = 624
  159.       Height = 172
  160.       Align = alClient
  161.       DataSource = DM1.CustomerSource
  162.       TabOrder = 0
  163.       TitleFont.Charset = DEFAULT_CHARSET
  164.       TitleFont.Color = clWindowText
  165.       TitleFont.Height = -11
  166.       TitleFont.Name = 'MS Sans Serif'
  167.       TitleFont.Style = []
  168.       AutoOptions = []
  169.       AutoFilter.AssignEmpty = False
  170.       AutoFilter.TextBefore = 'Order by '
  171.       AutoRowHeight = 17
  172.       CurrentSortColumn = -1
  173.       FindFormFont.Charset = DEFAULT_CHARSET
  174.       FindFormFont.Color = clWindowText
  175.       FindFormFont.Height = -11
  176.       FindFormFont.Name = 'MS Sans Serif'
  177.       FindFormFont.Style = []
  178.       Columns = <
  179.         item
  180.           FieldName = 'CustNo'
  181.         end
  182.         item
  183.           FieldName = 'Company'
  184.           Width = 104
  185.         end
  186.         item
  187.           FieldName = 'country'
  188.           Width = 109
  189.         end
  190.         item
  191.           FieldName = 'LastInvoiceDate'
  192.           Width = 87
  193.         end
  194.         item
  195.           FieldName = 'Contact'
  196.           Width = 80
  197.         end
  198.         item
  199.           FieldName = 'City'
  200.           Width = 93
  201.         end
  202.         item
  203.           FieldName = 'State'
  204.         end>
  205.     end
  206.   end
  207.   object MainMenu1: TMainMenu
  208.     Left = 40
  209.     Top = 13
  210.     object About1: TMenuItem
  211.       Caption = '&About'
  212.       OnClick = About1Click
  213.     end
  214.   end
  215.   object FilterLink3: TFilterLink
  216.     AutoRefresh = True
  217.     DataSet = DM1.QueryOrder
  218.     Filter = DateFilter1
  219.     FilterName = 'Auto'
  220.     Param = 'dateb'
  221.     Left = 16
  222.     Top = 256
  223.   end
  224.   object FilterLink4: TFilterLink
  225.     AutoRefresh = True
  226.     DataSet = DM1.QueryOrder
  227.     Filter = DateFilter2
  228.     FilterName = 'Auto'
  229.     Param = 'datee'
  230.     Left = 72
  231.     Top = 248
  232.   end
  233.   object FilterLink9: TFilterLink
  234.     AutoRefresh = True
  235.     DataSet = DM1.QueryCust
  236.     Filter = LookupComboFilter1
  237.     FilterName = 'Auto'
  238.     Param = 'country'
  239.     Left = 40
  240.     Top = 184
  241.   end
  242. end
  243.