home *** CD-ROM | disk | FTP | other *** search
- object CreatePrjForm: TCreatePrjForm
- Left = 427
- Top = 134
- BorderStyle = bsDialog
- BorderWidth = 5
- Caption = 'Open Project'
- ClientHeight = 254
- ClientWidth = 347
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- PrintScale = poNone
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 13
- object btOk: TBitBtn
- Left = 184
- Top = 228
- Width = 75
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object btCancel: TBitBtn
- Left = 272
- Top = 228
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- object GroupBox1: TGroupBox
- Left = 0
- Top = 0
- Width = 347
- Height = 221
- Align = alTop
- TabOrder = 2
- object Image1: TImage
- Left = 12
- Top = 16
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Image2: TImage
- Left = 12
- Top = 52
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object rbNewProject: TRadioButton
- Left = 52
- Top = 24
- Width = 237
- Height = 17
- Caption = 'Create New Project'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rbOpenProjectClick
- end
- object rbOpenProject: TRadioButton
- Left = 52
- Top = 60
- Width = 237
- Height = 17
- Caption = 'Open Existing Project'
- TabOrder = 1
- OnClick = rbOpenProjectClick
- end
- object ListView1: TListView
- Left = 8
- Top = 88
- Width = 329
- Height = 121
- Columns = <
- item
- Caption = 'Projects'
- MinWidth = 325
- Width = 325
- end>
- ColumnClick = False
- ReadOnly = True
- RowSelect = True
- TabOrder = 2
- ViewStyle = vsReport
- OnDblClick = ListView1DblClick
- OnMouseDown = ListView1MouseDown
- end
- end
- end
-