Unit1.dfm
上传用户:wangli
上传日期:2008-04-19
资源大小:3077k
文件大小:1k
- object Form1: TForm1
- Left = 179
- Top = 108
- Width = 696
- Height = 480
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lstMain: TListView
- Left = 16
- Top = 16
- Width = 577
- Height = 417
- Columns = <
- item
- Caption = #24207#21495
- end
- item
- Caption = #26085#26399
- Width = 80
- end
- item
- Caption = #26041#24335
- end
- item
- Caption = #37329#39069
- Width = 80
- end
- item
- Caption = #35828#26126
- Width = 300
- end>
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- end
- object Button1: TButton
- Left = 608
- Top = 88
- Width = 75
- Height = 25
- Caption = 'delete'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 608
- Top = 40
- Width = 75
- Height = 25
- Caption = 'add'
- TabOrder = 2
- OnClick = Button2Click
- end
- object XMLDoc: TXMLDocument
- Left = 624
- Top = 272
- DOMVendorDesc = 'MSXML'
- end
- end