frmProjectCollection.dfm
上传用户:youjie821
上传日期:2013-01-27
资源大小:459k
文件大小:2k
源码类别:
PlugIns编程
开发平台:
Delphi
- object ProjectCollectionForm: TProjectCollectionForm
- Left = 202
- Top = 160
- Width = 518
- Height = 422
- Caption = 'ProjectCollectionForm'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object btnAdd: TButton
- Left = 320
- Top = 52
- Width = 75
- Height = 25
- Caption = '&Add'
- TabOrder = 0
- OnClick = btnAddClick
- end
- object btnRefresh: TButton
- Left = 320
- Top = 20
- Width = 75
- Height = 25
- Caption = '&Refresh'
- TabOrder = 1
- OnClick = btnRefreshClick
- end
- object ListView1: TListView
- Left = 8
- Top = 20
- Width = 305
- Height = 161
- Columns = <
- item
- Caption = 'ProjectName'
- Width = 100
- end
- item
- Caption = 'Description'
- Width = 100
- end
- item
- Caption = 'RootDir'
- Width = 100
- end>
- RowSelect = True
- TabOrder = 2
- ViewStyle = vsReport
- end
- object btnView: TButton
- Left = 320
- Top = 84
- Width = 75
- Height = 25
- Caption = '&View'
- TabOrder = 3
- OnClick = btnViewClick
- end
- object btnClear: TButton
- Left = 320
- Top = 116
- Width = 75
- Height = 25
- Caption = '&Clear'
- TabOrder = 4
- OnClick = btnClearClick
- end
- object ListView2: TListView
- Left = 8
- Top = 192
- Width = 305
- Height = 161
- Columns = <
- item
- Caption = 'ProjectName'
- Width = 100
- end
- item
- Caption = 'Description'
- Width = 100
- end
- item
- Caption = 'RootDir'
- Width = 100
- end>
- RowSelect = True
- TabOrder = 5
- ViewStyle = vsReport
- end
- object btnAssign: TButton
- Left = 324
- Top = 192
- Width = 75
- Height = 25
- Caption = '&Assign'
- TabOrder = 6
- OnClick = btnAssignClick
- end
- end