FormCustomer.dfm
资源名称:__DCOM.rar [点击查看]
上传用户:etonglee
上传日期:2014-03-01
资源大小:698k
文件大小:1k
源码类别:
Internet/IE编程
开发平台:
Delphi
- object FrmCustomer: TFrmCustomer
- Left = 291
- Top = 227
- Width = 629
- Height = 438
- Caption = 'FrmCustomer'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIChild
- OldCreateOrder = False
- Position = poDefault
- Visible = True
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object pnlControls: TPanel
- Left = 0
- Top = 355
- Width = 621
- Height = 37
- Align = alBottom
- TabOrder = 0
- end
- object dbgrdCustomer: TDBGrid
- Left = 0
- Top = 33
- Width = 621
- Height = 322
- Align = alClient
- TabOrder = 1
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object pnlFilter: TPanel
- Left = 0
- Top = 0
- Width = 621
- Height = 33
- Align = alTop
- TabOrder = 2
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 392
- Width = 621
- Height = 19
- Panels = <
- item
- Width = 50
- end>
- end
- end