FormCustomer.dfm
上传用户:etonglee
上传日期:2014-03-01
资源大小:698k
文件大小:1k
源码类别:

Internet/IE编程

开发平台:

Delphi

  1. object FrmCustomer: TFrmCustomer
  2.   Left = 291
  3.   Top = 227
  4.   Width = 629
  5.   Height = 438
  6.   Caption = 'FrmCustomer'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   Visible = True
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pnlControls: TPanel
  21.     Left = 0
  22.     Top = 355
  23.     Width = 621
  24.     Height = 37
  25.     Align = alBottom
  26.     TabOrder = 0
  27.   end
  28.   object dbgrdCustomer: TDBGrid
  29.     Left = 0
  30.     Top = 33
  31.     Width = 621
  32.     Height = 322
  33.     Align = alClient
  34.     TabOrder = 1
  35.     TitleFont.Charset = DEFAULT_CHARSET
  36.     TitleFont.Color = clWindowText
  37.     TitleFont.Height = -11
  38.     TitleFont.Name = 'MS Sans Serif'
  39.     TitleFont.Style = []
  40.   end
  41.   object pnlFilter: TPanel
  42.     Left = 0
  43.     Top = 0
  44.     Width = 621
  45.     Height = 33
  46.     Align = alTop
  47.     TabOrder = 2
  48.   end
  49.   object StatusBar: TStatusBar
  50.     Left = 0
  51.     Top = 392
  52.     Width = 621
  53.     Height = 19
  54.     Panels = <
  55.       item
  56.         Width = 50
  57.       end>
  58.   end
  59. end