home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / CUSTVIEW.DFM / CUSTVIEW.txt
Text File  |  1997-02-14  |  4KB  |  192 lines

  1. object fmCustView: TfmCustView
  2.   Left = 226
  3.   Top = 109
  4.   BorderStyle = bsSingle
  5.   Caption = 'Customers - Unfiltered'
  6.   ClientHeight = 362
  7.   ClientWidth = 493
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label3: TLabel
  16.     Left = 12
  17.     Top = 192
  18.     Width = 93
  19.     Height = 16
  20.     Caption = 'Orders Query'
  21.     Font.Color = clBlack
  22.     Font.Height = -13
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 36
  30.     Width = 74
  31.     Height = 16
  32.     Caption = 'Customers'
  33.     Font.Color = clBlack
  34.     Font.Height = -13
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object SpeedButton1: TSpeedButton
  40.     Left = 9
  41.     Top = 128
  42.     Width = 96
  43.     Height = 25
  44.     Caption = 'Filter &Customers'
  45.     NumGlyphs = 2
  46.     OnClick = SpeedButton1Click
  47.   end
  48.   object StatusBar1: TStatusBar
  49.     Left = 0
  50.     Top = 343
  51.     Width = 493
  52.     Height = 19
  53.     Panels = <>
  54.     SimplePanel = False
  55.   end
  56.   object DBGrid2: TDBGrid
  57.     Left = 132
  58.     Top = 208
  59.     Width = 350
  60.     Height = 129
  61.     Columns = <
  62.       item
  63.         FieldName = 'OrderNo'
  64.       end
  65.       item
  66.         FieldName = 'Custno'
  67.         Title.Caption = 'CustNo'
  68.         Width = 45
  69.       end
  70.       item
  71.         FieldName = 'AmountPaid'
  72.         Title.Caption = 'Amount Paid'
  73.         Width = 122
  74.       end
  75.       item
  76.         FieldName = 'ShipDate'
  77.         Title.Caption = 'Ship Date'
  78.         Width = 83
  79.       end>
  80.     DataSource = DM1.OrdersSource
  81.     TabOrder = 1
  82.     TitleFont.Color = clWindowText
  83.     TitleFont.Height = -11
  84.     TitleFont.Name = 'MS Sans Serif'
  85.     TitleFont.Style = []
  86.     OnEnter = DBGrid2Enter
  87.   end
  88.   object DBNavigator1: TDBNavigator
  89.     Left = 132
  90.     Top = 4
  91.     Width = 88
  92.     Height = 25
  93.     DataSource = DM1.CustomerSource
  94.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  95.     TabOrder = 3
  96.   end
  97.   object rgDataSet: TRadioGroup
  98.     Left = 8
  99.     Top = 60
  100.     Width = 97
  101.     Height = 61
  102.     Caption = 'Dataset'
  103.     ItemIndex = 1
  104.     Items.Strings = (
  105.       '&Query-Based'
  106.       '&Table-Based')
  107.     TabOrder = 2
  108.     OnClick = rgDataSetClick
  109.   end
  110.   object DBGrid1: TDBGrid
  111.     Left = 132
  112.     Top = 33
  113.     Width = 350
  114.     Height = 163
  115.     Columns = <
  116.       item
  117.         FieldName = 'CustNo'
  118.         Width = 43
  119.       end
  120.       item
  121.         FieldName = 'Company'
  122.         Width = 154
  123.       end
  124.       item
  125.         FieldName = 'Country'
  126.       end
  127.       item
  128.         FieldName = 'LastInvoiceDate'
  129.         Title.Caption = 'Last Invoice'
  130.       end
  131.       item
  132.         FieldName = 'Contact'
  133.       end
  134.       item
  135.         FieldName = 'City'
  136.       end
  137.       item
  138.         FieldName = 'State'
  139.       end>
  140.     DataSource = DM1.CustomerSource
  141.     TabOrder = 0
  142.     TitleFont.Color = clWindowText
  143.     TitleFont.Height = -11
  144.     TitleFont.Name = 'MS Sans Serif'
  145.     TitleFont.Style = []
  146.     OnEnter = DBGrid1Enter
  147.   end
  148.   object GroupBox1: TGroupBox
  149.     Left = 7
  150.     Top = 224
  151.     Width = 121
  152.     Height = 81
  153.     Caption = 'Orders Filter'
  154.     TabOrder = 5
  155.     object Label1: TLabel
  156.       Left = 4
  157.       Top = 52
  158.       Width = 60
  159.       Height = 13
  160.       Caption = 'Amount &Paid'
  161.       FocusControl = Edit1
  162.     end
  163.     object cbFilterOrders: TCheckBox
  164.       Left = 8
  165.       Top = 20
  166.       Width = 109
  167.       Height = 17
  168.       Caption = '&Filter'
  169.       TabOrder = 0
  170.       OnClick = cbFilterOrdersClick
  171.     end
  172.     object Edit1: TEdit
  173.       Left = 68
  174.       Top = 48
  175.       Width = 49
  176.       Height = 20
  177.       TabOrder = 1
  178.       Text = '1000'
  179.       OnChange = Edit1Change
  180.     end
  181.   end
  182.   object MainMenu1: TMainMenu
  183.     Left = 104
  184.     Top = 5
  185.     object About1: TMenuItem
  186.       Caption = '&About'
  187.       ShortCut = 0
  188.       OnClick = About1Click
  189.     end
  190.   end
  191. end
  192.