home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / CUSTVIEW.DFM / CUSTVIEW.txt
Text File  |  1996-05-08  |  4KB  |  197 lines

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