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

  1. object fmCustomers: TfmCustomers
  2.   Left = 199
  3.   Top = 159
  4.   Width = 474
  5.   Height = 333
  6.   Caption = 'Customers'
  7.   Font.Color = clBlack
  8.   Font.Height = -15
  9.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  10.   Font.Style = []
  11.   Font.Charset = 128
  12.   Menu = MainMenu1
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 15
  16.   object DBGrid1: TDBGrid
  17.     Left = 0
  18.     Top = 44
  19.     Width = 466
  20.     Height = 213
  21.     Align = alClient
  22.     Columns = <
  23.       item
  24.         FieldName = 'CustNo'
  25.         Width = 60
  26.       end
  27.       item
  28.         FieldName = 'Company'
  29.         Width = 199
  30.       end
  31.       item
  32.         FieldName = 'Addr1'
  33.         Width = 168
  34.       end
  35.       item
  36.         FieldName = 'City'
  37.         Width = 85
  38.       end
  39.       item
  40.         FieldName = 'State'
  41.         Width = 66
  42.       end
  43.       item
  44.         FieldName = 'Zip'
  45.         Width = 60
  46.       end
  47.       item
  48.         FieldName = 'Country'
  49.         Width = 76
  50.       end>
  51.     DataSource = DM2.CustomerSource
  52.     Font.Color = clBlack
  53.     Font.Height = -15
  54.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  55.     Font.Style = []
  56.     Font.Charset = 128
  57.     ParentFont = False
  58.     TabOrder = 0
  59.     TitleFont.Color = clWindowText
  60.     TitleFont.Height = -14
  61.     TitleFont.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  62.     TitleFont.Style = []
  63.     TitleFont.Charset = 128
  64.   end
  65.   object Panel2: TPanel
  66.     Left = 0
  67.     Top = 0
  68.     Width = 466
  69.     Height = 44
  70.     Align = alTop
  71.     BevelOuter = bvNone
  72.     Font.Color = clBlack
  73.     Font.Height = -15
  74.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  75.     Font.Style = []
  76.     Font.Charset = 128
  77.     ParentFont = False
  78.     TabOrder = 1
  79.     object DBNavigator1: TDBNavigator
  80.       Left = 13
  81.       Top = 9
  82.       Width = 250
  83.       Height = 27
  84.       DataSource = DM2.CustomerSource
  85.       TabOrder = 0
  86.     end
  87.     object BitBtn1: TBitBtn
  88.       Left = 284
  89.       Top = 9
  90.       Width = 63
  91.       Height = 27
  92.       Caption = '&Find'
  93.       TabOrder = 1
  94.       OnClick = Button1Click
  95.       Glyph.Data = {
  96.         76010000424D7601000000000000760000002800000020000000100000000100
  97.         04000000000000010000130B0000130B00000000000000000000000000000000
  98.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  99.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  100.         333333333333333333FF33333333333330003FF3FFFFF3333777003000003333
  101.         300077F777773F333777E00BFBFB033333337773333F7F33333FE0BFBF000333
  102.         330077F3337773F33377E0FBFBFBF033330077F3333FF7FFF377E0BFBF000000
  103.         333377F3337777773F3FE0FBFBFBFBFB039977F33FFFFFFF7377E0BF00000000
  104.         339977FF777777773377000BFB03333333337773FF733333333F333000333333
  105.         3300333777333333337733333333333333003333333333333377333333333333
  106.         333333333333333333FF33333333333330003333333333333777333333333333
  107.         3000333333333333377733333333333333333333333333333333}
  108.       NumGlyphs = 2
  109.     end
  110.   end
  111.   object StatusBar1: TStatusBar
  112.     Left = 0
  113.     Top = 257
  114.     Width = 466
  115.     Height = 20
  116.     Font.Color = clBlack
  117.     Font.Height = -13
  118.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  119.     Font.Style = []
  120.     Font.Charset = 128
  121.     Panels = <>
  122.     ParentFont = False
  123.     SimplePanel = False
  124.   end
  125.   object MainMenu1: TMainMenu
  126.     Left = 340
  127.     Top = 4
  128.     object AboutItem: TMenuItem
  129.       Caption = '&About'
  130.       ShortCut = 0
  131.       OnClick = AboutItemClick
  132.     end
  133.   end
  134. end
  135.